diff -r 11bd4cea8379 -r 18404ec968ca tools.dox --- a/tools.dox Mon Mar 01 02:28:05 2010 +0100 +++ b/tools.dox Mon Mar 01 02:28:44 2010 +0100 @@ -43,8 +43,8 @@ Another nice feature of the library is \ref graphToEps(), a highly configurable graph displaying tool (using EPS output format). Originally, it was developed to evaluate the flexibility and scalability -of LEMON's approach to implement named parameters. Later it -has been evolved into a versatile tool featuring above 35 named +of LEMON's approach to implement \ref named-param "named parameters". +Later it has been evolved into a versatile tool featuring above 35 named parameters. The following code demonstrates its typical use. \code @@ -67,6 +67,9 @@ \image html graph_to_eps.png +For more examples, see \ref graph_to_eps_demo.cc in the demo directory +of the LEMON source. + [SEC]sec_time_count[SEC] Time Measuring and Counting