COIN-OR::LEMON - Graph Library

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_adaptor_extender.h

    r1979 r1996  
    1717 */
    1818
    19 #ifndef LEMON_GRAPH_ADAPTOR_EXTENDER_H
    20 #define LEMON_GRAPH_ADAPTOR_EXTENDER_H
    21 
    22 
     19#ifndef LEMON_BITS_GRAPH_ADAPTOR_EXTENDER_H
     20#define LEMON_BITS_GRAPH_ADAPTOR_EXTENDER_H
     21
     22#include <lemon/bits/invalid.h>
     23#include <lemon/error.h>
     24
     25#include <lemon/bits/default_map.h>
     26
     27
     28///\ingroup graphbits
     29///\file
     30///\brief Extenders for the graph adaptor types
    2331namespace lemon {
    2432
     33  /// \ingroup graphbits
     34  ///
     35  /// \brief Extender for the GraphAdaptors
    2536  template <typename Base>
    2637  class GraphAdaptorExtender : public Base {
     
    184195
    185196
     197  /// \ingroup graphbits
     198  ///
     199  /// \brief Extender for the UGraphAdaptors
    186200  template <typename Base>
    187201  class UGraphAdaptorExtender : public Base {
Note: See TracChangeset for help on using the changeset viewer.