diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2014-12-04 08:27:38 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2014-12-04 08:27:38 +0800 |
commit | ba27dc74214d70a4ce8dcfcbb0b15a829f2b050d (patch) | |
tree | 4a5a2cb1c6b1718bab228e18b0fc142bd002faa4 /InterfaceHandler.h | |
parent | a0ff2179d46404e265226981f8f7cd99c7aba5d1 (diff) | |
download | dexon-solidity-ba27dc74214d70a4ce8dcfcbb0b15a829f2b050d.tar.gz dexon-solidity-ba27dc74214d70a4ce8dcfcbb0b15a829f2b050d.tar.zst dexon-solidity-ba27dc74214d70a4ce8dcfcbb0b15a829f2b050d.zip |
Styling in libsolidity's InterfaceHandler
Diffstat (limited to 'InterfaceHandler.h')
-rw-r--r-- | InterfaceHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/InterfaceHandler.h b/InterfaceHandler.h index 125ecda4..5c8bf5bc 100644 --- a/InterfaceHandler.h +++ b/InterfaceHandler.h @@ -35,7 +35,7 @@ namespace solidity { // Forward declarations class ContractDefinition; -enum documentation_type: unsigned short; +enum documentationType: unsigned short; class InterfaceHandler { @@ -49,7 +49,7 @@ public: /// @return A unique pointer contained string with the json /// representation of provided type std::unique_ptr<std::string> getDocumentation(std::shared_ptr<ContractDefinition> _contractDef, - enum documentation_type _type); + enum documentationType _type); /// Get the ABI Interface of the contract /// @param _contractDef The contract definition /// @return A unique pointer contained string with the json |