COIN-OR::LEMON - Graph Library

Changeset 631:33c6b6e755cd in lemon for lemon/time_measure.h


Ignore:
Timestamp:
04/15/09 02:04:37 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Small doc improvements (#263)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/time_measure.h

    r595 r631  
    288288    Timer(bool run=true) :_running(run) {_reset();}
    289289
    290     ///\name Control the state of the timer
     290    ///\name Control the State of the Timer
    291291    ///Basically a Timer can be either running or stopped,
    292292    ///but it provides a bit finer control on the execution.
     
    396396    ///@}
    397397
    398     ///\name Query Functions for the ellapsed time
     398    ///\name Query Functions for the Ellapsed Time
    399399
    400400    ///@{
Note: See TracChangeset for help on using the changeset viewer.