COIN-OR::LEMON - Graph Library

Changeset 1287:984723507b86 in lemon-0.x for src/lemon/dimacs.h


Ignore:
Timestamp:
04/01/05 10:47:40 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1720
Message:

New groups called io_group and dimacs_group added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/dimacs.h

    r1190 r1287  
    2424#include <lemon/invalid.h>
    2525
    26 /// \ingroup misc
     26/// \ingroup dimacs_group
    2727/// \file
    2828/// \brief Dimacs file format reader.
     
    3030namespace lemon {
    3131
    32 
    33   /// \addtogroup misc
     32  ///
     33  ///@defgroup dimacs_group DIMACS format
     34  ///\brief Read and write files in DIMACS format
     35  ///
     36  ///Tools to read a graph from or write it to a file in DIMACS format
     37  ///data
     38  ///\ingroup io_group
     39
     40  /// \addtogroup dimacs_group
    3441  /// @{
    3542
Note: See TracChangeset for help on using the changeset viewer.