diff -r e57e10a8ea1b -r 64f8f7cc6168 lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Wed Oct 08 17:05:01 2008 +0100 +++ b/lemon/concepts/graph_components.h Thu Oct 09 10:09:44 2008 +0200 @@ -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> {