diff -r a4d499904482 -r c175e387da19 demo/graph_to_eps_demo.cc --- a/demo/graph_to_eps_demo.cc Thu Oct 09 13:40:40 2008 +0100 +++ b/demo/graph_to_eps_demo.cc Thu Oct 09 13:54:50 2008 +0100 @@ -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