doc/graphs.dox
changeset 1200 ae69f556b429
parent 1168 66400041ef2a
child 1631 e15162d8eca1
     1.1 --- a/doc/graphs.dox	Sun Mar 06 20:44:29 2005 +0000
     1.2 +++ b/doc/graphs.dox	Sun Mar 06 21:13:24 2005 +0000
     1.3 @@ -44,7 +44,8 @@
     1.4  attach data to the edges in such a way that the stored data
     1.5  are shared by the edge pairs. 
     1.6  \li \ref lemon::FullGraph "FullGraph"
     1.7 -implements a complete graph. It is a \ref lemon::concept::StaticGraph, so you cannot
     1.8 +implements a complete graph. It is a
     1.9 +\ref lemon::concept::StaticGraph "StaticGraph", so you cannot
    1.10  change the number of nodes once it is constructed. It is extremely memory
    1.11  efficient: it uses constant amount of memory independently from the number of
    1.12  the nodes of the graph. Of course, the size of the \ref maps-page "NodeMap"'s and