diff -r 7b7e3f20bcec -r bea328c5a8d3 lemon/concepts/path.h --- a/lemon/concepts/path.h Tue Jul 29 14:54:08 2008 +0200 +++ b/lemon/concepts/path.h Tue Jul 29 15:01:30 2008 +0200 @@ -77,7 +77,7 @@ /// Resets the path to an empty path. void clear() {} - /// \brief Lemon style iterator for path arcs + /// \brief LEMON style iterator for path arcs /// /// This class is used to iterate on the arcs of the paths. class ArcIt { @@ -200,7 +200,7 @@ /// algorithms can enumerate easily the arcs in reverse order. /// If we would like to give back a real path from these /// algorithms then we should create a temporarly path object. In - /// Lemon such algorithms gives back a path dumper what can + /// LEMON such algorithms gives back a path dumper what can /// assigned to a real path and the dumpers can be implemented as /// an adaptor class to the predecessor map. @@ -232,7 +232,7 @@ /// dumper. typedef False RevPathTag; - /// \brief Lemon style iterator for path arcs + /// \brief LEMON style iterator for path arcs /// /// This class is used to iterate on the arcs of the paths. class ArcIt { @@ -259,7 +259,7 @@ }; - /// \brief Lemon style iterator for path arcs + /// \brief LEMON style iterator for path arcs /// /// This class is used to iterate on the arcs of the paths in /// reverse direction.