diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2014-11-21 05:08:16 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2014-11-21 05:08:16 +0800 |
commit | b4b0e37e7a105b952c3dd3e3dd939e0b7150809d (patch) | |
tree | 6bdd615e0cd7e88f9a37ea2b2c2f7471a6a0e715 /Scanner.h | |
parent | 43961a552d294757f631e9b1a0b90017002fd196 (diff) | |
download | dexon-solidity-b4b0e37e7a105b952c3dd3e3dd939e0b7150809d.tar.gz dexon-solidity-b4b0e37e7a105b952c3dd3e3dd939e0b7150809d.tar.zst dexon-solidity-b4b0e37e7a105b952c3dd3e3dd939e0b7150809d.zip |
styling fixes
Diffstat (limited to 'Scanner.h')
-rw-r--r-- | Scanner.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,7 +119,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 - Token::Value next(bool _change_skipped_comment = false); + Token::Value next(bool _changeSkippedComment = false); ///@{ ///@name Information about the current token @@ -157,7 +157,7 @@ public: ///@} private: - // Used for the current and look-ahead token and comments + /// Used for the current and look-ahead token and comments struct TokenDesc { Token::Value token; |