view trunk/src/docgen/config/default.cfg @ 736:2eee29aaa357

Fixed couple of regressions. Autoincludes for convenience.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Mon, 04 Feb 2008 21:55:44 +0200
parents 381044a3feac
children
line wrap: on
line source

#
# This file contains the default configuration. You don't need to
# worry about this, the system will load the settings automatically.
#
# If you need to customize settings, just take a copy of this or
# write one from scratch and pass the new file location as a
# command line parameter.
#


(options
  (graph
    (imageFormat PNG)
    (depth -1)
    (nodeColor white)
    (cyclicNodeColor tomato)
    (unlocatableNodeColor gray)
    (depColor black)
    (cyclicDepColor red)
    (publicDepColor blue)
    (clusterColor blue)
    (includeUnlocatableModules true)
    (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 PlainText)
  (outputDir tmp/)
)