# HG changeset patch # User Alpar Juttner # Date 1199354899 -3600 # Node ID 9244aa9ec12e88ef84bb6a217f83637092d899e7 # Parent 22696f89d18300f6dd5db1bdb73fb11ece5572d8# Parent 83c84df7a9566be55c8c6c0c423ca9a5cb4916f2 Merge diff -r 22696f89d183 -r 9244aa9ec12e lemon/bits/invalid.h --- a/lemon/bits/invalid.h Thu Jan 03 01:24:09 2008 +0100 +++ b/lemon/bits/invalid.h Thu Jan 03 11:08:19 2008 +0100 @@ -24,7 +24,7 @@ namespace lemon { - /// \brief Dummy type to make it easier to make invalid iterators. + /// \brief Dummy type to make it easier to create invalid iterators. /// /// See \ref INVALID for the usage. struct Invalid { @@ -34,8 +34,8 @@ bool operator< (Invalid) { return false; } }; - /// Invalid iterators. - + /// \brief Invalid iterators. + /// /// \ref Invalid is a global type that converts to each iterator /// in such a way that the value of the target iterator will be invalid.