COIN-OR::LEMON - Graph Library

Changeset 2476:059dcdda37c5 in lemon-0.x for demo


Ignore:
Timestamp:
09/27/07 15:04:06 (17 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3315
Message:

Bug fixes in the documentation (mainly bad references).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • demo/eps_demo.cc

    r2391 r2476  
    1919/// \ingroup demos
    2020/// \file
    21 /// \brief Demo of the EPS grawing class \ref EpsDrawer()
     21/// \brief Demo of the EPS grawing class \ref lemon::EpsDrawer "EpsDrawer".
    2222///
    2323/// This demo program shows examples how to use the class \ref
    24 /// EpsDrawer(). It takes no input but simply creates a file
    25 /// <tt>eps_demo.eps</tt> demonstrating the capability of \ref
    26 /// EpsDrawer().
     24/// lemon::EpsDrawer "EpsDrawer". It takes no input but simply creates
     25/// a file <tt>eps_demo.eps</tt> demonstrating the capability of \ref
     26/// lemon::EpsDrawer "EpsDrawer".
    2727///
    2828/// \include eps_demo.cc
Note: See TracChangeset for help on using the changeset viewer.