COIN-OR::LEMON - Graph Library

Changeset 2476:059dcdda37c5 in lemon-0.x for lemon/lemon_reader.h


Ignore:
Timestamp:
09/27/07 15:04:06 (17 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3315
Message:

Bug fixes in the documentation (mainly bad references).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lemon_reader.h

    r2467 r2476  
    11291129    /// It gives back true when the header line starts with \c \@edgeset,
    11301130    /// and the header line's name and the edgeset's name are the same.
    1131     /// The sections with @uedgeset head line could be read with this
     1131    /// The sections with \@uedgeset head line could be read with this
    11321132    /// section reader too.
    11331133    virtual bool header(const std::string& line) {
     
    14381438    /// It gives back true when the header line starts with \c \@uedgeset,
    14391439    /// and the header line's name and the edgeset's name are the same.
    1440     /// The sections with @edgeset head line could be read with this
     1440    /// The sections with \@edgeset head line could be read with this
    14411441    /// section reader too.
    14421442    virtual bool header(const std::string& line) {
Note: See TracChangeset for help on using the changeset viewer.