summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-11-02 18:51:16 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-11-02 18:51:16 +0100
commitd3a6855dfced9c55043b3a8d4ae25f1390b3e86d (patch)
tree2bb513c96504fe9a12a0527ac8bf8d4a959dc3e3 /doc
parentfd1e579aa78258b91e658b5b4b9a3fc94d0a0ef4 (diff)
parent453c5ef6823174aa464c23e0aca3b1f2f00f9bc1 (diff)
Merge pull request #66361 from dalexeev/remove-int-plus-string
Unexpose confusing `String + int` and `int + String` operations
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/String.xml6
-rw-r--r--doc/classes/int.xml7
2 files changed, 0 insertions, 13 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml
index 320b9fd737..089f6f65a4 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 &lt;">
<return type="bool" />
<param index="0" name="right" type="String" />
diff --git a/doc/classes/int.xml b/doc/classes/int.xml
index 689cb7fe8e..65ab5d4656 100644
--- a/doc/classes/int.xml
+++ b/doc/classes/int.xml
@@ -206,13 +206,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>