COIN-OR::LEMON - Graph Library

Changeset 1996:5dc13b93f8b4 in lemon-0.x for lemon/bits/graph_extender.h


Ignore:
Timestamp:
03/03/06 13:35:32 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2601
Message:

Some documentation arrangement modification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/graph_extender.h

    r1993 r1996  
    1717 */
    1818
    19 #ifndef LEMON_GRAPH_EXTENDER_H
    20 #define LEMON_GRAPH_EXTENDER_H
     19#ifndef LEMON_BITS_GRAPH_EXTENDER_H
     20#define LEMON_BITS_GRAPH_EXTENDER_H
    2121
    2222#include <lemon/bits/invalid.h>
     
    2525#include <lemon/bits/default_map.h>
    2626
     27///\ingroup graphbits
     28///\file
     29///\brief Extenders for the graph types
    2730namespace lemon {
    2831
     32  /// \ingroup graphbits
     33  ///
     34  /// \brief Extender for the Graphs
    2935  template <typename Base>
    3036  class GraphExtender : public Base {
     
    321327  };
    322328
     329  /// \ingroup graphbits
     330  ///
     331  /// \brief BaseExtender for the UGraphs
    323332  template <typename Base>
    324333  class UGraphBaseExtender : public Base {
     
    561570
    562571
     572  /// \ingroup graphbits
     573  ///
     574  /// \brief Extender for the UGraphs
    563575  template <typename Base>
    564576  class UGraphExtender : public Base {
     
    979991
    980992
     993  /// \ingroup graphbits
     994  ///
     995  /// \brief BaseExtender for the BpUGraphs
    981996  template <typename Base>
    982997  class BpUGraphBaseExtender : public Base {
     
    11681183  };
    11691184
     1185  /// \ingroup graphbits
     1186  ///
     1187  /// \brief Extender for the BpUGraphs
    11701188  template <typename Base>
    11711189  class BpUGraphExtender : public Base {
     
    17971815}
    17981816
    1799 #endif // LEMON_UNDIR_GRAPH_EXTENDER_H
     1817#endif
Note: See TracChangeset for help on using the changeset viewer.