diff -r 061be2e64eca -r 4d3bc1d04c1d lemon/min_mean_cycle.h --- a/lemon/min_mean_cycle.h Fri Feb 29 15:55:39 2008 +0000 +++ b/lemon/min_mean_cycle.h Fri Feb 29 15:57:52 2008 +0000 @@ -134,7 +134,8 @@ } /// \name Execution control - /// The simplest way to execute the algorithm is to call run(). + /// The simplest way to execute the algorithm is to call the run() + /// function. /// \n /// If you only need the minimum mean value, you may call init() /// and findMinMean(). @@ -237,7 +238,7 @@ /// \name Query Functions /// The result of the algorithm can be obtained using these /// functions. - /// \n run() must be called before using them. + /// \n The algorithm should be executed before using them. /// @{