summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-10-31 08:04:15 +0100
committerGitHub <noreply@github.com>2019-10-31 08:04:15 +0100
commit0ef3a8b5ca7c1a54f96c6d6ea9909b90ac9bd4de (patch)
tree2e645a46febf97d5999645de526dfba18aa17d39 /doc
parent0c606b9de78cc34580aeb8863b70a356b874c40f (diff)
parentd69ed2fc55bcfe1297b822f85d92a3677bc806b3 (diff)
Merge pull request #33194 from conankzhang/doc-theme
Add descriptions to clear and copy_theme.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Theme.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Theme.xml b/doc/classes/Theme.xml
index e4db9243ef..dd12c5af23 100644
--- a/doc/classes/Theme.xml
+++ b/doc/classes/Theme.xml
@@ -15,6 +15,7 @@
<return type="void">
</return>
<description>
+ Clears all values on the theme.
</description>
</method>
<method name="clear_color">
@@ -85,6 +86,7 @@
<argument index="0" name="other" type="Theme">
</argument>
<description>
+ Sets the Theme's values to a copy of a given theme.
</description>
</method>
<method name="get_color" qualifiers="const">