# HG changeset patch # User alpar # Date 1137226620 0 # Node ID f794a0bb40c9cf53783c65841c7a18238bed555f # Parent 4a35c7847c7732e724f7739d0b639afe1bdac1df Changes in doc diff -r 4a35c7847c77 -r f794a0bb40c9 gui/xml.h --- a/gui/xml.h Thu Jan 12 15:24:24 2006 +0000 +++ b/gui/xml.h Sat Jan 14 08:17:00 2006 +0000 @@ -100,7 +100,7 @@ ///Read/write a tag ///Read/write a tag. - ///The whole ... will be places in a single line. + ///The whole \ ... \ will be placed in a single line. class LineTag { XmlIo &ix; diff -r 4a35c7847c77 -r f794a0bb40c9 lemon/time_measure.h --- a/lemon/time_measure.h Thu Jan 12 15:24:24 2006 +0000 +++ b/lemon/time_measure.h Sat Jan 14 08:17:00 2006 +0000 @@ -500,11 +500,10 @@ ///and 2*min_time. ///\param f the function object to be measured. ///\param min_time the minimum total running time. - ///\retval num if it is not \c NULL, then *num will contain the actual - /// number of execution of \c f. - ///\retval full_time if it is not \c NULL, then *full_time - /// will contain the actual - /// total running time. + ///\retval num if it is not \c NULL, then the actual + /// number of execution of \c f will be written into *num. + ///\retval full_time if it is not \c NULL, then the actual + /// total running time will be written into *full_time. ///\return The average running time of \c f. template