diff -r 4b8153513f34 -r ea1fa1bc3f6d lemon/dag_shortest_path.h --- a/lemon/dag_shortest_path.h Mon Jun 26 15:40:35 2006 +0000 +++ b/lemon/dag_shortest_path.h Wed Jun 28 15:06:24 2006 +0000 @@ -274,7 +274,7 @@ /// is \ref ListGraph. The value of _Graph is not used directly by /// DagShortestPath, it is only passed to \ref DagShortestPathDefaultTraits. /// \param _LengthMap This read-only EdgeMap determines the lengths of the - /// edges. The default map type is \ref concept::StaticGraph::EdgeMap + /// edges. The default map type is \ref concept::Graph::EdgeMap /// "Graph::EdgeMap". The value of _LengthMap is not used directly /// by DagShortestPath, it is only passed to \ref DagShortestPathDefaultTraits. /// \param _Traits Traits class to set various data types used by the