Skip to content

Commit c8b9e8f

Browse files
fpelliccionialandefreitas
authored andcommitted
chore: Asciidoc and HTML Template Synchronization
1 parent f19eb95 commit c8b9e8f

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

share/mrdocs/addons/generator/html/partials/namespace.html.hbs

-9
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{{#unless (or (contains @root.symbol.namespace symbol) (eq @root.symbol symbol))~}}
2+
{{#if symbol.parent~}}
3+
{{>qualified-path symbol=symbol.parent nolink=nolink~}}
4+
{{else~}}
5+
{{/if~}}
6+
{{#if symbol.name}}
7+
{{#if (not nolink)}}
8+
<a href="#{{symbol.ref}}">{{symbol.name}}</a>
9+
{{else}}
10+
{{symbol.name}}
11+
{{/if}}::
12+
{{/if~}}
13+
{{/unless}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{{#if (eq kind "overload")}}
2+
{{>special-name-suffix (front members)~}}
3+
{{else if (eq kind "function")~}}
4+
{{#if (eq class "constructor")}}
5+
<span class="small">[constructor]</span>
6+
{{~else if (eq class "destructor")~}}
7+
<span class="small">[destructor]</span>
8+
{{~/if~}}
9+
{{/if}}

0 commit comments

Comments
 (0)