We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecaef01 commit 98dc8bbCopy full SHA for 98dc8bb
clang-tools-extra/clang-doc/Representation.h
@@ -521,7 +521,7 @@ struct ClangDocContext {
521
// Path of CSS stylesheets that will be copied to OutDirectory and used to
522
// style all HTML files.
523
std::vector<std::string> UserStylesheets;
524
- // JavaScript files that will be imported in allHTML file.
+ // JavaScript files that will be imported in all HTML files.
525
std::vector<std::string> JsScripts;
526
Index Idx;
527
};
0 commit comments