doc: Sync classref with current source
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user