src/lemon/concept/graph.h
changeset 1030 c8a41699e613
parent 989 ca95f8b5c931
child 1136 8d066154b66a
     1.1 --- a/src/lemon/concept/graph.h	Fri Dec 03 12:19:26 2004 +0000
     1.2 +++ b/src/lemon/concept/graph.h	Mon Dec 06 00:30:44 2004 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  #ifndef LEMON_CONCEPT_GRAPH_H
     1.5  #define LEMON_CONCEPT_GRAPH_H
     1.6  
     1.7 -///\ingroup concept
     1.8 +///\ingroup graph_concepts
     1.9  ///\file
    1.10  ///\brief Declaration of Graph.
    1.11  
    1.12 @@ -29,7 +29,7 @@
    1.13  namespace lemon {
    1.14    namespace concept {
    1.15      
    1.16 -    /// \addtogroup concept
    1.17 +    /// \addtogroup graph_concepts
    1.18      /// @{
    1.19  
    1.20  //     /// An empty static graph class.