lemon/graph_reader.h
changeset 2334 c1e936e6a46b
parent 2200 2f2ac1b1ca1e
child 2386 81b47fc5c444
     1.1 --- a/lemon/graph_reader.h	Tue Dec 19 15:53:42 2006 +0000
     1.2 +++ b/lemon/graph_reader.h	Fri Jan 05 10:59:18 2007 +0000
     1.3 @@ -39,8 +39,8 @@
     1.4    /// Before you read this documentation it might be useful to read the general
     1.5    /// description of  \ref graph-io-page "Graph Input-Output".
     1.6    ///
     1.7 -  /// The file to be read may contain several maps and labeled nodes or 
     1.8 -  /// edges.
     1.9 +  /// The file to be read may contain several maps and labeled
    1.10 +  /// (designated) nodes or edges.
    1.11    ///
    1.12    /// If you read a graph you need not read all the maps and items just those
    1.13    /// that you need. The interface of the \c GraphReader is very similar to