summaryrefslogtreecommitdiffstats
path: root/core/io/xml_parser.h
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2023-06-15 17:06:22 +0300
committerDanil Alexeev <danil@alexeev.xyz>2023-06-15 17:23:02 +0300
commiteb391d3302167157b02b007777dd552d0b4bcd70 (patch)
treebd26bf6312ca95a67ea5e0128b2356fc13056f6f /core/io/xml_parser.h
parent824820d73a7a709f61950e74ff72392ab3f8be60 (diff)
downloadredot-engine-eb391d3302167157b02b007777dd552d0b4bcd70.tar.gz
Display `BitField[Enum]` in docs to distinguish from `Enum`
Diffstat (limited to 'core/io/xml_parser.h')
-rw-r--r--core/io/xml_parser.h2
1 files changed, 2 insertions, 0 deletions
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