diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-04-26 21:36:04 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-04-26 21:36:04 +0200 |
commit | 391eccca76ace6863e20b6a579ed1550ed33dedb (patch) | |
tree | 6ce45b4b00b105331518ba6d29fc8498631091a1 /doc/classes/Rect2.xml | |
parent | e2e870c6118f6e9463c8907c947102f913f543de (diff) | |
download | redot-engine-391eccca76ace6863e20b6a579ed1550ed33dedb.tar.gz |
Validate code tags in documentation for potential params
Adds a check to make_rst to look for matches
between the text inside of the [code][/code] tag
and known param identifiers.
Fixes most of what was revealed.
Diffstat (limited to 'doc/classes/Rect2.xml')
-rw-r--r-- | doc/classes/Rect2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml index 143c199cac..c402040c65 100644 --- a/doc/classes/Rect2.xml +++ b/doc/classes/Rect2.xml @@ -154,7 +154,7 @@ <param index="0" name="b" type="Rect2" /> <param index="1" name="include_borders" type="bool" default="false" /> <description> - Returns [code]true[/code] if the [Rect2] overlaps with [code]b[/code] (i.e. they have at least one point in common). + Returns [code]true[/code] if the [Rect2] overlaps with [param b] (i.e. they have at least one point in common). If [param include_borders] is [code]true[/code], they will also be considered overlapping if their borders touch, even without intersection. </description> </method> |