# HG changeset patch # User alpar # Date 1164734150 0 # Node ID 96cca167430a670d793a701b5bf5bfa6e15eb3bb # Parent 468a525d5b45e4a589371d4789ff71640a6e365c - update graph_oriantation.cc to be in line with the renamed xy and with the new graphToEps() scaling. - Fix and external directory build problem in Doxyfile.in diff -r 468a525d5b45 -r 96cca167430a demo/graph_orientation.cc --- a/demo/graph_orientation.cc Tue Nov 28 12:36:51 2006 +0000 +++ b/demo/graph_orientation.cc Tue Nov 28 17:15:50 2006 +0000 @@ -104,6 +104,7 @@ graphToEps(g,"graph_orientation.eps").scaleToA4(). title("Sample .eps figure (fits to A4)"). copyright("(C) 2006 LEMON Project"). + absoluteNodeSizes().absoluteEdgeWidths(). nodeScale(15). coords(coords). negateY(). diff -r 468a525d5b45 -r 96cca167430a doc/Doxyfile.in --- a/doc/Doxyfile.in Tue Nov 28 12:36:51 2006 +0000 +++ b/doc/Doxyfile.in Tue Nov 28 17:15:50 2006 +0000 @@ -516,7 +516,7 @@ # directories that contain image that are included in the documentation (see # the \image command). -IMAGE_PATH = images +IMAGE_PATH = @abs_top_srcdir@/doc/images # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program diff -r 468a525d5b45 -r 96cca167430a doc/graph_orientation.dox --- a/doc/graph_orientation.dox Tue Nov 28 12:36:51 2006 +0000 +++ b/doc/graph_orientation.dox Tue Nov 28 17:15:50 2006 +0000 @@ -44,7 +44,7 @@ The following header defines a simple data structure to store and manipulate planar coordinates. It will be used to draw the result. -\skipline xy +\skipline dim2 And finally, this header contains a simple graph drawing utility. \skipline eps