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

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 30 12:34:03 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>
----------------
petrhosek wrote:

Either way this should be done in a separate change.

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


More information about the cfe-commits mailing list