summaryrefslogtreecommitdiff
path: root/include/git2/annotated_commit.h
diff options
context:
space:
mode:
authorBen Chatelain <benchatelain@gmail.com>2015-02-10 08:31:48 -0700
committerBen Chatelain <benchatelain@gmail.com>2015-02-10 08:31:48 -0700
commitec7e1c93ce1c177026073abd16d6a8d2b548d3bd (patch)
treedbfd9e26f2842133baf5a61fd986b5922f408a83 /include/git2/annotated_commit.h
parentb703049c6189fec223896999b9cf5d78efcb08d7 (diff)
downloadlibgit2-ec7e1c93ce1c177026073abd16d6a8d2b548d3bd.tar.gz
Fix doc comment formatting
Diffstat (limited to 'include/git2/annotated_commit.h')
-rw-r--r--include/git2/annotated_commit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/annotated_commit.h b/include/git2/annotated_commit.h
index 87e3398a0..e842d2032 100644
--- a/include/git2/annotated_commit.h
+++ b/include/git2/annotated_commit.h
@@ -44,7 +44,7 @@ GIT_EXTERN(int) git_annotated_commit_from_ref(
* @param repo repository that contains the given commit
* @param branch_name name of the (remote) branch
* @param remote_url url of the remote
- * @param oid the commit object id of the remote branch
+ * @param id the commit object id of the remote branch
* @return 0 on success or error code
*/
GIT_EXTERN(int) git_annotated_commit_from_fetchhead(
@@ -80,7 +80,7 @@ GIT_EXTERN(int) git_annotated_commit_lookup(
/**
* Gets the commit ID that the given `git_annotated_commit` refers to.
*
- * @param head the given annotated commit
+ * @param commit the given annotated commit
* @return commit id
*/
GIT_EXTERN(const git_oid *) git_annotated_commit_id(
@@ -89,7 +89,7 @@ GIT_EXTERN(const git_oid *) git_annotated_commit_id(
/**
* Frees a `git_annotated_commit`.
*
- * @param annotated_commit annotated commit to free
+ * @param commit annotated commit to free
*/
GIT_EXTERN(void) git_annotated_commit_free(
git_annotated_commit *commit);