diff --git a/Kernel_23/doc/Kernel_23/CGAL/global_functions.h b/Kernel_23/doc/Kernel_23/CGAL/global_functions.h index a0695094c16..4567ef71049 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/global_functions.h +++ b/Kernel_23/doc/Kernel_23/CGAL/global_functions.h @@ -903,7 +903,7 @@ Comparison_result /// @} /*! -\name With the 3D Spherical Kernel +\name compare_x with the 3D Spherical Kernel See Chapter \ref chaptersphericalkernel. @@ -930,9 +930,9 @@ compares the \f$ x\f$-coordinates of \f$ p\f$ and \f$ q\f$. Comparison_result compare_x(const Circular_arc_point_3 &p, const Point_3 &q); -/// @} /// @} +/// @} /*! \addtogroup compare_xy compare_xy @@ -1223,7 +1223,7 @@ compare_y_at_x(const Circular_arc_point_2 &p, \ingroup PkgKernel23 Depending on which \cgal kernel is used, different versions of this -global function are available. This is described below. +global function are available. \sa `CGAL::compare_xy` \sa `CGAL::compare_xyz` @@ -1232,16 +1232,18 @@ global function are available. This is described below. \sa `CGAL::compare_yx` \sa `CGAL::compare_y_at_x` \sa `CGAL::compare_z` +*/ +/// @{ -With the basic 2D and 3D Kernel -(see Chapter \ref chapterkernel23) +/*! +\addtogroup compary_y_linear With the 2D and 3D Linear Kernel +See Chapter \ref chapterkernel23 \anchor figcompare13 \image html compare1.gif */ /// @{ - /*! compares Cartesian \f$ y\f$-coordinates of \f$ p\f$ and \f$ q\f$. */ @@ -1254,11 +1256,9 @@ Comparison_result compare_y(const Point_3 &p, const Point_3 &q); /*! - compares the \f$ y\f$-coordinates of \f$ p\f$ and the intersection of lines \f$ l1\f$ and \f$ l2\f$. See Figure \ref figcompare13 (a). - */ Comparison_result compare_y(const Point_2 &p, const Line_2 &l1, @@ -1282,9 +1282,11 @@ Comparison_result compare_y(const Line_2 &l1, const Line_2 &h1, const Line_2 &h2); +/// @} + /*! -\name With the 2D Circular Kernel -See Chapter \ref chaptercircularkernel. +\addtogroup compare_y_circular With the 2D Circular Kernel +See Chapter \ref chaptercircularkernel. \code #include @@ -1312,7 +1314,7 @@ compare_y(const Circular_arc_point_2 &p, /// @} /*! -\name With the 3D Circular Kernel +\addtogroup compare_y_spherical With the 3D Spherical Kernel See Chapter \ref chaptersphericalkernel. \code @@ -1478,7 +1480,7 @@ compare_yx(const Point_2& p, const Point_2& q); /// @} -/// \addtogroup bool coplanar bool coplanar +/// \addtogroup coplanar coplanar /// \ingroup PkgKernel23 /// \sa `CGAL::coplanar_orientation` /// \sa `CGAL::coplanar_side_of_bounded_circle`