diff options
author | Andy Maloney <asmaloney@gmail.com> | 2022-08-11 13:52:19 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2022-08-11 13:52:19 -0400 |
commit | 1df86ecea555551baf53941e04392645a3810420 (patch) | |
tree | ee8726876ff3f2217270224c253704be31758867 /doc/classes/Polygon2D.xml | |
parent | ad247899ab924cc7ab9e6d4ee8bde56265f1a3d0 (diff) | |
download | redot-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.xml | 2 |
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"> |