COIN-OR::LEMON - Graph Library

Changeset 911:89a4fbb99cad in lemon-0.x for src/hugo/maps.h


Ignore:
Timestamp:
09/28/04 09:00:58 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1222
Message:

Fix many doxygen command bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/maps.h

    r906 r911  
    3636  {
    3737  public:
    38     /// .
     38    ///\e
    3939    typedef K KeyType;
    40     /// .
     40    ///\e
    4141    typedef T ValueType;
    4242  };
     
    7575    /// (More exactly it will be default constructed.)
    7676    ConstMap() {}
    77     /// .
     77    ///\e
    7878
    7979    /// \param _v The initial value of the map.
     80    ///
    8081    ConstMap(const T &_v) : v(_v) {}
    8182
Note: See TracChangeset for help on using the changeset viewer.