lemon/path.h
changeset 240 bea328c5a8d3
parent 220 a5d8c039f218
child 317 64f8f7cc6168
     1.1 --- a/lemon/path.h	Tue Jul 29 14:54:08 2008 +0200
     1.2 +++ b/lemon/path.h	Tue Jul 29 15:01:30 2008 +0200
     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 {