We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e61695 commit 2de0c4fCopy full SHA for 2de0c4f
share/mrdocs/addons/generator/adoc/partials/symbol.adoc.hbs
@@ -48,6 +48,7 @@
48
49
{{! Enum members }}
50
{{else if (eq symbol.kind "enum")}}
51
+{{#if symbol.constants}}
52
{{#> markup/dynamic-level-h }}Members{{/markup/dynamic-level-h}}
53
54
[,cols=2]
@@ -63,6 +64,7 @@
63
64
{{/each}}
65
|===
66
67
+{{/if}}
68
{{/if}}
69
{{! Using directives }}
70
{{#if symbol.usingDirectives}}
0 commit comments