lemon/lgf_reader.h
changeset 236 da953e387d31
parent 220 a5d8c039f218
child 290 f6899946c1ac
child 293 47fbc814aa31
     1.1 --- a/lemon/lgf_reader.h	Mon Jul 28 09:29:30 2008 +0200
     1.2 +++ b/lemon/lgf_reader.h	Mon Jul 28 12:39:58 2008 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  
     1.5  ///\ingroup lemon_io
     1.6  ///\file
     1.7 -///\brief \ref lgf-format "Lemon Graph Format" reader.
     1.8 +///\brief \ref lgf-format "LEMON Graph Format" reader.
     1.9  
    1.10  
    1.11  #ifndef LEMON_LGF_READER_H
    1.12 @@ -2301,7 +2301,7 @@
    1.13    /// \brief Reader for the contents of the \ref lgf-format "LGF" file
    1.14    ///
    1.15    /// This class can be used to read the sections, the map names and
    1.16 -  /// the attributes from a file. Usually, the Lemon programs know
    1.17 +  /// the attributes from a file. Usually, the LEMON programs know
    1.18    /// that, which type of graph, which maps and which attributes
    1.19    /// should be read from a file, but in general tools (like glemon)
    1.20    /// the contents of an LGF file should be guessed somehow. This class