COIN-OR::LEMON - Graph Library

Changeset 1792:febe52db9b67 in lemon-0.x for lemon


Ignore:
Timestamp:
11/14/05 19:39:17 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2333
Message:

Arrangement of the documentation changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/preflow.h

    r1786 r1792  
    3232namespace lemon {
    3333
    34   /// \addtogroup flowalgs
    35   /// @{                                                   
    36 
    37   ///%Preflow algorithms class.
    38 
     34  ///\ingroup flowalgs
     35  ///\brief %Preflow algorithms class.
     36  ///
    3937  ///This class provides an implementation of the \e preflow \e
    4038  ///algorithm producing a flow of maximum value in a directed
     
    864862  };
    865863
    866   ///Function type interface for Preflow algorithm.
    867 
    868   /// \ingroup flowalgs
     864  ///\ingroup flowalgs
     865  ///\brief Function type interface for Preflow algorithm.
     866  ///
    869867  ///Function type interface for Preflow algorithm.
    870868  ///\sa Preflow
Note: See TracChangeset for help on using the changeset viewer.