diff --git a/lemon/static_graph.h b/lemon/static_graph.h --- a/lemon/static_graph.h +++ b/lemon/static_graph.h @@ -292,6 +292,8 @@ /// Most of its member functions and nested classes are documented /// only in the concept class. /// + /// This class provides constant time counting for nodes and arcs. + /// /// \sa concepts::Digraph class StaticDigraph : public ExtendedStaticDigraphBase { public: