]> git.proxmox.com Git - libgit2.git/commitdiff
Fix remaining documentation warnings
authorBen Chatelain <ben@octop.ad>
Tue, 28 Jul 2015 00:32:55 +0000 (18:32 -0600)
committerBen Chatelain <ben@octop.ad>
Tue, 28 Jul 2015 00:32:55 +0000 (18:32 -0600)
include/git2/sys/config.h
include/git2/sys/diff.h
src/path.h
src/push.h

index b5b7df15f07d81282a1bf3028e4f593e18b59cbf..044e34417edb485d1c69b0fc74b7510f92afafb3 100644 (file)
@@ -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.
  */
index aa6fed757ae99850378325e133a2dd5f5ef95c25..aefd7b9973f6c506891df4abe4d7b3292f53e856 100644 (file)
@@ -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; /**</**< Number of ID calculations */
+       size_t oid_calculations; /**< Number of ID calculations */
 } git_diff_perfdata;
 
 #define GIT_DIFF_PERFDATA_VERSION 1
index 5927a53812c12d9f5ac23bae1ade2474d6f989ad..e6be06faad6f9d2a82ca13f60df99a8ccbafe3b7 100644 (file)
@@ -319,7 +319,7 @@ extern int git_path_cmp(
  * @param callback Function to invoke on each path.  Passed the `payload`
  *             and the buffer containing the current path.  The path should not
  *             be modified in any way. Return non-zero to stop iteration.
- * @param state Passed to fn as the first ath.
+ * @param payload Passed to fn as the first ath.
  */
 extern int git_path_walk_up(
        git_buf *pathbuf,
index 094f96ca96cf3bffbb10949a09847b4b68c75493..53890f54b28880b02ec159b252a05925fd407df7 100644 (file)
@@ -83,7 +83,7 @@ int git_push_add_refspec(git_push *push, const char *refspec);
  * Update remote tips after a push
  *
  * @param push The push object
- * @param signature The identity to use when updating reflogs
+ * @param callbacks The identity to use when updating reflogs
  *
  * @return 0 or an error code
  */