From 08afd227dfd3ee56accd6d6ded3889f34c5329fc Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Mon, 27 Jul 2015 18:32:55 -0600 Subject: [PATCH] Fix remaining documentation warnings --- include/git2/sys/config.h | 2 +- include/git2/sys/diff.h | 2 +- src/path.h | 2 +- src/push.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/git2/sys/config.h b/include/git2/sys/config.h index b5b7df15f..044e34417 100644 --- a/include/git2/sys/config.h +++ b/include/git2/sys/config.h @@ -76,7 +76,7 @@ struct git_config_backend { * Initializes a `git_config_backend` with default values. Equivalent to * creating an instance with GIT_CONFIG_BACKEND_INIT. * - * @param opts the `git_config_backend` struct to initialize. + * @param backend the `git_config_backend` struct to initialize. * @param version Version of struct; pass `GIT_CONFIG_BACKEND_VERSION` * @return Zero on success; -1 on failure. */ diff --git a/include/git2/sys/diff.h b/include/git2/sys/diff.h index aa6fed757..aefd7b997 100644 --- a/include/git2/sys/diff.h +++ b/include/git2/sys/diff.h @@ -67,7 +67,7 @@ GIT_EXTERN(int) git_diff_print_callback__to_file_handle( typedef struct { unsigned int version; size_t stat_calls; /**< Number of stat() calls performed */ - size_t oid_calculations; /**