Browse Source

Merge pull request #22963 from AlexHolly/doc-richtextlabel

Doc RichTextLabel push strikethrough and align
Rémi Verschelde 6 năm trước cách đây
mục cha
commit
48a8ac506e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      doc/classes/RichTextLabel.xml

+ 2 - 1
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">