COIN-OR::LEMON - Graph Library

Changeset 42:3a98515e9bc3 in lemon for lemon


Ignore:
Timestamp:
01/07/08 19:27:17 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix several doxygen warnings

Location:
lemon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/dim2.h

    r39 r42  
    534534
    535535
    536   ///Map of x-coordinates of a \ref Point "Point"-map
    537 
    538   ///\ingroup maps
    539   ///Map of x-coordinates of a \ref Point "Point"-map.
     536  ///Map of x-coordinates of a Point map
     537
     538  ///\ingroup maps
     539  ///Map of x-coordinates of a \ref dim2::Point "Point"-map.
    540540  ///
    541541  template<class M>
     
    571571  }
    572572
    573   ///Constant (read only) version of \ref XMap
     573  ///Constant (read only) version of XMap
    574574
    575575  ///\ingroup maps
     
    601601  }
    602602
    603   ///Map of y-coordinates of a \ref Point "Point"-map
     603  ///Map of y-coordinates of a Point map
    604604   
    605605  ///\ingroup maps
     
    638638  }
    639639
    640   ///Constant (read only) version of \ref YMap
     640  ///Constant (read only) version of YMap
    641641
    642642  ///\ingroup maps
     
    669669
    670670
    671     ///\brief Map of the \ref Point::normSquare() "normSquare()"
    672     ///of a \ref Point "Point"-map
     671    ///\brief Map of the normSquare()
     672    ///of a Point map
    673673    ///
    674674    ///Map of the \ref Point::normSquare() "normSquare()"
  • lemon/maps.h

    r39 r42  
    175175
    176176    typedef True ReferenceMapTag;
    177     ///\e
     177    ///Key type
    178178    typedef K Key;
    179     ///\e
     179    ///Value type
    180180    typedef T Value;
    181     ///\e
     181    ///Reference Type
    182182    typedef T& Reference;
    183     ///\e
     183    ///Const reference type
    184184    typedef const T& ConstReference;
    185185
  • lemon/tolerance.h

    r39 r42  
    4242  ///
    4343  ///This is an abstract class, it should be specialized for all numerical
    44   ///data types. These specialized classes like \ref Tolerance\<double\>
     44  ///data types. These specialized classes like Tolerance<double>
    4545  ///may offer additional tuning parameters.
    4646  ///
     
    9292
    9393
    94   ///Float specialization of \ref Tolerance.
    95 
    96   ///Float specialization of \ref Tolerance.
     94  ///Float specialization of Tolerance.
     95
     96  ///Float specialization of Tolerance.
    9797  ///\sa Tolerance
    9898  ///\relates Tolerance
     
    143143  };
    144144
    145   ///Double specialization of \ref Tolerance.
    146 
    147   ///Double specialization of \ref Tolerance.
     145  ///Double specialization of Tolerance.
     146
     147  ///Double specialization of Tolerance.
    148148  ///\sa Tolerance
    149149  ///\relates Tolerance
     
    194194  };
    195195
    196   ///Long double specialization of \ref Tolerance.
    197 
    198   ///Long double specialization of \ref Tolerance.
     196  ///Long double specialization of Tolerance.
     197
     198  ///Long double specialization of Tolerance.
    199199  ///\sa Tolerance
    200200  ///\relates Tolerance
     
    245245  };
    246246
    247   ///Integer specialization of \ref Tolerance.
    248 
    249   ///Integer specialization of \ref Tolerance.
     247  ///Integer specialization of Tolerance.
     248
     249  ///Integer specialization of Tolerance.
    250250  ///\sa Tolerance
    251251  template<>
     
    257257
    258258    ///\name Comparisons
    259     ///See \ref Tolerance for more details.
     259    ///See Tolerance for more details.
    260260
    261261    ///@{
     
    278278  };
    279279
     280  ///Unsigned integer specialization of Tolerance.
     281
    280282  ///Unsigned integer specialization of \ref Tolerance.
    281 
    282   ///Unsigned integer specialization of \ref Tolerance.
    283283  ///\sa Tolerance
    284284  template<>
     
    290290
    291291    ///\name Comparisons
    292     ///See \ref Tolerance for more details.
     292    ///See Tolerance for more details.
    293293
    294294    ///@{
     
    312312 
    313313
    314   ///Long integer specialization of \ref Tolerance.
    315 
    316   ///Long integer specialization of \ref Tolerance.
     314  ///Long integer specialization of Tolerance.
     315
     316  ///Long integer specialization of Tolerance.
    317317  ///\sa Tolerance
    318318  template<>
     
    324324
    325325    ///\name Comparisons
    326     ///See \ref Tolerance for more details.
     326    ///See Tolerance for more details.
    327327
    328328    ///@{
     
    345345  };
    346346
     347  ///Unsigned long integer specialization of Tolerance.
     348
    347349  ///Unsigned long integer specialization of \ref Tolerance.
    348 
    349   ///Unsigned long integer specialization of \ref Tolerance.
    350350  ///\sa Tolerance
    351351  template<>
     
    357357
    358358    ///\name Comparisons
    359     ///See \ref Tolerance for more details.
     359    ///See Tolerance for more details.
    360360
    361361    ///@{
     
    380380#if defined __GNUC__ && !defined __STRICT_ANSI__
    381381
    382   ///Long long integer specialization of \ref Tolerance.
     382  ///Long long integer specialization of Tolerance.
    383383
    384384  ///Long long integer specialization of \ref Tolerance.
     
    415415  };
    416416
    417   ///Unsigned long long integer specialization of \ref Tolerance.
     417  ///Unsigned long long integer specialization of Tolerance.
    418418
    419419  ///Unsigned long long integer specialization of \ref Tolerance.
Note: See TracChangeset for help on using the changeset viewer.