[clang-tools-extra] [clang-doc] Add HTMLMustacheGenerator.cpp (PR #138060)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Fri May 9 15:31:16 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:
done. LMK if something is unclear.
https://github.com/llvm/llvm-project/pull/138060
More information about the cfe-commits
mailing list