Fixed bug when two empty NatSpec comments led to scanning past EOL

This commit is contained in:
hrkrshnn
2020-05-20 20:26:02 +05:30
committed by Harikrishnan Mulackal
parent 29405c223b
commit 37257548d0
6 changed files with 99 additions and 8 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ private:
/// Skips all whitespace and @returns true if something was skipped.
bool skipWhitespace();
/// Skips all whitespace that are neither '\r' nor '\n'.
void skipWhitespaceExceptUnicodeLinebreak();
bool skipWhitespaceExceptUnicodeLinebreak();
Token skipSingleLineComment();
Token skipMultiLineComment();