lemon/concept/graph_component.h
changeset 1631 e15162d8eca1
parent 1627 3fd1ba6e9872
child 1644 62548b317e65
     1.1 --- a/lemon/concept/graph_component.h	Tue Aug 16 16:44:57 2005 +0000
     1.2 +++ b/lemon/concept/graph_component.h	Tue Aug 16 19:06:59 2005 +0000
     1.3 @@ -763,7 +763,7 @@
     1.4      /// Class describing the concept of graph maps
     1.5  
     1.6      /// This class describes the common interface of the graph maps
     1.7 -    /// (NodeMap, EdgeMap), that is \ref maps-pages "maps" which can be used to
     1.8 +    /// (NodeMap, EdgeMap), that is \ref maps-page "maps" which can be used to
     1.9      /// associate data to graph descriptors (nodes or edges).
    1.10      template <typename Graph, typename Item, typename _Value>
    1.11      class GraphMap : public ReadWriteMap<Item, _Value> {