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

DocData: Skip unexposed classes

Properly expose classes that we actually want accessible.
This commit is contained in:
Rémi Verschelde
2020-04-20 12:29:34 +02:00
parent 088c2a0870
commit 0ef8bcac4d
16 changed files with 26 additions and 158 deletions

View File

@@ -11,7 +11,6 @@ def get_doc_classes():
"@GDScript",
"GDScript",
"GDScriptFunctionState",
"GDScriptNativeClass",
]