diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-09-20 19:37:32 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-09-20 20:59:33 -0500 |
commit | d54f2ad7cac0f15c757ace54ad209fcedb3053bf (patch) | |
tree | 3dcb8a63bdbad82e7b2d591879a0efa173244cbd /modules/gltf/doc_classes/GLTFLight.xml | |
parent | 2d1699ef82a29ef65d810194ee76dddc0d9e0389 (diff) | |
download | redot-engine-d54f2ad7cac0f15c757ace54ad209fcedb3053bf.tar.gz |
Don't generate empty doc sections and reduce code duplication
Diffstat (limited to 'modules/gltf/doc_classes/GLTFLight.xml')
-rw-r--r-- | modules/gltf/doc_classes/GLTFLight.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/gltf/doc_classes/GLTFLight.xml b/modules/gltf/doc_classes/GLTFLight.xml index 2eb5ee9070..91df7d8014 100644 --- a/modules/gltf/doc_classes/GLTFLight.xml +++ b/modules/gltf/doc_classes/GLTFLight.xml @@ -6,8 +6,6 @@ </description> <tutorials> </tutorials> - <methods> - </methods> <members> <member name="color" type="Color" setter="set_color" getter="get_color" default="Color(0, 0, 0, 1)"> </member> @@ -22,6 +20,4 @@ <member name="range" type="float" setter="set_range" getter="get_range" default="0.0"> </member> </members> - <constants> - </constants> </class> |