You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
doc: Sync classref with current source
Move EditorSceneImporterFBX doc to its module folder.
This commit is contained in:
@@ -4,3 +4,13 @@ def can_build(env, platform):
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"EditorSceneImporterFBX",
|
||||
]
|
||||
|
||||
|
||||
def get_doc_path():
|
||||
return "doc_classes"
|
||||
|
||||
Reference in New Issue
Block a user