We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fee793 commit 590b317Copy full SHA for 590b317
share/mrdocs/addons/generator/asciidoc/partials/info-member.adoc.hbs
@@ -1,4 +1,4 @@
1
-¦xref:{{ref}}[`{{>declarator-id . nolink=true}}`] ¦
+¦xref:{{ref}}[`{{>declarator-id . nolink=true}}`] {{>special-name-suffix .}} ¦
2
{{#if (ne kind "overload")~}}
3
{{~doc.brief}}
4
{{else~}}
share/mrdocs/addons/generator/asciidoc/partials/special-name-suffix.adoc.hbs
@@ -0,0 +1,6 @@
+{{#if (eq kind "overload")}}{{>special-name-suffix (front members)~}}
+{{else if (eq kind "function")~}}
+{{#if (eq class "constructor")}}[.small]#[constructor]#
+{{~else if (eq class "destructor")~}}[.small]#[destructor]#
5
+{{~/if~}}
6
+{{/if}}
0 commit comments