diff -r 932b8490caf0 -r 614ce2dd3cba doc/graph_io.dox --- a/doc/graph_io.dox Sun Nov 13 20:01:17 2005 +0000 +++ b/doc/graph_io.dox Mon Nov 14 18:34:16 2005 +0000 @@ -110,10 +110,6 @@ \section use Using graph input-output -The easiest way of using graph input and output is using the versions of the - public \ref readGraph() and \ref writeGraph() functions; if you don't need - very sophisticated behaviour then you might be satisfied with - those. Otherwise go on reading this page. The graph input and output is based on reading and writing commands. The user gives reading and writing commands to the reader or @@ -361,7 +357,7 @@ the \ref lemon::UndirGraphReader "UndirGraphReader" and \ref lemon::UndirGraphWriter "UndirGraphWriter". -The \ref lemon::UndirGraphReader::readUndirMap() "readUndirMap()" +The \ref lemon::UndirGraphReader::readUndirEdgeMap() "readUndirEdgeMap()" function reads an undirected map and the \ref lemon::UndirGraphReader::readUndirEdge() "readUndirEdge()" reads an undirected edge from the file,