From a6e610c8bcbcc3484a2a0009a65d457af3bdff73 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Wed, 17 Oct 2018 09:18:52 +0200 Subject: [PATCH] Remove warning about sqrt in the doc, it is not true anymore. --- Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_2.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_2.h b/Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_2.h index 16ef907a0ef..f07ab398a22 100644 --- a/Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_2.h +++ b/Kernel_23/doc/Kernel_23/CGAL/Aff_transformation_2.h @@ -130,9 +130,6 @@ const Kernel::RT &hw = RT(1)); /*! introduces a reflection by a line `l`. -\attention Angles manipulation restrain this operation to FTs for which sqrt is defined. - -\todo find a better formulation */ Aff_transformation_2(const Reflection, const Line_2& l);