Remove DocStringAnalyzer and DocStringParser class-specific error reporting functions

This commit is contained in:
a3d4
2020-05-21 00:26:14 +02:00
parent 66a8c7d1ab
commit 38e65a909a
4 changed files with 17 additions and 25 deletions
-2
View File
@@ -58,8 +58,6 @@ private:
/// Creates and inserts a new tag and adjusts m_lastTag.
void newTag(std::string const& _tagName);
void appendError(std::string const& _description);
/// Mapping tag name -> content.
std::multimap<std::string, DocTag> m_docTags;
DocTag* m_lastTag = nullptr;