diff -r e5c0c5cc477f -r 17eb3eaad9f8 lemon/bits/item_reader.h --- a/lemon/bits/item_reader.h Thu Feb 02 17:09:09 2006 +0000 +++ b/lemon/bits/item_reader.h Thu Feb 02 17:43:24 2006 +0000 @@ -15,14 +15,14 @@ */ /// @defgroin item_io Item Readers and Writers -/// @ingroin io_groin +/// @ingroup io_groin /// \brief Item Readers and Writers /// /// The Input-Output classes can handle more data type by example /// as map or attribute value. Each of these should be written and /// read some way. The module make possible to do this. -/// \ingroin item_io +/// \ingroup item_io /// \file /// \brief Item reader bits for lemon input. @@ -42,7 +42,7 @@ template class DefaultReader; - /// \ingroin item_io + /// \ingroup item_io /// /// \brief Reader class for quoted strings. /// @@ -157,7 +157,7 @@ bool escaped; }; - /// \ingroin item_io + /// \ingroup item_io /// \brief Reader for standard containers. /// /// Reader for back insertable standard containers. The representation @@ -204,7 +204,7 @@ }; - /// \ingroin item_io + /// \ingroup item_io /// /// \brief Reader for standard containers. /// @@ -252,7 +252,7 @@ }; - /// \ingroin item_io + /// \ingroup item_io /// \brief Reader for parsed string. /// /// Reader for parsed strings. You can define the open and close @@ -300,7 +300,7 @@ }; - /// \ingroin item_io + /// \ingroup item_io /// \brief Reader for read the whole line. /// /// Reader for read the whole line. @@ -330,7 +330,7 @@ bool skipSpaces; }; - /// \ingroin item_io + /// \ingroup item_io /// \brief Reader for std::pair. /// /// Reader for std::pair. @@ -384,7 +384,7 @@ } }; - /// \ingroin item_io + /// \ingroup item_io /// /// \brief The default item reader template class. /// @@ -471,7 +471,7 @@ class DefaultReader > : public PairReader > {}; - /// \ingroin item_io + /// \ingroup item_io /// /// \brief The default item reader for skipping a value in the stream. /// @@ -480,7 +480,7 @@ /// \author Balazs Dezso class DefaultSkipper : public DefaultReader {}; - /// \ingroin item_io + /// \ingroup item_io /// \brief Standard ReaderTraits for the GraphReader class. /// /// Standard ReaderTraits for the GraphReader class.