summaryrefslogtreecommitdiffstats
path: root/doc/classes/Label.xml
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2022-08-15 16:17:25 +0300
committerGitHub <noreply@github.com>2022-08-15 16:17:25 +0300
commitdeec057ff89948ae2e4a45bada4c8a32553f3ca3 (patch)
treed8279dd1cdff28b12551098a0234241a6b79c373 /doc/classes/Label.xml
parent9145420a65cdb522c98865863f9d5434193e6f81 (diff)
parentef942718a08aab9bb2432e245cdcab773cf61540 (diff)
downloadredot-engine-deec057ff89948ae2e4a45bada4c8a32553f3ca3.tar.gz
Merge pull request #64319 from asmaloney/doc-params-5
[doc] Use "param" instead of "code" to refer to parameters (5)
Diffstat (limited to 'doc/classes/Label.xml')
-rw-r--r--doc/classes/Label.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml
index d882405384..7353e4df9c 100644
--- a/doc/classes/Label.xml
+++ b/doc/classes/Label.xml
@@ -21,9 +21,9 @@
<return type="int" />
<param index="0" name="line" type="int" default="-1" />
<description>
- Returns the height of the line [code]line[/code].
- If [code]line[/code] is set to [code]-1[/code], returns the biggest line height.
- If there're no lines returns font size in pixels.
+ Returns the height of the line [param line].
+ If [param line] is set to [code]-1[/code], returns the biggest line height.
+ If there are no lines, returns font size in pixels.
</description>
</method>
<method name="get_total_character_count" qualifiers="const">