[clang-tools-extra] [clang-doc] Add HTMLMustacheGenerator.cpp (PR #138060)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Wed May 7 16:37:21 PDT 2025


================
@@ -535,6 +535,8 @@ struct ClangDocContext {
   // JavaScript files that will be imported in all HTML files.
   std::vector<std::string> JsScripts;
   StringRef Base;
+  // Mustache Template files
----------------
ilovepi wrote:

My understanding is that it provides a mapping to of a template "type" (e.g., a comment-template) to a real mustache file. I'll update the comment. I'll need to look further up the stack to confirm.

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


More information about the cfe-commits mailing list