[clang-tools-extra] [Clang-doc] Display enum comments in HTML (PR #183085)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 3 10:00:49 PST 2026


================
@@ -152,27 +186,44 @@ enum Size : uint8_t {
 // HTML-INDEX-NEXT:             <tr>
 // HTML-INDEX-NEXT:                 <th>Name</th>
 // HTML-INDEX-NEXT:                 <th>Value</th>
+// HTML-INDEX-NEXT:                 <th>Comments</th>
 // HTML-INDEX-NEXT:             </tr>
 // HTML-INDEX-NEXT:             <tr>
 // HTML-INDEX-NEXT:                 <td>Small</td>
 // HTML-INDEX-NEXT:                 <td>0</td>
+// HTML-INDEX-NEXT:                 <td><div class="nested-delimiter-container">
----------------
ilovepi wrote:

For clarity, the first 2 lines are each paragraphs w/in their  own div. The next block are a single div with each Lorem Ipsum block wrapped in paragraph tags.

https://github.com/llvm/llvm-project/pull/183085


More information about the cfe-commits mailing list