diff -r 689f24ee83e6 -r a0ab96ad65fe lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Thu Oct 09 16:47:01 2008 +0200 +++ b/lemon/concepts/graph_components.h Thu Oct 09 16:20:37 2008 +0100 @@ -982,7 +982,7 @@ /// \brief Class describing the concept of graph maps /// /// This class describes the common interface of the graph maps - /// (NodeMap, ArcMap), that is \ref maps-page "maps" which can be used to + /// (NodeMap, ArcMap), that is maps that can be used to /// associate data to graph descriptors (nodes or arcs). template class GraphMap : public ReadWriteMap<_Item, _Value> {