COIN-OR::LEMON - Graph Library

Changeset 1204:c3e29c6ae4e4 in lemon-0.x for src/lemon


Ignore:
Timestamp:
03/07/05 09:54:45 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1617
Message:

Minor doc changes

Location:
src/lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/alteration_notifier.h

    r1164 r1204  
    6666    ///
    6767    /// The build() and clear() members are to notify the observer
    68     /// about the container is builded from an empty container or
     68    /// about the container is built from an empty container or
    6969    /// is cleared to an empty container.
    7070    ///
     
    147147
    148148      /// \brief The member function to notificate the observer about the
    149       /// container is builded.
     149      /// container is built.
    150150      ///
    151151      /// The build() member function notificates the observer about the
    152       /// container is builded from an empty container. It have to be
     152      /// container is built from an empty container. It have to be
    153153      /// overrided in the subclasses.
    154154
     
    254254   
    255255
    256     /// Notifies all the registered observers about the container is builded.
    257                
    258     /// Notifies all the registered observers about the container is builded
     256    /// Notifies all the registered observers about the container is built.
     257               
     258    /// Notifies all the registered observers about the container is built
    259259    /// from an empty container.
    260260    void build() {
  • src/lemon/fib_heap.h

    r1185 r1204  
    4545  ///\param Item Type of the items to be stored. 
    4646  ///\param Prio Type of the priority of the items.
    47   ///\param ItemIntMap A read and writable Item int map, for the usage of
    48   ///the heap.
     47  ///\param ItemIntMap A read and writable Item int map, used internally
     48  ///to handle the cross references.
    4949  ///\param Compare A class for the ordering of the priorities. The
    5050  ///default is \c std::less<Prio>.
Note: See TracChangeset for help on using the changeset viewer.