summaryrefslogtreecommitdiffstats
path: root/doc/classes/PackedByteArray.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/PackedByteArray.xml
parent95b6c6cf9a5a21b65ac7cb221b9d997fbf66184e (diff)
downloadredot-engine-32f2c473565027a8bd33ccc1147d5a0249029db0.tar.gz
Remove generating of null comparison operators from documentation
Diffstat (limited to 'doc/classes/PackedByteArray.xml')
-rw-r--r--doc/classes/PackedByteArray.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/classes/PackedByteArray.xml b/doc/classes/PackedByteArray.xml
index be51b1dcf8..a0e67bfa63 100644
--- a/doc/classes/PackedByteArray.xml
+++ b/doc/classes/PackedByteArray.xml
@@ -418,11 +418,6 @@
<operators>
<operator name="operator !=">
<return type="bool" />
- <description>
- </description>
- </operator>
- <operator name="operator !=">
- <return type="bool" />
<argument index="0" name="right" type="PackedByteArray" />
<description>
</description>
@@ -435,11 +430,6 @@
</operator>
<operator name="operator ==">
<return type="bool" />
- <description>
- </description>
- </operator>
- <operator name="operator ==">
- <return type="bool" />
<argument index="0" name="right" type="PackedByteArray" />
<description>
</description>