Skip to content

Commit 59a73bd

Browse files
authored
[clang-doc] Add missing comment for Base (#138053)
1 parent 83e1f34 commit 59a73bd

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
@@ -535,6 +535,7 @@ struct ClangDocContext {
535535
std::vector<std::string> UserStylesheets;
536536
// JavaScript files that will be imported in all HTML files.
537537
std::vector<std::string> JsScripts;
538+
// Base directory for remote repositories.
538539
StringRef Base;
539540
Index Idx;
540541
};

0 commit comments

Comments
 (0)