view trunk/src/docgen/config/default.cfg @ 457:33a4cb255fcc

Cached images, small fixes, reorganizing.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Tue, 30 Oct 2007 15:41:30 +0200
parents f92505ad18ab
children b7503e02fbe7
line wrap: on
line source

(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 LaTeX)
  (outputDir tmp/)
)