lemon/min_mean_cycle.h
changeset 2588 4d3bc1d04c1d
parent 2583 7216b6a52ab9
child 2618 6aa6fcaeaea5
     1.1 --- a/lemon/min_mean_cycle.h	Fri Feb 29 15:55:39 2008 +0000
     1.2 +++ b/lemon/min_mean_cycle.h	Fri Feb 29 15:57:52 2008 +0000
     1.3 @@ -134,7 +134,8 @@
     1.4      }
     1.5  
     1.6      /// \name Execution control
     1.7 -    /// The simplest way to execute the algorithm is to call run().
     1.8 +    /// The simplest way to execute the algorithm is to call the run()
     1.9 +    /// function.
    1.10      /// \n
    1.11      /// If you only need the minimum mean value, you may call init()
    1.12      /// and findMinMean().
    1.13 @@ -237,7 +238,7 @@
    1.14      /// \name Query Functions
    1.15      /// The result of the algorithm can be obtained using these
    1.16      /// functions.
    1.17 -    /// \n run() must be called before using them.
    1.18 +    /// \n The algorithm should be executed before using them.
    1.19  
    1.20      /// @{
    1.21