lemon/counter.h
changeset 1851 78b5ea23f0f1
parent 1847 7cbc12e42482
child 1855 c72636dcf0bd
     1.1 --- a/lemon/counter.h	Tue Dec 06 11:59:44 2005 +0000
     1.2 +++ b/lemon/counter.h	Tue Dec 06 18:44:26 2005 +0000
     1.3 @@ -95,6 +95,7 @@
     1.4    ///This class makes it easier to count certain events. You can increment
     1.5    ///or decrement the counter using operator++ and operator--.
     1.6    ///A report is automatically printed on destruction.
     1.7 +  ///\todo More doc
     1.8    class Counter 
     1.9    {
    1.10      std::string _title;