diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml
index 53d3663d4f6..c79903cb808 100644
--- a/doc/classes/Animation.xml
+++ b/doc/classes/Animation.xml
@@ -536,6 +536,19 @@
Set the interpolation type of a given track, from the INTERPOLATION_* enum.
+
+
+
+
+
+
+
+
+
+
+ Set the time of an existing key.
+
+
@@ -562,19 +575,6 @@
Set the value of an existing key.
-
-
-
-
-
-
-
-
-
-
- Set the time of an existing key.
-
-
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml
index 97ad4f6829f..3d91bff0aa0 100644
--- a/doc/classes/EditorPlugin.xml
+++ b/doc/classes/EditorPlugin.xml
@@ -525,6 +525,10 @@
+
+
+
+
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml
index 4bedc1b241e..d6249f73aad 100644
--- a/doc/classes/PopupMenu.xml
+++ b/doc/classes/PopupMenu.xml
@@ -515,6 +515,9 @@
+
+ If [code]true[/code], allows to navigate [PopupMenu] with letter keys. Default value: [code]false[/code].
+
@@ -524,9 +527,6 @@
Sets the delay time for the submenu item to popup on mouse hovering. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item. Default value: [code]0.3[/code] seconds.
-
- If [code]true[/code], allows to navigate [PopupMenu] with letter keys. Default value: [code]false[/code].
-
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index ff8b7028599..5bcd39a8d67 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -410,6 +410,8 @@
Internal editor setting, don't touch.
+
+
diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml
index 0bf602dcf77..f29a7990edc 100644
--- a/doc/classes/TileSet.xml
+++ b/doc/classes/TileSet.xml
@@ -10,6 +10,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml
index 9524e048bbc..f7887a87c83 100644
--- a/doc/classes/TreeItem.xml
+++ b/doc/classes/TreeItem.xml
@@ -163,8 +163,11 @@
+
+
Returns the next visible TreeItem in the tree.
+ If [code]wrap[/code] is enabled, the method will wrap around to the first visible element in the tree when called on the last visible element, otherwise it returns [code]null[/code].
@@ -184,8 +187,11 @@
+
+
Returns the previous visible TreeItem in the tree.
+ If [code]wrap[/code] is enabled, the method will wrap around to the last visible element in the tree when called on the first visible element, otherwise it returns [code]null[/code].
diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml
index eff8b0680e0..243dbceced6 100644
--- a/doc/classes/Vector2.xml
+++ b/doc/classes/Vector2.xml
@@ -188,9 +188,9 @@
-
+
-
+
Moves the vector toward [code]to[/code] by the fixed [code]delta[/code] amount.
diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml
index 86603d60cc8..99bf3d2610e 100644
--- a/doc/classes/Vector3.xml
+++ b/doc/classes/Vector3.xml
@@ -178,9 +178,9 @@
-
+
-
+
Moves the vector toward [code]to[/code] by the fixed [code]delta[/code] amount.