From 31dbc5b1d3c284c131efac6ad9d54b2c5fd2fddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 25 Jul 2013 17:32:33 +0200 Subject: [PATCH] add link to Point_2 fix bug #15485 --- .../Partition_2/Concepts/OptimalConvexPartitionTraits_2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Partition_2/doc/Partition_2/Concepts/OptimalConvexPartitionTraits_2.h b/Partition_2/doc/Partition_2/Concepts/OptimalConvexPartitionTraits_2.h index d2ac845d7d4..e913de83732 100644 --- a/Partition_2/doc/Partition_2/Concepts/OptimalConvexPartitionTraits_2.h +++ b/Partition_2/doc/Partition_2/Concepts/OptimalConvexPartitionTraits_2.h @@ -41,7 +41,7 @@ typedef unspecified_type Object_2; /*! Function object type that provides `Segment_2 operator()(Point_2 p, Point_2 q)`, which constructs and -returns the segment defined by the points \f$ p\f$ and \f$ q\f$. +returns the segment defined by the points \f$ p\f$ and \f$ q\f$. */ typedef unspecified_type Construct_segment_2; @@ -54,7 +54,7 @@ typedef unspecified_type Construct_ray_2; /*! Predicate object type that -determines orderings of `Point_2`s on a line. Must provide +determines orderings of \link PartitionTraits_2::Point_2 `Point_2` \endlink 's on a line. Must provide `bool operator()(Point_2 p, Point_2 q, Point_2 r)` that returns `true`, iff `q` lies between `p` and `r` and `p`, `q`, and `r` satisfy the precondition @@ -64,7 +64,7 @@ typedef unspecified_type Collinear_are_ordered_along_line_2; /*! Predicate object type that -determines orderings of `Point_2`s. Must provide +determines orderings of \link PartitionTraits_2::Point_2 `Point_2` \endlink 's. Must provide `bool operator()(Point_2 p, Point_2 q, Point_2 r)` that returns `true`, iff the three points are collinear and `q` lies strictly between `p`