lemon/tolerance.h
changeset 42 3a98515e9bc3
parent 39 0a01d811071f
child 49 9a556af88710
     1.1 --- a/lemon/tolerance.h	Mon Jan 07 19:23:03 2008 +0100
     1.2 +++ b/lemon/tolerance.h	Mon Jan 07 19:27:17 2008 +0100
     1.3 @@ -41,7 +41,7 @@
     1.4    ///as a result of a probably inexact computation.
     1.5    ///
     1.6    ///This is an abstract class, it should be specialized for all numerical
     1.7 -  ///data types. These specialized classes like \ref Tolerance\<double\>
     1.8 +  ///data types. These specialized classes like Tolerance<double>
     1.9    ///may offer additional tuning parameters.
    1.10    ///
    1.11    ///\sa Tolerance<float>
    1.12 @@ -91,9 +91,9 @@
    1.13    };
    1.14  
    1.15  
    1.16 -  ///Float specialization of \ref Tolerance.
    1.17 +  ///Float specialization of Tolerance.
    1.18  
    1.19 -  ///Float specialization of \ref Tolerance.
    1.20 +  ///Float specialization of Tolerance.
    1.21    ///\sa Tolerance
    1.22    ///\relates Tolerance
    1.23    template<>
    1.24 @@ -142,9 +142,9 @@
    1.25      static Value zero() {return 0;}
    1.26    };
    1.27  
    1.28 -  ///Double specialization of \ref Tolerance.
    1.29 +  ///Double specialization of Tolerance.
    1.30  
    1.31 -  ///Double specialization of \ref Tolerance.
    1.32 +  ///Double specialization of Tolerance.
    1.33    ///\sa Tolerance
    1.34    ///\relates Tolerance
    1.35    template<>
    1.36 @@ -193,9 +193,9 @@
    1.37      static Value zero() {return 0;}
    1.38    };
    1.39  
    1.40 -  ///Long double specialization of \ref Tolerance.
    1.41 +  ///Long double specialization of Tolerance.
    1.42  
    1.43 -  ///Long double specialization of \ref Tolerance.
    1.44 +  ///Long double specialization of Tolerance.
    1.45    ///\sa Tolerance
    1.46    ///\relates Tolerance
    1.47    template<>
    1.48 @@ -244,9 +244,9 @@
    1.49      static Value zero() {return 0;}
    1.50    };
    1.51  
    1.52 -  ///Integer specialization of \ref Tolerance.
    1.53 +  ///Integer specialization of Tolerance.
    1.54  
    1.55 -  ///Integer specialization of \ref Tolerance.
    1.56 +  ///Integer specialization of Tolerance.
    1.57    ///\sa Tolerance
    1.58    template<>
    1.59    class Tolerance<int>
    1.60 @@ -256,7 +256,7 @@
    1.61      typedef int Value;
    1.62  
    1.63      ///\name Comparisons
    1.64 -    ///See \ref Tolerance for more details.
    1.65 +    ///See Tolerance for more details.
    1.66  
    1.67      ///@{
    1.68  
    1.69 @@ -277,7 +277,7 @@
    1.70      static Value zero() {return 0;}
    1.71    };
    1.72  
    1.73 -  ///Unsigned integer specialization of \ref Tolerance.
    1.74 +  ///Unsigned integer specialization of Tolerance.
    1.75  
    1.76    ///Unsigned integer specialization of \ref Tolerance.
    1.77    ///\sa Tolerance
    1.78 @@ -289,7 +289,7 @@
    1.79      typedef unsigned int Value;
    1.80  
    1.81      ///\name Comparisons
    1.82 -    ///See \ref Tolerance for more details.
    1.83 +    ///See Tolerance for more details.
    1.84  
    1.85      ///@{
    1.86  
    1.87 @@ -311,9 +311,9 @@
    1.88    };
    1.89    
    1.90  
    1.91 -  ///Long integer specialization of \ref Tolerance.
    1.92 +  ///Long integer specialization of Tolerance.
    1.93  
    1.94 -  ///Long integer specialization of \ref Tolerance.
    1.95 +  ///Long integer specialization of Tolerance.
    1.96    ///\sa Tolerance
    1.97    template<>
    1.98    class Tolerance<long int>
    1.99 @@ -323,7 +323,7 @@
   1.100      typedef long int Value;
   1.101  
   1.102      ///\name Comparisons
   1.103 -    ///See \ref Tolerance for more details.
   1.104 +    ///See Tolerance for more details.
   1.105  
   1.106      ///@{
   1.107  
   1.108 @@ -344,7 +344,7 @@
   1.109      static Value zero() {return 0;}
   1.110    };
   1.111  
   1.112 -  ///Unsigned long integer specialization of \ref Tolerance.
   1.113 +  ///Unsigned long integer specialization of Tolerance.
   1.114  
   1.115    ///Unsigned long integer specialization of \ref Tolerance.
   1.116    ///\sa Tolerance
   1.117 @@ -356,7 +356,7 @@
   1.118      typedef unsigned long int Value;
   1.119  
   1.120      ///\name Comparisons
   1.121 -    ///See \ref Tolerance for more details.
   1.122 +    ///See Tolerance for more details.
   1.123  
   1.124      ///@{
   1.125  
   1.126 @@ -379,7 +379,7 @@
   1.127  
   1.128  #if defined __GNUC__ && !defined __STRICT_ANSI__
   1.129  
   1.130 -  ///Long long integer specialization of \ref Tolerance.
   1.131 +  ///Long long integer specialization of Tolerance.
   1.132  
   1.133    ///Long long integer specialization of \ref Tolerance.
   1.134    ///\warning This class (more exactly, type <tt>long long</tt>)
   1.135 @@ -414,7 +414,7 @@
   1.136      static Value zero() {return 0;}
   1.137    };
   1.138  
   1.139 -  ///Unsigned long long integer specialization of \ref Tolerance.
   1.140 +  ///Unsigned long long integer specialization of Tolerance.
   1.141  
   1.142    ///Unsigned long long integer specialization of \ref Tolerance.
   1.143    ///\warning This class (more exactly, type <tt>unsigned long long</tt>)