comparison 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
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
1 #
2 # This file contains the default configuration. You don't need to
3 # worry about this, the system will load the settings automatically.
4 #
5 # If you need to customize settings, just take a copy of this or
6 # write one from scratch and pass the new file location as a
7 # command line parameter.
8 #
9
10
11 (options
12 (graph
13 (imageFormat PNG)
14 (depth -1)
15 (nodeColor white)
16 (cyclicNodeColor tomato)
17 (unlocatableNodeColor gray)
18 (depColor black)
19 (cyclicDepColor red)
20 (publicDepColor blue)
21 (clusterColor blue)
22 (includeUnlocatableModules true)
23 (highlightCyclicEdges true)
24 (highlightCyclicVertices true)
25 (groupByPackageNames true)
26 (groupByFullPackageName false)
27 )
28 (listing
29 (literateStyle true)
30 (enableListings true)
31 )
32 (templates
33 (title "Test project")
34 (versionString 1.0)
35 (copyright "Crashtest dummy")
36 (paperSize a4paper)
37 (shortFileNames false)
38 (templateStyle default)
39 )
40 (parser
41 (importPaths)
42 (rootPaths)
43 (strRegexps)
44 (commentFormat Doxygen)
45 (depth -1)
46 )
47 (outputFormats LaTeX HTML PlainText)
48 (outputDir tmp/)
49 )