diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp
index b16e2fdf879..62d83b2e04c 100644
--- a/core/bind/core_bind.cpp
+++ b/core/bind/core_bind.cpp
@@ -2444,7 +2444,7 @@ void _Directory::_bind_methods() {
ClassDB::bind_method(D_METHOD("get_drive", "idx"), &_Directory::get_drive);
ClassDB::bind_method(D_METHOD("get_current_drive"), &_Directory::get_current_drive);
ClassDB::bind_method(D_METHOD("change_dir", "todir"), &_Directory::change_dir);
- ClassDB::bind_method(D_METHOD("get_current_dir", "include_drive"), &_Directory::get_current_dir, DEFVAL(true));
+ ClassDB::bind_method(D_METHOD("get_current_dir"), &_Directory::get_current_dir);
ClassDB::bind_method(D_METHOD("make_dir", "path"), &_Directory::make_dir);
ClassDB::bind_method(D_METHOD("make_dir_recursive", "path"), &_Directory::make_dir_recursive);
ClassDB::bind_method(D_METHOD("file_exists", "path"), &_Directory::file_exists);
diff --git a/doc/classes/AnimationNodeStateMachine.xml b/doc/classes/AnimationNodeStateMachine.xml
index 4ff39b75009..3b351a3345b 100644
--- a/doc/classes/AnimationNodeStateMachine.xml
+++ b/doc/classes/AnimationNodeStateMachine.xml
@@ -28,17 +28,6 @@
Adds a new node to the graph. The [code]position[/code] is used for display in the editor.
-
-
-
-
-
-
-
-
- Replaces the node and keeps its transitions unchanged.
-
-
@@ -194,6 +183,16 @@
Renames the given node.
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml
index 6401feb95c5..20296bbf456 100644
--- a/doc/classes/Array.xml
+++ b/doc/classes/Array.xml
@@ -116,7 +116,7 @@
-
+
Returns the last element of the array, or [code]null[/code] if the array is empty.
@@ -213,7 +213,7 @@
-
+
Returns the first element of the array, or [code]null[/code] if the array is empty.
@@ -260,28 +260,28 @@
-
+
Returns the maximum value contained in the array if all elements are of comparable types. If the elements can't be compared, [code]null[/code] is returned.
-
+
Returns the minimum value contained in the array if all elements are of comparable types. If the elements can't be compared, [code]null[/code] is returned.
-
+
Removes and returns the last element of the array. Returns [code]null[/code] if the array is empty.
-
+
Removes and returns the first element of the array. Returns [code]null[/code] if the array is empty.
diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml
index 062e72388fa..540ebf3931f 100644
--- a/doc/classes/Dictionary.xml
+++ b/doc/classes/Dictionary.xml
@@ -98,7 +98,7 @@
-
+
diff --git a/doc/classes/Signal.xml b/doc/classes/Signal.xml
index 51490caf6f3..1a05c02b600 100644
--- a/doc/classes/Signal.xml
+++ b/doc/classes/Signal.xml
@@ -33,7 +33,7 @@
-
+
diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml
index 72f9c5493a3..e4d367c3446 100644
--- a/doc/classes/Transform.xml
+++ b/doc/classes/Transform.xml
@@ -149,7 +149,7 @@
-
+
@@ -158,7 +158,7 @@
-
+
diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml
index 164efd4e5e7..af93d4c6540 100644
--- a/doc/classes/Transform2D.xml
+++ b/doc/classes/Transform2D.xml
@@ -151,7 +151,7 @@
-
+
@@ -160,7 +160,7 @@
-
+