Merge
authorAlpar Juttner <alpar@cs.elte.hu>
Thu, 03 Jan 2008 11:08:19 +0100
changeset 209244aa9ec12e
parent 16 22696f89d183
parent 13 83c84df7a956
child 22 45f8b617339e
Merge
     1.1 --- a/lemon/bits/invalid.h	Thu Jan 03 01:24:09 2008 +0100
     1.2 +++ b/lemon/bits/invalid.h	Thu Jan 03 11:08:19 2008 +0100
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  namespace lemon {
     1.6  
     1.7 -  /// \brief Dummy type to make it easier to make invalid iterators.
     1.8 +  /// \brief Dummy type to make it easier to create invalid iterators.
     1.9    ///
    1.10    /// See \ref INVALID for the usage.
    1.11    struct Invalid {
    1.12 @@ -34,8 +34,8 @@
    1.13      bool operator< (Invalid) { return false; }
    1.14    };
    1.15    
    1.16 -  /// Invalid iterators.
    1.17 -  
    1.18 +  /// \brief Invalid iterators.
    1.19 +  ///
    1.20    /// \ref Invalid is a global type that converts to each iterator
    1.21    /// in such a way that the value of the target iterator will be invalid.
    1.22