[clang-tools-extra] [clang-doc] Add --asset option to clang-doc (PR #94717)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 09:37:10 PDT 2024
================
@@ -81,6 +81,12 @@ static llvm::cl::list<std::string> UserStylesheets(
llvm::cl::desc("CSS stylesheets to extend the default styles."),
llvm::cl::cat(ClangDocCategory));
+static llvm::cl::opt<std::string>
+ UserAssetPath("asset",
+ llvm::cl::desc("User supplied asset path for html output to "
+ "override the default css and js files"),
----------------
ilovepi wrote:
```suggestion
llvm::cl::desc("User supplied asset path to "
"override the default css and js files for html output"),
```
https://github.com/llvm/llvm-project/pull/94717
More information about the cfe-commits
mailing list