mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove generating of null comparison operators from documentation
This commit is contained in:
parent
95b6c6cf9a
commit
32f2c47356
34 changed files with 5 additions and 331 deletions
|
|
@ -187,11 +187,6 @@
|
|||
</member>
|
||||
</members>
|
||||
<operators>
|
||||
<operator name="operator !=">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator !=">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="right" type="Rect2" />
|
||||
|
|
@ -207,11 +202,6 @@
|
|||
Inversely transforms (multiplies) the [Rect2] by the given [Transform2D] transformation matrix.
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator ==">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator ==">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="right" type="Rect2" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue