mirror of https://github.com/CGAL/cgal
Fix after PR #4836
This commit is contained in:
parent
0911586ae3
commit
f24f9b2c03
|
|
@ -135,7 +135,7 @@ public:
|
||||||
/*!
|
/*!
|
||||||
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, const 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;
|
||||||
/// @}
|
/// @}
|
||||||
|
|
@ -211,4 +211,3 @@ public:
|
||||||
#include <CGAL/enable_warnings.h>
|
#include <CGAL/enable_warnings.h>
|
||||||
|
|
||||||
#endif // CGAL_AABB_HALFEDGE_GRAPH_SEGMENT_PRIMITIVE_H
|
#endif // CGAL_AABB_HALFEDGE_GRAPH_SEGMENT_PRIMITIVE_H
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue