mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 21:44:58 +00:00
Fix a doxygen warning
In particular, doxygen issues the following warning: .../src/git/revwalk.h:86: Warning: The following parameters of \ gitrp_sorting(git_revpool *pool, unsigned int sort_mode) are \ not documented: parameter 'pool' Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: Andreas Ericsson <ae@op5.se>
This commit is contained in:
parent
84b9cec72c
commit
6e0fa05b58
@ -86,6 +86,7 @@ GIT_EXTERN(git_commit *) gitrp_next(git_revpool *pool);
|
||||
/**
|
||||
* Change the sorting mode when iterating through the
|
||||
* revision pool's contents.
|
||||
* @param pool the pool being used for the traversal.
|
||||
* @param sort_mode combination of GIT_RPSORT_XXX flags
|
||||
*/
|
||||
GIT_EXTERN(void) gitrp_sorting(git_revpool *pool, unsigned int sort_mode);
|
||||
|
Loading…
Reference in New Issue
Block a user