Minor corrections in the doc
authoralpar
Sat, 09 Apr 2005 20:45:28 +0000
changeset 1336fd5fd79123fd
parent 1335 13a863ce81d9
child 1337 6b2bdd70fe99
Minor corrections in the doc
src/lemon/bin_heap.h
src/lemon/radix_heap.h
     1.1 --- a/src/lemon/bin_heap.h	Sat Apr 09 19:38:52 2005 +0000
     1.2 +++ b/src/lemon/bin_heap.h	Sat Apr 09 20:45:28 2005 +0000
     1.3 @@ -62,10 +62,10 @@
     1.4      /// \brief Type to represent the items states.
     1.5      ///
     1.6      /// Each Item element have a state associated to it. It may be "in heap",
     1.7 -    /// "pre heap" or "post heap". The later two are indifferent from the
     1.8 +    /// "pre heap" or "post heap". The latter two are indifferent from the
     1.9      /// heap's point of view, but may be useful to the user.
    1.10      ///
    1.11 -    /// The ItemIntMap _should_ be initialized in such way, that it maps
    1.12 +    /// The ItemIntMap \e should be initialized in such way that it maps
    1.13      /// PRE_HEAP (-1) to any element to be put in the heap...
    1.14      enum state_enum {
    1.15        IN_HEAP = 0,
     2.1 --- a/src/lemon/radix_heap.h	Sat Apr 09 19:38:52 2005 +0000
     2.2 +++ b/src/lemon/radix_heap.h	Sat Apr 09 20:45:28 2005 +0000
     2.3 @@ -73,10 +73,10 @@
     2.4      /// \brief Type to represent the items states.
     2.5      ///
     2.6      /// Each Item element have a state associated to it. It may be "in heap",
     2.7 -    /// "pre heap" or "post heap". The later two are indifferent from the
     2.8 +    /// "pre heap" or "post heap". The latter two are indifferent from the
     2.9      /// heap's point of view, but may be useful to the user.
    2.10      ///
    2.11 -    /// The ItemIntMap _should_ be initialized in such way, that it maps
    2.12 +    /// The ItemIntMap \e should be initialized in such way that it maps
    2.13      /// PRE_HEAP (-1) to any element to be put in the heap...
    2.14      enum state_enum {
    2.15        IN_HEAP = 0,