summaryrefslogtreecommitdiff
path: root/doc/classes/OS.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-03-10 11:28:09 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-03-10 11:31:27 +0100
commit61771ad39b62abe77ba0430ef0d9141b2673e170 (patch)
tree2031a217077dc6098ff40453ae64a40cb554129f /doc/classes/OS.xml
parent7052ddd706d516c404664459a3bc92f74bd91baa (diff)
doc: Fix style for vararg in makerst
Diffstat (limited to 'doc/classes/OS.xml')
-rw-r--r--doc/classes/OS.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index 04aac298e5..edf8f507f0 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -687,8 +687,10 @@
<method name="request_permission">
<return type="bool">
</return>
+ <argument index="0" name="name" type="String">
+ </argument>
<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>
</method>
<method name="set_icon">