Writing only not empty sections
authordeba
Mon, 15 May 2006 09:46:33 +0000
changeset 2083f50c8c191cbd
parent 2082 626939628b4a
child 2084 59769591eb60
Writing only not empty sections
lemon/graph_writer.h
     1.1 --- a/lemon/graph_writer.h	Mon May 15 09:44:35 2006 +0000
     1.2 +++ b/lemon/graph_writer.h	Mon May 15 09:46:33 2006 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -///\ingroup io_group
     1.8 +///\ingroup lemon_io
     1.9  ///\file
    1.10  ///\brief Lemon Graph Format writer.
    1.11  ///
    1.12 @@ -31,7 +31,7 @@
    1.13  
    1.14  namespace lemon {
    1.15  
    1.16 -  /// \addtogroup io_group
    1.17 +  /// \addtogroup lemon_io
    1.18    /// @{
    1.19  
    1.20    /// \brief The graph writer class.