mirror of https://github.com/CGAL/cgal
Fix doc
This commit is contained in:
parent
1960e01aeb
commit
1d7e07b954
|
|
@ -138,7 +138,7 @@ public:
|
|||
typedef Kernel_traits<Point>::Kernel::Triangle_3 Datum;
|
||||
/*!
|
||||
Id type:
|
||||
- boost::graph_traits<FaceGraph>::face_descriptor Id if OneFaceGraphPerTree is `CGAL::Tag_true
|
||||
- boost::graph_traits<FaceGraph>::face_descriptor Id if OneFaceGraphPerTree is `CGAL::Tag_true`
|
||||
- std::pair<boost::graph_traits<FaceGraph>::face_descriptor, FaceGraph> Id if OneFaceGraphPerTree is `CGAL::Tag_false`
|
||||
*/
|
||||
Unspecified_type Id;
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ public:
|
|||
typedef Kernel_traits<Point>::Kernel::Segment_3 Datum;
|
||||
/*!
|
||||
Id type:
|
||||
- boost::graph_traits<HalfegdeGraph>::edge_descriptor Id if OneHalfegdeGraphPerTree is `CGAL::Tag_true
|
||||
- boost::graph_traits<HalfegdeGraph>::edge_descriptor Id if OneHalfegdeGraphPerTree is `CGAL::Tag_true`
|
||||
- std::pair<boost::graph_traits<HalfegdeGraph>::edge_descriptor, HalfegdeGraph> Id if OneHalfegdeGraphPerTree is `CGAL::Tag_false`
|
||||
*/
|
||||
Unspecified_type Id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue