diff trunk/src/docgen/config/default.cfg @ 455:f92505ad18ab

Simple configuration reader, small modifications.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Mon, 29 Oct 2007 21:27:02 +0200
parents
children 33a4cb255fcc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/src/docgen/config/default.cfg	Mon Oct 29 21:27:02 2007 +0200
@@ -0,0 +1,35 @@
+(options
+  (graph
+    (imageFormat PDF)
+    (depth -1)
+    (nodeColor tomato)
+    (cyclicNodeColor red)
+    (unlocatableNodeColor gray)
+    (clusterColor blue)
+    (includeUnlocatableModules false)
+    (highlightCyclicEdges true)
+    (highlightCyclicVertices true)
+    (groupByPackageNames true)
+    (groupByFullPackageName false)
+  )
+  (listing
+    (literateStyle true)
+    (enableListings true)
+  )
+  (templates
+    (title "Test project")
+    (versionString 1.0)
+    (copyright "(C) Me!")
+    (paperSize a4paper)
+    (shortFileNames false)
+    (templateStyle default)
+  )
+  (parser
+    (importPaths)
+    (rootPaths)
+    (strRegexps)
+    (commentFormat Doxygen)
+  )
+  (outputFormats LaTeX)
+  (outputDir tmp/)
+)