You've already forked godot
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:
@@ -9,7 +9,6 @@ def get_doc_classes():
|
||||
"@GDScript",
|
||||
"GDScript",
|
||||
"GDScriptFunctionState",
|
||||
"GDScriptNativeClass",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
||||
Reference in New Issue
Block a user