diff options
author | Christian <c@ethdev.com> | 2014-10-28 23:57:20 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-28 23:57:20 +0800 |
commit | 28ef0f0f1e15797a8c3426ce3fb2b5faab9f3810 (patch) | |
tree | c8aa2bc1d31cfdeed75c6852efc17facafe15fea | |
parent | b03a6a35633e658153046f3df2b57ae89f90cfd6 (diff) | |
download | dexon-solidity-28ef0f0f1e15797a8c3426ce3fb2b5faab9f3810.tar dexon-solidity-28ef0f0f1e15797a8c3426ce3fb2b5faab9f3810.tar.gz dexon-solidity-28ef0f0f1e15797a8c3426ce3fb2b5faab9f3810.tar.bz2 dexon-solidity-28ef0f0f1e15797a8c3426ce3fb2b5faab9f3810.tar.lz dexon-solidity-28ef0f0f1e15797a8c3426ce3fb2b5faab9f3810.tar.xz dexon-solidity-28ef0f0f1e15797a8c3426ce3fb2b5faab9f3810.tar.zst dexon-solidity-28ef0f0f1e15797a8c3426ce3fb2b5faab9f3810.zip |
Forgot some asterisks.
-rw-r--r-- | solidityCompiler.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/solidityCompiler.cpp b/solidityCompiler.cpp index 6e12fecf..26bfc7cb 100644 --- a/solidityCompiler.cpp +++ b/solidityCompiler.cpp @@ -41,7 +41,9 @@ namespace test namespace { -/// Helper class that extracts the first expression in an AST. +/** + * Helper class that extracts the first expression in an AST. + */ class FirstExpressionExtractor: private ASTVisitor { public: |