You've already forked godot
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user