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 d02a0c0 commit 3723bbbCopy full SHA for 3723bbb
share/mrdocs/addons/generator/adoc/partials/symbol.adoc.hbs
@@ -59,7 +59,7 @@
59
{{else}}
60
|`{{>symbol/name . nolink=true}}`
61
{{/if}}
62
-|{{~doc.brief}}
+|{{{~doc.brief}}}
63
{{/each}}
64
|===
65
test-files/golden-tests/metadata/enum.adoc
@@ -54,11 +54,11 @@ enum E0;
54
55
|Name |Description
56
|`e0`
57
-|e0 brief.
+|e0 brief.
58
|`e1`
-|e1 brief.
+|e1 brief.
@@ -121,11 +121,11 @@ enum class E2 : int;
121
122
123
|`e4`
124
-|e4 brief.
+|e4 brief.
125
126
127
|`e5`
128
-|e5 brief.
+|e5 brief.
129
130
131
0 commit comments