[clang-tools-extra] [Clang-doc] Display enum comments in HTML (PR #183085)
Samrudh Nelli via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 6 08:57:18 PST 2026
================
@@ -13,11 +13,11 @@
</div>
{{/BriefComments}}
{{#ParagraphComments}}
-<div class="nested-delimiter-container">
+<p class="nested-delimiter-container">
{{#.}}
- <p>{{TextComment}}</p>
+ {{TextComment}}<br>
{{/.}}
-</div>
+</p>
----------------
SamrudhNelli wrote:
Sorry for the confusion. Will revert it back.
I went for the easier way to get the result that was suggested [above](https://github.com/llvm/llvm-project/pull/183085#discussion_r2875529524).
https://github.com/llvm/llvm-project/pull/183085
More information about the cfe-commits
mailing list