Commit e0db9f11 by nulltoken

refs: fix missing parameter documentation

parent 5fd17fc2
...@@ -335,6 +335,8 @@ GIT_EXTERN(int) git_reference_cmp(git_reference *ref1, git_reference *ref2); ...@@ -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 repo Repository where to find the references.
* *
* @param glob Glob pattern references should match.
*
* @param list_flags Filtering flags for the reference * @param list_flags Filtering flags for the reference
* listing. * listing.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment