COIN-OR::LEMON - Graph Library

Changeset 313:64f8f7cc6168 in lemon-1.2 for lemon/bits


Ignore:
Timestamp:
10/09/08 10:09:44 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Fix several doxygen warnings

Location:
lemon/bits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/alteration_notifier.h

    r236 r313  
    8080  /// be rolled back by calling the \e erase() or \e clear()
    8181  /// functions. Thence the \e erase() and \e clear() should not throw
    82   /// exception. Actullay, it can be throw only
    83   /// \ref AlterationObserver::ImmediateDetach ImmediateDetach
     82  /// exception. Actullay, it can be throw only \ref ImmediateDetach
    8483  /// exception which detach the observer from the notifier.
    8584  ///
  • lemon/bits/default_map.h

    r209 r313  
    150150// #endif
    151151
    152   /// \e
     152  /// DefaultMap class
    153153  template <typename _Graph, typename _Item, typename _Value>
    154154  class DefaultMap
Note: See TracChangeset for help on using the changeset viewer.