Fix doxygen warnings.
1.1 --- a/lemon/tolerance.h Tue Feb 05 17:34:28 2008 +0100
1.2 +++ b/lemon/tolerance.h Tue Feb 05 17:36:46 2008 +0100
1.3 @@ -40,9 +40,9 @@
1.4 ///handle the comparison of numbers that are obtained
1.5 ///as a result of a probably inexact computation.
1.6 ///
1.7 - ///This is an abstract class, it should be specialized for all numerical
1.8 - ///data types. These specialized classes like \ref Tolerance<double>
1.9 - ///may offer additional tuning parameters.
1.10 + ///This is an abstract class, it should be specialized for all
1.11 + ///numerical data types. These specialized classes like
1.12 + ///Tolerance<double> may offer additional tuning parameters.
1.13 ///
1.14 ///\sa Tolerance<float>
1.15 ///\sa Tolerance<double>
1.16 @@ -117,7 +117,7 @@
1.17 static void defaultEpsilon(Value e) {def_epsilon=e;}
1.18
1.19 ///\name Comparisons
1.20 - ///See \ref Tolerance for more details.
1.21 + ///See \ref lemon::Tolerance "Tolerance" for more details.
1.22
1.23 ///@{
1.24
1.25 @@ -168,7 +168,7 @@
1.26 static void defaultEpsilon(Value e) {def_epsilon=e;}
1.27
1.28 ///\name Comparisons
1.29 - ///See \ref Tolerance for more details.
1.30 + ///See \ref lemon::Tolerance "Tolerance" for more details.
1.31
1.32 ///@{
1.33
1.34 @@ -219,7 +219,7 @@
1.35 static void defaultEpsilon(Value e) {def_epsilon=e;}
1.36
1.37 ///\name Comparisons
1.38 - ///See \ref Tolerance for more details.
1.39 + ///See \ref lemon::Tolerance "Tolerance" for more details.
1.40
1.41 ///@{
1.42
1.43 @@ -252,7 +252,7 @@
1.44 typedef int Value;
1.45
1.46 ///\name Comparisons
1.47 - ///See \ref Tolerance for more details.
1.48 + ///See \ref lemon::Tolerance "Tolerance" for more details.
1.49
1.50 ///@{
1.51
1.52 @@ -275,7 +275,7 @@
1.53
1.54 ///Unsigned integer specialization of Tolerance.
1.55
1.56 - ///Unsigned integer specialization of \ref Tolerance.
1.57 + ///Unsigned integer specialization of Tolerance.
1.58 ///\sa Tolerance
1.59 template<>
1.60 class Tolerance<unsigned int>
1.61 @@ -285,7 +285,7 @@
1.62 typedef unsigned int Value;
1.63
1.64 ///\name Comparisons
1.65 - ///See \ref Tolerance for more details.
1.66 + ///See \ref lemon::Tolerance "Tolerance" for more details.
1.67
1.68 ///@{
1.69
1.70 @@ -319,7 +319,7 @@
1.71 typedef long int Value;
1.72
1.73 ///\name Comparisons
1.74 - ///See \ref Tolerance for more details.
1.75 + ///See \ref lemon::Tolerance "Tolerance" for more details.
1.76
1.77 ///@{
1.78
1.79 @@ -342,7 +342,7 @@
1.80
1.81 ///Unsigned long integer specialization of Tolerance.
1.82
1.83 - ///Unsigned long integer specialization of \ref Tolerance.
1.84 + ///Unsigned long integer specialization of Tolerance.
1.85 ///\sa Tolerance
1.86 template<>
1.87 class Tolerance<unsigned long int>
1.88 @@ -352,7 +352,7 @@
1.89 typedef unsigned long int Value;
1.90
1.91 ///\name Comparisons
1.92 - ///See \ref Tolerance for more details.
1.93 + ///See \ref lemon::Tolerance "Tolerance" for more details.
1.94
1.95 ///@{
1.96
1.97 @@ -377,7 +377,7 @@
1.98
1.99 ///Long long integer specialization of Tolerance.
1.100
1.101 - ///Long long integer specialization of \ref Tolerance.
1.102 + ///Long long integer specialization of Tolerance.
1.103 ///\warning This class (more exactly, type <tt>long long</tt>)
1.104 ///is not ansi compatible.
1.105 ///\sa Tolerance
1.106 @@ -389,7 +389,7 @@
1.107 typedef long long int Value;
1.108
1.109 ///\name Comparisons
1.110 - ///See \ref Tolerance for more details.
1.111 + ///See \ref lemon::Tolerance "Tolerance" for more details.
1.112
1.113 ///@{
1.114
1.115 @@ -412,7 +412,7 @@
1.116
1.117 ///Unsigned long long integer specialization of Tolerance.
1.118
1.119 - ///Unsigned long long integer specialization of \ref Tolerance.
1.120 + ///Unsigned long long integer specialization of Tolerance.
1.121 ///\warning This class (more exactly, type <tt>unsigned long long</tt>)
1.122 ///is not ansi compatible.
1.123 ///\sa Tolerance
1.124 @@ -424,7 +424,7 @@
1.125 typedef unsigned long long int Value;
1.126
1.127 ///\name Comparisons
1.128 - ///See \ref Tolerance for more details.
1.129 + ///See \ref lemon::Tolerance "Tolerance" for more details.
1.130
1.131 ///@{
1.132