-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc++.conf
145 lines (98 loc) · 2.55 KB
/
doc++.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Document all
documentAll false
# Use C/C++ comments as doc++-comments
useNormalComments false
# Parse HTML syntax, not only TeX
HTMLSyntax true
# Read a list of input files from this file
# fileList
# Parse Java instead of C/C++
parseJava false
# Ignore `#define' macros
ignoreDefines false
# Document private members
documentPrivateMembers true
# Optimize for speed instead of size
optimizeForSpeed false
# Activate Quantel extensions, folding & appended comments
quantelExtensions true
# Generate internal documentation
internalDoc false
# Generate TeX output instead of HTML
doTeX false
# Generate upwards arrows in class graphs
upwardsArrows true
# Turn verbose mode on
verboseOperation false
# Scan `#include'ed header files
# scanIncludes false
# Generate DocBook SGML output instead of HTML
doDocBook false
# List of input files
# inputFiles
#
# Additional options for HTML output
#
# Use tables instead of descriptions lists
useTables false
# Use tables with borders instead of descriptions lists
useTablesWithBorders false
# Use this file as footer on HTML pages
# footer
# Set the output directory
outputDir srcdesc
# Show filenames in manual pages
showFilenames true
# Show filenames with path in manual pages
showFilenamesWithPath true
# Do not generate GIFS for equations, etc.
noGifs false
# Force generation of GIFs
forceGifs false
# Don't show inherited members
noInheritedMembers false
# Do not generate Java graphs
noJavaGraphs false
# Keep trivial class graphs
trivialGraphs false
# Don't show members without documentation in DOC section
noMembers false
# Show members in TOC
showMembersInTOC false
# Discard general stuff
discardGeneral false
# Sort entries alphabetically
sortEntries true
# Use this file as header on HTML pages
header doc++-header.html
# Print group documentation before group
groupBeforeGroup false
# Print class documentation before group
classBeforeGroup false
# Use this suffix for HTML pages
htmlSuffix .html
#
# Additional options for TeX output
#
# Only generate class graph
onlyClassGraph false
# Read TeX environment from this file
# environment
# Generate index
generateIndex false
# Setup TeX style option
# style
# Use the following TeX packages
# usePackage
# Use the content of this file as TeX title page
# title
# Set minimum depth (number of levels) in TOC
minimumDepth 1
# Do not generate TeX environment
noEnvironment false
# Do not generate the class graph
noClassGraph false
# Set output file name
# outputFilename
# Generate source code listing
generateSourceListing