mrdocs::AttributeKind
The kind of a C++ attribute.
Description
This identifies the standard C++ attributes mrdocs treats specially, regardless of how they were spelled in the source. For example, [[deprecated]], [[gnu::deprecated]], and __declspec(deprecated) all share the deprecated kind.
Attributes mrdocs does not recognize use the Other kind.
Created with MrDocs