diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-03-14 21:15:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 21:15:12 +0100 |
| commit | eedb3cea539fd3a8ad82ec1e377ba3d15c5f8ae0 (patch) | |
| tree | 8e0e02b80601087590683e414845948f89c98b35 /doc/classes/PackedStringArray.xml | |
| parent | 95b6c6cf9a5a21b65ac7cb221b9d997fbf66184e (diff) | |
| parent | 32f2c473565027a8bd33ccc1147d5a0249029db0 (diff) | |
| download | redot-engine-eedb3cea539fd3a8ad82ec1e377ba3d15c5f8ae0.tar.gz | |
Merge pull request #59149 from Chaosus/fix_generating_null_comparing_op
Remove generating of null comparison operators from documentation
Diffstat (limited to 'doc/classes/PackedStringArray.xml')
| -rw-r--r-- | doc/classes/PackedStringArray.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/classes/PackedStringArray.xml b/doc/classes/PackedStringArray.xml index 3cf43ecb28..29c72f62de 100644 --- a/doc/classes/PackedStringArray.xml +++ b/doc/classes/PackedStringArray.xml @@ -155,11 +155,6 @@ <operators> <operator name="operator !="> <return type="bool" /> - <description> - </description> - </operator> - <operator name="operator !="> - <return type="bool" /> <argument index="0" name="right" type="PackedStringArray" /> <description> </description> @@ -172,11 +167,6 @@ </operator> <operator name="operator =="> <return type="bool" /> - <description> - </description> - </operator> - <operator name="operator =="> - <return type="bool" /> <argument index="0" name="right" type="PackedStringArray" /> <description> </description> |
