summaryrefslogtreecommitdiffstats
path: root/doc/classes/Polygon2D.xml
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2022-08-11 13:52:19 -0400
committerAndy Maloney <asmaloney@gmail.com>2022-08-11 13:52:19 -0400
commit1df86ecea555551baf53941e04392645a3810420 (patch)
treeee8726876ff3f2217270224c253704be31758867 /doc/classes/Polygon2D.xml
parentad247899ab924cc7ab9e6d4ee8bde56265f1a3d0 (diff)
downloadredot-engine-1df86ecea555551baf53941e04392645a3810420.tar.gz
[doc] Use "param" instead of "code" to refer to parameters (4)
Diffstat (limited to 'doc/classes/Polygon2D.xml')
-rw-r--r--doc/classes/Polygon2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml
index 8498e703fb..5d5c69aadd 100644
--- a/doc/classes/Polygon2D.xml
+++ b/doc/classes/Polygon2D.xml
@@ -14,7 +14,7 @@
<param index="0" name="path" type="NodePath" />
<param index="1" name="weights" type="PackedFloat32Array" />
<description>
- Adds a bone with the specified [code]path[/code] and [code]weights[/code].
+ Adds a bone with the specified [param path] and [param weights].
</description>
</method>
<method name="clear_bones">