diff options
author | Gav Wood <i@gavwood.com> | 2015-01-09 15:05:52 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-01-09 15:05:52 +0800 |
commit | 6de29142ef6b8839207b01f636c8a05285ab2151 (patch) | |
tree | eec426e162f13a52bc165e097417907111cf478d /CommandLineInterface.h | |
parent | d7873d9cd0745fcc3642c217f37d95303613a35a (diff) | |
download | dexon-solidity-6de29142ef6b8839207b01f636c8a05285ab2151.tar dexon-solidity-6de29142ef6b8839207b01f636c8a05285ab2151.tar.gz dexon-solidity-6de29142ef6b8839207b01f636c8a05285ab2151.tar.bz2 dexon-solidity-6de29142ef6b8839207b01f636c8a05285ab2151.tar.lz dexon-solidity-6de29142ef6b8839207b01f636c8a05285ab2151.tar.xz dexon-solidity-6de29142ef6b8839207b01f636c8a05285ab2151.tar.zst dexon-solidity-6de29142ef6b8839207b01f636c8a05285ab2151.zip |
Rename "JSON Documentation" -> Metadata.
solc integration for Solidity-format ABI.
Diffstat (limited to 'CommandLineInterface.h')
-rw-r--r-- | CommandLineInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandLineInterface.h b/CommandLineInterface.h index 7e3ad250..9dfee719 100644 --- a/CommandLineInterface.h +++ b/CommandLineInterface.h @@ -56,7 +56,7 @@ private: void handleBinary(std::string const& _contract); void handleOpcode(std::string const& _contract); void handleBytecode(std::string const& _contract); - void handleJson(DocumentationType _type, + void handleMeta(DocumentationType _type, std::string const& _contract); /// Compiler arguments variable map |