diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-27 18:28:04 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-16 02:56:38 +0800 |
commit | 7222fac45680dd9955fd37c6245760014a19873a (patch) | |
tree | e73ed4e64e01c397d7a24fa92621a97987538a72 /solc/CommandLineInterface.h | |
parent | 80f83169b120eab72850842b4c6f39829989a0d8 (diff) | |
download | dexon-solidity-7222fac45680dd9955fd37c6245760014a19873a.tar dexon-solidity-7222fac45680dd9955fd37c6245760014a19873a.tar.gz dexon-solidity-7222fac45680dd9955fd37c6245760014a19873a.tar.bz2 dexon-solidity-7222fac45680dd9955fd37c6245760014a19873a.tar.lz dexon-solidity-7222fac45680dd9955fd37c6245760014a19873a.tar.xz dexon-solidity-7222fac45680dd9955fd37c6245760014a19873a.tar.zst dexon-solidity-7222fac45680dd9955fd37c6245760014a19873a.zip |
Remove DocumentationType from natspec
Diffstat (limited to 'solc/CommandLineInterface.h')
-rw-r--r-- | solc/CommandLineInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.h b/solc/CommandLineInterface.h index 8a476ef5..bf9400e4 100644 --- a/solc/CommandLineInterface.h +++ b/solc/CommandLineInterface.h @@ -66,7 +66,7 @@ private: void handleSignatureHashes(std::string const& _contract); void handleMetadata(std::string const& _contract); void handleABI(std::string const& _contract); - void handleNatspec(DocumentationType _type, std::string const& _contract); + void handleNatspec(bool _natspecDev, std::string const& _contract); void handleGasEstimation(std::string const& _contract); void handleFormal(); |