summaryrefslogtreecommitdiff
path: root/doc/classes/Vector3i.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-14 21:15:12 +0100
committerGitHub <noreply@github.com>2022-03-14 21:15:12 +0100
commiteedb3cea539fd3a8ad82ec1e377ba3d15c5f8ae0 (patch)
tree8e0e02b80601087590683e414845948f89c98b35 /doc/classes/Vector3i.xml
parent95b6c6cf9a5a21b65ac7cb221b9d997fbf66184e (diff)
parent32f2c473565027a8bd33ccc1147d5a0249029db0 (diff)
Merge pull request #59149 from Chaosus/fix_generating_null_comparing_op
Remove generating of null comparison operators from documentation
Diffstat (limited to 'doc/classes/Vector3i.xml')
-rw-r--r--doc/classes/Vector3i.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/classes/Vector3i.xml b/doc/classes/Vector3i.xml
index e486d7cfec..4c7f3badc5 100644
--- a/doc/classes/Vector3i.xml
+++ b/doc/classes/Vector3i.xml
@@ -140,11 +140,6 @@
<operators>
<operator name="operator !=">
<return type="bool" />
- <description>
- </description>
- </operator>
- <operator name="operator !=">
- <return type="bool" />
<argument index="0" name="right" type="Vector3i" />
<description>
Returns [code]true[/code] if the vectors are not equal.
@@ -260,11 +255,6 @@
</operator>
<operator name="operator ==">
<return type="bool" />
- <description>
- </description>
- </operator>
- <operator name="operator ==">
- <return type="bool" />
<argument index="0" name="right" type="Vector3i" />
<description>
Returns [code]true[/code] if the vectors are equal.