Remove dead code in NatSpec

This commit is contained in:
Alex Beregszaszi
2021-04-22 13:26:11 +01:00
parent 17f522835f
commit 4855fca802
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ DocStringParser::iter DocStringParser::parseDocTagParam(iter _pos, iter _end)
DocStringParser::iter DocStringParser::parseDocTag(iter _pos, iter _end, string const& _tag)
{
// LTODO: need to check for @(start of a tag) between here and the end of line
// TODO: need to check for @(start of a tag) between here and the end of line
// for all cases.
if (!m_lastTag || _tag != "")
{