diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2015-02-09 21:12:36 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2015-02-09 21:12:36 +0800 |
commit | 7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c (patch) | |
tree | 2a6ea64e3f412f91a41c47f732a5f942f0586f5d /CompilerStack.h | |
parent | 3ef75bae6b734aa8b55f45da48bc9f396a5f2040 (diff) | |
download | dexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.tar.gz dexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.tar.zst dexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.zip |
Styling in Natspec Enums
Diffstat (limited to 'CompilerStack.h')
-rw-r--r-- | CompilerStack.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CompilerStack.h b/CompilerStack.h index a6c3df8e..439077f3 100644 --- a/CompilerStack.h +++ b/CompilerStack.h @@ -43,10 +43,10 @@ class InterfaceHandler; enum class DocumentationType: uint8_t { - NATSPEC_USER = 1, - NATSPEC_DEV, - ABI_INTERFACE, - ABI_SOLIDITY_INTERFACE + NatspecUser = 1, + NatspecDev, + ABIInterface, + ABISolidityInterface }; extern const std::map<std::string, std::string> StandardSources; |