diff options
author | Christian <c@ethdev.com> | 2014-10-23 02:35:35 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-25 01:38:48 +0800 |
commit | 9141725cf238c028dd00f4a7f814878031ef48a0 (patch) | |
tree | 4f8c399497f3871b6272a6d42abbc786b019542f /Compiler.h | |
parent | b2f12991dbb30193386e6d3ff16e2fc46fa2289a (diff) | |
download | dexon-solidity-9141725cf238c028dd00f4a7f814878031ef48a0.tar dexon-solidity-9141725cf238c028dd00f4a7f814878031ef48a0.tar.gz dexon-solidity-9141725cf238c028dd00f4a7f814878031ef48a0.tar.bz2 dexon-solidity-9141725cf238c028dd00f4a7f814878031ef48a0.tar.lz dexon-solidity-9141725cf238c028dd00f4a7f814878031ef48a0.tar.xz dexon-solidity-9141725cf238c028dd00f4a7f814878031ef48a0.tar.zst dexon-solidity-9141725cf238c028dd00f4a7f814878031ef48a0.zip |
Documentation for AST, Parser, Scanner and other classes.
Diffstat (limited to 'Compiler.h')
-rw-r--r-- | Compiler.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -110,8 +110,8 @@ private: /// Appends code to remove dirty higher order bits in case of an implicit promotion to a wider type. void cleanHigherOrderBitsIfNeeded(Type const& _typeOnStack, Type const& _targetType); - /// Append code for various operator types - /// @{ + ///@{ + ///@name Append code for various operator types void appendAndOrOperatorCode(BinaryOperation& _binaryOperation); void appendCompareOperatorCode(Token::Value _operator, Type const& _type); void appendOrdinaryBinaryOperatorCode(Token::Value _operator, Type const& _type); |