[Lemon-commits] Peter Kovacs: Fix doxygen warnings.
Lemon HG
hg at lemon.cs.elte.hu
Tue Feb 12 22:09:35 CET 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/7050661bdea4
changeset: 72:7050661bdea4
user: Peter Kovacs <kpeter [at] inf.elte.hu>
date: Tue Feb 05 17:36:46 2008 +0100
description:
Fix doxygen warnings.
diffstat:
1 file changed, 16 insertions(+), 16 deletions(-)
lemon/tolerance.h | 32 ++++++++++++++++----------------
diffs (133 lines):
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 @@ namespace lemon {
///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<double>
- ///may offer additional tuning parameters.
+ ///This is an abstract class, it should be specialized for all
+ ///numerical data types. These specialized classes like
+ ///Tolerance<double> may offer additional tuning parameters.
///
///\sa Tolerance<float>
///\sa Tolerance<double>
@@ -117,7 +117,7 @@ namespace lemon {
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 @@ namespace lemon {
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 @@ namespace lemon {
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 @@ namespace lemon {
typedef int Value;
///\name Comparisons
- ///See \ref Tolerance for more details.
+ ///See \ref lemon::Tolerance "Tolerance" for more details.
///@{
@@ -275,7 +275,7 @@ namespace lemon {
///Unsigned integer specialization of Tolerance.
- ///Unsigned integer specialization of \ref Tolerance.
+ ///Unsigned integer specialization of Tolerance.
///\sa Tolerance
template<>
class Tolerance<unsigned int>
@@ -285,7 +285,7 @@ namespace lemon {
typedef unsigned int Value;
///\name Comparisons
- ///See \ref Tolerance for more details.
+ ///See \ref lemon::Tolerance "Tolerance" for more details.
///@{
@@ -319,7 +319,7 @@ namespace lemon {
typedef long int Value;
///\name Comparisons
- ///See \ref Tolerance for more details.
+ ///See \ref lemon::Tolerance "Tolerance" for more details.
///@{
@@ -342,7 +342,7 @@ namespace lemon {
///Unsigned long integer specialization of Tolerance.
- ///Unsigned long integer specialization of \ref Tolerance.
+ ///Unsigned long integer specialization of Tolerance.
///\sa Tolerance
template<>
class Tolerance<unsigned long int>
@@ -352,7 +352,7 @@ namespace lemon {
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 @@ namespace lemon {
///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 <tt>long long</tt>)
///is not ansi compatible.
///\sa Tolerance
@@ -389,7 +389,7 @@ namespace lemon {
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 @@ namespace lemon {
///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 <tt>unsigned long long</tt>)
///is not ansi compatible.
///\sa Tolerance
@@ -424,7 +424,7 @@ namespace lemon {
typedef unsigned long long int Value;
///\name Comparisons
- ///See \ref Tolerance for more details.
+ ///See \ref lemon::Tolerance "Tolerance" for more details.
///@{
More information about the Lemon-commits
mailing list