summaryrefslogtreecommitdiff
path: root/modules/gridmap
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-02-15 13:14:58 +0100
committerGitHub <noreply@github.com>2022-02-15 13:14:58 +0100
commit78a767edb38134bcfaa9df793214af9756c097c0 (patch)
tree901c660504b60a7cde62463afe36291652db2001 /modules/gridmap
parentefb179c3074feab6f7d8de61e92d2a83da9d789e (diff)
parentb68dd2e1894450dd69ffddf05a45c40e6c01a36a (diff)
Merge pull request #35679 from Calinou/doc-add-xml-schema
Diffstat (limited to 'modules/gridmap')
-rw-r--r--modules/gridmap/doc_classes/GridMap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml
index 9c28421a46..2ea9a78970 100644
--- a/modules/gridmap/doc_classes/GridMap.xml
+++ b/modules/gridmap/doc_classes/GridMap.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="GridMap" inherits="Node3D" version="4.0">
+<class name="GridMap" inherits="Node3D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
Node for 3D tile-based maps.
</brief_description>