ark::doxygen::ParsedSectionSet
Defined in header “ark/doxygen/doxygen_xml_parser.hh”.
This structure represents a parsed Doxygen XML output. This is a partial read of the output, mostly intended for documentation generation.
Variables
-
std::map< std::string, NamespaceSectionPtr > namespaces
Namespaces that were parsed out of the section set. -
std::vector< DefineDefinition > definitions
All of the definitions that were parsed.