diff --git a/Mesh_3/doc_tex/Mesh_3_ref/parameters_features.tex b/Mesh_3/doc_tex/Mesh_3_ref/parameters_features.tex index 401eed858e4..7d67888ee73 100644 --- a/Mesh_3/doc_tex/Mesh_3_ref/parameters_features.tex +++ b/Mesh_3/doc_tex/Mesh_3_ref/parameters_features.tex @@ -27,19 +27,13 @@ of \ccc{MeshDomainWithFeatures_3}. \ccInclude{CGAL/refine_mesh_3.h} -\ccGlobalFunction{template -Features parameters::features( +\ccGlobalFunction{% +parameters::internal::Features_options parameters::features( MeshDomain_3 domain);} -Provides a \ccc{Features} value such that +Provides a \ccc{Features_options} value such that $0$ and $1$-dimensional input features are taken into account if domain is a model of the refined concept \ccc{MeshDomainWithFeatures_3}. - \ccParameters -The template parameter \ccc{MeshDomain_3} is required to be a model -of \ccc{MeshDomain_3} or \ccc{MeshDomainWithFeatures_3}. - - - \ccSeeAlso \ccRefIdfierPage{CGAL::make_mesh_3}, \\ diff --git a/Mesh_3/doc_tex/Mesh_3_ref/parameters_no_features.tex b/Mesh_3/doc_tex/Mesh_3_ref/parameters_no_features.tex index c986b09bb63..b1d85b7a751 100644 --- a/Mesh_3/doc_tex/Mesh_3_ref/parameters_no_features.tex +++ b/Mesh_3/doc_tex/Mesh_3_ref/parameters_no_features.tex @@ -29,8 +29,8 @@ in the mesh. \ccInclude{CGAL/refine_mesh_3.h} -\ccGlobalFunction{Features parameters::no_features();} -{Return a \ccc{Features} value that prevents the mesh generator +\ccGlobalFunction{parameters::internal::Features_options parameters::no_features();} +{Return a \ccc{Features_options} value that prevents the mesh generator to take into account $0$ and $1$-dimensional input features.}