1.1 --- a/demo/graph_orientation.cc Tue Nov 28 12:36:51 2006 +0000
1.2 +++ b/demo/graph_orientation.cc Tue Nov 28 17:15:50 2006 +0000
1.3 @@ -104,6 +104,7 @@
1.4 graphToEps(g,"graph_orientation.eps").scaleToA4().
1.5 title("Sample .eps figure (fits to A4)").
1.6 copyright("(C) 2006 LEMON Project").
1.7 + absoluteNodeSizes().absoluteEdgeWidths().
1.8 nodeScale(15).
1.9 coords(coords).
1.10 negateY().
2.1 --- a/doc/Doxyfile.in Tue Nov 28 12:36:51 2006 +0000
2.2 +++ b/doc/Doxyfile.in Tue Nov 28 17:15:50 2006 +0000
2.3 @@ -516,7 +516,7 @@
2.4 # directories that contain image that are included in the documentation (see
2.5 # the \image command).
2.6
2.7 -IMAGE_PATH = images
2.8 +IMAGE_PATH = @abs_top_srcdir@/doc/images
2.9
2.10 # The INPUT_FILTER tag can be used to specify a program that doxygen should
2.11 # invoke to filter for each input file. Doxygen will invoke the filter program
3.1 --- a/doc/graph_orientation.dox Tue Nov 28 12:36:51 2006 +0000
3.2 +++ b/doc/graph_orientation.dox Tue Nov 28 17:15:50 2006 +0000
3.3 @@ -44,7 +44,7 @@
3.4
3.5 The following header defines a simple data structure to store and manipulate
3.6 planar coordinates. It will be used to draw the result.
3.7 -\skipline xy
3.8 +\skipline dim2
3.9
3.10 And finally, this header contains a simple graph drawing utility.
3.11 \skipline eps