Skip to content

Commit f682cc6

Browse files
manually set SymbolGraphOptions.IncludeClangDocs to false
1 parent 54102ef commit f682cc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,7 @@ static void ParseSymbolGraphArgs(symbolgraphgen::SymbolGraphOptions &Opts,
12601260
Opts.PrettyPrint = false;
12611261
Opts.EmitSynthesizedMembers = true;
12621262
Opts.PrintMessages = false;
1263+
Opts.IncludeClangDocs = false;
12631264
}
12641265

12651266
static bool ParseSearchPathArgs(SearchPathOptions &Opts,

0 commit comments

Comments
 (0)