[Lemon-commits] alpar: r3086 - in hugo/trunk: demo doc

Lemon SVN svn at lemon.cs.elte.hu
Tue Nov 28 18:15:51 CET 2006


Author: alpar
Date: Tue Nov 28 18:15:50 2006
New Revision: 3086

Modified:
   hugo/trunk/demo/graph_orientation.cc
   hugo/trunk/doc/Doxyfile.in
   hugo/trunk/doc/graph_orientation.dox

Log:
- 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


Modified: hugo/trunk/demo/graph_orientation.cc
==============================================================================
--- hugo/trunk/demo/graph_orientation.cc	(original)
+++ hugo/trunk/demo/graph_orientation.cc	Tue Nov 28 18:15:50 2006
@@ -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().

Modified: hugo/trunk/doc/Doxyfile.in
==============================================================================
--- hugo/trunk/doc/Doxyfile.in	(original)
+++ hugo/trunk/doc/Doxyfile.in	Tue Nov 28 18:15:50 2006
@@ -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 

Modified: hugo/trunk/doc/graph_orientation.dox
==============================================================================
--- hugo/trunk/doc/graph_orientation.dox	(original)
+++ hugo/trunk/doc/graph_orientation.dox	Tue Nov 28 18:15:50 2006
@@ -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



More information about the Lemon-commits mailing list