Rename the argument tag to param in XML documentation
This commit is contained in:
parent
35c1eae8d7
commit
c5d7115038
432 changed files with 10529 additions and 10529 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue