mrdocs::Symbol::Attributes

The C++ attributes attached to this declaration.

Synopsis

Declared in <mrdocs/Metadata/Symbol/SymbolBase.hpp>

std::vector<Polymorphic<Attribute>> Attributes;

Description

These are the attributes as written in the source, e.g. [[deprecated]] or [[nodiscard]], captured for every symbol kind. See Attribute for the per-attribute name and arguments.