From d69ed2fc55bcfe1297b822f85d92a3677bc806b3 Mon Sep 17 00:00:00 2001 From: conankzhang Date: Wed, 30 Oct 2019 23:04:58 -0700 Subject: [PATCH] Add descriptions to clear and copy_theme. --- doc/classes/Theme.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/Theme.xml b/doc/classes/Theme.xml index e4db9243efc..dd12c5af235 100644 --- a/doc/classes/Theme.xml +++ b/doc/classes/Theme.xml @@ -15,6 +15,7 @@ + Clears all values on the theme. @@ -85,6 +86,7 @@ + Sets the Theme's values to a copy of a given theme.