diff -r 01d9d6bc1284 -r 2a5810c2f806 src/lemon/bits/item_writer.h --- a/src/lemon/bits/item_writer.h Sat May 14 17:20:40 2005 +0000 +++ b/src/lemon/bits/item_writer.h Sat May 14 17:22:27 2005 +0000 @@ -14,7 +14,7 @@ * */ -/// \ingroup io_group +/// \ingroup item_io /// \file /// \brief Item writer bits for lemon output. @@ -34,7 +34,7 @@ template class DefaultWriter; - /// \ingroup io_group + /// \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; }; - /// \ingroup io_group + /// \ingroup item_io /// /// \brief Writer for standard containers. /// @@ -156,7 +156,7 @@ }; - /// \ingroup io_group + /// \ingroup item_io /// /// \brief The default item writer template class. /// @@ -197,6 +197,7 @@ class DefaultWriter > : public IterableWriter > {}; + /// \ingroup item_io /// \brief Standard WriterTraits for the section writers. /// /// Standard WriterTraits for the section writers.