mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -49,8 +49,8 @@
|
||||
</method>
|
||||
<method name="_get_packet" qualifiers="virtual">
|
||||
<return type="int" />
|
||||
<argument index="0" name="r_buffer" type="const uint8_t **" />
|
||||
<argument index="1" name="r_buffer_size" type="int32_t*" />
|
||||
<param index="0" name="r_buffer" type="const uint8_t **" />
|
||||
<param index="1" name="r_buffer_size" type="int32_t*" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
@@ -86,14 +86,14 @@
|
||||
</method>
|
||||
<method name="_put_packet" qualifiers="virtual">
|
||||
<return type="int" />
|
||||
<argument index="0" name="p_buffer" type="const uint8_t*" />
|
||||
<argument index="1" name="p_buffer_size" type="int" />
|
||||
<param index="0" name="p_buffer" type="const uint8_t*" />
|
||||
<param index="1" name="p_buffer_size" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_set_write_mode" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="p_write_mode" type="int" />
|
||||
<param index="0" name="p_write_mode" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user