[Lemon-commits] [lemon_svn] deba: r2333 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:51:52 CET 2006
Author: deba
Date: Mon Nov 14 19:39:17 2005
New Revision: 2333
Modified:
hugo/trunk/lemon/preflow.h
Log:
Arrangement of the documentation changed
Modified: hugo/trunk/lemon/preflow.h
==============================================================================
--- hugo/trunk/lemon/preflow.h (original)
+++ hugo/trunk/lemon/preflow.h Mon Nov 14 19:39:17 2005
@@ -31,11 +31,9 @@
namespace lemon {
- /// \addtogroup flowalgs
- /// @{
-
- ///%Preflow algorithms class.
-
+ ///\ingroup flowalgs
+ ///\brief %Preflow algorithms class.
+ ///
///This class provides an implementation of the \e preflow \e
///algorithm producing a flow of maximum value in a directed
///graph. The preflow algorithms are the fastest known max flow algorithms
@@ -863,9 +861,9 @@
};
- ///Function type interface for Preflow algorithm.
-
- /// \ingroup flowalgs
+ ///\ingroup flowalgs
+ ///\brief Function type interface for Preflow algorithm.
+ ///
///Function type interface for Preflow algorithm.
///\sa Preflow
template<class GR, class CM, class FM>
More information about the Lemon-commits
mailing list