mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed bug when two empty NatSpec comments led to scanning past EOL
This commit is contained in:
committed by
Harikrishnan Mulackal
parent
29405c223b
commit
37257548d0
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user