You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
doc: Fix style for vararg in makerst
This commit is contained in:
@@ -687,8 +687,10 @@
|
|||||||
<method name="request_permission">
|
<method name="request_permission">
|
||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
|
<argument index="0" name="name" type="String">
|
||||||
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
At the moment this function is only used by the AudioDriverOpenSL to request permission for RECORD_AUDIO on Android.
|
At the moment this function is only used by [code]AudioDriverOpenSL[/code] to request permission for [code]RECORD_AUDIO[/code] on Android.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_icon">
|
<method name="set_icon">
|
||||||
|
|||||||
Reference in New Issue
Block a user