diff -r f0700b9e6418 -r 09feafe81053 lemon/concept/graph_component.h --- a/lemon/concept/graph_component.h Wed Aug 10 19:23:51 2005 +0000 +++ b/lemon/concept/graph_component.h Thu Aug 11 13:07:54 2005 +0000 @@ -30,9 +30,6 @@ namespace lemon { namespace concept { - /// \addtogroup graph_concepts - /// @{ - /**************** Graph iterator concepts ****************/ /// Skeleton class for graph Node and Edge types @@ -996,8 +993,6 @@ }; }; - /// @} - } }