From af28f87791ac4aed15d8f869876296febf5d5b58 Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Mon, 12 Feb 2024 16:55:02 +0300 Subject: Documentation: Add support for deprecated/experimental messages --- modules/gdscript/gdscript_parser.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/gdscript/gdscript_parser.h') diff --git a/modules/gdscript/gdscript_parser.h b/modules/gdscript/gdscript_parser.h index c064a2d0f4..6664e6df04 100644 --- a/modules/gdscript/gdscript_parser.h +++ b/modules/gdscript/gdscript_parser.h @@ -274,13 +274,17 @@ public: String description; Vector> tutorials; bool is_deprecated = false; + String deprecated_message; bool is_experimental = false; + String experimental_message; }; struct MemberDocData { String description; bool is_deprecated = false; + String deprecated_message; bool is_experimental = false; + String experimental_message; }; #endif // TOOLS_ENABLED -- cgit v1.2.3