Some documentation got changed.
authorathos
Mon, 17 Jul 2006 07:00:39 +0000
changeset 2142b089e7195664
parent 2141 9bb0bfea2f0b
child 2143 4b3191b4970b
Some documentation got changed.
lemon/bits/invalid.h
     1.1 --- a/lemon/bits/invalid.h	Fri Jul 14 13:48:14 2006 +0000
     1.2 +++ b/lemon/bits/invalid.h	Mon Jul 17 07:00:39 2006 +0000
     1.3 @@ -24,10 +24,9 @@
     1.4  
     1.5  namespace lemon {
     1.6  
     1.7 -  /// Dummy type to make it easier to make invalid iterators.
     1.8 +  /// \brief Dummy type to make it easier to make invalid iterators.
     1.9    
    1.10 -  /// See \ref INVALID, how to use it.
    1.11 -  
    1.12 +  /// See \ref INVALID for the usage.
    1.13    struct Invalid {
    1.14    public:
    1.15      bool operator==(Invalid) { return true;  }