src/lemon/dimacs.h
changeset 1287 984723507b86
parent 1190 477a0fe37552
child 1359 1581f961cfaa
     1.1 --- a/src/lemon/dimacs.h	Fri Apr 01 08:28:51 2005 +0000
     1.2 +++ b/src/lemon/dimacs.h	Fri Apr 01 08:47:40 2005 +0000
     1.3 @@ -23,14 +23,21 @@
     1.4  #include <lemon/maps.h>
     1.5  #include <lemon/invalid.h>
     1.6  
     1.7 -/// \ingroup misc
     1.8 +/// \ingroup dimacs_group
     1.9  /// \file
    1.10  /// \brief Dimacs file format reader.
    1.11  
    1.12  namespace lemon {
    1.13  
    1.14 +  ///
    1.15 +  ///@defgroup dimacs_group DIMACS format
    1.16 +  ///\brief Read and write files in DIMACS format
    1.17 +  ///
    1.18 +  ///Tools to read a graph from or write it to a file in DIMACS format
    1.19 +  ///data
    1.20 +  ///\ingroup io_group
    1.21  
    1.22 -  /// \addtogroup misc
    1.23 +  /// \addtogroup dimacs_group
    1.24    /// @{
    1.25  
    1.26    /// Dimacs min cost flow reader function.