Changes in doc
authoralpar
Sat, 14 Jan 2006 08:17:00 +0000
changeset 1894f794a0bb40c9
parent 1893 4a35c7847c77
child 1895 5b01801efbc0
Changes in doc
gui/xml.h
lemon/time_measure.h
     1.1 --- a/gui/xml.h	Thu Jan 12 15:24:24 2006 +0000
     1.2 +++ b/gui/xml.h	Sat Jan 14 08:17:00 2006 +0000
     1.3 @@ -100,7 +100,7 @@
     1.4      ///Read/write a tag
     1.5    
     1.6      ///Read/write a tag.
     1.7 -    ///The whole <foo> ... </foo> will be places in a single line.
     1.8 +    ///The whole \<foo\> ... \</foo\> will be placed in a single line.
     1.9      class LineTag
    1.10      {
    1.11        XmlIo &ix;
     2.1 --- a/lemon/time_measure.h	Thu Jan 12 15:24:24 2006 +0000
     2.2 +++ b/lemon/time_measure.h	Sat Jan 14 08:17:00 2006 +0000
     2.3 @@ -500,11 +500,10 @@
     2.4    ///and <tt>2*min_time</tt>.
     2.5    ///\param f the function object to be measured.
     2.6    ///\param min_time the minimum total running time.
     2.7 -  ///\retval num if it is not \c NULL, then *num will contain the actual
     2.8 -  ///        number of execution of \c f.
     2.9 -  ///\retval full_time if it is not \c NULL, then *full_time
    2.10 -  ///        will contain the actual
    2.11 -  ///        total running time.
    2.12 +  ///\retval num if it is not \c NULL, then the actual
    2.13 +  ///        number of execution of \c f will be written into <tt>*num</tt>.
    2.14 +  ///\retval full_time if it is not \c NULL, then the actual
    2.15 +  ///        total running time will be written into <tt>*full_time</tt>.
    2.16    ///\return The average running time of \c f.
    2.17    
    2.18    template<class F>