diff --git a/MeshLib/MeshGenerators/MeshGenerator.h b/MeshLib/MeshGenerators/MeshGenerator.h
index 2c2ffa22a9994bb099420114ac5f195835edac0f..9340a48f5d0c237be3ecbeb30e44b653c55d5191 100644
--- a/MeshLib/MeshGenerators/MeshGenerator.h
+++ b/MeshLib/MeshGenerators/MeshGenerator.h
@@ -428,6 +428,7 @@ Mesh* generateRegularPrismMesh(const unsigned n_x_cells,
  * \param div_y Subdivision operator in y direction
  * \param div_z Subdivision operator in z direction
  * \param origin Optional mesh's origin (the bottom lower left corner) with MathLib::ORIGIN default.
+ * \param mesh_name Name of the new mesh.
  */
 Mesh* generateRegularTetMesh(const BaseLib::ISubdivision &div_x,
                              const BaseLib::ISubdivision &div_y,