[doc] Use "param" instead of "code" to refer to parameters (8)

This commit is contained in:
Andy Maloney
2022-08-12 13:51:01 -04:00
parent cf1bb3d83a
commit 9b345e793a
28 changed files with 283 additions and 283 deletions

View File

@ -29,7 +29,7 @@
<return type="void" />
<param index="0" name="from_position" type="float" default="0.0" />
<description>
Plays the audio from the given position [code]from_position[/code], in seconds.
Plays the audio from the given position [param from_position], in seconds.
</description>
</method>
<method name="seek">