Skip to content

Commit

Permalink
fix: escape names of overload set members
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Jun 5, 2024
1 parent ca13ce1 commit 161b6f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{else if (eq kind "guide")~}}
{{>declarator deduced nolink=nolink~}}
{{else~}}
{{#if (and link.ref (not nolink))}}xref:{{link.ref}}[{{name}}]{{else}}{{name}}{{/if~}}
{{#if (and link.ref (not nolink))}}xref:{{link.ref}}[pass:[{{name}}]]{{else}}{{name}}{{/if~}}
{{#if (or (eq template.kind "explicit") (eq template.kind "partial"))~}}
{{>template-args args=template.args nolink=nolink~}}
{{/if~}}
Expand Down

0 comments on commit 161b6f4

Please sign in to comment.