diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-09-21 11:12:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 11:12:19 +0200 |
commit | 2785ad32df15d8bd7aa9e9e7639994ee2c3c8826 (patch) | |
tree | e069dc8af308b95f2c787d1dfd5209fbc01d3a55 /doc/classes/ConvexPolygonShape2D.xml | |
parent | be63fdff8031bf5fdb0b068cb10b22566f98f7d0 (diff) | |
parent | d54f2ad7cac0f15c757ace54ad209fcedb3053bf (diff) |
Merge pull request #52884 from aaronfranke/doc-no-empty
Don't generate empty methods/constants doc sections and reduce code duplication
Diffstat (limited to 'doc/classes/ConvexPolygonShape2D.xml')
-rw-r--r-- | doc/classes/ConvexPolygonShape2D.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/classes/ConvexPolygonShape2D.xml b/doc/classes/ConvexPolygonShape2D.xml index 243605e2b7..ec7583e68b 100644 --- a/doc/classes/ConvexPolygonShape2D.xml +++ b/doc/classes/ConvexPolygonShape2D.xml @@ -23,6 +23,4 @@ The polygon's list of vertices. Can be in either clockwise or counterclockwise order. </member> </members> - <constants> - </constants> </class> |