COIN-OR::LEMON - Graph Library

Changeset 72:7050661bdea4 in lemon


Ignore:
Timestamp:
02/05/08 17:36:46 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Fix doxygen warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/tolerance.h

    r49 r72  
    4141  ///as a result of a probably inexact computation.
    4242  ///
    43   ///This is an abstract class, it should be specialized for all numerical
    44   ///data types. These specialized classes like \ref Tolerance<double>
    45   ///may offer additional tuning parameters.
     43  ///This is an abstract class, it should be specialized for all
     44  ///numerical data types. These specialized classes like
     45  ///Tolerance<double> may offer additional tuning parameters.
    4646  ///
    4747  ///\sa Tolerance<float>
     
    118118
    119119    ///\name Comparisons
    120     ///See \ref Tolerance for more details.
     120    ///See \ref lemon::Tolerance "Tolerance" for more details.
    121121
    122122    ///@{
     
    169169
    170170    ///\name Comparisons
    171     ///See \ref Tolerance for more details.
     171    ///See \ref lemon::Tolerance "Tolerance" for more details.
    172172
    173173    ///@{
     
    220220
    221221    ///\name Comparisons
    222     ///See \ref Tolerance for more details.
     222    ///See \ref lemon::Tolerance "Tolerance" for more details.
    223223
    224224    ///@{
     
    253253
    254254    ///\name Comparisons
    255     ///See \ref Tolerance for more details.
     255    ///See \ref lemon::Tolerance "Tolerance" for more details.
    256256
    257257    ///@{
     
    276276  ///Unsigned integer specialization of Tolerance.
    277277
    278   ///Unsigned integer specialization of \ref Tolerance.
     278  ///Unsigned integer specialization of Tolerance.
    279279  ///\sa Tolerance
    280280  template<>
     
    286286
    287287    ///\name Comparisons
    288     ///See \ref Tolerance for more details.
     288    ///See \ref lemon::Tolerance "Tolerance" for more details.
    289289
    290290    ///@{
     
    320320
    321321    ///\name Comparisons
    322     ///See \ref Tolerance for more details.
     322    ///See \ref lemon::Tolerance "Tolerance" for more details.
    323323
    324324    ///@{
     
    343343  ///Unsigned long integer specialization of Tolerance.
    344344
    345   ///Unsigned long integer specialization of \ref Tolerance.
     345  ///Unsigned long integer specialization of Tolerance.
    346346  ///\sa Tolerance
    347347  template<>
     
    353353
    354354    ///\name Comparisons
    355     ///See \ref Tolerance for more details.
     355    ///See \ref lemon::Tolerance "Tolerance" for more details.
    356356
    357357    ///@{
     
    378378  ///Long long integer specialization of Tolerance.
    379379
    380   ///Long long integer specialization of \ref Tolerance.
     380  ///Long long integer specialization of Tolerance.
    381381  ///\warning This class (more exactly, type <tt>long long</tt>)
    382382  ///is not ansi compatible.
     
    390390
    391391    ///\name Comparisons
    392     ///See \ref Tolerance for more details.
     392    ///See \ref lemon::Tolerance "Tolerance" for more details.
    393393
    394394    ///@{
     
    413413  ///Unsigned long long integer specialization of Tolerance.
    414414
    415   ///Unsigned long long integer specialization of \ref Tolerance.
     415  ///Unsigned long long integer specialization of Tolerance.
    416416  ///\warning This class (more exactly, type <tt>unsigned long long</tt>)
    417417  ///is not ansi compatible.
     
    425425
    426426    ///\name Comparisons
    427     ///See \ref Tolerance for more details.
     427    ///See \ref lemon::Tolerance "Tolerance" for more details.
    428428
    429429    ///@{
Note: See TracChangeset for help on using the changeset viewer.