[SourceKit] Incorporate synthesized extensions into DocInfo request. rdar://24912860

This commit reuses our code for generating synthesized extensions from module printing to enhance
documentation generation.
This commit is contained in:
Xi Ge
2016-03-22 14:43:56 -07:00
parent 33c53a12eb
commit f338bdfbb7
10 changed files with 8706 additions and 2115 deletions

View File

@@ -537,6 +537,7 @@ void swift::ide::printSubmoduleInterface(
Printer << "\n";
}
});
AdjustedOptions.BracketOptions.reset();
}
}
return true;