diff -r e57e10a8ea1b -r 64f8f7cc6168 demo/graph_to_eps_demo.cc --- a/demo/graph_to_eps_demo.cc Wed Oct 08 17:05:01 2008 +0100 +++ b/demo/graph_to_eps_demo.cc Thu Oct 09 10:09:44 2008 +0200 @@ -26,7 +26,7 @@ /// graphToEps(), and showing how to draw directed graphs, /// how to handle parallel egdes, how to change the properties (like /// color, shape, size, title etc.) of nodes and arcs individually -/// using appropriate \ref maps-page "graph maps". +/// using appropriate graph maps. /// /// \include graph_to_eps_demo.cc