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
|
|
@ -913,11 +913,6 @@
|
|||
</constant>
|
||||
</constants>
|
||||
<operators>
|
||||
<operator name="operator !=">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator !=">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="right" type="Color" />
|
||||
|
|
@ -982,11 +977,6 @@
|
|||
Divides each component of the [Color] by the given [int].
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator ==">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</operator>
|
||||
<operator name="operator ==">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="right" type="Color" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue