diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-07-09 15:13:32 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-07-11 02:59:17 +0200 |
commit | f27f29b1005d96d1a7adc8702e9958df3965d818 (patch) | |
tree | 48afe2a754320146505c1c7ccc725f73cbd05aac /include/git2/reflog.h | |
parent | d37ba6720de36b5121f4e978f65ab5703d12523f (diff) | |
download | libgit2-f27f29b1005d96d1a7adc8702e9958df3965d818.tar.gz |
include: Fix unmatched params in documentation
Diffstat (limited to 'include/git2/reflog.h')
-rw-r--r-- | include/git2/reflog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/reflog.h b/include/git2/reflog.h index 8a2edca4..7f2781fc 100644 --- a/include/git2/reflog.h +++ b/include/git2/reflog.h @@ -81,7 +81,7 @@ GIT_EXTERN(unsigned int) git_reflog_entrycount(git_reflog *reflog); * * @param reflog a previously loaded reflog * @param idx the position to lookup - * @param the entry; NULL if not found + * @return the entry; NULL if not found */ GIT_EXTERN(const git_reflog_entry *) git_reflog_entry_byindex(git_reflog *reflog, unsigned int idx); |