diff options
author | Danil Alexeev <danil@alexeev.xyz> | 2022-09-24 18:13:44 +0300 |
---|---|---|
committer | Danil Alexeev <danil@alexeev.xyz> | 2022-09-24 18:13:44 +0300 |
commit | 453c5ef6823174aa464c23e0aca3b1f2f00f9bc1 (patch) | |
tree | e230829c6680312c248ae95a4ad67c22a49cb2ae /doc | |
parent | f74491fdee9bc2d68668137fbacd8f3a7e7e8df7 (diff) |
Remove confusing `String + int` and `int + String` operations
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/String.xml | 6 | ||||
-rw-r--r-- | doc/classes/int.xml | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 316bb923b7..a9858edfff 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -940,12 +940,6 @@ <description> </description> </operator> - <operator name="operator +"> - <return type="String" /> - <param index="0" name="right" type="int" /> - <description> - </description> - </operator> <operator name="operator <"> <return type="bool" /> <param index="0" name="right" type="String" /> diff --git a/doc/classes/int.xml b/doc/classes/int.xml index 78e2e7d18f..33f0e70df6 100644 --- a/doc/classes/int.xml +++ b/doc/classes/int.xml @@ -196,13 +196,6 @@ </description> </operator> <operator name="operator +"> - <return type="String" /> - <param index="0" name="right" type="String" /> - <description> - Adds Unicode character with code [int] to the [String]. - </description> - </operator> - <operator name="operator +"> <return type="float" /> <param index="0" name="right" type="float" /> <description> |