diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-20 12:29:34 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-20 12:51:10 +0200 |
commit | 0ef8bcac4d05a998e94d1a8b3db4f47401e5d730 (patch) | |
tree | 649b15ae7656929944a3b8accbe7ce4cf678ae58 /modules/bullet/doc_classes | |
parent | 088c2a087029901e5657089a6f2531ce6c015fe5 (diff) |
DocData: Skip unexposed classes
Properly expose classes that we actually want accessible.
Diffstat (limited to 'modules/bullet/doc_classes')
-rw-r--r-- | modules/bullet/doc_classes/BulletPhysicsDirectBodyState3D.xml | 13 | ||||
-rw-r--r-- | modules/bullet/doc_classes/BulletPhysicsServer3D.xml | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/modules/bullet/doc_classes/BulletPhysicsDirectBodyState3D.xml b/modules/bullet/doc_classes/BulletPhysicsDirectBodyState3D.xml deleted file mode 100644 index 1c0181bd9c..0000000000 --- a/modules/bullet/doc_classes/BulletPhysicsDirectBodyState3D.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="BulletPhysicsDirectBodyState3D" inherits="PhysicsDirectBodyState3D" version="4.0"> - <brief_description> - </brief_description> - <description> - </description> - <tutorials> - </tutorials> - <methods> - </methods> - <constants> - </constants> -</class> diff --git a/modules/bullet/doc_classes/BulletPhysicsServer3D.xml b/modules/bullet/doc_classes/BulletPhysicsServer3D.xml deleted file mode 100644 index b20595b4f6..0000000000 --- a/modules/bullet/doc_classes/BulletPhysicsServer3D.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="BulletPhysicsServer3D" inherits="PhysicsServer3D" version="4.0"> - <brief_description> - </brief_description> - <description> - </description> - <tutorials> - </tutorials> - <methods> - </methods> - <constants> - </constants> -</class> |