From a6e7d9cfd45316fbec5a732d3dc4b424872d2904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 11 Jun 2014 14:20:51 +0200 Subject: [PATCH] add missing back quotes --- 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 c21a6eb74e6..26ddfb2e8c9 100644 --- a/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h +++ b/Surface_mesh_segmentation/include/CGAL/mesh_segmentation.h @@ -67,7 +67,7 @@ sdf_values( const Polyhedron& polyhedron, * * @tparam Polyhedron a model of `FaceGraph` * @tparam SDFPropertyMap a `ReadWritePropertyMap` with `boost::graph_traits::%face_descriptor` as key and `double` as value type - * @tparam GeomTraits a model of SegmentationGeomTraits + * @tparam GeomTraits a model of `SegmentationGeomTraits` * @tparam PointPropertyMap a `ReadablePropertyMap` with `boost::graph_traits::%vertex_descriptor` as key and `GeomTraits::Point_3` as value type. * * @param polyhedron surface mesh on which SDF values are computed @@ -160,7 +160,7 @@ sdf_values_postprocessing(const Polyhedron& polyhedron, * @tparam Polyhedron a model of `FaceGraph` * @tparam SDFPropertyMap a `ReadablePropertyMap` with `boost::graph_traits::%face_descriptor` as key and `double` as value type * @tparam SegmentPropertyMap a `ReadWritePropertyMap` with `boost::graph_traits::%face_descriptor` as key and `std::size_t` as value type - * @tparam GeomTraits a model of SegmentationGeomTraits + * @tparam GeomTraits a model of `SegmentationGeomTraits` * @tparam PointPropertyMap a `ReadablePropertyMap` with `boost::graph_traits::%vertex_descriptor` as key and `GeomTraits::Point_3` as value type. * * @param polyhedron surface mesh corresponding to the SDF values @@ -256,7 +256,7 @@ segmentation_via_sdf_values(const Polyhedron& polyhedron, * * @tparam Polyhedron a model of `FaceGraph` * @tparam SegmentPropertyMap a `ReadWritePropertyMap` with `boost::graph_traits::%face_descriptor` as key and `std::size_t` as value type - * @tparam GeomTraits a model of SegmentationGeomTraits + * @tparam GeomTraits a model of `SegmentationGeomTraits` * @tparam PointPropertyMap a `ReadablePropertyMap` with `boost::graph_traits::%vertex_descriptor` as key and `GeomTraits::Point_3` as value type. * * @param polyhedron surface mesh on which SDF values are computed