Skip to content

Commit 6878c19

Browse files
committed
fix: using synopsis uses the nameinfo only
1 parent 249c73a commit 6878c19

File tree

1 file changed

+2
-2
lines changed
  • share/mrdocs/addons/generator/common/partials/symbol/signature

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using {{#if (contains (arr "typename" "enum") usingClass)}} {{usingClass}}
22
{{~/if~}}
33
{{~#if qualifier~}}
4-
{{>type/name-info qualifier }}::
5-
{{~/if}}{{name}};
4+
{{>type/name-info qualifier }}
5+
{{~/if}};

0 commit comments

Comments
 (0)