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 a33b157462c..b8083e59cfb 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h @@ -51,9 +51,9 @@ const CGAL::Point_3& r); /*! returns an approximation of the signed dihedral angle in the tetrahedron `pqrs` of edge `pq`. - The sign is negative if `orientation(p,q,r,s)` is `CGAL::NEGATIVE` and positive otherwise. - The angle is given in degree. - \pre `p,q,r` and `p,q,s` are not collinear. +The sign is negative if `orientation(p,q,r,s)` is `CGAL::NEGATIVE` and positive otherwise. +The angle is given in degree. +\pre `p,q,r` and `p,q,s` are not collinear. */ template Kernel::FT approximate_dihedral_angle(const CGAL::Point_3& p,