Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user