summaryrefslogtreecommitdiff
path: root/modules/gridmap
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-01-07 10:02:04 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-01-07 10:06:12 +0100
commit26fddb77be127ce3a88c70240e83af84236b544c (patch)
tree794031646582cec58852b84d50eebe4444fd1732 /modules/gridmap
parent7d22e162e7ac3f880eae4d4b7fb8c71f80da0ba5 (diff)
doc: Fix wrong references found by new makerst.py
Thanks @PJB3005
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 dd2628a7fd..2ea116d79b 100644
--- a/modules/gridmap/doc_classes/GridMap.xml
+++ b/modules/gridmap/doc_classes/GridMap.xml
@@ -52,7 +52,7 @@
<argument index="2" name="z" type="int">
</argument>
<description>
- The [MeshLibrary] item index located at the grid-based X, Y and Z coordinates. If the cell is empty, [INVALID_CELL_ITEM] will be returned.
+ The [MeshLibrary] item index located at the grid-based X, Y and Z coordinates. If the cell is empty, [constant INVALID_CELL_ITEM] will be returned.
</description>
</method>
<method name="get_cell_item_orientation" qualifiers="const">