[clang-tools-extra] [clang-doc] add support for block commands in clang-doc html output (PR #101108)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 30 13:49:26 PDT 2024


================
@@ -197,7 +197,9 @@ TEST(HTMLGeneratorTest, emitRecordHTML) {
     </p>
     <h2 id="Members">Members</h2>
     <ul>
-      <li>private int X</li>
+      <li>
+        <div>private int X</div>
----------------
ilovepi wrote:

Agreed.

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


More information about the cfe-commits mailing list