# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1199242860 -3600
# Node ID 83c84df7a9566be55c8c6c0c423ca9a5cb4916f2
# Parent  435bbc8127b3b6076ae41452a059be72c739125b
Documentation cleanup.

diff -r 435bbc8127b3 -r 83c84df7a956 lemon/bits/invalid.h
--- a/lemon/bits/invalid.h	Sat Dec 22 07:01:20 2007 +0000
+++ b/lemon/bits/invalid.h	Wed Jan 02 04:01:00 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.