diff -r 689f24ee83e6 -r a0ab96ad65fe demo/graph_to_eps_demo.cc --- a/demo/graph_to_eps_demo.cc Thu Oct 09 16:47:01 2008 +0200 +++ b/demo/graph_to_eps_demo.cc Thu Oct 09 16:20:37 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