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 a24457e commit 056ab13Copy full SHA for 056ab13
clang-tools-extra/clang-doc/Representation.h
@@ -527,6 +527,7 @@ struct ClangDocContext {
527
std::vector<std::string> UserStylesheets;
528
// JavaScript files that will be imported in all HTML files.
529
std::vector<std::string> JsScripts;
530
+ // Base directory for remote repositories.
531
StringRef Base;
532
Index Idx;
533
};
0 commit comments