Merge pull request #4836 from CGAL/afabri-patch-3

Update AABB_halfedge_graph_segment_primitive.h
This commit is contained in:
Laurent Rineau 2020-07-07 11:41:33 +02:00 committed by GitHub
commit 0911586ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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, const HalfedgeGraph*>` if `OneHalfedgeGraphPerTree` is `Tag_false`
*/ */
unspecified_type Id; unspecified_type Id;
/// @} /// @}