diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2014-11-21 06:18:05 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2014-11-21 06:18:05 +0800 |
commit | a93916b5f9df5a71c890150ad705147d040264df (patch) | |
tree | 9d781f186ed429753628a5b9c72c0943692e2853 /Scanner.h | |
parent | b4b0e37e7a105b952c3dd3e3dd939e0b7150809d (diff) | |
download | dexon-solidity-a93916b5f9df5a71c890150ad705147d040264df.tar.gz dexon-solidity-a93916b5f9df5a71c890150ad705147d040264df.tar.zst dexon-solidity-a93916b5f9df5a71c890150ad705147d040264df.zip |
extra comments scanning test
Diffstat (limited to 'Scanner.h')
-rw-r--r-- | Scanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ public: /// Returns the next token and advances input. If called from reset() /// and ScanToken() found a documentation token then next should be called - /// with _change_skipped_comment=true + /// with _changeSkippedComment=true Token::Value next(bool _changeSkippedComment = false); ///@{ |