We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f452171 + 3855855 commit ec821efCopy full SHA for ec821ef
include/swift/AST/PrintOptions.h
@@ -397,6 +397,7 @@ struct PrintOptions {
397
result.PrintIfConfig = false;
398
result.ShouldQualifyNestedDeclarations =
399
QualifyNestedDeclarations::TypesOnly;
400
+ result.PrintDocumentationComments = false;
401
return result;
402
}
403
@@ -413,6 +414,7 @@ struct PrintOptions {
413
414
result.ElevateDocCommentFromConformance = true;
415
416
QualifyNestedDeclarations::Always;
417
+ result.PrintDocumentationComments = true;
418
419
420
0 commit comments