File tree 2 files changed +9
-9
lines changed
share/mrdocs/addons/generator/asciidoc/partials
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
{{ #if cv-qualifiers ~}}
13
13
{{ #if pointee-type }} {{ cv-qualifiers }} {{ else }} {{ cv-qualifiers }} {{ /if ~}}
14
14
{{ /if ~}}
15
- {{ #if (and symbol (not parent-type ))}} {{> qualified-path symbol =symbol.parent nolink =nolink }} {{ /if ~}}
16
- {{ #if (and symbol (not nolink ))~}}
17
- xref:{{ symbol.ref }} [{{ name }} ]
18
- {{ ~else if name}} {{ name ~}}
15
+ {{ #if symbol }}
16
+ {{ #unless nolink }} xref:{{ symbol.ref }} [{{ /unless ~}}
17
+ {{ #unless parent-type }} {{> qualified-path symbol =symbol.parent nolink =true }} {{ /unless ~}}
18
+ {{ name ~}}
19
+ {{ #unless nolink }} ]{{ /unless ~}}
19
20
{{ /if ~}}
20
21
{{ #if (eq kind " decltype" )}} decltype({{ operand }} ){{ /if ~}}
21
22
{{ #if (eq kind " specialization" )}} {{> template-args args =args nolink =nolink }} {{ /if ~}}
Original file line number Diff line number Diff line change 1
- {{ #unless (or (contains @root.symbol.namespace symbol ) (eq @root.symbol symbol ))~}}
2
1
{{ #if symbol.parent ~}}
3
- {{> qualified-path symbol =symbol.parent nolink =nolink ~}}
4
- {{ else ~}}
2
+ {{ #unless (or (contains @root.symbol.namespace symbol ) (eq @root.symbol symbol ))~}}
3
+ {{> qualified-path symbol =symbol.parent nolink =nolink ~}}
4
+ {{ /unless ~}}
5
5
{{ /if ~}}
6
- {{ #if symbol.name }}{{ #if (not nolink )}} xref:{{ symbol.ref }} [{{ symbol.name }} ]{{ else }} {{ symbol.name }} {{ /if }} ::{{ /if ~}}
7
- {{ /unless }}
6
+ {{ #if symbol.name }}{{ #unless nolink }} xref:{{ symbol.ref }} [{{ symbol.name }} ]{{ else }} {{ symbol.name }} {{ /unless }} ::{{ /if ~}}
You can’t perform that action at this time.
0 commit comments