# HG changeset patch # User athos # Date 1162225573 0 # Node ID ff46747676edb4e9bc25f29308e344f118fd6cdc # Parent 432d0469a87ebce40590c02dabcc9276a2481ddb Small bugs in the documentation 2. diff -r 432d0469a87e -r ff46747676ed lemon/hao_orlin.h --- a/lemon/hao_orlin.h Mon Oct 30 16:19:18 2006 +0000 +++ b/lemon/hao_orlin.h Mon Oct 30 16:26:13 2006 +0000 @@ -630,10 +630,11 @@ /// @} - /// \name Query Functions The result of the %HaoOrlin algorithm + /// \name Query Functions + /// The result of the %HaoOrlin algorithm /// can be obtained using these functions. /// \n - /// Before the use of these functions, either \ref run(), \ref + /// Before using these functions, either \ref run(), \ref /// calculateOut() or \ref calculateIn() must be called. /// @{ @@ -651,7 +652,7 @@ /// Sets \c nodeMap to the characteristic vector of a minimum /// value cut: it will give a nonempty set \f$ X\subsetneq V \f$ /// with minimal out-degree (i.e. \c nodeMap will be true exactly - /// for the nodes of \f$ X \f$. \pre nodeMap should be a + /// for the nodes of \f$ X \f$). \pre nodeMap should be a /// bool-valued node-map. template Value minCut(NodeMap& nodeMap) const {