diff -r e30a0fdad0d7 -r 0ed45a6c74b1 lemon/floyd_warshall.h --- a/lemon/floyd_warshall.h Tue Feb 20 15:53:33 2007 +0000 +++ b/lemon/floyd_warshall.h Wed Feb 21 13:30:21 2007 +0000 @@ -19,7 +19,7 @@ #ifndef LEMON_FLOYD_WARSHALL_H #define LEMON_FLOYD_WARSHALL_H -///\ingroup flowalgs +///\ingroup shortest_path /// \file /// \brief FloydWarshall algorithm. /// @@ -147,7 +147,7 @@ /// \brief %FloydWarshall algorithm class. /// - /// \ingroup flowalgs + /// \ingroup shortest_path /// This class provides an efficient implementation of \c Floyd-Warshall /// algorithm. The edge lengths are passed to the algorithm using a /// \ref concepts::ReadMap "ReadMap", so it is easy to change it to any