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 /doc/classes/Curve2D.xml | |
parent | 2d1699ef82a29ef65d810194ee76dddc0d9e0389 (diff) | |
download | redot-engine-d54f2ad7cac0f15c757ace54ad209fcedb3053bf.tar.gz |
Don't generate empty doc sections and reduce code duplication
Diffstat (limited to 'doc/classes/Curve2D.xml')
-rw-r--r-- | doc/classes/Curve2D.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/classes/Curve2D.xml b/doc/classes/Curve2D.xml index c02b0f7ead..8c5b39a895 100644 --- a/doc/classes/Curve2D.xml +++ b/doc/classes/Curve2D.xml @@ -156,6 +156,4 @@ The distance in pixels between two adjacent cached points. Changing it forces the cache to be recomputed the next time the [method get_baked_points] or [method get_baked_length] function is called. The smaller the distance, the more points in the cache and the more memory it will consume, so use with care. </member> </members> - <constants> - </constants> </class> |