Added doc classes to the tile_map module.

This commit is contained in:
Relintai 2022-10-09 12:16:11 +02:00
parent 120844df50
commit ee015b7a2e

View File

@ -7,6 +7,8 @@ def configure(env):
def get_doc_classes(): def get_doc_classes():
return [ return [
"TileMap",
"TileSet"
] ]
def get_doc_path(): def get_doc_path():