aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/TypeChecker.h
diff options
context:
space:
mode:
authorLianaHus <liana@ethdev.com>2015-10-15 22:27:26 +0800
committerLianaHus <liana@ethdev.com>2015-10-15 22:27:26 +0800
commit162d021c3faf0fdb671778870c9da8ad74256b2e (patch)
tree9840b1b5db02ee4d1df5f09e98b4ee1de12ce730 /libsolidity/TypeChecker.h
parent3871e77946866cdef36147ddd2e6d322f63cea37 (diff)
downloaddexon-solidity-162d021c3faf0fdb671778870c9da8ad74256b2e.tar
dexon-solidity-162d021c3faf0fdb671778870c9da8ad74256b2e.tar.gz
dexon-solidity-162d021c3faf0fdb671778870c9da8ad74256b2e.tar.bz2
dexon-solidity-162d021c3faf0fdb671778870c9da8ad74256b2e.tar.lz
dexon-solidity-162d021c3faf0fdb671778870c9da8ad74256b2e.tar.xz
dexon-solidity-162d021c3faf0fdb671778870c9da8ad74256b2e.tar.zst
dexon-solidity-162d021c3faf0fdb671778870c9da8ad74256b2e.zip
some more style fixes
Diffstat (limited to 'libsolidity/TypeChecker.h')
-rw-r--r--libsolidity/TypeChecker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/TypeChecker.h b/libsolidity/TypeChecker.h
index de095e3b..d9cb39ae 100644
--- a/libsolidity/TypeChecker.h
+++ b/libsolidity/TypeChecker.h
@@ -42,7 +42,7 @@ namespace solidity
class TypeChecker: private ASTConstVisitor
{
public:
- /// @_errors the reference to the list of errors and warnings to add them found during type checking.
+ /// @param _errors the reference to the list of errors and warnings to add them found during type checking.
TypeChecker(ErrorList& _errors): m_errors(_errors) {}
/// Performs type checking on the given contract and all of its sub-nodes.