Better doc.
authoralpar
Mon, 30 Jan 2006 09:32:52 +0000
changeset 192984d87d6024af
parent 1928 2e957d67d7b9
child 1930 92b70deed0c5
Better doc.
doc/named-param.dox
     1.1 --- a/doc/named-param.dox	Mon Jan 30 09:32:26 2006 +0000
     1.2 +++ b/doc/named-param.dox	Mon Jan 30 09:32:52 2006 +0000
     1.3 @@ -71,8 +71,8 @@
     1.4  actual function code were put in the destructor instead. This however would make
     1.5  hard to implement functions with return values, and would also make the
     1.6  implementation of \ref named-templ-func-param "named template parameters"
     1.7 -very problematic. Therefore, by convention, <tt>.run()</tt> is used
     1.8 -to explicitly execute function having named parameters in Lemon. 
     1.9 +very problematic. <b>Therefore, by convention, <tt>.run()</tt> must be used
    1.10 +to explicitly execute function having named parameters in Lemon.</b>
    1.11  
    1.12  
    1.13  \section traits-classes Traits Classes