From 1a3a6e93eea8fbf8ee8038f6893c168b81e8ba91 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 22 Mar 2017 17:13:28 +0100 Subject: [PATCH] Kernel_23: fix typesetting in the manual. Leading whitespace has semantics, so we remove it --- Kernel_23/doc/Kernel_23/CGAL/Kernel/global_functions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,