We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cc73c commit 9ddac83Copy full SHA for 9ddac83
share/mrdocs/addons/generator/common/partials/symbol/name.hbs
@@ -24,10 +24,10 @@
24
{{else~}}
25
{{#if (and link.url (not nolink))~}}
26
{{! Symbol with URL: link to the symbol documentation ~}}
27
- {{#>markup/a href=link.url}}{{name}}{{/markup/a~}}
+ {{#>markup/a href=link.url}}{{or name "<unnamed>"}}{{/markup/a~}}
28
29
{{! Symbol without URL: plain text ~}}
30
- {{name~}}
+ {{or name "<unnamed>"~}}
31
{{/if~}}
32
{{#if (contains (arr "explicit" "partial") template.kind)~}}
33
{{! Explicit or partial template: render the template arguments ~}}
0 commit comments