diff -r e5c0c5cc477f -r 17eb3eaad9f8 lemon/bits/item_writer.h --- a/lemon/bits/item_writer.h Thu Feb 02 17:09:09 2006 +0000 +++ b/lemon/bits/item_writer.h Thu Feb 02 17:43:24 2006 +0000 @@ -14,7 +14,7 @@ * */ -/// \ingroin item_io +/// \ingroup item_io /// \file /// \brief Item writer bits for lemon output. @@ -34,7 +34,7 @@ template class DefaultWriter; - /// \ingroin item_io + /// \ingroup item_io /// \brief Writer class for quoted strings. /// /// Writer class for quoted strings. It can process the escape @@ -117,7 +117,7 @@ bool escaped; }; - /// \ingroin item_io + /// \ingroup item_io /// \brief Writer class for quoted char array. /// /// Writer class for quoted char array. It can process the escape @@ -145,7 +145,7 @@ }; - /// \ingroin item_io + /// \ingroup item_io /// /// \brief Writer for standard containers. /// @@ -187,12 +187,12 @@ }; - /// \ingroin item_io + /// \ingroup item_io /// /// \brief Writer for standard pairs. /// /// Writer for standard pairs. The representation of a pair is - /// \code ( first_value => second_value ) \endcode. + ///\code ( first_value => second_value ) \endcode. /// \author Balazs Dezso template > : public PairWriter > {}; - /// \ingroin item_io + /// \ingroup item_io /// \brief Standard WriterTraits for the section writers. /// /// Standard WriterTraits for the section writers.