mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #63391 from apple/QuietMisdreavus/factory-init-sgf
don't print the "not inherited" mark in SGF declarations
This commit is contained in:
@@ -67,6 +67,7 @@ PrintOptions SymbolGraph::getDeclarationFragmentsPrintOptions() const {
|
||||
Opts.PrintGenericRequirements = true;
|
||||
Opts.PrintInherited = false;
|
||||
Opts.ExplodeEnumCaseDecls = true;
|
||||
Opts.PrintFactoryInitializerComment = false;
|
||||
|
||||
Opts.ExclusiveAttrList.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user