fix doc warnings

This commit is contained in:
Sébastien Loriot 2018-11-02 14:40:53 +01:00
parent bc073d6670
commit 9c9d4ea6c6
2 changed files with 4 additions and 4 deletions

View File

@ -120,8 +120,8 @@ public:
typedef Kernel_traits<Point>::Kernel::Triangle_3 Datum; typedef Kernel_traits<Point>::Kernel::Triangle_3 Datum;
/*! /*!
Id type: Id type:
- `boost::graph_traits<FaceGraph>::face_descriptor` if `OneFaceGraphPerTree` is `CGAL::Tag_true` - `boost::graph_traits<FaceGraph>::%face_descriptor` if `OneFaceGraphPerTree` is `CGAL::Tag_true`
- `std::pair<boost::graph_traits<FaceGraph>::face_descriptor, FaceGraph>` if `OneFaceGraphPerTree` is `CGAL::Tag_false` - `std::pair<boost::graph_traits<FaceGraph>::%face_descriptor, FaceGraph>` if `OneFaceGraphPerTree` is `CGAL::Tag_false`
*/ */
unspecified_type Id; unspecified_type Id;

View File

@ -134,8 +134,8 @@ public:
typedef Kernel_traits<Point>::Kernel::Segment_3 Datum; typedef Kernel_traits<Point>::Kernel::Segment_3 Datum;
/*! /*!
Id type: Id type:
- `boost::graph_traits<HalfedgeGraph>::edge_descriptor if `OneHalfedgeGraphPerTree` is `Tag_true` - `boost::graph_traits<HalfedgeGraph>::%edge_descriptor if `OneHalfedgeGraphPerTree` is `Tag_true`
- `std::pair<boost::graph_traits<HalfedgeGraph>::edge_descriptor`, HalfedgeGraph>` if `OneHalfedgeGraphPerTree` is `Tag_false` - `std::pair<boost::graph_traits<HalfedgeGraph>::edge_descriptor, HalfedgeGraph>` if `OneHalfedgeGraphPerTree` is `Tag_false`
*/ */
unspecified_type Id; unspecified_type Id;
/// @} /// @}