diff --git a/modules/layered_tile_map/doc_classes/LayeredTileMap.xml b/modules/layered_tile_map/doc_classes/LayeredTileMap.xml
index fe31abba0..0ade55c69 100644
--- a/modules/layered_tile_map/doc_classes/LayeredTileMap.xml
+++ b/modules/layered_tile_map/doc_classes/LayeredTileMap.xml
@@ -214,21 +214,21 @@
-
+
Creates a new [LayeredTileMapPattern] from the given layer and set of cells.
If [param layer] is negative, the layers are accessed from the last one.
-
+
Returns the list of all neighbourings cells to the one at [param coords].
-
+
Returns a [Vector2i] array with the positions of all cells containing a tile in the given layer. A cell is considered empty if its source identifier equals -1, its atlas coordinates identifiers is [code]Vector2(-1, -1)[/code] and its alternative identifier is -1.
@@ -236,7 +236,7 @@
-
+
@@ -345,7 +345,7 @@
-
+
@@ -359,7 +359,7 @@
-
+
diff --git a/modules/layered_tile_map/doc_classes/LayeredTileMapPattern.xml b/modules/layered_tile_map/doc_classes/LayeredTileMapPattern.xml
index 18ae1b54a..4e79fccd9 100644
--- a/modules/layered_tile_map/doc_classes/LayeredTileMapPattern.xml
+++ b/modules/layered_tile_map/doc_classes/LayeredTileMapPattern.xml
@@ -38,7 +38,7 @@
-
+
Returns the list of used cell coordinates in the pattern.