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

via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 30 15:12:12 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>
----------------
PeterChou1 wrote:

currently there's no distinction between public protected and private that's something i plan to change but not in this pr

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


More information about the cfe-commits mailing list