diff trunk/src/docgen/config/default.cfg @ 462:b7503e02fbe7

Docgen code for handling public imports.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Tue, 30 Oct 2007 20:52:29 +0200
parents 33a4cb255fcc
children db7e27b5c180
line wrap: on
line diff
--- a/trunk/src/docgen/config/default.cfg	Tue Oct 30 18:17:14 2007 +0100
+++ b/trunk/src/docgen/config/default.cfg	Tue Oct 30 20:52:29 2007 +0200
@@ -2,9 +2,12 @@
   (graph
     (imageFormat PDF)
     (depth -1)
-    (nodeColor tomato)
-    (cyclicNodeColor red)
+    (nodeColor white)
+    (cyclicNodeColor tomato)
     (unlocatableNodeColor gray)
+    (depColor black)
+    (cyclicDepColor red)
+    (publicDepColor blue)
     (clusterColor blue)
     (includeUnlocatableModules false)
     (highlightCyclicEdges true)
@@ -29,7 +32,8 @@
     (rootPaths)
     (strRegexps)
     (commentFormat Doxygen)
+    (depth -1)
   )
-  (outputFormats LaTeX LaTeX)
+  (outputFormats LaTeX)
   (outputDir tmp/)
 )