COIN-OR::LEMON - Graph Library

Changeset 438:a0a2709cf178 in lemon-0.x


Ignore:
Timestamp:
04/27/04 12:50:46 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@586
Message:

The long description is now the description of the module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/graph_wrapper.h

    r435 r438  
    88namespace hugo {
    99
     10  // Graph wrappers
     11
    1012  /// \addtogroup gwrappers
    11   /// @{
    12 
    13   /// Graph wrappers
    14 
    1513  /// A main parts of HUGOlib are the different graph structures,
    1614  /// generic graph algorithms, graph concepts which couple these, and
     
    6866  /// }
    6967  /// \endcode
     68
     69  /// \addtogroup gwrappers
     70  /// @{
     71
     72  ///Base type for the Graph Wrappers
     73
     74  ///This is the base type for the Graph Wrappers.
     75  ///\todo Some more docs...
     76
    7077  template<typename Graph>
    7178  class GraphWrapper {
Note: See TracChangeset for help on using the changeset viewer.