mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Module interface printing: pass through documentation comments for
imported declarations" rdar://16408910 Swift SVN r15527
This commit is contained in:
@@ -25,8 +25,6 @@ void swift::ide::printModuleInterface(Module *M, ASTPrinter &Printer,
|
||||
AdjustedOptions.ExplodePatternBindingDecls = true;
|
||||
AdjustedOptions.VarInitializers = false;
|
||||
|
||||
AdjustedOptions.PrintDocumentationComments = true;
|
||||
|
||||
SmallVector<Decl *, 1> Decls;
|
||||
M->getDisplayDecls(Decls);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user