lemon/lemon_reader.h
changeset 1946 17eb3eaad9f8
parent 1909 2d806130e700
child 1956 a055123339d5
     1.1 --- a/lemon/lemon_reader.h	Thu Feb 02 17:09:09 2006 +0000
     1.2 +++ b/lemon/lemon_reader.h	Thu Feb 02 17:43:24 2006 +0000
     1.3 @@ -1962,11 +1962,11 @@
     1.4    /// SectionReader for retrieve what is in the file. If you want
     1.5    /// to know which sections, maps and items are in the file
     1.6    /// use the next code:
     1.7 -  /// \code
     1.8 +  ///\code
     1.9    /// LemonReader reader("input.lgf");
    1.10    /// ContentReader content(reader);
    1.11    /// reader.run();
    1.12 -  /// \endcode
    1.13 +  ///\endcode
    1.14    class ContentReader : public LemonReader::SectionReader {
    1.15      typedef LemonReader::SectionReader Parent;
    1.16    public: