aboutsummaryrefslogtreecommitdiffstats
path: root/Compiler.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-10-23 02:35:35 +0800
committerChristian <c@ethdev.com>2014-10-25 01:38:48 +0800
commit9141725cf238c028dd00f4a7f814878031ef48a0 (patch)
tree4f8c399497f3871b6272a6d42abbc786b019542f /Compiler.h
parentb2f12991dbb30193386e6d3ff16e2fc46fa2289a (diff)
downloaddexon-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Compiler.h b/Compiler.h
index bddc4bef..ac5e10ec 100644
--- a/Compiler.h
+++ b/Compiler.h
@@ -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);