src/lemon/concept/graph.h
changeset 1125 377e240b050f
parent 989 ca95f8b5c931
child 1136 8d066154b66a
equal deleted inserted replaced
4:bb8010e62f34 5:c0af0450814e
    15  */
    15  */
    16 
    16 
    17 #ifndef LEMON_CONCEPT_GRAPH_H
    17 #ifndef LEMON_CONCEPT_GRAPH_H
    18 #define LEMON_CONCEPT_GRAPH_H
    18 #define LEMON_CONCEPT_GRAPH_H
    19 
    19 
    20 ///\ingroup concept
    20 ///\ingroup graph_concepts
    21 ///\file
    21 ///\file
    22 ///\brief Declaration of Graph.
    22 ///\brief Declaration of Graph.
    23 
    23 
    24 #include <lemon/invalid.h>
    24 #include <lemon/invalid.h>
    25 #include <lemon/concept/maps.h>
    25 #include <lemon/concept/maps.h>
    27 #include <lemon/concept/graph_component.h>
    27 #include <lemon/concept/graph_component.h>
    28 
    28 
    29 namespace lemon {
    29 namespace lemon {
    30   namespace concept {
    30   namespace concept {
    31     
    31     
    32     /// \addtogroup concept
    32     /// \addtogroup graph_concepts
    33     /// @{
    33     /// @{
    34 
    34 
    35 //     /// An empty static graph class.
    35 //     /// An empty static graph class.
    36   
    36   
    37 //     /// This class provides all the common features of a graph structure,
    37 //     /// This class provides all the common features of a graph structure,