diff options
author | LianaHus <liana@ethdev.com> | 2016-03-10 00:23:05 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-03-12 00:49:32 +0800 |
commit | 58e07151e3fd8503bc0418dba452a822f03ff260 (patch) | |
tree | 343e697c2ab83417c67b8b7e193a87347a15c039 /libsolidity/ast | |
parent | 67793f1aedab8cae956e8df0eec5e6a99f06b87b (diff) | |
download | dexon-solidity-58e07151e3fd8503bc0418dba452a822f03ff260.tar.gz dexon-solidity-58e07151e3fd8503bc0418dba452a822f03ff260.tar.zst dexon-solidity-58e07151e3fd8503bc0418dba452a822f03ff260.zip |
- inline and assembly keywords added
- some style fixes
Diffstat (limited to 'libsolidity/ast')
-rw-r--r-- | libsolidity/ast/Types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/ast/Types.h b/libsolidity/ast/Types.h index 189dd10a..1d65aeb6 100644 --- a/libsolidity/ast/Types.h +++ b/libsolidity/ast/Types.h @@ -826,7 +826,7 @@ public: /// @returns TypePointer of a new FunctionType object. All input/return parameters are an /// appropriate external types (i.e. the interfaceType()s) of input/return parameters of /// current function. - /// Returns an empty shared pointer if one of the input/return parameters does not have an + /// @returns an empty shared pointer if one of the input/return parameters does not have an /// external type. FunctionTypePointer interfaceFunctionType() const; |