diff -r 4b8153513f34 -r ea1fa1bc3f6d lemon/floyd_warshall.h --- a/lemon/floyd_warshall.h Mon Jun 26 15:40:35 2006 +0000 +++ b/lemon/floyd_warshall.h Wed Jun 28 15:06:24 2006 +0000 @@ -171,7 +171,7 @@ /// edges. It is read once for each edge, so the map may involve in /// relatively time consuming process to compute the edge length if /// it is necessary. The default map type is \ref - /// concept::StaticGraph::EdgeMap "Graph::EdgeMap". The value + /// concept::Graph::EdgeMap "Graph::EdgeMap". The value /// of _LengthMap is not used directly by FloydWarshall, it is only passed /// to \ref FloydWarshallDefaultTraits. \param _Traits Traits class to set /// various data types used by the algorithm. The default traits