summaryrefslogtreecommitdiffstats
path: root/doc/classes/AnimationTree.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AnimationTree.xml')
-rw-r--r--doc/classes/AnimationTree.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/AnimationTree.xml b/doc/classes/AnimationTree.xml
index 45d9152564..f2bf74f495 100644
--- a/doc/classes/AnimationTree.xml
+++ b/doc/classes/AnimationTree.xml
@@ -14,7 +14,7 @@
<methods>
<method name="advance">
<return type="void" />
- <argument index="0" name="delta" type="float" />
+ <param index="0" name="delta" type="float" />
<description>
Manually advance the animations by the specified time (in seconds).
</description>
@@ -27,8 +27,8 @@
</method>
<method name="rename_parameter">
<return type="void" />
- <argument index="0" name="old_name" type="String" />
- <argument index="1" name="new_name" type="String" />
+ <param index="0" name="old_name" type="String" />
+ <param index="1" name="new_name" type="String" />
<description>
</description>
</method>