demo/eps_demo.cc
changeset 2476 059dcdda37c5
parent 2391 14a343be7a5a
child 2553 bfced05fa852
     1.1 --- a/demo/eps_demo.cc	Wed Sep 26 14:37:48 2007 +0000
     1.2 +++ b/demo/eps_demo.cc	Thu Sep 27 13:04:06 2007 +0000
     1.3 @@ -18,12 +18,12 @@
     1.4  
     1.5  /// \ingroup demos
     1.6  /// \file
     1.7 -/// \brief Demo of the EPS grawing class \ref EpsDrawer()
     1.8 +/// \brief Demo of the EPS grawing class \ref lemon::EpsDrawer "EpsDrawer".
     1.9  ///
    1.10  /// This demo program shows examples how to use the class \ref
    1.11 -/// EpsDrawer(). It takes no input but simply creates a file
    1.12 -/// <tt>eps_demo.eps</tt> demonstrating the capability of \ref
    1.13 -/// EpsDrawer().
    1.14 +/// lemon::EpsDrawer "EpsDrawer". It takes no input but simply creates
    1.15 +/// a file <tt>eps_demo.eps</tt> demonstrating the capability of \ref
    1.16 +/// lemon::EpsDrawer "EpsDrawer".
    1.17  ///
    1.18  /// \include eps_demo.cc
    1.19