1.1 --- a/lemon/lgf_reader.h Tue Jul 29 14:41:55 2008 +0200
1.2 +++ b/lemon/lgf_reader.h Tue Jul 29 15:06:37 2008 +0200
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