Remove generating of null comparison operators from documentation

This commit is contained in:
Yuri Roubinsky
2022-03-14 22:07:26 +03:00
parent 95b6c6cf9a
commit 32f2c47356
34 changed files with 5 additions and 331 deletions

View File

@ -38,11 +38,6 @@
</method>
</methods>
<operators>
<operator name="operator !=">
<return type="bool" />
<description>
</description>
</operator>
<operator name="operator !=">
<return type="bool" />
<argument index="0" name="right" type="RID" />
@ -61,11 +56,6 @@
<description>
</description>
</operator>
<operator name="operator ==">
<return type="bool" />
<description>
</description>
</operator>
<operator name="operator ==">
<return type="bool" />
<argument index="0" name="right" type="RID" />