refs: fix missing parameter documentation

This commit is contained in:
nulltoken 2012-08-15 17:54:05 +02:00
parent 5fd17fc217
commit e0db9f1117

View File

@ -335,6 +335,8 @@ GIT_EXTERN(int) git_reference_cmp(git_reference *ref1, git_reference *ref2);
*
* @param repo Repository where to find the references.
*
* @param glob Glob pattern references should match.
*
* @param list_flags Filtering flags for the reference
* listing.
*