浏览代码

Add descriptions to clear and copy_theme.

conankzhang 6 年之前
父节点
当前提交
d69ed2fc55
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/classes/Theme.xml

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