From b275b7e6ebb7e3eb6ea9fb9d402f6bca95dd2ae4 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 27 Jun 2014 12:57:56 +0200 Subject: [PATCH] Quote library names Otherwise Doxygen matches with the CGAL and CORE namespaces. --- Number_types/include/CGAL/Exact_rational.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Number_types/include/CGAL/Exact_rational.h b/Number_types/include/CGAL/Exact_rational.h index e1662bea980..0f82ea2484b 100644 --- a/Number_types/include/CGAL/Exact_rational.h +++ b/Number_types/include/CGAL/Exact_rational.h @@ -32,7 +32,7 @@ namespace CGAL { `Exact_rational` is an exact rational number type, constructible from `double`. It is a typedef of another number type. Its exact definition depends on -the availability the third-party libraries GMP, CORE, and LEDA. CGAL must +the availability the third-party libraries %GMP, %CORE, and %LEDA. %CGAL must be configured with at least one of those libraries. \cgalModels `Field`