diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index 63f82fe2bd5..9e62cde0191 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -135,7 +135,7 @@
-
+
diff --git a/doc/classes/ColorPicker.xml b/doc/classes/ColorPicker.xml
index 2659fd8a39c..b3a01647048 100644
--- a/doc/classes/ColorPicker.xml
+++ b/doc/classes/ColorPicker.xml
@@ -29,7 +29,7 @@
Remove the given color from the list of color presets of this color picker.
-
+
@@ -59,8 +59,6 @@
Emitted when the color is changed.
-
-
@@ -68,8 +66,6 @@
Emitted when a preset is added.
-
-
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index 3cca19c6cb2..ac865de3cd0 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -210,13 +210,6 @@
Returns the path to the current engine executable.
-
-
-
-
- Returns IME intermediate text.
-
-
@@ -224,6 +217,13 @@
Returns IME selection range.
+
+
+
+
+ Returns IME intermediate text.
+
+
diff --git a/doc/classes/RandomNumberGenerator.xml b/doc/classes/RandomNumberGenerator.xml
index 720acc16ba9..5badfba9238 100644
--- a/doc/classes/RandomNumberGenerator.xml
+++ b/doc/classes/RandomNumberGenerator.xml
@@ -10,6 +10,13 @@
+
+
+
+
+ Generates pseudo-random float between '0.0' and '1.0'.
+
+
@@ -21,6 +28,13 @@
Generates pseudo-random float between [code]from[/code] and [code]to[/code].
+
+
+
+
+ Generates pseudo-random 32-bit unsigned integer between '0' and '4294967295'.
+
+
@@ -32,20 +46,6 @@
Generates pseudo-random 32-bit signed integer between [code]from[/code] and [code]to[/code](inclusive).
-
-
-
-
- Generates pseudo-random float between '0.0' and '1.0'.
-
-
-
-
-
-
- Generates pseudo-random 32-bit unsigned integer between '0' and '4294967295'.
-
-