1.1 --- a/lemon/preflow.h Mon Nov 14 18:38:41 2005 +0000
1.2 +++ b/lemon/preflow.h Mon Nov 14 18:39:17 2005 +0000
1.3 @@ -31,11 +31,9 @@
1.4
1.5 namespace lemon {
1.6
1.7 - /// \addtogroup flowalgs
1.8 - /// @{
1.9 -
1.10 - ///%Preflow algorithms class.
1.11 -
1.12 + ///\ingroup flowalgs
1.13 + ///\brief %Preflow algorithms class.
1.14 + ///
1.15 ///This class provides an implementation of the \e preflow \e
1.16 ///algorithm producing a flow of maximum value in a directed
1.17 ///graph. The preflow algorithms are the fastest known max flow algorithms
1.18 @@ -863,9 +861,9 @@
1.19
1.20 };
1.21
1.22 - ///Function type interface for Preflow algorithm.
1.23 -
1.24 - /// \ingroup flowalgs
1.25 + ///\ingroup flowalgs
1.26 + ///\brief Function type interface for Preflow algorithm.
1.27 + ///
1.28 ///Function type interface for Preflow algorithm.
1.29 ///\sa Preflow
1.30 template<class GR, class CM, class FM>