diff --git a/doc/classes/ArrayMesh.xml b/doc/classes/ArrayMesh.xml
index 1e2478dd14..453f28fe5a 100644
--- a/doc/classes/ArrayMesh.xml
+++ b/doc/classes/ArrayMesh.xml
@@ -66,13 +66,6 @@
Returns the name of the blend shape at this index.
-
-
-
-
- Return the amount of surfaces that the [code]ArrayMesh[/code] holds.
-
-
@@ -118,24 +111,6 @@
Return the length in vertices of the vertex array in the requested surface (see [method add_surface_from_arrays]).
-
-
-
-
-
-
- Returns the arrays for the vertices, normals, uvs, etc. that make up the requested surface (see [method add_surface_from_arrays]).
-
-
-
-
-
-
-
-
- Returns the blend shape arrays for the requested surface.
-
-
@@ -145,15 +120,6 @@
Return the format mask of the requested surface (see [method add_surface_from_arrays]).
-
-
-
-
-
-
- Return a [Material] in a given surface. Surface is rendered using this material.
-
-
diff --git a/doc/classes/Mesh.xml b/doc/classes/Mesh.xml
index afb5d7db93..4852d4701d 100644
--- a/doc/classes/Mesh.xml
+++ b/doc/classes/Mesh.xml
@@ -48,6 +48,40 @@
Returns all the vertices that make up the faces of the mesh. Each three vertices represent one triangle.
+
+
+
+
+ Return the amount of surfaces that the [code]Mesh[/code] holds.
+
+
+
+
+
+
+
+
+ Returns the arrays for the vertices, normals, uvs, etc. that make up the requested surface (see [method ArrayMesh.add_surface_from_arrays]).
+
+
+
+
+
+
+
+
+ Returns the blend shape arrays for the requested surface.
+
+
+
+
+
+
+
+
+ Return a [Material] in a given surface. Surface is rendered using this material.
+
+
@@ -124,22 +158,31 @@
+ Array of vertices.
+ Array of normals.
+ Array of tangents as an array of floats, 4 floats per tangent.
+ Array of colors.
+ Array of UV coordinates.
+ Array of second set of UV coordinates.
+ Array of bone data.
+ Array of weights.
+ Array of indices.