
Module: ppl/ppl Branch: floating_point Commit: 36d6a4538f0c0d8c45b826d2cde188300a5e35d3 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=36d6a4538f0c0...
Author: Fabio Bossi bossi@cs.unipr.it Date: Thu May 5 19:00:15 2011 +0200
Fixed an invalid Doxygen reference.
---
src/globals.types.hh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/globals.types.hh b/src/globals.types.hh index 73640f9..378348c 100644 --- a/src/globals.types.hh +++ b/src/globals.types.hh @@ -156,8 +156,8 @@ enum Bounded_Integer_Type_Overflow { /*! \brief \ingroup PPL_CXX_interface Floating point formats known to the library.
- See the section on - \ref Approximating_Floating_Point_Computations "approximating floating point computations". + The parameters of each format are defined by a specific struct + in file Float.defs.hh. */ enum Floating_Point_Format { IEEE754_HALF,