add missing back quotes

This commit is contained in:
Sébastien Loriot 2014-06-11 14:20:51 +02:00
parent b84d131b92
commit a6e7d9cfd4
1 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ sdf_values( const Polyhedron& polyhedron,
*
* @tparam Polyhedron a model of `FaceGraph`
* @tparam SDFPropertyMap a `ReadWritePropertyMap` with `boost::graph_traits<Polyhedron>::%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<Polyhedron>::%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<Polyhedron>::%face_descriptor` as key and `double` as value type
* @tparam SegmentPropertyMap a `ReadWritePropertyMap` with `boost::graph_traits<Polyhedron>::%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<Polyhedron>::%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<Polyhedron>::%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<Polyhedron>::%vertex_descriptor` as key and `GeomTraits::Point_3` as value type.
*
* @param polyhedron surface mesh on which SDF values are computed