mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -537,6 +537,7 @@ void swift::ide::printSubmoduleInterface(
|
||||
Printer << "\n";
|
||||
}
|
||||
});
|
||||
AdjustedOptions.BracketOptions.reset();
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user