mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -870,6 +870,7 @@ fillSymbolInfo(CursorSymbolInfo &Symbol, const DeclInfo &DInfo,
|
||||
AccessLevel::Private,
|
||||
/*EmitSynthesizedMembers*/ false,
|
||||
/*PrintMessages*/ false,
|
||||
/*SkipInheritedDocs*/ false,
|
||||
};
|
||||
|
||||
symbolgraphgen::printSymbolGraphForDecl(DInfo.VD, DInfo.BaseType,
|
||||
|
||||
Reference in New Issue
Block a user