mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Ignore the '__raw_doc_comment' attribute, which is more of an implementation detail.
This commit is contained in:
@@ -656,6 +656,7 @@ std::vector<UIdent> SwiftLangSupport::UIDsFromDeclAttributes(const DeclAttribute
|
||||
case DAK_SetterAccessibility:
|
||||
// Ignore these.
|
||||
case DAK_ShowInInterface:
|
||||
case DAK_RawDocComment:
|
||||
continue;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user