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
|
|
@ -21,7 +21,7 @@
|
|||
</method>
|
||||
<method name="_get_layer_data" qualifiers="virtual const">
|
||||
<return type="Image" />
|
||||
<argument index="0" name="layer_index" type="int" />
|
||||
<param index="0" name="layer_index" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
</method>
|
||||
<method name="get_layer_data" qualifiers="const">
|
||||
<return type="Image" />
|
||||
<argument index="0" name="layer" type="int" />
|
||||
<param index="0" name="layer" type="int" />
|
||||
<description>
|
||||
Returns an [Image] resource with the data from specified [code]layer[/code].
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue