# HG changeset patch # User Alpar Juttner # Date 1202850509 0 # Node ID fc178a057bbdcaf846d2ec952c9e16e38be2eed6 # Parent 6265aa2f9d7e033664dfb0328bc990dd80cf769f# Parent 7050661bdea459b224111242b559d78228a2371d Merge diff -r 6265aa2f9d7e -r fc178a057bbd doc/groups.dox --- a/doc/groups.dox Tue Feb 12 21:03:19 2008 +0000 +++ b/doc/groups.dox Tue Feb 12 21:08:29 2008 +0000 @@ -487,20 +487,20 @@ /** @defgroup section_io Section readers and writers @ingroup lemon_io -\brief Section readers and writers for lemon Input-Output. +\brief Section readers and writers for LEMON Input-Output. -This group describes section readers and writers that can be attached to -\ref LemonReader and \ref LemonWriter. +This group describes section reader and writer classes that can be +attached to \ref LemonReader and \ref LemonWriter. */ /** -@defgroup item_io Item Readers and Writers +@defgroup item_io Item readers and writers @ingroup lemon_io -\brief Item readers and writers for lemon Input-Output. +\brief Item readers and writers for LEMON Input-Output. -The Input-Output classes can handle more data type by example -as map or attribute value. Each of these should be written and -read some way. The module make possible to do this. +This group describes reader and writer classes for various data types +(e.g. map or attribute values). These classes can be attached to +\ref LemonReader and \ref LemonWriter. */ /** diff -r 6265aa2f9d7e -r fc178a057bbd lemon/tolerance.h --- a/lemon/tolerance.h Tue Feb 12 21:03:19 2008 +0000 +++ b/lemon/tolerance.h Tue Feb 12 21:08:29 2008 +0000 @@ -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. ///@{