Add multiple descriptions to several classes
This pull request adds several descriptions to multiple different classes. This improves the completeness of the documentation and enhances usability by doing so.
This commit is contained in:
parent
67ed879f55
commit
27e9df7778
5 changed files with 10 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
A virtual method that is called whenever backspace is triggered.
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_gutter">
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
Causes the [TextEdit] to perform a backspace.
|
||||
</description>
|
||||
</method>
|
||||
<method name="center_viewport_to_cursor">
|
||||
|
|
@ -172,6 +174,7 @@
|
|||
<argument index="0" name="line" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Returns the indent level of a specific line.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_line" qualifiers="const">
|
||||
|
|
@ -312,6 +315,7 @@
|
|||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
Returns the [TextEdit]'s' tab size.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_visible_line_count" qualifiers="const">
|
||||
|
|
@ -667,6 +671,7 @@
|
|||
<argument index="0" name="size" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Sets the tab size for the [TextEdit] to use.
|
||||
</description>
|
||||
</method>
|
||||
<method name="undo">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue