1.1 --- a/lemon/concepts/path.h Tue Jul 29 14:41:55 2008 +0200
1.2 +++ b/lemon/concepts/path.h Tue Jul 29 15:06:37 2008 +0200
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.