1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +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

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