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 ccbac9d commit 7be5ad0Copy full SHA for 7be5ad0
include/swift/AST/Attr.h
@@ -2244,9 +2244,8 @@ class ExposeAttr : public DeclAttribute {
2244
}
2245
};
2246
2247
-/// The `@_documentation(...)` attribute, used to note a "category" for a
2248
-/// symbol to be associated with, with special cases for forcing a symbol to be
2249
-/// hidden or visible.
+/// The `@_documentation(...)` attribute, used to override a symbol's visibility
+/// in symbol graphs, and/or adding arbitrary metadata to it.
2250
class DocumentationAttr: public DeclAttribute {
2251
public:
2252
DocumentationAttr(SourceLoc AtLoc, SourceRange Range,
0 commit comments