ark::doxygen::VariableDefinition
Defined in header “ark/doxygen/doxygen_xml_parser.hh”.
This structure contains information about a ‘variable’.
Variables
-
TypeString type
The type of the variable. -
std::string name
The name of the variable. -
std::string default_value
Any default value. -
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.