mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #36863 from apple/QuietMisdreavus/docs-inheritance
[SymbolGraph] Add information about "inherited docs" for synthesized symbols
This commit is contained in:
@@ -168,6 +168,7 @@ SerializationOptions CompilerInvocation::computeSerializationOptions(
|
||||
llvm::sys::fs::make_absolute(OutputDir);
|
||||
serializationOpts.SymbolGraphOutputDir = OutputDir.str().str();
|
||||
}
|
||||
serializationOpts.SkipSymbolGraphInheritedDocs = opts.SkipInheritedDocs;
|
||||
|
||||
if (!getIRGenOptions().ForceLoadSymbolName.empty())
|
||||
serializationOpts.AutolinkForceLoad = true;
|
||||
|
||||
Reference in New Issue
Block a user