diff trunk/src/docgen/config/default.cfg @ 466:db7e27b5c180

Fixed parts of HTML output, some reorganizing.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 15:17:20 +0200
parents b7503e02fbe7
children e562d455cbbe
line wrap: on
line diff
--- a/trunk/src/docgen/config/default.cfg	Tue Oct 30 20:27:24 2007 +0100
+++ b/trunk/src/docgen/config/default.cfg	Wed Oct 31 15:17:20 2007 +0200
@@ -1,6 +1,6 @@
 (options
   (graph
-    (imageFormat PDF)
+    (imageFormat PNG)
     (depth -1)
     (nodeColor white)
     (cyclicNodeColor tomato)
@@ -34,6 +34,6 @@
     (commentFormat Doxygen)
     (depth -1)
   )
-  (outputFormats LaTeX)
+  (outputFormats LaTeX HTML)
   (outputDir tmp/)
 )