ark::doxygen::EnumDefinition
Defined in header “ark/doxygen/doxygen_xml_parser.hh”.
Contains information about a full enumeration.
Variables
-
std::string name
The name of the enum. -
std::string type
The type of the enum, if any. -
std::string declaration_file
File where this was declared. -
std::string brief_description
Brief description. Each paragraph is a new line. -
std::string detailed_description
Detailed description. Each paragraph is a new line. -
std::vector< EnumValueDefinition > values
Values associated with this enumeration.