From 2f43a4755490fd206aae94a7c6f39c62e30b3fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 11 Feb 2013 19:22:53 +0100 Subject: [PATCH] prevent linking --- Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h index 6b4c2fb0f01..853a99246a2 100644 --- a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h +++ b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h @@ -24,7 +24,7 @@ namespace CGAL * - Linearly normalized between [0,1]. * * @pre @a polyhedron.is_pure_triangle() - * @tparam Polyhedron a CGAL polyhedron + * @tparam Polyhedron a %CGAL polyhedron * @tparam SDFPropertyMap a `ReadWritePropertyMap` with `Polyhedron::Facet_const_handle` as key and `double` as value type * @tparam GeomTraits a model of SegmentationGeomTraits * @param polyhedron surface mesh on which SDF values are computed @@ -63,7 +63,7 @@ compute_sdf_values(const Polyhedron& polyhedron, * and number of segments. However, large number of clusters likely to result in detailed segmentation of the mesh with large number of segments. * * @pre @a polyhedron.is_pure_triangle() - * @tparam Polyhedron a CGAL polyhedron + * @tparam Polyhedron a %CGAL polyhedron * @tparam SDFPropertyMap a `ReadablePropertyMap` with `Polyhedron::Facet_const_handle` as key and `double` as value type * @tparam SegmentPropertyMap a `ReadWritePropertyMap` with `Polyhedron::Facet_const_handle` as key and `int` as value type * @tparam GeomTraits a model of SegmentationGeomTraits @@ -111,7 +111,7 @@ segment_from_sdf_values(const Polyhedron& polyhedron, * and then call CGAL::surface_mesh_segmentation_from_sdf_values with the same SDF values. * * @pre @a polyhedron.is_pure_triangle() - * @tparam Polyhedron a CGAL polyhedron + * @tparam Polyhedron a %CGAL polyhedron * @tparam SegmentPropertyMap a `ReadWritePropertyMap` with `Polyhedron::Facet_const_handle` as key and `int` as value type * @tparam GeomTraits a model of SegmentationGeomTraits * @param polyhedron surface mesh on which SDF values are computed