Update AABB_halfedge_graph_segment_primitive.h

Fix typos
This commit is contained in:
Andreas Fabri 2020-07-07 11:23:45 +02:00 committed by GitHub
parent 17eaeb9c85
commit 23c29ff060
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;
/// @} /// @}