summaryrefslogtreecommitdiff
path: root/include/git2/index.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-06-02 18:53:32 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-06-03 16:05:35 +0200
commit11e2665e5040066cc251a45d017f37d2b0bd0617 (patch)
tree53e994dd66a3c76ddaa5cfeca5e3ae8fa26c8530 /include/git2/index.h
parent2f6f6ebc9937220302875de96ce129919296670a (diff)
downloadlibgit2-11e2665e5040066cc251a45d017f37d2b0bd0617.tar.gz
Formatting fixes for the docs
These are some issues I found while playing around with the new parser for docurium.
Diffstat (limited to 'include/git2/index.h')
-rw-r--r--include/git2/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/index.h b/include/git2/index.h
index cdb87282c..b08329e2f 100644
--- a/include/git2/index.h
+++ b/include/git2/index.h
@@ -415,7 +415,7 @@ GIT_EXTERN(int) git_index_add(git_index *index, const git_index_entry *source_en
* (entry->flags & GIT_IDXENTRY_STAGEMASK) >> GIT_IDXENTRY_STAGESHIFT
*
* @param entry The entry
- * @returns the stage number
+ * @return the stage number
*/
GIT_EXTERN(int) git_index_entry_stage(const git_index_entry *entry);