From 641d5d51efd9d051b2cd8d60e80ebaa378d1a7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 30 Aug 2016 10:27:38 +0200 Subject: [PATCH] fix return type documentation --- Number_types/doc/Number_types/CGAL/Lazy_exact_nt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Number_types/doc/Number_types/CGAL/Lazy_exact_nt.h b/Number_types/doc/Number_types/CGAL/Lazy_exact_nt.h index 0d4c9f95b54..c4d070b343e 100644 --- a/Number_types/doc/Number_types/CGAL/Lazy_exact_nt.h +++ b/Number_types/doc/Number_types/CGAL/Lazy_exact_nt.h @@ -85,13 +85,13 @@ NT exact(); returns an interval containing the exact value. */ -Interval_nt approx(); +Interval_nt approx(); /*! returns an interval containing the exact value. */ -Interval_nt interval(); +Interval_nt interval(); /*! specifies the relative precision that `to_double()` has to fulfill.