1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

DocData: Skip unexposed classes

Properly expose classes that we actually want accessible.

(cherry picked from commit 0ef8bcac4d)
This commit is contained in:
Rémi Verschelde
2020-04-20 12:29:34 +02:00
parent 982dee67f0
commit 253fc093b8
14 changed files with 11 additions and 135 deletions

View File

@@ -3,12 +3,3 @@ def can_build(env, platform):
def configure(env):
pass
def get_doc_classes():
return [
"BulletPhysicsDirectBodyState",
"BulletPhysicsServer",
]
def get_doc_path():
return "doc_classes"