From 0aaa77de4a5e50e0a635f272e45810b26c332156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 8 Jan 2013 15:49:56 +0100 Subject: [PATCH] fix linking to intersection and do_intersect overloads --- .../Concepts/CircularKernel--DoIntersect_2.h | 2 +- .../Concepts/CircularKernel--Intersect_2.h | 2 +- .../Concepts/SphericalKernel--DoIntersect_3.h | 2 +- .../Concepts/SphericalKernel--Intersect_3.h | 1 + Kernel_23/doc/Kernel_23/CGAL/intersections.h | 10 +++++----- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--DoIntersect_2.h b/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--DoIntersect_2.h index 4b1eecab18a..1aec53545dc 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--DoIntersect_2.h +++ b/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--DoIntersect_2.h @@ -7,7 +7,7 @@ Testing whether two curves intersect. \cgalRefines `Kernel::DoIntersect_2` -\sa `Kernel::do_intersect` +\sa \link do_intersect `CGAL::do_intersect()` \endlink */ diff --git a/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--Intersect_2.h b/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--Intersect_2.h index f5905933c7b..0fb4e04952f 100644 --- a/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--Intersect_2.h +++ b/Circular_kernel_2/doc/Circular_kernel_2/Concepts/CircularKernel--Intersect_2.h @@ -5,7 +5,7 @@ \cgalRefines `Kernel::Intersect_2` -\sa \link CGAL::intersection `CGAL::intersection()` \endlink +\sa \link intersection `CGAL::intersection()` \endlink */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoIntersect_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoIntersect_3.h index 5c3e2f69cea..39226951b49 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoIntersect_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--DoIntersect_3.h @@ -7,7 +7,7 @@ \cgalRefines `Kernel::DoIntersect_3` -\sa \ref CGAL::do_intersect +\sa \link do_intersect `CGAL::do_intersect()` \endlink */ diff --git a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Intersect_3.h b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Intersect_3.h index afb220f3622..d6074009b05 100644 --- a/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Intersect_3.h +++ b/Circular_kernel_3/doc/Circular_kernel_3/Concepts/SphericalKernel--Intersect_3.h @@ -4,6 +4,7 @@ \cgalConcept \cgalRefines `Kernel::Intersect_3` +\sa \link intersection `CGAL::intersection()` \endlink */ class SphericalKernel::Intersect_3 { diff --git a/Kernel_23/doc/Kernel_23/CGAL/intersections.h b/Kernel_23/doc/Kernel_23/CGAL/intersections.h index 6e53e58d306..042dab77b48 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/intersections.h +++ b/Kernel_23/doc/Kernel_23/CGAL/intersections.h @@ -77,7 +77,7 @@ bool do_intersect(Type1 obj1, Type2 obj2); \sa \ref do_intersect_linear \sa \ref do_intersect_spherical -\sa `intersection` +\sa \link intersection `CGAL::intersection()` \endlink \details See Chapter \ref Chapter_2D_Circular_Geometry_Kernel "2D Circular Geometry Kernel" for details on a circular kernel instantiation. @@ -121,7 +121,7 @@ bool do_intersect(Type1 obj1, Type2 obj2); \sa \ref do_intersect_linear \sa \ref do_intersect_circular -\sa `intersection` +\sa \link intersection `CGAL::intersection()` \endlink \details See Chapter \ref Chapter_3D_Spherical_Geometry_Kernel "3D Spherical Geometry Kernel" for details on a spherical kernel instantiation. @@ -187,7 +187,7 @@ function are available. \sa intersection_circular \sa intersection_spherical -\sa `CGAL::do_intersect` +\sa \link do_intersect `CGAL::do_intersect()` \endlink \sa `CGAL::Object` \details See Chapter \ref chapterkernel23 "2D and 3D Geometry Kernel" for details on a linear kernel instantiation. @@ -430,7 +430,7 @@ Object intersection(const Plane_3& pl1, \sa intersection_linear \sa intersection_spherical -\sa `CGAL::do_intersect` +\sa \link do_intersect `CGAL::do_intersect()` \endlink \sa `CGAL::Object` \details See Chapter \ref Chapter_2D_Circular_Geometry_Kernel "2D Circular Geometry Kernel" for details on a circular kernel instantiation. @@ -489,7 +489,7 @@ intersection(const Type1 &obj1, const Type2 &obj2, \sa intersection_linear \sa intersection_circular -\sa `CGAL::do_intersect` +\sa \link do_intersect `CGAL::do_intersect()` \endlink \sa `CGAL::Object` \details See Chapter \ref Chapter_3D_Spherical_Geometry_Kernel "3D Spherical Geometry Kernel" for details on a spherical kernel instantiation.