From 22dd621cf9ac67ef1e65742d1641eefc6362b2dd Mon Sep 17 00:00:00 2001 From: RedMser <5117197+RedMser@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:28:41 +0100 Subject: RichTextLabel fixes - Unexpose ItemType enum, since it is not used in public API. - Fix documentation for meta tag, since it has no BBCode equivalent. --- doc/classes/RichTextLabel.xml | 56 +------------------------------------------ 1 file changed, 1 insertion(+), 55 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 49bb65b64d..5985af53fc 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -373,7 +373,7 @@ - Adds a [code][meta][/code] tag to the tag stack. Similar to the BBCode [code][url=something]{text}[/url][/code], but supports non-[String] metadata types. + Adds a meta tag to the tag stack. Similar to the BBCode [code][url=something]{text}[/url][/code], but supports non-[String] metadata types. @@ -625,60 +625,6 @@ Each list item has a filled circle marker. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Copies the selected text. -- cgit v1.2.3