Skip to content

Commit 056ab13

Browse files
committed
[clang-doc] Add missing comment for Base
1 parent a24457e commit 056ab13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang-tools-extra/clang-doc/Representation.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ struct ClangDocContext {
527527
std::vector<std::string> UserStylesheets;
528528
// JavaScript files that will be imported in all HTML files.
529529
std::vector<std::string> JsScripts;
530+
// Base directory for remote repositories.
530531
StringRef Base;
531532
Index Idx;
532533
};

0 commit comments

Comments
 (0)