1.1 --- a/src/lemon/full_graph.h Mon Feb 21 09:28:00 2005 +0000
1.2 +++ b/src/lemon/full_graph.h Mon Feb 21 10:07:38 2005 +0000
1.3 @@ -212,8 +212,7 @@
1.4 };
1.5
1.6
1.7 - /// Base graph class for UndirFullGraph.
1.8 -
1.9 + // Base graph class for UndirFullGraph.
1.10 class UndirFullGraphBase {
1.11 int NodeNum;
1.12 int EdgeNum;
2.1 --- a/src/lemon/list_graph.h Mon Feb 21 09:28:00 2005 +0000
2.2 +++ b/src/lemon/list_graph.h Mon Feb 21 10:07:38 2005 +0000
2.3 @@ -524,7 +524,8 @@
2.4 ///
2.5 ///\sa concept::UndirGraph.
2.6 ///
2.7 - ///\todo SnapShot hasn't been implemented yet.
2.8 + ///\todo SnapShot, reverseEdge(), moveTarget(), moveSource(), contract()
2.9 + ///haven't been implemented yet.
2.10 ///
2.11 class UndirListGraph : public ErasableUndirListGraphBase {
2.12 };
3.1 --- a/src/lemon/smart_graph.h Mon Feb 21 09:28:00 2005 +0000
3.2 +++ b/src/lemon/smart_graph.h Mon Feb 21 10:07:38 2005 +0000
3.3 @@ -37,9 +37,6 @@
3.4
3.5 namespace lemon {
3.6
3.7 - /// \addtogroup graphs
3.8 - /// @{
3.9 -
3.10 class SmartGraph;
3.11 ///Base of SmartGraph
3.12
3.13 @@ -230,6 +227,9 @@
3.14 typedef ExtendableGraphExtender<MappableSmartGraphBase> ExtendableSmartGraphBase;
3.15 typedef ClearableGraphExtender<ExtendableSmartGraphBase> ClearableSmartGraphBase;
3.16
3.17 + /// \addtogroup graphs
3.18 + /// @{
3.19 +
3.20 ///A smart graph class.
3.21
3.22 ///This is a simple and fast graph implementation.