You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
<methods>
|
||||
<method name="_process" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="src_buffer" type="const void*" />
|
||||
<argument index="1" name="dst_buffer" type="AudioFrame*" />
|
||||
<argument index="2" name="frame_count" type="int" />
|
||||
<param index="0" name="src_buffer" type="const void*" />
|
||||
<param index="1" name="dst_buffer" type="AudioFrame*" />
|
||||
<param index="2" name="frame_count" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user