lemon/static_graph.h
changeset 787 c2230649a493
parent 779 c160bf9f18ef
child 877 141f9c0db4a3
     1.1 --- a/lemon/static_graph.h	Thu Nov 05 15:50:01 2009 +0100
     1.2 +++ b/lemon/static_graph.h	Sun Nov 15 19:57:02 2009 +0100
     1.3 @@ -292,6 +292,8 @@
     1.4    /// Most of its member functions and nested classes are documented
     1.5    /// only in the concept class.
     1.6    ///
     1.7 +  /// This class provides constant time counting for nodes and arcs.
     1.8 +  ///
     1.9    /// \sa concepts::Digraph
    1.10    class StaticDigraph : public ExtendedStaticDigraphBase {
    1.11    public: