Rename the argument tag to param in XML documentation

This commit is contained in:
Yuri Sizov
2022-08-06 21:11:48 +03:00
parent 35c1eae8d7
commit c5d7115038
432 changed files with 10529 additions and 10529 deletions

View File

@@ -9,14 +9,14 @@
<methods>
<method name="create_from_images">
<return type="int" enum="Error" />
<argument index="0" name="images" type="Array" />
<param index="0" name="images" type="Array" />
<description>
</description>
</method>
<method name="update_layer">
<return type="void" />
<argument index="0" name="image" type="Image" />
<argument index="1" name="layer" type="int" />
<param index="0" name="image" type="Image" />
<param index="1" name="layer" type="int" />
<description>
</description>
</method>