ark::doxygen::TypedefDefinition

Defined in header “ark/doxygen/doxygen_xml_parser.hh”.


Contains information about a typedef.

Variables

  • std::string name
    The name of the typedef.

  • TypeString type
    The type of the typedef, 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.