lemon/concepts/path.h
changeset 236 da953e387d31
parent 220 a5d8c039f218
child 278 931190050520
child 280 e7f8647ce760
     1.1 --- a/lemon/concepts/path.h	Mon Jul 28 09:29:30 2008 +0200
     1.2 +++ b/lemon/concepts/path.h	Mon Jul 28 12:39:58 2008 +0100
     1.3 @@ -77,7 +77,7 @@
     1.4        /// Resets the path to an empty path.
     1.5        void clear() {}
     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 {
    1.12 @@ -200,7 +200,7 @@
    1.13      /// algorithms can enumerate easily the arcs in reverse order.
    1.14      /// If we would like to give back a real path from these
    1.15      /// algorithms then we should create a temporarly path object. In
    1.16 -    /// Lemon such algorithms gives back a path dumper what can
    1.17 +    /// LEMON such algorithms gives back a path dumper what can
    1.18      /// assigned to a real path and the dumpers can be implemented as
    1.19      /// an adaptor class to the predecessor map.
    1.20  
    1.21 @@ -232,7 +232,7 @@
    1.22        /// dumper.
    1.23        typedef False RevPathTag;
    1.24  
    1.25 -      /// \brief Lemon style iterator for path arcs
    1.26 +      /// \brief LEMON style iterator for path arcs
    1.27        ///
    1.28        /// This class is used to iterate on the arcs of the paths.
    1.29        class ArcIt {
    1.30 @@ -259,7 +259,7 @@
    1.31  
    1.32        };
    1.33  
    1.34 -      /// \brief Lemon style iterator for path arcs
    1.35 +      /// \brief LEMON style iterator for path arcs
    1.36        ///
    1.37        /// This class is used to iterate on the arcs of the paths in
    1.38        /// reverse direction.