1
0
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:
Rémi Verschelde
2020-11-11 17:00:41 +01:00
parent 9b64646bc3
commit a57b6eb211
4 changed files with 23 additions and 5 deletions

View File

@@ -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"