diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h index 62c893b7f4e..770fe4f695d 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h @@ -1077,24 +1077,24 @@ std::size_t snap_non_conformal_one_way(const HalfedgeRange& halfedge_range_S, // \param np_A an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below // // \cgalNamedParamsBegin -// \cgalParamBegin{vertex_point_map} +// \cgalParamNBegin{vertex_point_map} // the property map with the points associated to the vertices of the source mesh. // The type of this map is model of `ReadWritePropertyMap`. If this parameter is omitted, // an internal property map for `CGAL::vertex_point_t` must be available in `TriangleMesh`. -// \cgalParamEnd -// \cgalParamBegin{geom_traits} +// \cgalParamNEnd +// \cgalParamNBegin{geom_traits} // a geometric traits class instance, must be a model of `Kernel` -// \cgalParamEnd +// \cgalParamNEnd // \cgalNamedParamsEnd // // \param np_B an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below // // \cgalNamedParamsBegin -// \cgalParamBegin{vertex_point_map} +// \cgalParamNBegin{vertex_point_map} // the property map with the points associated to the vertices of the target mesh. // The type of this map is model of `ReadablePropertyMap`. If this parameter is omitted, // an internal property map for `CGAL::vertex_point_t` must be available in `TriangleMesh`. -// \cgalParamEnd +// \cgalParamNEnd // \cgalNamedParamsEnd // // \return the number of snapped vertex pairs diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h index 5adbf99ff6f..e2e38d004ff 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h @@ -1215,24 +1215,24 @@ namespace experimental { // \param np_A an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below // // \cgalNamedParamsBegin -// \cgalParamBegin{vertex_point_map} +// \cgalParamNBegin{vertex_point_map} // the property map with the points associated to the vertices of the source mesh. // The type of this map is model of `ReadWritePropertyMap`. If this parameter is omitted, // an internal property map for `CGAL::vertex_point_t` must be available in `PolygonMesh`. -// \cgalParamEnd -// \cgalParamBegin{geom_traits} +// \cgalParamNEnd +// \cgalParamNBegin{geom_traits} // a geometric traits class instance, must be a model of `Kernel` -// \cgalParamEnd +// \cgalParamNEnd // \cgalNamedParamsEnd // // \param np_B an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below // // \cgalNamedParamsBegin -// \cgalParamBegin{vertex_point_map} +// \cgalParamNBegin{vertex_point_map} // the property map with the points associated to the vertices of the target mesh. // The type of this map is model of `ReadablePropertyMap`. If this parameter is omitted, // an internal property map for `CGAL::vertex_point_t` must be available in `PolygonMesh`. -// \cgalParamEnd +// \cgalParamNEnd // \cgalNamedParamsEnd // // \return the number of snapped vertex pairs