diff -r 5a89cacf17f1 -r 89a4fbb99cad src/hugo/list_graph.h --- a/src/hugo/list_graph.h Mon Sep 27 18:11:27 2004 +0000 +++ b/src/hugo/list_graph.h Tue Sep 28 07:00:58 2004 +0000 @@ -421,16 +421,16 @@ ///having bidirectional edges. Here the function \c addEdge(u,v) adds a pair ///of oppositely directed edges. ///There is a new edge map type called - ///\ref SymListGraph::SymEdgeMap "SymEdgeMap" + ///\ref hugo::SymListGraph::SymEdgeMap "SymEdgeMap" ///that complements this ///feature by ///storing shared values for the edge pairs. The usual - ///\ref Graph::EdgeMap "EdgeMap" + ///\ref hugo::skeleton::StaticGraph::EdgeMap "EdgeMap" ///can be used ///as well. /// ///The oppositely directed edge can also be obtained easily - ///using \ref opposite. + ///using \ref hugo::SymListGraph::opposite() "opposite()" member function. /// ///Here erase(Edge) deletes a pair of edges. ///