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.
2 parents a08706f + 59a73bd commit 9044812Copy full SHA for 9044812
clang-tools-extra/clang-doc/Representation.h
@@ -535,6 +535,7 @@ struct ClangDocContext {
535
std::vector<std::string> UserStylesheets;
536
// JavaScript files that will be imported in all HTML files.
537
std::vector<std::string> JsScripts;
538
+ // Base directory for remote repositories.
539
StringRef Base;
540
Index Idx;
541
};
0 commit comments