More docs.
1.1 --- a/src/work/alpar/list_graph.h Sun Apr 25 22:29:27 2004 +0000
1.2 +++ b/src/work/alpar/list_graph.h Mon Apr 26 08:03:00 2004 +0000
1.3 @@ -1126,6 +1126,12 @@
1.4 /// original graph, and the NodeMap's of both graphs will convert to
1.5 /// each other.
1.6 ///
1.7 + ///\warning Adding or deleting nodes from the graph is not safe if an
1.8 + ///\ref EdgeSet is currently attached to it!
1.9 + ///
1.10 + ///\todo Make it possible to add/delete edges from the base graph
1.11 + ///(and from \ref EdgeSet, as well)
1.12 + ///
1.13 ///\param GG The type of the graph which shares its node set with this class.
1.14 ///Its interface must conform with \ref GraphSkeleton.
1.15 ///