COIN-OR::LEMON - Graph Library

Changeset 1555:48769ac7ec32 in lemon-0.x for lemon/full_graph.h


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

Doc improvement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/full_graph.h

    r1435 r1555  
    3636namespace lemon {
    3737
    38 /// \addtogroup graphs
    39 /// @{
    40 
    4138  class FullGraphBase {
    4239    int NodeNum;
     
    196193  typedef DefaultMappableGraphExtender<IterableFullGraphBase> MappableFullGraphBase;
    197194
     195  /// \addtogroup graphs
     196  /// @{
     197
    198198  ///A full graph class.
    199199
     
    212212  };
    213213
     214  ///@}
    214215
    215216  // Base graph class for UndirFullGraph.
     
    374375  };
    375376
     377  /// \addtogroup graphs
     378  /// @{
     379
     380 
    376381  /// \todo UndirFullGraph from the UndirFullGraphBase
    377382
    378  
    379383
    380384  /// @} 
Note: See TracChangeset for help on using the changeset viewer.