# HG changeset patch # User alpar # Date 1113079528 0 # Node ID fd5fd79123fdb7ff83aa4defdf15d8738067ae1b # Parent 13a863ce81d97760dbd734d3f4306c9a3c766d64 Minor corrections in the doc diff -r 13a863ce81d9 -r fd5fd79123fd src/lemon/bin_heap.h --- a/src/lemon/bin_heap.h Sat Apr 09 19:38:52 2005 +0000 +++ b/src/lemon/bin_heap.h Sat Apr 09 20:45:28 2005 +0000 @@ -62,10 +62,10 @@ /// \brief Type to represent the items states. /// /// Each Item element have a state associated to it. It may be "in heap", - /// "pre heap" or "post heap". The later two are indifferent from the + /// "pre heap" or "post heap". The latter two are indifferent from the /// heap's point of view, but may be useful to the user. /// - /// The ItemIntMap _should_ be initialized in such way, that it maps + /// The ItemIntMap \e should be initialized in such way that it maps /// PRE_HEAP (-1) to any element to be put in the heap... enum state_enum { IN_HEAP = 0, diff -r 13a863ce81d9 -r fd5fd79123fd src/lemon/radix_heap.h --- a/src/lemon/radix_heap.h Sat Apr 09 19:38:52 2005 +0000 +++ b/src/lemon/radix_heap.h Sat Apr 09 20:45:28 2005 +0000 @@ -73,10 +73,10 @@ /// \brief Type to represent the items states. /// /// Each Item element have a state associated to it. It may be "in heap", - /// "pre heap" or "post heap". The later two are indifferent from the + /// "pre heap" or "post heap". The latter two are indifferent from the /// heap's point of view, but may be useful to the user. /// - /// The ItemIntMap _should_ be initialized in such way, that it maps + /// The ItemIntMap \e should be initialized in such way that it maps /// PRE_HEAP (-1) to any element to be put in the heap... enum state_enum { IN_HEAP = 0,