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 | |
parent | 088c2a087029901e5657089a6f2531ce6c015fe5 (diff) |
DocData: Skip unexposed classes
Properly expose classes that we actually want accessible.
Diffstat (limited to 'modules/bullet')
-rw-r--r-- | modules/bullet/config.py | 11 | ||||
-rw-r--r-- | modules/bullet/doc_classes/BulletPhysicsDirectBodyState3D.xml | 13 | ||||
-rw-r--r-- | modules/bullet/doc_classes/BulletPhysicsServer3D.xml | 13 |
3 files changed, 0 insertions, 37 deletions
diff --git a/modules/bullet/config.py b/modules/bullet/config.py index e8ca273f61..d22f9454ed 100644 --- a/modules/bullet/config.py +++ b/modules/bullet/config.py @@ -4,14 +4,3 @@ def can_build(env, platform): def configure(env): pass - - -def get_doc_classes(): - return [ - "BulletPhysicsDirectBodyState3D", - "BulletPhysicsServer3D", - ] - - -def get_doc_path(): - return "doc_classes" 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> |