1.1 --- a/lemon/smart_graph.h Thu Nov 05 15:50:01 2009 +0100
1.2 +++ b/lemon/smart_graph.h Sun Nov 15 19:57:02 2009 +0100
1.3 @@ -194,6 +194,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 ///\sa SmartGraph
1.11 class SmartDigraph : public ExtendedSmartDigraphBase {
1.12 @@ -620,6 +622,8 @@
1.13 /// Most of its member functions and nested classes are documented
1.14 /// only in the concept class.
1.15 ///
1.16 + /// This class provides constant time counting for nodes, edges and arcs.
1.17 + ///
1.18 /// \sa concepts::Graph
1.19 /// \sa SmartDigraph
1.20 class SmartGraph : public ExtendedSmartGraphBase {