summaryrefslogtreecommitdiff
path: root/doc/classes/int.xml
diff options
context:
space:
mode:
authorYuri Roubinsky <chaosus89@gmail.com>2022-03-14 22:07:26 +0300
committerYuri Roubinsky <chaosus89@gmail.com>2022-03-14 22:35:23 +0300
commit32f2c473565027a8bd33ccc1147d5a0249029db0 (patch)
tree8e0e02b80601087590683e414845948f89c98b35 /doc/classes/int.xml
parent95b6c6cf9a5a21b65ac7cb221b9d997fbf66184e (diff)
Remove generating of null comparison operators from documentation
Diffstat (limited to 'doc/classes/int.xml')
-rw-r--r--doc/classes/int.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/classes/int.xml b/doc/classes/int.xml
index eac7ee8dfd..609291b69c 100644
--- a/doc/classes/int.xml
+++ b/doc/classes/int.xml
@@ -70,11 +70,6 @@
<operators>
<operator name="operator !=">
<return type="bool" />
- <description>
- </description>
- </operator>
- <operator name="operator !=">
- <return type="bool" />
<argument index="0" name="right" type="float" />
<description>
Returns [code]true[/code] if operands are different from each other.
@@ -273,11 +268,6 @@
</operator>
<operator name="operator ==">
<return type="bool" />
- <description>
- </description>
- </operator>
- <operator name="operator ==">
- <return type="bool" />
<argument index="0" name="right" type="float" />
<description>
Returns [code]true[/code] if the integer is equal to the given [float].