From eb391d3302167157b02b007777dd552d0b4bcd70 Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Thu, 15 Jun 2023 17:06:22 +0300 Subject: Display `BitField[Enum]` in docs to distinguish from `Enum` --- core/io/xml_parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/io/xml_parser.h') diff --git a/core/io/xml_parser.h b/core/io/xml_parser.h index b96478c7a5..77df99a881 100644 --- a/core/io/xml_parser.h +++ b/core/io/xml_parser.h @@ -126,4 +126,6 @@ public: ~XMLParser(); }; +VARIANT_ENUM_CAST(XMLParser::NodeType); + #endif // XML_PARSER_H -- cgit v1.2.3