# HG changeset patch # User alpar # Date 1108980458 0 # Node ID 1c9658d51c8dbc413dd280f59714d913131f8a5d # Parent d9c32f713cad2f83b4b34b3e248ded8040e8b9a7 Better doc diff -r d9c32f713cad -r 1c9658d51c8d src/lemon/full_graph.h --- a/src/lemon/full_graph.h Mon Feb 21 09:28:00 2005 +0000 +++ b/src/lemon/full_graph.h Mon Feb 21 10:07:38 2005 +0000 @@ -212,8 +212,7 @@ }; - /// Base graph class for UndirFullGraph. - + // Base graph class for UndirFullGraph. class UndirFullGraphBase { int NodeNum; int EdgeNum; diff -r d9c32f713cad -r 1c9658d51c8d src/lemon/list_graph.h --- a/src/lemon/list_graph.h Mon Feb 21 09:28:00 2005 +0000 +++ b/src/lemon/list_graph.h Mon Feb 21 10:07:38 2005 +0000 @@ -524,7 +524,8 @@ /// ///\sa concept::UndirGraph. /// - ///\todo SnapShot hasn't been implemented yet. + ///\todo SnapShot, reverseEdge(), moveTarget(), moveSource(), contract() + ///haven't been implemented yet. /// class UndirListGraph : public ErasableUndirListGraphBase { }; diff -r d9c32f713cad -r 1c9658d51c8d src/lemon/smart_graph.h --- a/src/lemon/smart_graph.h Mon Feb 21 09:28:00 2005 +0000 +++ b/src/lemon/smart_graph.h Mon Feb 21 10:07:38 2005 +0000 @@ -37,9 +37,6 @@ namespace lemon { - /// \addtogroup graphs - /// @{ - class SmartGraph; ///Base of SmartGraph @@ -230,6 +227,9 @@ typedef ExtendableGraphExtender ExtendableSmartGraphBase; typedef ClearableGraphExtender ClearableSmartGraphBase; + /// \addtogroup graphs + /// @{ + ///A smart graph class. ///This is a simple and fast graph implementation.