aboutsummaryrefslogtreecommitdiffstats
path: root/InterfaceHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'InterfaceHandler.h')
-rw-r--r--InterfaceHandler.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/InterfaceHandler.h b/InterfaceHandler.h
index 2b62cabd..c6da63de 100644
--- a/InterfaceHandler.h
+++ b/InterfaceHandler.h
@@ -41,19 +41,19 @@ enum class DocumentationType: uint8_t;
enum class DocTagType: uint8_t
{
- NONE = 0,
- DEV,
- NOTICE,
- PARAM,
- RETURN,
- AUTHOR,
- TITLE
+ None = 0,
+ Dev,
+ Notice,
+ Param,
+ Return,
+ Author,
+ Title
};
enum class CommentOwner
{
- CONTRACT,
- FUNCTION
+ Contract,
+ Function
};
class InterfaceHandler