tools.dox
changeset 57 18404ec968ca
parent 46 58557724a139
     1.1 --- a/tools.dox	Mon Mar 01 02:28:05 2010 +0100
     1.2 +++ b/tools.dox	Mon Mar 01 02:28:44 2010 +0100
     1.3 @@ -43,8 +43,8 @@
     1.4  Another nice feature of the library is \ref graphToEps(), a highly
     1.5  configurable graph displaying tool (using EPS output format).
     1.6  Originally, it was developed to evaluate the flexibility and scalability
     1.7 -of LEMON's approach to implement named parameters. Later it
     1.8 -has been evolved into a versatile tool featuring above 35 named
     1.9 +of LEMON's approach to implement \ref named-param "named parameters".
    1.10 +Later it has been evolved into a versatile tool featuring above 35 named
    1.11  parameters. The following code demonstrates its typical use.
    1.12  
    1.13  \code
    1.14 @@ -67,6 +67,9 @@
    1.15  
    1.16  \image html graph_to_eps.png
    1.17  
    1.18 +For more examples, see \ref graph_to_eps_demo.cc in the demo directory
    1.19 +of the LEMON source.
    1.20 +
    1.21  
    1.22  [SEC]sec_time_count[SEC] Time Measuring and Counting
    1.23