Cont. of "Fix a documentation bug"

Continuation of the following commit:
  | commit c4aed1cd67
  | Author: Laurent Rineau <laurent.rineau@cgal.org>
  | Date:   Wed Sep 4 12:25:57 2013 +0200
  |
  |     Fix a documentation bug, since the switch Object -> optional<variant>
This commit is contained in:
Laurent Rineau 2013-09-04 12:58:38 +02:00
parent c4aed1cd67
commit dd6e4fb8bf
1 changed files with 1 additions and 4 deletions

View File

@ -57,10 +57,7 @@ Partial model of `::Kernel::Intersect_3`. Provides the operators:
- `boost::optional< boost::variant< Point_3, Segment_3 > > operator()(Triangle_3 tr, Segment_3 seg)`
which computes as a `CGAL::Object`
the intersection between the triangle and the segment.
`CGAL::Object` is either a point, a segment or
an empty object.
which computes the intersection between the triangle and the segment.
*/
typedef unspecified_type Intersect_3;