File tree 2 files changed +8
-8
lines changed
share/mrdocs/addons/generator
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
{{ ~/if ~}}
5
5
{{ #if element-type ~}} {{~> declarator-before element-type nolink =nolink ~}} {{ /if ~}}
6
6
{{ #if return-type ~}} {{~> declarator-before return-type nolink =nolink ~}} {{ /if ~}}
7
+ {{ #if (eq kind " named" )}} {{> name-info name nolink =nolink }} {{ /if ~}}
8
+ {{ #if cv-qualifiers ~}}
9
+ {{ #if pointee-type }} {{ cv-qualifiers }} {{ else }} {{ cv-qualifiers }} {{ /if ~}}
10
+ {{ /if ~}}
7
11
{{ #if (eq kind " lvalue-reference" )}} & {{ /if ~}}
8
12
{{ #if (eq kind " rvalue-reference" )}} && {{ /if ~}}
9
13
{{ #if (eq kind " pointer" )}} *{{ /if ~}}
10
14
{{ #if (eq kind " member-pointer" )}} {{> declarator parent-type nolink =nolink }} ::*{{ /if ~}}
11
- {{ #if cv-qualifiers ~}}
12
- {{ #if pointee-type }} {{ cv-qualifiers }} {{ else }} {{ cv-qualifiers }} {{ /if ~}}
13
- {{ /if ~}}
14
15
{{ #if (eq kind " decltype" )}} decltype({{ operand }} ){{ /if ~}}
15
- {{ #if (eq kind " named" )}} {{> name-info name nolink =nolink }} {{ /if ~}}
16
16
{{ #if is-pack ~}} ...{{ /if }}
Original file line number Diff line number Diff line change 4
4
{{ ~/if ~}}
5
5
{{ #if element-type ~}} {{~> declarator-before element-type nolink =nolink ~}} {{ /if ~}}
6
6
{{ #if return-type ~}} {{~> declarator-before return-type nolink =nolink ~}} {{ /if ~}}
7
+ {{ #if (eq kind " named" )}} {{> name-info name nolink =nolink }} {{ /if ~}}
8
+ {{ #if cv-qualifiers ~}}
9
+ {{ #if pointee-type }} {{ cv-qualifiers }} {{ else }} {{ cv-qualifiers }} {{ /if ~}}
10
+ {{ /if ~}}
7
11
{{ #if (eq kind " lvalue-reference" )}} & {{ /if ~}}
8
12
{{ #if (eq kind " rvalue-reference" )}} && {{ /if ~}}
9
13
{{ #if (eq kind " pointer" )}} *{{ /if ~}}
10
14
{{ #if (eq kind " member-pointer" )}} {{> declarator parent-type nolink =nolink }} ::*{{ /if ~}}
11
- {{ #if cv-qualifiers ~}}
12
- {{ #if pointee-type }} {{ cv-qualifiers }} {{ else }} {{ cv-qualifiers }} {{ /if ~}}
13
- {{ /if ~}}
14
15
{{ #if (eq kind " decltype" )}} decltype({{ operand }} ){{ /if ~}}
15
- {{ #if (eq kind " named" )}} {{> name-info name nolink =nolink }} {{ /if ~}}
16
16
{{ #if is-pack ~}} ...{{ /if }}
You can’t perform that action at this time.
0 commit comments