[IDE] Allow the caller of ide::printModuleInterface() to control whether documentation comments should be printed

Part of rdar://16450298

Swift SVN r15584
This commit is contained in:
Argyrios Kyrtzidis
2014-03-28 18:51:47 +00:00
parent 7591420e8b
commit 5bc01ea0a2
2 changed files with 1 additions and 2 deletions

View File

@@ -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);