From 3b260869b230e20bf701849477f95030b108832c Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Sun, 23 Aug 2020 22:32:18 +0200 Subject: 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 --- include/AnnotationTypes.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/AnnotationTypes.hpp') 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) } -- cgit v1.2.3-54-g00ecf