File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
share/mrdocs/addons/generator/common/partials/symbol Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111
1212 See: https://mrdocs.com/docs/mrdocs/develop/generators.html#dom_reference
1313--}}
14- {{ ~#if (and (eq kind " function" ) (eq functionClass " conversion" ))~}}
14+ {{ ~#if (and (eq kind " function" ) (eq funcClass " conversion" ))~}}
1515 {{! Conversion operator: "operator" and the type declarator ~}}
1616 operator {{> type/declarator return ~}}
1717{{ ~else if (eq kind "guide")~}}
Original file line number Diff line number Diff line change 2323{{ ~#if (and parent parent.parent )~}}
2424{{~> symbol/qualified-name-title parent is-qualified-name-parent =true ~}} {{ #if parent.name }} ::{{ /if }}
2525{{ ~/if ~}}
26- {{ ~#if (and (eq kind " function" ) (eq functionClass " conversion" ))~}}
26+ {{ ~#if (and (eq kind " function" ) (eq funcClass " conversion" ))~}}
2727 {{~> symbol/name . ~}}
2828{{ ~else if is-qualified-name-parent ~}}
2929 {{!~ If this is a parent, we only print it if it really has a name ~}}
Original file line number Diff line number Diff line change 1212{{ /if ~}}
1313{{ #if explicitSpec }} {{ explicitSpec }}
1414{{ /if ~}}
15- {{ #if (eq functionClass " normal" )}} {{> type/declarator-prefix return }}
15+ {{ #if (eq funcClass " normal" )}} {{> type/declarator-prefix return }}
1616{{ /if ~}}
1717{{ ~#if force-link ~}}
1818{{> symbol/name symbol }}
19- {{ ~else if (eq functionClass "conversion")~}}
19+ {{ ~else if (eq funcClass "conversion")~}}
2020{{> symbol/name symbol }}
2121{{ ~else if (contains (arr "explicit" "partial") template.kind)~}}
2222{{> symbol/name template.primary ~}}{{> template/args-text args =template.args ~}}
3232{{ #if isVolatile }} volatile{{ /if ~}}
3333{{ #if refQualifier }} {{ refQualifier }} {{ /if ~}}
3434{{ #if exceptionSpec }} {{ exceptionSpec }} {{ /if ~}}
35- {{ #if (eq functionClass " normal" )}} {{> type/declarator-suffix return }} {{ /if ~}}
35+ {{ #if (eq funcClass " normal" )}} {{> type/declarator-suffix return }} {{ /if ~}}
3636{{ #if requires }}
3737
3838requires {{ requires }} {{ /if ~}}
Original file line number Diff line number Diff line change 1515{{ #if (eq kind " overloads" )~}}
1616 {{> symbol/special-function-suffix (front members )}}
1717{{ ~else if (eq kind "function")~}}
18- {{ #if (eq functionClass " constructor" )}}
18+ {{ #if (eq funcClass " constructor" )}}
1919 {{ #>markup/span class =" small" }} [constructor]{{ /markup/span }}
20- {{ ~else if (eq functionClass "destructor")~}}
20+ {{ ~else if (eq funcClass "destructor")~}}
2121 {{ #>markup/span class =" small" }} [destructor]{{ /markup/span }}
2222 {{ ~/if ~}}
2323 {{ ~#if isVirtual ~}}
You can’t perform that action at this time.
0 commit comments