mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 19:50:19 +00:00
docs: produce literal asterisks
This commit is contained in:
parent
7369ea8075
commit
d60064132a
@ -108,7 +108,7 @@ GIT_EXTERN(int) git_revwalk_push(git_revwalk *walk, const git_oid *id);
|
|||||||
* pattern will be pushed to the revision walker.
|
* pattern will be pushed to the revision walker.
|
||||||
*
|
*
|
||||||
* A leading 'refs/' is implied if not present as well as a trailing
|
* A leading 'refs/' is implied if not present as well as a trailing
|
||||||
* '/ *' if the glob lacks '?', '*' or '['.
|
* '/\*' if the glob lacks '?', '\*' or '['.
|
||||||
*
|
*
|
||||||
* @param walk the walker being used for the traversal
|
* @param walk the walker being used for the traversal
|
||||||
* @param glob the glob pattern references should match
|
* @param glob the glob pattern references should match
|
||||||
@ -147,7 +147,7 @@ GIT_EXTERN(int) git_revwalk_hide(git_revwalk *walk, const git_oid *commit_id);
|
|||||||
* revision walk.
|
* revision walk.
|
||||||
*
|
*
|
||||||
* A leading 'refs/' is implied if not present as well as a trailing
|
* A leading 'refs/' is implied if not present as well as a trailing
|
||||||
* '/ *' if the glob lacks '?', '*' or '['.
|
* '/\*' if the glob lacks '?', '\*' or '['.
|
||||||
*
|
*
|
||||||
* @param walk the walker being used for the traversal
|
* @param walk the walker being used for the traversal
|
||||||
* @param glob the glob pattern references should match
|
* @param glob the glob pattern references should match
|
||||||
|
Loading…
Reference in New Issue
Block a user