We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4542bf0 commit cd00fe6Copy full SHA for cd00fe6
share/mrdocs/addons/generator/asciidoc/partials/declarator-before.adoc.hbs
@@ -7,12 +7,7 @@
7
{{#if (eq kind "lvalue-reference")}}&{{/if~}}
8
{{#if (eq kind "rvalue-reference")}}&&{{/if~}}
9
{{#if (eq kind "pointer")}}*{{/if~}}
10
-{{#if (eq kind "member-pointer")}}*{{/if~}}
11
-{{#if (and symbol (not parent-type))}}{{>qualified-path symbol=symbol.parent nolink=nolink}}{{/if~}}
12
-{{#if (and symbol (not nolink))~}}
13
- xref:{{symbol.ref}}[{{name}}]
14
-{{~else if name}}{{name~}}
15
-{{/if~}}
+{{#if (eq kind "member-pointer")}}{{>declarator parent-type nolink=nolink}}::*{{/if~}}
16
{{#if cv-qualifiers~}}
17
{{#if pointee-type}} {{cv-qualifiers}}{{else}}{{cv-qualifiers}} {{/if~}}
18
{{/if~}}
0 commit comments