[Lemon-commits] [lemon_svn] alpar: r2504 - hugo/trunk/doc

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


Author: alpar
Date: Mon Jan 30 10:32:52 2006
New Revision: 2504

Modified:
   hugo/trunk/doc/named-param.dox

Log:
Better doc.

Modified: hugo/trunk/doc/named-param.dox
==============================================================================
--- hugo/trunk/doc/named-param.dox	(original)
+++ hugo/trunk/doc/named-param.dox	Mon Jan 30 10:32:52 2006
@@ -71,8 +71,8 @@
 actual function code were put in the destructor instead. This however would make
 hard to implement functions with return values, and would also make the
 implementation of \ref named-templ-func-param "named template parameters"
-very problematic. Therefore, by convention, <tt>.run()</tt> is used
-to explicitly execute function having named parameters in Lemon. 
+very problematic. <b>Therefore, by convention, <tt>.run()</tt> must be used
+to explicitly execute function having named parameters in Lemon.</b>
 
 
 \section traits-classes Traits Classes



More information about the Lemon-commits mailing list