diff -r ad6b8c47bd56 -r da953e387d31 lemon/concepts/path.h --- a/lemon/concepts/path.h Mon Jul 28 09:29:30 2008 +0200 +++ b/lemon/concepts/path.h Mon Jul 28 12:39:58 2008 +0100 @@ -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.