summaryrefslogtreecommitdiff
path: root/include/git2/notes.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-07-23 09:43:07 -0700
committerRussell Belfer <rb@github.com>2013-07-23 09:43:07 -0700
commitcdbcb8dd80ccae119ab56daa6da51990667e653c (patch)
treecfe3f13a012130686ae07e446eaa2ad2e6074226 /include/git2/notes.h
parente5bdf82976c631a5b4cc36d8bfad61de609d7802 (diff)
parent64061d4a14f77fdcf6ecc038ea6e9b02f14e03a8 (diff)
downloadlibgit2-cdbcb8dd80ccae119ab56daa6da51990667e653c.tar.gz
Merge pull request #1745 from libgit2/doc-fixes
Doc fixes
Diffstat (limited to 'include/git2/notes.h')
-rw-r--r--include/git2/notes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/notes.h b/include/git2/notes.h
index 7382904ad..76361633b 100644
--- a/include/git2/notes.h
+++ b/include/git2/notes.h
@@ -99,7 +99,7 @@ GIT_EXTERN(int) git_note_read(
/**
* Get the note message
*
- * @param note
+ * @param note the note
* @return the note message
*/
GIT_EXTERN(const char *) git_note_message(const git_note *note);
@@ -108,7 +108,7 @@ GIT_EXTERN(const char *) git_note_message(const git_note *note);
/**
* Get the note object OID
*
- * @param note
+ * @param note the note
* @return the note object OID
*/
GIT_EXTERN(const git_oid *) git_note_oid(const git_note *note);