diff --git a/Mesh_3/include/CGAL/exude_mesh_3.h b/Mesh_3/include/CGAL/exude_mesh_3.h index 59e89f5c91d..975efe3ed92 100644 --- a/Mesh_3/include/CGAL/exude_mesh_3.h +++ b/Mesh_3/include/CGAL/exude_mesh_3.h @@ -55,11 +55,11 @@ to represent the final optimized mesh. @param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below: \cgalNamedParamsBegin - \cgalParamNBegin{parameters::time_limit_new} + \cgalParamNBegin{time_limit_new} \cgalParamDescription{is used to set up, in seconds, a CPU time limit after which the optimization process is stopped. This time is measured using the Real_timer class. The default value is 0 and means that there is no time limit.} - \cgalParamNBegin{parameters::parameters::sliver_bound_new} + \cgalParamNBegin{sliver_bound_new} \cgalParamDescription{is designed to give, in degrees, a targeted lower bound on dihedral angles of mesh cells. The exudation process considers in turn all the mesh cells that have a smallest dihedral angle less than sliver_bound and tries to make them disappear by weighting their vertices.