view trunk/src/docgen/config/default.cfg @ 469:e562d455cbbe

Fixed latex regressions, added html file lists.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 31 Oct 2007 21:42:33 +0200
parents db7e27b5c180
children e48a011e687a
line wrap: on
line source

(options
  (graph
    (imageFormat PNG)
    (depth -1)
    (nodeColor white)
    (cyclicNodeColor tomato)
    (unlocatableNodeColor gray)
    (depColor black)
    (cyclicDepColor red)
    (publicDepColor blue)
    (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 "Crashtest dummy")
    (paperSize a4paper)
    (shortFileNames false)
    (templateStyle default)
  )
  (parser
    (importPaths)
    (rootPaths)
    (strRegexps)
    (commentFormat Doxygen)
    (depth -1)
  )
  (outputFormats LaTeX HTML)
  (outputDir tmp/)
)