浏览代码

Update `@icon` definition to add a note

Adam Scott 2 年之前
父节点
当前提交
807b7ed557
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      modules/gdscript/doc_classes/@GDScript.xml

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

@@ -553,6 +553,7 @@
 				@icon("res://path/to/class/icon.svg")
 				[/codeblock]
 				[b]Note:[/b] Only the script can have a custom icon. Inner classes are not supported.
+				[b]Note:[/b] As annotations describe their subject, the [code]@icon[/code] annotation must be placed before the class definition and inheritance.
 			</description>
 		</annotation>
 		<annotation name="@onready">
@@ -585,6 +586,7 @@
 				@tool
 				extends Node
 				[/codeblock]
+				[b]Note:[/b] As annotations describe their subject, the [code]@tool[/code] annotation must be placed before the class definition and inheritance.
 			</description>
 		</annotation>
 		<annotation name="@warning_ignore" qualifiers="vararg">