summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconankzhang <conankzhang@gmail.com>2019-10-30 23:04:58 -0700
committerconankzhang <conankzhang@gmail.com>2019-10-30 23:04:58 -0700
commitd69ed2fc55bcfe1297b822f85d92a3677bc806b3 (patch)
treeb35938c8555010883f0763806f7fb7152cfd6ee4
parentd482a1d8e8b4e68f2f386ba618cd091c79c20424 (diff)
Add descriptions to clear and copy_theme.
-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">