aboutsummaryrefslogtreecommitdiffstats
path: root/Scanner.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2014-11-21 06:18:05 +0800
committerLefteris Karapetsas <lefteris@refu.co>2014-11-21 06:18:05 +0800
commita93916b5f9df5a71c890150ad705147d040264df (patch)
tree9d781f186ed429753628a5b9c72c0943692e2853 /Scanner.h
parentb4b0e37e7a105b952c3dd3e3dd939e0b7150809d (diff)
downloaddexon-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scanner.h b/Scanner.h
index 0a6778ec..94c67840 100644
--- a/Scanner.h
+++ b/Scanner.h
@@ -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);
///@{