lemon/path.h
changeset 236 da953e387d31
parent 220 a5d8c039f218
child 313 64f8f7cc6168
     1.1 --- a/lemon/path.h	Mon Jul 28 09:29:30 2008 +0200
     1.2 +++ b/lemon/path.h	Mon Jul 28 12:39:58 2008 +0100
     1.3 @@ -82,7 +82,7 @@
     1.4        return *this;
     1.5      }
     1.6  
     1.7 -    /// \brief Lemon style iterator for path arcs
     1.8 +    /// \brief LEMON style iterator for path arcs
     1.9      ///
    1.10      /// This class is used to iterate on the arcs of the paths.
    1.11      class ArcIt {