mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 13:21:10 +01:00
Add missing doc classes setup.
This commit is contained in:
parent
ee015b7a2e
commit
10437e2f01
@ -9,7 +9,7 @@ def configure(env):
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"BiomeTerrarinGenerator",
|
||||
"BiomeTerrainGenerator",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
@ -9,6 +9,7 @@ def configure(env):
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"GridMap",
|
||||
"MeshLibrary",
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user