diff --git a/Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h b/Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h index 85182cb1265..7e2d912b890 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h +++ b/Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h @@ -250,7 +250,8 @@ unspecified_type no_features(); * enables the meshing algorithm * to mesh the input surface only and not take the volume into account. * - * When this option is enabled, the ouput mesh has no complex cells, only complex facets, edges and vertices. + * When this option is enabled, the ouput mesh has no cells in the 3D complex, + * only facets, edges and vertices. * Full-3D optimization steps such as mesh perturbation and mesh exudation are automatically disabled. * * \sa `CGAL::make_mesh_3()`