Styling in Natspec Enums

This commit is contained in:
Lefteris Karapetsas
2015-02-09 14:12:36 +01:00
parent 3ef75bae6b
commit 7c0ae1a82f
4 changed files with 55 additions and 55 deletions
+4 -4
View File
@@ -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;