git/Documentation: fix SYNOPSIS style bugs
[git/jnareb-git.git] / Documentation / asciidoc.conf
blobfa0877d483b18181bd234ba5e7d600ab7e4a184d
1 ## gitlink: macro
3 # Usage: gitlink:command[manpage-section]
5 # Note, {0} is the manpage section, while {target} is the command.
7 # Show GIT link as: <command>(<section>); if section is defined, else just show
8 # the command.
10 [attributes]
11 caret=^
13 ifdef::backend-docbook[]
14 [gitlink-inlinemacro]
15 {0%{target}}
16 {0#<citerefentry>}
17 {0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
18 {0#</citerefentry>}
19 endif::backend-docbook[]
21 ifdef::backend-xhtml11[]
22 [gitlink-inlinemacro]
23 <a href="{target}.html">{target}{0?({0})}</a>
24 endif::backend-xhtml11[]