diff -r 19eae67d97d5 -r ae69f556b429 doc/graphs.dox --- a/doc/graphs.dox Sun Mar 06 20:44:29 2005 +0000 +++ b/doc/graphs.dox Sun Mar 06 21:13:24 2005 +0000 @@ -44,7 +44,8 @@ attach data to the edges in such a way that the stored data are shared by the edge pairs. \li \ref lemon::FullGraph "FullGraph" -implements a complete graph. It is a \ref lemon::concept::StaticGraph, so you cannot +implements a complete graph. It is a +\ref lemon::concept::StaticGraph "StaticGraph", so you cannot change the number of nodes once it is constructed. It is extremely memory efficient: it uses constant amount of memory independently from the number of the nodes of the graph. Of course, the size of the \ref maps-page "NodeMap"'s and