Add a missing DocStringParser error to tests.

This commit is contained in:
a3d4
2020-07-01 04:42:37 +02:00
parent a1c33249f1
commit acd42a08c1
3 changed files with 7 additions and 21 deletions
-1
View File
@@ -50,7 +50,6 @@ private:
iter parseDocTagParam(iter _pos, iter _end);
iter appendDocTagParam(iter _pos, iter _end);
void parseDocString(std::string const& _string);
iter appendDocTag(iter _pos, iter _end);
/// Parses the doc tag named @a _tag, adds it to m_docTags and returns the position
/// after the tag.
iter parseDocTag(iter _pos, iter _end, std::string const& _tag);