lemon/bits/graph_adaptor_extender.h
changeset 453 c246659c8b19
parent 416 76287c8caa26
child 455 5a1e9fdcfd3a
     1.1 --- a/lemon/bits/graph_adaptor_extender.h	Fri Jan 09 14:03:25 2009 +0100
     1.2 +++ b/lemon/bits/graph_adaptor_extender.h	Sun Jan 11 15:24:20 2009 +0100
     1.3 @@ -173,10 +173,6 @@
     1.4  
     1.5    };
     1.6  
     1.7 -
     1.8 -  /// \ingroup digraphbits
     1.9 -  ///
    1.10 -  /// \brief Extender for the GraphAdaptors
    1.11    template <typename _Graph>
    1.12    class GraphAdaptorExtender : public _Graph {
    1.13    public: