diff --git a/doc/classes/@Global Scope.xml b/doc/classes/@Global Scope.xml
index 9d0133faf43..20f323bb4fa 100644
--- a/doc/classes/@Global Scope.xml
+++ b/doc/classes/@Global Scope.xml
@@ -863,199 +863,199 @@
Group Switch Key Mask
-
+
Left Mouse Button
-
+
Right Mouse Button
-
+
Middle Mouse Button
-
+
Mouse wheel up
-
+
Mouse wheel down
-
+
Mouse wheel left button
-
+
Mouse wheel right button
-
+
Left Mouse Button Mask
-
+
Right Mouse Button Mask
-
+
Middle Mouse Button Mask
-
+
Joypad Button 0
-
+
Joypad Button 1
-
+
Joypad Button 2
-
+
Joypad Button 3
-
+
Joypad Button 4
-
+
Joypad Button 5
-
+
Joypad Button 6
-
+
Joypad Button 7
-
+
Joypad Button 8
-
+
Joypad Button 9
-
+
Joypad Button 10
-
+
Joypad Button 11
-
+
Joypad Button 12
-
+
Joypad Button 13
-
+
Joypad Button 14
-
+
Joypad Button 15
-
+
Joypad Button 16
-
+
DUALSHOCK circle button
-
+
DUALSHOCK X button
-
+
DUALSHOCK square button
-
+
DUALSHOCK triangle button
-
+
XBOX controller B button
-
+
XBOX controller A button
-
+
XBOX controller X button
-
+
XBOX controller Y button
-
+
DualShock controller A button
-
+
DualShock controller B button
-
+
DualShock controller X button
-
+
DualShock controller Y button
-
+
Joypad Button Select
-
+
Joypad Button Start
-
+
Joypad DPad Up
-
+
Joypad DPad Down
-
+
Joypad DPad Left
-
+
Joypad DPad Right
-
+
Joypad Left Shoulder Button
-
+
Joypad Left Trigger
-
+
Joypad Left Stick Click
-
+
Joypad Right Shoulder Button
-
+
Joypad Right Trigger
-
+
Joypad Right Stick Click
-
+
Joypad Left Stick Horizontal Axis
-
+
Joypad Left Stick Vertical Axis
-
+
Joypad Right Stick Horizontal Axis
-
+
Joypad Right Stick Vertical Axis
-
+
-
+
-
+
Joypad Left Trigger Analog Axis
-
+
Joypad Right Trigger Analog Axis
-
+
-
+
Joypad Left Stick Horizontal Axis
-
+
Joypad Left Stick Vertical Axis
-
+
Joypad Right Stick Horizontal Axis
-
+
Joypad Right Stick Vertical Axis
-
+
Joypad Left Analog Trigger
-
+
Joypad Right Analog Trigger
@@ -1377,7 +1377,7 @@
Variable is of type [PoolColorArray].
-
Marker for end of type constants.
+
diff --git a/doc/classes/Environment.xml b/doc/classes/Environment.xml
index 29182006331..4d40d5af9ad 100644
--- a/doc/classes/Environment.xml
+++ b/doc/classes/Environment.xml
@@ -238,6 +238,12 @@
+
+
+
+
+
+
@@ -250,6 +256,12 @@
+
+
+
+
+
+
@@ -262,6 +274,12 @@
+
+
+
+
+
+
@@ -408,12 +426,6 @@
-
-
-
-
-
-
@@ -813,7 +825,7 @@
-
+
@@ -834,6 +846,14 @@
+
+
+
+
+
+
+
+
@@ -858,6 +878,14 @@
+
+
+
+
+
+
+
+
@@ -1172,10 +1200,12 @@
-
+
+
+
@@ -1184,6 +1214,8 @@
+
+
@@ -1253,5 +1285,19 @@
High depth-of-field blur quality.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/ParallaxLayer.xml b/doc/classes/ParallaxLayer.xml
index 8de7e05578a..f1e6f9e0466 100644
--- a/doc/classes/ParallaxLayer.xml
+++ b/doc/classes/ParallaxLayer.xml
@@ -64,7 +64,7 @@
The ParallaxLayer's [Texture] mirroring. Useful for creating an infinite scrolling background. If an axis is set to [code]0[/code] the [Texture] will not be mirrored. Default value: [code](0, 0)[/code].
- The ParallaxLayer's offset relative to the parent ParallaxBackground's [member ParallaxBackground.scroll_offset].
+ The ParallaxLayer's offset relative to the parent ParallaxBackground's [member ParallaxBackground.scroll_offset].
Multiplies the ParallaxLayer's motion. If an axis is set to [code]0[/code] it will not scroll.
diff --git a/doc/classes/Quat.xml b/doc/classes/Quat.xml
index d351cdfbc0f..056d7d10faa 100644
--- a/doc/classes/Quat.xml
+++ b/doc/classes/Quat.xml
@@ -127,7 +127,7 @@
- Performs a spherical-linear interpolation with another quaterion without checking if the rotation path is not bigger than 90°.
+ Performs a spherical-linear interpolation with another quaterion without checking if the rotation path is not bigger than 90°.
diff --git a/doc/classes/RayCast.xml b/doc/classes/RayCast.xml
index fc96a183ebc..3f999f7fe2d 100644
--- a/doc/classes/RayCast.xml
+++ b/doc/classes/RayCast.xml
@@ -85,6 +85,14 @@
Returns the collision mask for this ray.
+
+
+
+
+
+
+
+
@@ -156,6 +164,16 @@
Set the mask to filter objects. Only objects in at least one collision layer enabled in the mask will be detected.
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/RayCast2D.xml b/doc/classes/RayCast2D.xml
index 8fef07a859c..45a83f7ded1 100644
--- a/doc/classes/RayCast2D.xml
+++ b/doc/classes/RayCast2D.xml
@@ -84,6 +84,14 @@
Returns the collision mask for this ray.
+
+
+
+
+
+
+
+
@@ -162,6 +170,16 @@
Set the mask to filter objects. Only objects in at least one collision layer enabled in the mask will be detected.
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index 9a500af3471..43e51585159 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -239,6 +239,12 @@
Returns true if highlight all occurrences is enabled.
+
+
+
+
+
+
@@ -340,6 +346,14 @@
Set to enable highlighting all occurrences of the current selection.
+
+
+
+
+
+
+
+
@@ -435,6 +449,8 @@
+
+