aboutsummaryrefslogtreecommitdiffstats
path: root/include/AnnotationTypes.hpp
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-08-23 22:32:18 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-08-23 22:32:18 +0200
commit3b260869b230e20bf701849477f95030b108832c (patch)
tree580108a7ddb05fd8c4d8f7881e8547e475851d27 /include/AnnotationTypes.hpp
parentadc4c7ac5f46f06114532c2da1fa292de732564c (diff)
downloadn_core-3b260869b230e20bf701849477f95030b108832c.tar.gz
n_core-3b260869b230e20bf701849477f95030b108832c.zip
added new annotation , so the bridges know when to format in platform specific command.. format. see readme for more info.
also removed [[maybe_unused]] again, because clang (not tidy!) said it is going to ignore it anyway
Diffstat (limited to 'include/AnnotationTypes.hpp')
-rw-r--r--include/AnnotationTypes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/AnnotationTypes.hpp b/include/AnnotationTypes.hpp
index d61de08..66d0b9d 100644
--- a/include/AnnotationTypes.hpp
+++ b/include/AnnotationTypes.hpp
@@ -16,6 +16,7 @@ namespace Reply {
DECL_ENUM_ELEMENT(italics),
DECL_ENUM_ELEMENT(strikethrough),
DECL_ENUM_ELEMENT(underline),
+ DECL_ENUM_ELEMENT(command),
DECL_ENUM_ELEMENT(link),
} END_ENUM(AnnotationType)
}