aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-02-09 21:12:36 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-02-09 21:12:36 +0800
commit7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c (patch)
tree2a6ea64e3f412f91a41c47f732a5f942f0586f5d /CompilerStack.h
parent3ef75bae6b734aa8b55f45da48bc9f396a5f2040 (diff)
downloaddexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.tar
dexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.tar.gz
dexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.tar.bz2
dexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.tar.lz
dexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.tar.xz
dexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.tar.zst
dexon-solidity-7c0ae1a82f28f3a3679ee7160d0080eac9ca5b9c.zip
Styling in Natspec Enums
Diffstat (limited to 'CompilerStack.h')
-rw-r--r--CompilerStack.h8
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;