mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
IDE/sourcekitd: avoid printing underscored keywords in module interface view.
This commit is contained in:
@@ -453,6 +453,7 @@ struct PrintOptions {
|
||||
result.ShouldQualifyNestedDeclarations =
|
||||
QualifyNestedDeclarations::Always;
|
||||
result.PrintDocumentationComments = true;
|
||||
result.SkipUnderscoredKeywords = true;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user