COIN-OR::LEMON - Graph Library

Changeset 407:e34e1bc610cf in lemon-0.x


Ignore:
Timestamp:
04/26/04 11:06:13 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@540
Message:

The doc modules clearly needs some restructuring...

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r406 r407  
    1111/// This group contains several wrapper classes for graphs
    1212
    13 /// @defgroup graphs Graph structures.
     13/// @defgroup graphs Graph structures
    1414/// @ingroup experimental
    1515/// This group describes the several graph structures implemented in HugoLib.
  • src/include/smart_graph.h

    r402 r407  
    44#define HUGO_SMART_GRAPH_H
    55
     6///ingroup graphs
    67///\file
    78///\brief SmartGraph and SymSmartGraph classes.
     
    1415namespace hugo {
    1516
     17/// \addtogroup graphs
     18/// @{
    1619  class SymSmartGraph;
    1720
     
    590593  };
    591594 
    592  
     595  /// @} 
     596
    593597} //namespace hugo
    594598
Note: See TracChangeset for help on using the changeset viewer.