COIN-OR::LEMON - Graph Library

Changeset 1161:1c9658d51c8d in lemon-0.x for src/lemon/smart_graph.h


Ignore:
Timestamp:
02/21/05 11:07:38 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1562
Message:

Better doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/smart_graph.h

    r1106 r1161  
    3838namespace lemon {
    3939
    40   /// \addtogroup graphs
    41   /// @{
    42 
    4340  class SmartGraph;
    4441  ///Base of SmartGraph
     
    230227  typedef ExtendableGraphExtender<MappableSmartGraphBase> ExtendableSmartGraphBase;
    231228  typedef ClearableGraphExtender<ExtendableSmartGraphBase> ClearableSmartGraphBase;
     229
     230  /// \addtogroup graphs
     231  /// @{
    232232
    233233  ///A smart graph class.
Note: See TracChangeset for help on using the changeset viewer.