diff options
author | Andy Maloney <asmaloney@gmail.com> | 2022-08-12 13:51:01 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2022-08-12 14:00:25 -0400 |
commit | 9b345e793ad79323d23d32e33ba3ae4552c2f32f (patch) | |
tree | 6dccecaeff04992899975f02fb0931103ccb1fb3 /doc/classes/AudioStreamPlayer2D.xml | |
parent | cf1bb3d83a84f6244a16519c88a46644ebb3d8fa (diff) | |
download | redot-engine-9b345e793ad79323d23d32e33ba3ae4552c2f32f.tar.gz |
[doc] Use "param" instead of "code" to refer to parameters (8)
Diffstat (limited to 'doc/classes/AudioStreamPlayer2D.xml')
-rw-r--r-- | doc/classes/AudioStreamPlayer2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioStreamPlayer2D.xml b/doc/classes/AudioStreamPlayer2D.xml index ee71651b42..ae86fd0e66 100644 --- a/doc/classes/AudioStreamPlayer2D.xml +++ b/doc/classes/AudioStreamPlayer2D.xml @@ -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"> |