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/commit.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/commit.h')
-rw-r--r-- | include/git2/commit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/commit.h b/include/git2/commit.h index 20b345f84..544d21d87 100644 --- a/include/git2/commit.h +++ b/include/git2/commit.h @@ -235,7 +235,7 @@ GIT_EXTERN(int) git_commit_nth_gen_ancestor( * * @param parent_count Number of parents for this commit * - * @param parents[] Array of `parent_count` pointers to `git_commit` + * @param parents Array of `parent_count` pointers to `git_commit` * objects that will be used as the parents for this commit. This * array may be NULL if `parent_count` is 0 (root commit). All the * given commits must be owned by the `repo`. |