[clang-tools-extra] [clang-doc] Add a Mustache Markdown generator (PR #177221)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 2 11:55:11 PST 2026
================
@@ -150,8 +199,17 @@ class ClassInNestedNamespace {};
// HTML-NESTED-INDEX: <p> Function in NestedNamespace</p>
// HTML-NESTED-INDEX: </div>
// HTML-NESTED-INDEX: </div>
-// HTML-NESTED-INDEX: <p>Defined at line 105 of file {{.*}}namespace.cpp</p>
+// HTML-NESTED-INDEX: <p>Defined at line 146 of file {{.*}}namespace.cpp</p>
----------------
ilovepi wrote:
Its fine that we dont, but would a LINE directive be helpful?
https://github.com/llvm/llvm-project/pull/177221
More information about the cfe-commits
mailing list