mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[DocCommentPrint] avoid printing private standard lib decls. rdar://20858548
Swift SVN r29313
This commit is contained in:
@@ -277,6 +277,7 @@ void CommentToXMLConverter::visitDocComment(const DocComment *DC) {
|
||||
PO.SkipImplicit = true;
|
||||
PO.PrintImplicitAttrs = false;
|
||||
PO.PrintFunctionRepresentationAttrs = false;
|
||||
PO.SkipPrivateStdlibDecls = true;
|
||||
OS << "<Declaration>";
|
||||
llvm::SmallString<32> DeclSS;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user