COIN-OR::LEMON - Graph Library

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


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

Location:
src/lemon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/full_graph.h

    r1106 r1161  
    213213
    214214
    215   /// Base graph class for UndirFullGraph.
    216 
     215  // Base graph class for UndirFullGraph.
    217216  class UndirFullGraphBase {
    218217    int NodeNum;
  • src/lemon/list_graph.h

    r1106 r1161  
    525525  ///\sa concept::UndirGraph.
    526526  ///
    527   ///\todo SnapShot hasn't been implemented yet.
     527  ///\todo SnapShot, reverseEdge(), moveTarget(), moveSource(), contract()
     528  ///haven't been implemented yet.
    528529  ///
    529530  class UndirListGraph : public ErasableUndirListGraphBase {
  • 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.