[Lemon-commits] [lemon_svn] alpar: r2469 - in hugo/trunk: gui lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:52:54 CET 2006


Author: alpar
Date: Sat Jan 14 09:17:00 2006
New Revision: 2469

Modified:
   hugo/trunk/gui/xml.h
   hugo/trunk/lemon/time_measure.h

Log:
Changes in doc


Modified: hugo/trunk/gui/xml.h
==============================================================================
--- hugo/trunk/gui/xml.h	(original)
+++ hugo/trunk/gui/xml.h	Sat Jan 14 09:17:00 2006
@@ -100,7 +100,7 @@
     ///Read/write a tag
   
     ///Read/write a tag.
-    ///The whole <foo> ... </foo> will be places in a single line.
+    ///The whole \<foo\> ... \</foo\> will be placed in a single line.
     class LineTag
     {
       XmlIo &ix;

Modified: hugo/trunk/lemon/time_measure.h
==============================================================================
--- hugo/trunk/lemon/time_measure.h	(original)
+++ hugo/trunk/lemon/time_measure.h	Sat Jan 14 09:17:00 2006
@@ -500,11 +500,10 @@
   ///and <tt>2*min_time</tt>.
   ///\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 <tt>*num</tt>.
+  ///\retval full_time if it is not \c NULL, then the actual
+  ///        total running time will be written into <tt>*full_time</tt>.
   ///\return The average running time of \c f.
   
   template<class F>



More information about the Lemon-commits mailing list