summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/doc_classes
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2024-02-21 18:51:08 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2024-02-22 16:16:49 +0100
commitf781571d070b7d8d13936a383658af289f310ae7 (patch)
tree9e7d656a3c74a185871cbbbc866e1a2641f7edf5 /modules/gdscript/doc_classes
parent652438a3952ae13e12dd4fd40756311fde81a791 (diff)
downloadredot-engine-f781571d070b7d8d13936a383658af289f310ae7.tar.gz
Add keywords to improve search in the class reference
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r--modules/gdscript/doc_classes/@GDScript.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml
index 5cfbd3f9dd..4b009f1866 100644
--- a/modules/gdscript/doc_classes/@GDScript.xml
+++ b/modules/gdscript/doc_classes/@GDScript.xml
@@ -209,7 +209,7 @@
[b]Note:[/b] Calling this function from a [Thread] is not supported. Doing so will instead print the thread ID.
</description>
</method>
- <method name="range" qualifiers="vararg">
+ <method name="range" qualifiers="vararg" keywords="seq">
<return type="Array" />
<description>
Returns an array with the given range. [method range] can be called in three ways: