# HG changeset patch # User Peter Kovacs # Date 1202229406 -3600 # Node ID 7050661bdea459b224111242b559d78228a2371d # Parent 9df0fe5e5109696419d8018adae112a67e7ebd25 Fix doxygen warnings. diff -r 9df0fe5e5109 -r 7050661bdea4 lemon/tolerance.h --- a/lemon/tolerance.h Tue Feb 05 17:34:28 2008 +0100 +++ b/lemon/tolerance.h Tue Feb 05 17:36:46 2008 +0100 @@ -40,9 +40,9 @@ ///handle the comparison of numbers that are obtained ///as a result of a probably inexact computation. /// - ///This is an abstract class, it should be specialized for all numerical - ///data types. These specialized classes like \ref Tolerance - ///may offer additional tuning parameters. + ///This is an abstract class, it should be specialized for all + ///numerical data types. These specialized classes like + ///Tolerance may offer additional tuning parameters. /// ///\sa Tolerance ///\sa Tolerance @@ -117,7 +117,7 @@ static void defaultEpsilon(Value e) {def_epsilon=e;} ///\name Comparisons - ///See \ref Tolerance for more details. + ///See \ref lemon::Tolerance "Tolerance" for more details. ///@{ @@ -168,7 +168,7 @@ static void defaultEpsilon(Value e) {def_epsilon=e;} ///\name Comparisons - ///See \ref Tolerance for more details. + ///See \ref lemon::Tolerance "Tolerance" for more details. ///@{ @@ -219,7 +219,7 @@ static void defaultEpsilon(Value e) {def_epsilon=e;} ///\name Comparisons - ///See \ref Tolerance for more details. + ///See \ref lemon::Tolerance "Tolerance" for more details. ///@{ @@ -252,7 +252,7 @@ typedef int Value; ///\name Comparisons - ///See \ref Tolerance for more details. + ///See \ref lemon::Tolerance "Tolerance" for more details. ///@{ @@ -275,7 +275,7 @@ ///Unsigned integer specialization of Tolerance. - ///Unsigned integer specialization of \ref Tolerance. + ///Unsigned integer specialization of Tolerance. ///\sa Tolerance template<> class Tolerance @@ -285,7 +285,7 @@ typedef unsigned int Value; ///\name Comparisons - ///See \ref Tolerance for more details. + ///See \ref lemon::Tolerance "Tolerance" for more details. ///@{ @@ -319,7 +319,7 @@ typedef long int Value; ///\name Comparisons - ///See \ref Tolerance for more details. + ///See \ref lemon::Tolerance "Tolerance" for more details. ///@{ @@ -342,7 +342,7 @@ ///Unsigned long integer specialization of Tolerance. - ///Unsigned long integer specialization of \ref Tolerance. + ///Unsigned long integer specialization of Tolerance. ///\sa Tolerance template<> class Tolerance @@ -352,7 +352,7 @@ typedef unsigned long int Value; ///\name Comparisons - ///See \ref Tolerance for more details. + ///See \ref lemon::Tolerance "Tolerance" for more details. ///@{ @@ -377,7 +377,7 @@ ///Long long integer specialization of Tolerance. - ///Long long integer specialization of \ref Tolerance. + ///Long long integer specialization of Tolerance. ///\warning This class (more exactly, type long long) ///is not ansi compatible. ///\sa Tolerance @@ -389,7 +389,7 @@ typedef long long int Value; ///\name Comparisons - ///See \ref Tolerance for more details. + ///See \ref lemon::Tolerance "Tolerance" for more details. ///@{ @@ -412,7 +412,7 @@ ///Unsigned long long integer specialization of Tolerance. - ///Unsigned long long integer specialization of \ref Tolerance. + ///Unsigned long long integer specialization of Tolerance. ///\warning This class (more exactly, type unsigned long long) ///is not ansi compatible. ///\sa Tolerance @@ -424,7 +424,7 @@ typedef unsigned long long int Value; ///\name Comparisons - ///See \ref Tolerance for more details. + ///See \ref lemon::Tolerance "Tolerance" for more details. ///@{