diff -r 1e9cc7b2eabc -r 059dcdda37c5 lemon/lemon_reader.h --- a/lemon/lemon_reader.h Wed Sep 26 14:37:48 2007 +0000 +++ b/lemon/lemon_reader.h Thu Sep 27 13:04:06 2007 +0000 @@ -1128,7 +1128,7 @@ /// /// It gives back true when the header line starts with \c \@edgeset, /// and the header line's name and the edgeset's name are the same. - /// The sections with @uedgeset head line could be read with this + /// The sections with \@uedgeset head line could be read with this /// section reader too. virtual bool header(const std::string& line) { std::istringstream ls(line); @@ -1437,7 +1437,7 @@ /// /// It gives back true when the header line starts with \c \@uedgeset, /// and the header line's name and the edgeset's name are the same. - /// The sections with @edgeset head line could be read with this + /// The sections with \@edgeset head line could be read with this /// section reader too. virtual bool header(const std::string& line) { std::istringstream ls(line);