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 83e1f34 commit 59a73bdCopy full SHA for 59a73bd
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