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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue