diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml
index 25a2f457739..bf395ee513e 100644
--- a/doc/classes/Input.xml
+++ b/doc/classes/Input.xml
@@ -17,7 +17,7 @@
-
+
This will simulate pressing the specified action. The strength can be used for non-boolean actions.
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index 3b7356ab39b..9706ea4e600 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -608,6 +608,22 @@
Default size of packet peer stream for deserializing godot data. Over this size, data is dropped.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Amount of read ahead used by remote filesystem. Improves latency.
diff --git a/doc/classes/RandomNumberGenerator.xml b/doc/classes/RandomNumberGenerator.xml
index 55ae356435b..aee9654561a 100644
--- a/doc/classes/RandomNumberGenerator.xml
+++ b/doc/classes/RandomNumberGenerator.xml
@@ -10,20 +10,6 @@
-
-
-
-
- Generates pseudo-random 32-bit integer between '0' and '4294967295'.
-
-
-
-
-
-
- Generates pseudo-random float between '0.0' and '1.0'.
-
-
@@ -35,11 +21,25 @@
Generates pseudo-random float between [code]from[/code] and [code]to[/code].
+
+
+
+
+ Generates pseudo-random float between '0.0' and '1.0'.
+
+
+
+
+
+
+ Generates pseudo-random 32-bit integer between '0' and '4294967295'.
+
+
- Setups a time-based seed to generator.
+ Setups a time-based seed to generator.