mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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.
This commit is contained in:
parent
e2e870c611
commit
391eccca76
44 changed files with 191 additions and 175 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue