mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-07 17:27:40 +00:00
refs: fix missing parameter documentation
This commit is contained in:
parent
5fd17fc217
commit
e0db9f1117
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user