diff options
-rw-r--r-- | doc/classes/Image.xml | 6 | ||||
-rw-r--r-- | doc/classes/RichTextLabel.xml | 1 | ||||
-rw-r--r-- | doc/classes/TranslationServer.xml | 8 |
3 files changed, 10 insertions, 5 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index d5bea810ad..905a844094 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -409,10 +409,8 @@ </method> </methods> <members> - <member name="data" type="Dictionary"> - <description> - Holds all of the image's color data in a given format. See [code]FORMAT_*[/code] constants. - </description> + <member name="data" type="Dictionary" setter="_set_data" getter="_get_data"> + Holds all of the image's color data in a given format. See [code]FORMAT_*[/code] constants. </member> </members> <constants> diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 7f9955d29b..cc644f34cb 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -31,7 +31,6 @@ <return type="int" enum="Error"> </return> <argument index="0" name="bbcode" type="String"> - Adds BBCode to the text label. </argument> <description> </description> diff --git a/doc/classes/TranslationServer.xml b/doc/classes/TranslationServer.xml index 974b0e283f..1657541c19 100644 --- a/doc/classes/TranslationServer.xml +++ b/doc/classes/TranslationServer.xml @@ -30,6 +30,14 @@ <description> </description> </method> + <method name="get_locale_name" qualifiers="const"> + <return type="String"> + </return> + <argument index="0" name="locale" type="String"> + </argument> + <description> + </description> + </method> <method name="remove_translation"> <return type="void"> </return> |