lemon/concept/graph_component.h
changeset 1620 09feafe81053
parent 1563 0853ed07a677
child 1627 3fd1ba6e9872
     1.1 --- a/lemon/concept/graph_component.h	Wed Aug 10 19:23:51 2005 +0000
     1.2 +++ b/lemon/concept/graph_component.h	Thu Aug 11 13:07:54 2005 +0000
     1.3 @@ -30,9 +30,6 @@
     1.4  namespace lemon {
     1.5    namespace concept {
     1.6  
     1.7 -    /// \addtogroup graph_concepts
     1.8 -    /// @{
     1.9 -
    1.10      /****************   Graph iterator concepts   ****************/
    1.11  
    1.12      /// Skeleton class for graph Node and Edge types
    1.13 @@ -996,8 +993,6 @@
    1.14        };
    1.15      };
    1.16  
    1.17 -    /// @}
    1.18 -
    1.19    }
    1.20  
    1.21  }