doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2019-10-11 08:45:03 +02:00
parent 30c3c33029
commit d655a7c097
6 changed files with 25 additions and 18 deletions

View file

@ -39,6 +39,16 @@
Deletes the specified section along with all the key-value pairs inside.
</description>
</method>
<method name="erase_section_key">
<return type="void">
</return>
<argument index="0" name="section" type="String">
</argument>
<argument index="1" name="key" type="String">
</argument>
<description>
</description>
</method>
<method name="get_section_keys" qualifiers="const">
<return type="PoolStringArray">
</return>