[clang-tools-extra] [clang-doc] Serialize repository URL in Mustache templates (PR #174914)
Erick Velez via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 8 19:53:44 PST 2026
================
@@ -336,8 +336,6 @@ struct MyClass {
// HTML-NEXT: <div id="{{([0-9A-F]{40})}}" class="delimiter-container">
// HTML-NEXT: <pre><code class="language-cpp code-clang-doc">int protectedMethod ()</code></pre>
// HTML-NEXT: </div>
-// HTML-NEXT: </div>
-// HTML-NEXT: </section>
----------------
evelez7 wrote:
I got rid of these to satisfy the test (out of frustration!), but looking now it was because I accidentally added an extraneous `<div>`. So oops, and thanks!
https://github.com/llvm/llvm-project/pull/174914
More information about the cfe-commits
mailing list