diff --git a/Tetrahedral_remeshing/include/CGAL/tetrahedral_remeshing.h b/Tetrahedral_remeshing/include/CGAL/tetrahedral_remeshing.h index 3699e5cb3e9..67d33ee0c77 100644 --- a/Tetrahedral_remeshing/include/CGAL/tetrahedral_remeshing.h +++ b/Tetrahedral_remeshing/include/CGAL/tetrahedral_remeshing.h @@ -298,7 +298,7 @@ void tetrahedral_isotropic_remeshing( * the `Curve_index` type of the model of the `MeshDomainWithFeatures_3` concept used for mesh generation. * @tparam NamedParameters a sequence of \ref Remeshing_namedparameters "Named Parameters" * -* @param c3t3 the complex containing the triangulation to be remeshed, of type `Tr`. +* @param c3t3 the complex containing the triangulation (of type `Tr`) to be remeshed. * @param target_edge_length the uniform target edge length. This parameter provides a * mesh density target for the remeshing algorithm. * @param np optional sequence of \ref Remeshing_namedparameters "Named Parameters"