src/lemon/bits/item_writer.h
changeset 1415 2a5810c2f806
parent 1409 d2d1f8fa187b
child 1429 4283998fb2be
     1.1 --- a/src/lemon/bits/item_writer.h	Sat May 14 17:20:40 2005 +0000
     1.2 +++ b/src/lemon/bits/item_writer.h	Sat May 14 17:22:27 2005 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -/// \ingroup io_group
     1.8 +/// \ingroup item_io
     1.9  /// \file
    1.10  /// \brief Item writer bits for lemon output.
    1.11  
    1.12 @@ -34,7 +34,7 @@
    1.13    template <typename Value>
    1.14    class DefaultWriter;
    1.15  
    1.16 -  /// \ingroup io_group
    1.17 +  /// \ingroup item_io
    1.18    /// \brief Writer class for quoted strings.
    1.19    ///
    1.20    /// Writer class for quoted strings. It can process the escape
    1.21 @@ -117,7 +117,7 @@
    1.22      bool escaped;
    1.23    };
    1.24  
    1.25 -  /// \ingroup io_group
    1.26 +  /// \ingroup item_io
    1.27    ///
    1.28    /// \brief Writer for standard containers.
    1.29    ///
    1.30 @@ -156,7 +156,7 @@
    1.31  
    1.32    };
    1.33  
    1.34 -  /// \ingroup io_group
    1.35 +  /// \ingroup item_io
    1.36    /// 
    1.37    /// \brief The default item writer template class.
    1.38    ///
    1.39 @@ -197,6 +197,7 @@
    1.40    class DefaultWriter<std::multiset<Item> > 
    1.41      : public IterableWriter<std::multiset<Item> > {};
    1.42  
    1.43 +  /// \ingroup item_io
    1.44    /// \brief Standard WriterTraits for the section writers.
    1.45    ///
    1.46    /// Standard WriterTraits for the section writers.