mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</method>
|
||||
<method name="start">
|
||||
<return type="void" />
|
||||
<argument index="0" name="node" type="StringName" />
|
||||
<param index="0" name="node" type="StringName" />
|
||||
<description>
|
||||
Starts playing the given animation.
|
||||
</description>
|
||||
@@ -65,7 +65,7 @@
|
||||
</method>
|
||||
<method name="travel">
|
||||
<return type="void" />
|
||||
<argument index="0" name="to_node" type="StringName" />
|
||||
<param index="0" name="to_node" type="StringName" />
|
||||
<description>
|
||||
Transitions from the current state to another one, following the shortest path.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user