[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 12:01:52 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:

Should these be `private int X`, like this or should we have separate lists for `public`, `protected` and `private`?


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


More information about the cfe-commits mailing list