Browse Source

Sync GDScript doc template for new annotations

Rémi Verschelde 3 years ago
parent
commit
09e12ba9b4
1 changed files with 20 additions and 0 deletions
  1. 20 0
      modules/gdscript/doc_classes/@GDScript.xml

+ 20 - 0
modules/gdscript/doc_classes/@GDScript.xml

@@ -263,6 +263,12 @@
 			<description>
 			</description>
 		</annotation>
+		<annotation name="@export_category">
+			<return type="void" />
+			<argument index="0" name="name" type="String" />
+			<description>
+			</description>
+		</annotation>
 		<annotation name="@export_color_no_alpha">
 			<return type="void" />
 			<description>
@@ -339,6 +345,13 @@
 			<description>
 			</description>
 		</annotation>
+		<annotation name="@export_group">
+			<return type="void" />
+			<argument index="0" name="name" type="String" />
+			<argument index="1" name="prefix" type="String" default="null" />
+			<description>
+			</description>
+		</annotation>
 		<annotation name="@export_multiline">
 			<return type="void" />
 			<description>
@@ -366,6 +379,13 @@
 			<description>
 			</description>
 		</annotation>
+		<annotation name="@export_subgroup">
+			<return type="void" />
+			<argument index="0" name="name" type="String" />
+			<argument index="1" name="prefix" type="String" default="null" />
+			<description>
+			</description>
+		</annotation>
 		<annotation name="@icon">
 			<return type="void" />
 			<argument index="0" name="icon_path" type="String" />