diff -r a4d499904482 -r c175e387da19 lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Thu Oct 09 13:40:40 2008 +0100 +++ b/lemon/concepts/graph_components.h Thu Oct 09 13:54:50 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> {