diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-01-30 17:24:46 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-02-05 13:09:34 +0100 |
commit | d60064132aa0ffe2bb7a02716b054b0456947e77 (patch) | |
tree | e207e4d04fc70e3bdb46beb44ccb6d0301bd868d | |
parent | 7369ea8075fa112bbd4c13f06eeedeb2a4e47153 (diff) | |
download | libgit2-d60064132aa0ffe2bb7a02716b054b0456947e77.tar.gz |
docs: produce literal asterisks
-rw-r--r-- | include/git2/revwalk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/revwalk.h b/include/git2/revwalk.h index c59b79938..850a1a56d 100644 --- a/include/git2/revwalk.h +++ b/include/git2/revwalk.h @@ -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. * * 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 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. * * 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 glob the glob pattern references should match |