[doc] Use "param" instead of "code" to refer to parameters (8)
This commit is contained in:
parent
cf1bb3d83a
commit
9b345e793a
28 changed files with 283 additions and 283 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<return type="bool" />
|
||||
<param index="0" name="amount" type="int" />
|
||||
<description>
|
||||
Returns [code]true[/code] if a buffer of the size [code]amount[/code] can be pushed to the audio sample data buffer without overflowing it, [code]false[/code] otherwise.
|
||||
Returns [code]true[/code] if a buffer of the size [param amount] can be pushed to the audio sample data buffer without overflowing it, [code]false[/code] otherwise.
|
||||
</description>
|
||||
</method>
|
||||
<method name="clear_buffer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue