Add missing doc classes setup.

This commit is contained in:
Relintai 2022-10-09 12:41:45 +02:00
parent ee015b7a2e
commit 10437e2f01
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ def configure(env):
def get_doc_classes():
return [
"BiomeTerrarinGenerator",
"BiomeTerrainGenerator",
]
def get_doc_path():

View File

@ -9,6 +9,7 @@ def configure(env):
def get_doc_classes():
return [
"GridMap",
"MeshLibrary",
]