Merge pull request #6392 from CGAL/CGAL-doc_inter_do_inter

better reference Kernel intersection functions
This commit is contained in:
Laurent Rineau 2022-03-10 11:05:21 +01:00
commit 82bef3fc90
2 changed files with 4 additions and 4 deletions

View File

@ -650,7 +650,7 @@ OutputIterator difference(const General_polygon_with_holes_2<Polygon>& 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
*

View File

@ -1800,7 +1800,7 @@ const CGAL::Vector_3<Kernel>& 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<Kernel>& 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