summaryrefslogtreecommitdiff
path: root/include/git2/refspec.h
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-06-24 11:21:54 -0700
committerVicent Martí <vicent@github.com>2013-06-24 11:21:54 -0700
commit353a90bedb6e679306f740fd0c1a08fc7934fbaa (patch)
tree47235e64e26e95f8d16b084c4d31f6a6b640d573 /include/git2/refspec.h
parent09ee60c6d40821caec44ab8a769bbae1108cf71a (diff)
parente1967164574816b8bf6740ea17d08eeb26c091d2 (diff)
downloadlibgit2-353a90bedb6e679306f740fd0c1a08fc7934fbaa.tar.gz
Merge pull request #1672 from TheRealKerni/fix/header_docs
Fixed most documentation header bugs
Diffstat (limited to 'include/git2/refspec.h')
-rw-r--r--include/git2/refspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/refspec.h b/include/git2/refspec.h
index c0b410cbf..d96b83ce2 100644
--- a/include/git2/refspec.h
+++ b/include/git2/refspec.h
@@ -55,7 +55,7 @@ GIT_EXTERN(int) git_refspec_force(const git_refspec *refspec);
/**
* Get the refspec's direction.
*
- * @param the refspec
+ * @param spec refspec
* @return GIT_DIRECTION_FETCH or GIT_DIRECTION_PUSH
*/
GIT_EXTERN(git_direction) git_refspec_direction(const git_refspec *spec);