Better doc.
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