diff options
author | Gav Wood <i@gavwood.com> | 2015-01-09 14:39:30 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-01-09 14:39:30 +0800 |
commit | 29591d6ecfaf1a00ac405b1a46fe366daa00bd71 (patch) | |
tree | 2c68fc0c94b1abe666a91bccefd5048d9a9852b0 /ExpressionCompiler.h | |
parent | ffce12b7ee412cbd29dd0873a3e894dd7133ca4e (diff) | |
download | dexon-solidity-29591d6ecfaf1a00ac405b1a46fe366daa00bd71.tar.gz dexon-solidity-29591d6ecfaf1a00ac405b1a46fe366daa00bd71.tar.zst dexon-solidity-29591d6ecfaf1a00ac405b1a46fe366daa00bd71.zip |
Documentation update.
Diffstat (limited to 'ExpressionCompiler.h')
-rw-r--r-- | ExpressionCompiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ExpressionCompiler.h b/ExpressionCompiler.h index c0ee4ab4..e39bcddb 100644 --- a/ExpressionCompiler.h +++ b/ExpressionCompiler.h @@ -16,6 +16,7 @@ */ /** * @author Christian <c@ethdev.com> + * @author Gav Wood <g@ethdev.com> * @date 2014 * Solidity AST to EVM bytecode compiler for expressions. */ |