mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-12 12:00:29 +00:00
Play nice with the docs.
This commit is contained in:
parent
eda726cfb5
commit
ab273821ee
@ -110,11 +110,10 @@ typedef enum {
|
|||||||
/**
|
/**
|
||||||
* Function pointer to receive each submodule
|
* Function pointer to receive each submodule
|
||||||
*
|
*
|
||||||
* `sm` is the `git_submodule` currently being visited.
|
* @param sm git_submodule currently being visited
|
||||||
*
|
* @param name name of the submodule
|
||||||
* `name` is the name of the submodule.
|
* @param payload value you passed to the foreach function as payload
|
||||||
*
|
* @return 0 on success or error code
|
||||||
* `payload` is the value you passed to the foreach function as payload.
|
|
||||||
*/
|
*/
|
||||||
typedef int (*git_submodule_cb)(
|
typedef int (*git_submodule_cb)(
|
||||||
git_submodule *sm, const char *name, void *payload);
|
git_submodule *sm, const char *name, void *payload);
|
||||||
|
Loading…
Reference in New Issue
Block a user