aboutsummaryrefslogtreecommitdiffstats
path: root/Scanner.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2014-11-21 05:08:16 +0800
committerLefteris Karapetsas <lefteris@refu.co>2014-11-21 05:08:16 +0800
commitb4b0e37e7a105b952c3dd3e3dd939e0b7150809d (patch)
tree6bdd615e0cd7e88f9a37ea2b2c2f7471a6a0e715 /Scanner.h
parent43961a552d294757f631e9b1a0b90017002fd196 (diff)
downloaddexon-solidity-b4b0e37e7a105b952c3dd3e3dd939e0b7150809d.tar.gz
dexon-solidity-b4b0e37e7a105b952c3dd3e3dd939e0b7150809d.tar.zst
dexon-solidity-b4b0e37e7a105b952c3dd3e3dd939e0b7150809d.zip
styling fixes
Diffstat (limited to 'Scanner.h')
-rw-r--r--Scanner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Scanner.h b/Scanner.h
index 23007fe1..0a6778ec 100644
--- a/Scanner.h
+++ b/Scanner.h
@@ -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;