diff options
author | Vicent Martà <vicent@github.com> | 2013-06-24 11:21:54 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-06-24 11:21:54 -0700 |
commit | 353a90bedb6e679306f740fd0c1a08fc7934fbaa (patch) | |
tree | 47235e64e26e95f8d16b084c4d31f6a6b640d573 /include/git2/indexer.h | |
parent | 09ee60c6d40821caec44ab8a769bbae1108cf71a (diff) | |
parent | e1967164574816b8bf6740ea17d08eeb26c091d2 (diff) | |
download | libgit2-353a90bedb6e679306f740fd0c1a08fc7934fbaa.tar.gz |
Merge pull request #1672 from TheRealKerni/fix/header_docs
Fixed most documentation header bugs
Diffstat (limited to 'include/git2/indexer.h')
-rw-r--r-- | include/git2/indexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/indexer.h b/include/git2/indexer.h index 262dcd154..4db072c9b 100644 --- a/include/git2/indexer.h +++ b/include/git2/indexer.h @@ -21,7 +21,7 @@ typedef struct git_indexer_stream git_indexer_stream; * @param out where to store the indexer instance * @param path to the directory where the packfile should be stored * @param progress_cb function to call with progress information - * @param progress_payload payload for the progress callback + * @param progress_cb_payload payload for the progress callback */ GIT_EXTERN(int) git_indexer_stream_new( git_indexer_stream **out, |