mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove generating of null comparison operators from documentation
This commit is contained in:
@@ -121,11 +121,6 @@
|
||||
</constructor>
|
||||
</constructors>
|
||||
<operators>
|
||||
<operator name="operator !=">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator !=">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="right" type="bool" />
|
||||
@@ -140,12 +135,6 @@
|
||||
Returns [code]true[/code] if the left operand is [code]false[/code] and the right operand is [code]true[/code].
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator ==">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code] if two bools are equal, i.e. both are [code]true[/code] or both are [code]false[/code].
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator ==">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="right" type="bool" />
|
||||
|
||||
Reference in New Issue
Block a user