diff -r 8070a099ffb6 -r c1e936e6a46b lemon/graph_reader.h --- a/lemon/graph_reader.h Tue Dec 19 15:53:42 2006 +0000 +++ b/lemon/graph_reader.h Fri Jan 05 10:59:18 2007 +0000 @@ -39,8 +39,8 @@ /// Before you read this documentation it might be useful to read the general /// description of \ref graph-io-page "Graph Input-Output". /// - /// The file to be read may contain several maps and labeled nodes or - /// edges. + /// The file to be read may contain several maps and labeled + /// (designated) nodes or edges. /// /// If you read a graph you need not read all the maps and items just those /// that you need. The interface of the \c GraphReader is very similar to