ark::doxygen::DefineDefinition
Defined in header “ark/doxygen/doxygen_xml_parser.hh”.
Contains information about a define.
Variables
-
std::string name
The name of the define. -
std::vector< std::string > parameters
The parameter list. -
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.