COIN-OR::LEMON - Graph Library

Changeset 785:a9b0863c2265 in lemon-0.x for src/hugo/vector_map_factory.h


Ignore:
Timestamp:
09/02/04 17:13:21 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1078
Message:

Changes in doc. (New module name for array/vector maps added.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/vector_map_factory.h

    r782 r785  
    77#include <hugo/extended_pair.h>
    88
     9///\ingroup graphmapfactory
     10///\file
     11///\brief Vector based graph maps.
     12
    913namespace hugo {
    10 
     14 
     15  /// \addtogroup graphmapfactory
     16  /// @{
     17 
    1118  /** The VectorMapFactory template class is a factory class
    1219   *  to create maps for the edge and nodes. This map factory
     
    334341  };
    335342
     343 
     344  /// @}
     345 
     346
    336347}
    337348
Note: See TracChangeset for help on using the changeset viewer.