lemon/lemon_reader.h
changeset 2476 059dcdda37c5
parent 2467 2025a571895e
child 2502 9c23c3762bc5
     1.1 --- a/lemon/lemon_reader.h	Wed Sep 26 14:37:48 2007 +0000
     1.2 +++ b/lemon/lemon_reader.h	Thu Sep 27 13:04:06 2007 +0000
     1.3 @@ -1128,7 +1128,7 @@
     1.4      ///
     1.5      /// It gives back true when the header line starts with \c \@edgeset,
     1.6      /// and the header line's name and the edgeset's name are the same.
     1.7 -    /// The sections with @uedgeset head line could be read with this
     1.8 +    /// The sections with \@uedgeset head line could be read with this
     1.9      /// section reader too.
    1.10      virtual bool header(const std::string& line) {
    1.11        std::istringstream ls(line);
    1.12 @@ -1437,7 +1437,7 @@
    1.13      ///
    1.14      /// It gives back true when the header line starts with \c \@uedgeset,
    1.15      /// and the header line's name and the edgeset's name are the same.
    1.16 -    /// The sections with @edgeset head line could be read with this
    1.17 +    /// The sections with \@edgeset head line could be read with this
    1.18      /// section reader too.
    1.19      virtual bool header(const std::string& line) {
    1.20        std::istringstream ls(line);