Skip to content

Commit

Permalink
enum constant briefs are unescaped
Browse files Browse the repository at this point in the history
#feat
  • Loading branch information
alandefreitas committed Jan 7, 2025
1 parent d02a0c0 commit 3723bbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{{else}}
|`{{>symbol/name . nolink=true}}`
{{/if}}
|{{~doc.brief}}
|{{{~doc.brief}}}
{{/each}}
|===

Expand Down
8 changes: 4 additions & 4 deletions test-files/golden-tests/metadata/enum.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ enum E0;
|===
|Name |Description
|`e0`
|e0 brief.
|e0 brief.


|`e1`
|e1 brief.
|e1 brief.


|===
Expand Down Expand Up @@ -121,11 +121,11 @@ enum class E2 : int;
|===
|Name |Description
|`e4`
|e4 brief.
|e4 brief.


|`e5`
|e5 brief.
|e5 brief.


|===
Expand Down

0 comments on commit 3723bbb

Please sign in to comment.