From ee015b7a2e9836329151be5282150b994a7c5dbf Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 9 Oct 2022 12:16:11 +0200 Subject: [PATCH] Added doc classes to the tile_map module. --- modules/tile_map/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/tile_map/config.py b/modules/tile_map/config.py index 38c998d54..6f563ec58 100644 --- a/modules/tile_map/config.py +++ b/modules/tile_map/config.py @@ -7,6 +7,8 @@ def configure(env): def get_doc_classes(): return [ + "TileMap", + "TileSet" ] def get_doc_path():