COIN-OR::LEMON - Graph Library

Changeset 13:83c84df7a956 in lemon-1.2 for lemon/bits


Ignore:
Timestamp:
01/02/08 04:01:00 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Documentation cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/invalid.h

    r7 r13  
    2525namespace lemon {
    2626
    27   /// \brief Dummy type to make it easier to make invalid iterators.
     27  /// \brief Dummy type to make it easier to create invalid iterators.
    2828  ///
    2929  /// See \ref INVALID for the usage.
     
    3535  };
    3636 
    37   /// Invalid iterators.
    38  
     37  /// \brief Invalid iterators.
     38  ///
    3939  /// \ref Invalid is a global type that converts to each iterator
    4040  /// in such a way that the value of the target iterator will be invalid.
Note: See TracChangeset for help on using the changeset viewer.