Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
soesau committed Apr 15, 2024
1 parent 69f5f23 commit 8e7b7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AABB_tree/include/CGAL/AABB_polyline_segment_primitive_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace internal {
* It also provides the functor `Construct_segment_2` that has an operator taking two `Point_2`
* and returning a `Segment_2`.
* \tparam Iterator is a model of `ForwardIterator` whose value type is convertible to `GeomTraits::Point_2`
* \tparam PointRange is a model of `Range`. Its value type needs to be compatible to PointMap or `Point_2` in the default case.
* \tparam PointRange is a model of `ConstRange` whose iterator is a model of `ForwardIterator`. Its value type needs to be compatible to PointMap or `Point_2` in the default case.
* \tparam CacheDatum is either `CGAL::Tag_true` or `CGAL::Tag_false`. In the former case,
* the datum is stored in the primitive, while in the latter it is
* constructed on the fly to reduce the memory footprint.
Expand Down

0 comments on commit 8e7b7da

Please sign in to comment.