Skip to content

Commit 131419b

Browse files
committed
chore: show full nested-name-specifiers of declarations in titles
1 parent 161b6f4 commit 131419b

13 files changed

+14
-13
lines changed

share/mrdocs/addons/generator/asciidoc/layouts/overload-set.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{#if relfileprefix}}:relfileprefix: {{relfileprefix}}{{/if}}
22
[#{{#if (is_multipage)}}{{symbol.id}}{{else}}{{symbol.ref}}{{/if}}]
33

4-
= {{#if symbol.name}}Overload set {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}{{else}}Unnamed overload set{{/if}}
4+
= {{#if symbol.name}}Overload set {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}{{else}}Unnamed overload set{{/if}}
55

66
== Members
77

share/mrdocs/addons/generator/asciidoc/partials/nested-name-specifier.adoc.hbs

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
{{else~}}
55
{{/if~}}
66
{{!-- {{#if symbol.name}}xref:{{symbol.ref}}[{{symbol.name}}]::{{/if~}} --}}
7-
{{#if symbol.name}}{{symbol.name}}::{{/if~}}
7+
{{!-- {{#if symbol.name}}{{symbol.name}}::{{/if~}} --}}
8+
{{#if symbol.name}}{{>declarator-id symbol link=symbol}}::{{/if~}}
89
{{/if}}

share/mrdocs/addons/generator/asciidoc/partials/symbols/alias.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- alias --}}
2-
= {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}
2+
= {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}
33

44
{{symbol.doc.brief}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/enum.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- enum --}}
2-
= {{#if symbol.name}}Enum {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}{{else}}Unnamed enum{{/if}}
2+
= {{#if symbol.name}}Enum {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}{{else}}Unnamed enum{{/if}}
33

44
{{symbol.doc.brief}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/enumerator.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- enumerator --}}
2-
= Enumerator {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}
2+
= Enumerator {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}
33

44
{{symbol.doc.brief}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/field.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- field --}}
2-
= {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}
2+
= {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}
33

44
{{symbol.doc.brief}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/friend.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- friend --}}
2-
= Friend {{#if symbol.symbol}}{{symbol.symbol.name}}{{else}}{{symbol.type.name}}{{/if}}
2+
= Friend {{#if symbol.symbol}}{{>nested-name-specifier symbol=symbol.symbol.parent includeNamespace=true}}{{symbol.symbol.name}}{{else}}{{symbol.type.name}}{{/if}}
33

44
{{symbol.doc.brief}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/function.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- function --}}
2-
= Function {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}
2+
= Function {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}
33

44
{{symbol.doc.brief}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/guide.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- guides --}}
2-
= Deduction guide {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}
2+
= Deduction guide {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}
33

44
{{symbol.doc.brief}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/namespace.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- namespace --}}
2-
= {{#if symbol.name}}Namespace {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}{{else if symbol.parent}}Unnamed namespace{{else}}Global namespace{{/if}}
2+
= {{#if symbol.name}}Namespace {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}{{else if symbol.parent}}Unnamed namespace{{else}}Global namespace{{/if}}
33

44
{{> tranche tranche=symbol.interface label="" is-namespace=true}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/record.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- record --}}
2-
= {{#if symbol.name}}Class {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}{{else}}Unnamed class{{/if}}
2+
= {{#if symbol.name}}Class {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}{{else}}Unnamed class{{/if}}
33

44
{{symbol.doc.brief}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/typedef.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- typedef --}}
2-
= {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}
2+
= {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}
33

44
{{symbol.doc.brief}}
55

share/mrdocs/addons/generator/asciidoc/partials/symbols/variable.adoc.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!-- variable --}}
2-
= {{>nested-name-specifier symbol=symbol.parent}}{{symbol.name}}
2+
= {{>nested-name-specifier symbol=symbol.parent includeNamespace=true}}{{symbol.name}}
33

44
{{symbol.doc.brief}}
55

0 commit comments

Comments
 (0)