view 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 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 "(C) Me!")
    (paperSize a4paper)
    (shortFileNames false)
    (templateStyle default)
  )
  (parser
    (importPaths)
    (rootPaths)
    (strRegexps)
    (commentFormat Doxygen)
    (depth -1)
  )
  (outputFormats LaTeX HTML)
  (outputDir tmp/)
)