view src/docgen/config/default.cfg @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/src/docgen/config/default.cfg@2eee29aaa357
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/)
)