diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index 222b70c9c73..602ad43103f 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -77,9 +77,6 @@
The [ProjectSettings] singleton.
-
- The [RenderingDevice] singleton.
-
The [RenderingServer] singleton.
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml
index 569da5c58b2..59450b7ea26 100644
--- a/doc/classes/PopupMenu.xml
+++ b/doc/classes/PopupMenu.xml
@@ -242,6 +242,12 @@
Removes all items from the [PopupMenu].
+
+
+
+
+
+
diff --git a/doc/classes/String.xml b/doc/classes/String.xml
index 03f62732c44..0dd6923129f 100644
--- a/doc/classes/String.xml
+++ b/doc/classes/String.xml
@@ -620,6 +620,19 @@
Returns [code]true[/code] if this string contains a valid IP address.
+
+
+
+
+
+
+ Return a [String] which is the concatenation of the [code]parts[/code]. The separator between elements is the string providing this method.
+ Example:
+ [codeblock]
+ print(", ".join(["One", "Two", "Three", "Four"]))
+ [/codeblock]
+
+
@@ -837,19 +850,6 @@
Returns a copy of the string with characters removed from the right.
-
-
-
-
-
-
- Return a [String] which is the concatenation of the [code]parts[/code]. The separator between elements is the string providing this method.
- Example:
- [codeblock]
- print(", ".join(["One", "Two", "Three", "Four"]))
- [/codeblock]
-
-
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index bb2d355bf67..e553518b396 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -343,17 +343,6 @@
Select all the text.
-
-
-
-
-
-
-
-
- If [code]true[/code], hides the line of the specified index.
-
-
@@ -365,6 +354,17 @@
Sets the text for a specific line.
+
+
+
+
+
+
+
+
+ If [code]true[/code], hides the line of the specified index.
+
+
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml
index a8a17370c26..126d6b41803 100644
--- a/doc/classes/TreeItem.xml
+++ b/doc/classes/TreeItem.xml
@@ -249,6 +249,14 @@
+
+
+
+
+
+
+
+
@@ -572,6 +580,16 @@
If [code]true[/code], the given column is selectable.
+
+
+
+
+
+
+
+
+
+