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/String.xml | |
parent | 95b6c6cf9a5a21b65ac7cb221b9d997fbf66184e (diff) | |
parent | 32f2c473565027a8bd33ccc1147d5a0249029db0 (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/String.xml')
-rw-r--r-- | doc/classes/String.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml index d85e521f08..ea0bd2adb1 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -865,11 +865,6 @@ <operators> <operator name="operator !="> <return type="bool" /> - <description> - </description> - </operator> - <operator name="operator !="> - <return type="bool" /> <argument index="0" name="right" type="String" /> <description> </description> @@ -906,11 +901,6 @@ </operator> <operator name="operator =="> <return type="bool" /> - <description> - </description> - </operator> - <operator name="operator =="> - <return type="bool" /> <argument index="0" name="right" type="String" /> <description> </description> |