[Lemon-commits] [lemon_svn] athos: r2856 - hugo/trunk/lemon/bits
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:50:50 CET 2006
Author: athos
Date: Mon Jul 17 09:00:39 2006
New Revision: 2856
Modified:
hugo/trunk/lemon/bits/invalid.h
Log:
Some documentation got changed.
Modified: hugo/trunk/lemon/bits/invalid.h
==============================================================================
--- hugo/trunk/lemon/bits/invalid.h (original)
+++ hugo/trunk/lemon/bits/invalid.h Mon Jul 17 09:00:39 2006
@@ -24,10 +24,9 @@
namespace lemon {
- /// Dummy type to make it easier to make invalid iterators.
-
- /// See \ref INVALID, how to use it.
+ /// \brief Dummy type to make it easier to make invalid iterators.
+ /// See \ref INVALID for the usage.
struct Invalid {
public:
bool operator==(Invalid) { return true; }
More information about the Lemon-commits
mailing list