summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Holland <alexander.holland@live.de>2018-10-12 16:43:03 +0200
committerAlexander Holland <alexander.holland@live.de>2018-10-25 18:51:31 +0200
commit1f271e4be62496b52b4036a06f2257f114bba4ed (patch)
treee21dbfab20be9fda11671f0e87696917cf8b40ae
parent43c28681add010b5daccbcfde3e3065d7be7b52c (diff)
Doc RichTextLabel push strikethrough and align
-rw-r--r--doc/classes/RichTextLabel.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index 357d2e7a15..3371e4d66f 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -111,7 +111,7 @@
<argument index="0" name="align" type="int" enum="RichTextLabel.Align">
</argument>
<description>
- Adds a [code][right][/code] tag to the tag stack.
+ Adds an alignment tag based on the given [code]align[/code] value. See [enum Align] for possible values.
</description>
</method>
<method name="push_cell">
@@ -170,6 +170,7 @@
<return type="void">
</return>
<description>
+ Adds a [code][s][/code] tag to the tag stack.
</description>
</method>
<method name="push_table">