We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9551c commit 9512cbfCopy full SHA for 9512cbf
include/swift/AST/Attr.h
@@ -2226,9 +2226,8 @@ class BackDeployAttr: public DeclAttribute {
2226
}
2227
};
2228
2229
-/// The `@_documentation(...)` attribute, used to note a "category" for a
2230
-/// symbol to be associated with, with special cases for forcing a symbol to be
2231
-/// hidden or visible.
+/// The `@_documentation(...)` attribute, used to override a symbol's visibility
+/// in symbol graphs, and/or adding arbitrary metadata to it.
2232
class DocumentationAttr: public DeclAttribute {
2233
public:
2234
DocumentationAttr(SourceLoc AtLoc, SourceRange Range,
0 commit comments