void parse(const std::vector< std::string > &vFileContents, const std::string &sFileName)
Parse the documentation file into single articles. Only complete <article>..</article> sections are p...
This structure defines a single article in a documentation file.
DocumentationEntry m_docEntry
std::vector< std::string > m_keywords
std::string format()
Format the documentation article into a single string, which then can be printed to a file.
DocumentationArticle(const std::vector< std::string > &vArticleContents, const std::string &sFileName)
Create a DocumentationArticle structure from the selected part of the documentation file containing e...
std::vector< std::string > m_contents
This structure defines a single entry in the documentation index.