diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2022-03-14 22:07:26 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2022-03-14 22:35:23 +0300 |
commit | 32f2c473565027a8bd33ccc1147d5a0249029db0 (patch) | |
tree | 8e0e02b80601087590683e414845948f89c98b35 /doc/classes/Signal.xml | |
parent | 95b6c6cf9a5a21b65ac7cb221b9d997fbf66184e (diff) | |
download | redot-engine-32f2c473565027a8bd33ccc1147d5a0249029db0.tar.gz |
Remove generating of null comparison operators from documentation
Diffstat (limited to 'doc/classes/Signal.xml')
-rw-r--r-- | doc/classes/Signal.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/classes/Signal.xml b/doc/classes/Signal.xml index 1b67900607..c5855e30a4 100644 --- a/doc/classes/Signal.xml +++ b/doc/classes/Signal.xml @@ -99,22 +99,12 @@ <operators> <operator name="operator !="> <return type="bool" /> - <description> - </description> - </operator> - <operator name="operator !="> - <return type="bool" /> <argument index="0" name="right" type="Signal" /> <description> </description> </operator> <operator name="operator =="> <return type="bool" /> - <description> - </description> - </operator> - <operator name="operator =="> - <return type="bool" /> <argument index="0" name="right" type="Signal" /> <description> </description> |