lemon/bits/graph_extender.h
changeset 373 f58410582b9b
parent 314 2cc60866a0c9
child 463 88ed40ad0d4f
     1.1 --- a/lemon/bits/graph_extender.h	Tue Nov 04 21:36:46 2008 +0100
     1.2 +++ b/lemon/bits/graph_extender.h	Tue Nov 04 21:37:59 2008 +0100
     1.3 @@ -29,12 +29,12 @@
     1.4  
     1.5  //\ingroup graphbits
     1.6  //\file
     1.7 -//\brief Extenders for the digraph types
     1.8 +//\brief Extenders for the graph types
     1.9  namespace lemon {
    1.10  
    1.11    // \ingroup graphbits
    1.12    //
    1.13 -  // \brief Extender for the Digraphs
    1.14 +  // \brief Extender for the digraph implementations
    1.15    template <typename Base>
    1.16    class DigraphExtender : public Base {
    1.17    public: