doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-05-11 13:23:39 +02:00
parent 39da96e4d6
commit bbdfc7353c
5 changed files with 48 additions and 27 deletions

View File

@@ -343,17 +343,6 @@
Select all the text.
</description>
</method>
<method name="set_line_as_hidden">
<return type="void">
</return>
<argument index="0" name="line" type="int">
</argument>
<argument index="1" name="enable" type="bool">
</argument>
<description>
If [code]true[/code], hides the line of the specified index.
</description>
</method>
<method name="set_line">
<return type="void">
</return>
@@ -365,6 +354,17 @@
Sets the text for a specific line.
</description>
</method>
<method name="set_line_as_hidden">
<return type="void">
</return>
<argument index="0" name="line" type="int">
</argument>
<argument index="1" name="enable" type="bool">
</argument>
<description>
If [code]true[/code], hides the line of the specified index.
</description>
</method>
<method name="toggle_fold_line">
<return type="void">
</return>