diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-08-12 15:59:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 15:59:11 +0300 |
commit | 29492f90843c29e2f258d0167199592c2045f5e4 (patch) | |
tree | 7e7afc5f91074847e47cbc69c8c6ad0f47d8a0cf /doc/classes/Rect2i.xml | |
parent | 65a1d86c4f4b893c6e72c5434c22a5ab7dcbe68b (diff) | |
parent | 1df86ecea555551baf53941e04392645a3810420 (diff) |
Merge pull request #64285 from asmaloney/doc-params-4
[doc] Use "param" instead of "code" to refer to parameters (4)
Diffstat (limited to 'doc/classes/Rect2i.xml')
-rw-r--r-- | doc/classes/Rect2i.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Rect2i.xml b/doc/classes/Rect2i.xml index a71380c69a..d5d68bde31 100644 --- a/doc/classes/Rect2i.xml +++ b/doc/classes/Rect2i.xml @@ -104,7 +104,7 @@ <return type="Rect2i" /> <param index="0" name="amount" type="int" /> <description> - Returns a copy of the [Rect2i] grown by the specified [code]amount[/code] on all sides. + Returns a copy of the [Rect2i] grown by the specified [param amount] on all sides. </description> </method> <method name="grow_individual" qualifiers="const"> @@ -122,7 +122,7 @@ <param index="0" name="side" type="int" /> <param index="1" name="amount" type="int" /> <description> - Returns a copy of the [Rect2i] grown by the specified [code]amount[/code] on the specified [enum Side]. + Returns a copy of the [Rect2i] grown by the specified [param amount] on the specified [enum Side]. </description> </method> <method name="has_no_area" qualifiers="const"> @@ -159,7 +159,7 @@ <return type="Rect2i" /> <param index="0" name="b" type="Rect2i" /> <description> - Returns a larger [Rect2i] that contains this [Rect2i] and [code]b[/code]. + Returns a larger [Rect2i] that contains this [Rect2i] and [param b]. </description> </method> </methods> |