Documentation cleanup.
1.1 --- a/lemon/bits/invalid.h Sat Dec 22 07:01:20 2007 +0000
1.2 +++ b/lemon/bits/invalid.h Wed Jan 02 04:01:00 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