Arrangement of the documentation changed
authordeba
Mon, 14 Nov 2005 18:39:17 +0000
changeset 1792febe52db9b67
parent 1791 62e7d237e1fb
child 1793 d8130458dd86
Arrangement of the documentation changed
lemon/preflow.h
     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>