Remove generating of null comparison operators from documentation
This commit is contained in:
@ -226,11 +226,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="AABB" />
|
||||
@ -246,11 +241,6 @@
|
||||
Inversely transforms (multiplies) the [AABB] by the given [Transform3D] 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="AABB" />
|
||||
|
||||
Reference in New Issue
Block a user