The kind of a C++ attribute.
Synopsis
Declared in <mrdocs/Metadata/Attribute/AttributeKind.hpp>
enum class AttributeKind : int;
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