mirror of https://github.com/CGAL/cgal
Update AABB_face_graph_triangle_primitive.h
Fix documentation bug.
This commit is contained in:
parent
17eaeb9c85
commit
f547b947d3
|
|
@ -121,7 +121,7 @@ public:
|
|||
/*!
|
||||
Id type:
|
||||
- `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, const FaceGraph*>` if `OneFaceGraphPerTree` is `CGAL::Tag_false`
|
||||
*/
|
||||
unspecified_type Id;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue