diff options
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; |