From dd6e4fb8bfdca484dd2414831202702ec79e1e88 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 4 Sep 2013 12:58:38 +0200 Subject: [PATCH] Cont. of "Fix a documentation bug" Continuation of the following commit: | commit c4aed1cd67bada54a25055cd055cb2a0838b81ee | Author: Laurent Rineau | Date: Wed Sep 4 12:25:57 2013 +0200 | | Fix a documentation bug, since the switch Object -> optional --- Mesh_3/doc/Mesh_3/Concepts/IntersectionGeometricTraits_3.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Mesh_3/doc/Mesh_3/Concepts/IntersectionGeometricTraits_3.h b/Mesh_3/doc/Mesh_3/Concepts/IntersectionGeometricTraits_3.h index 356abc79380..1525a372d8f 100644 --- a/Mesh_3/doc/Mesh_3/Concepts/IntersectionGeometricTraits_3.h +++ b/Mesh_3/doc/Mesh_3/Concepts/IntersectionGeometricTraits_3.h @@ -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;