From 943a506526e8f6a32387d834e1b2c04d58fdf73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 8 Mar 2022 15:52:14 +0100 Subject: [PATCH] better reference Kernel intersection functions --- .../Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h | 4 ++-- Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h index b69e5757375..9b35c3ed574 100644 --- a/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h +++ b/Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h @@ -650,7 +650,7 @@ OutputIterator difference(const General_polygon_with_holes_2& pgn1, // CGAL/Boolean_set_operations_2/do_intersect.h namespace CGAL { -/*! \addtogroup boolean_do_intersect Intersection Testing Functions +/*! \addtogroup boolean_do_intersect Polygon Intersection Testing Functions * \ingroup PkgBooleanSetOperations2Ref * \anchor ref_bso_do_intersect * @@ -1160,7 +1160,7 @@ bool do_intersect(InputIterator1 begin1, InputIterator1 end1, // CGAL/Boolean_set_operations_2/intersection.h namespace CGAL { -/*! \addtogroup boolean_intersection Intersection Functions +/*! \addtogroup boolean_intersection Polygon Intersection Functions * \ingroup PkgBooleanSetOperations2Ref * \anchor ref_bso_intersection * diff --git a/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h b/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h index 8c365a8b257..3e4bba13a43 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h @@ -1800,7 +1800,7 @@ const CGAL::Vector_3& w); // This is there to keep the global functions in alphabetical order // instead of processing order. -/// \defgroup do_intersect_grp CGAL::do_intersect() +/// \defgroup do_intersect_grp Intersection Testing Functions - CGAL::do_intersect() /// \ingroup kernel_global_function /// \defgroup do_intersect_linear_grp CGAL::do_intersect() (2D/3D Linear Kernel) /// \ingroup do_intersect_grp @@ -2056,7 +2056,7 @@ const CGAL::Point_3& t); // Same reason as in defgroup do_intersect. -/// \defgroup intersection_grp CGAL::intersection() +/// \defgroup intersection_grp Intersection Computation Functions - CGAL::intersection() /// \ingroup kernel_global_function /// \defgroup intersection_linear_grp CGAL::intersection() (2D/3D Linear Kernel) /// \ingroup intersection_grp