annotate Doxyfile @ 95:ff1743cbe4aa

initial attempt at building a shared library
author Carl Byington <carl@five-ten-sg.com>
date Sat, 13 Sep 2008 20:15:40 -0700
parents fb3818370dd6
children 7133b39975f7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1 # Doxyfile 1.3.9.1
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
2
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
3 # This file describes the settings to be used by the documentation system
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
4 # doxygen (www.doxygen.org) for a project
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
5 #
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
6 # All text after a hash (#) is considered a comment and will be ignored
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
7 # The format is:
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
8 # TAG = value [value, ...]
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
9 # For lists items can also be appended using:
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
10 # TAG += value [value, ...]
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
11 # Values that contain spaces should be placed between quotes (" ")
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
12
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
13 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
14 # Project related configuration options
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
15 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
16
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
18 # by quotes) that should identify the project.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
19
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
20 PROJECT_NAME = 'LibPst'
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
21
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
23 # This could be handy for archiving the generated documentation or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
24 # if some version control system is used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
25
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
26 PROJECT_NUMBER =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
27
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
29 # base path where the generated documentation will be put.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
30 # If a relative path is entered, it will be relative to the location
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
31 # where doxygen was started. If left blank the current directory will be used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
32
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
33 OUTPUT_DIRECTORY =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
34
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
36 # 4096 sub-directories (in 2 levels) under the output directory of each output
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
37 # format and will distribute the generated files over these directories.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
38 # Enabling this option can be useful when feeding doxygen a huge amount of source
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
39 # files, where putting all generated files in the same directory would otherwise
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
40 # cause performance problems for the file system.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
41
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
42 CREATE_SUBDIRS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
43
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
44 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
45 # documentation generated by doxygen is written. Doxygen will use this
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
46 # information to generate all constant output in the proper language.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
47 # The default language is English, other supported languages are:
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
48 # Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
49 # Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
50 # Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
51 # Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
52 # Swedish, and Ukrainian.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
53
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
54 OUTPUT_LANGUAGE = English
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
55
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
56 # This tag can be used to specify the encoding used in the generated output.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
57 # The encoding is not always determined by the language that is chosen,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
58 # but also whether or not the output is meant for Windows or non-Windows users.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
59 # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
60 # forces the Windows encoding (this is the default for the Windows binary),
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
61 # whereas setting the tag to NO uses a Unix-style encoding (the default for
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
62 # all platforms other than Windows).
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
63
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
64 USE_WINDOWS_ENCODING = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
65
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
67 # include brief member descriptions after the members that are listed in
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
68 # the file and class documentation (similar to JavaDoc).
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
69 # Set to NO to disable this.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
70
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
71 BRIEF_MEMBER_DESC = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
72
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
74 # the brief description of a member or function before the detailed description.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
75 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
76 # brief descriptions will be completely suppressed.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
77
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
78 REPEAT_BRIEF = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
79
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
80 # This tag implements a quasi-intelligent brief description abbreviator
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
81 # that is used to form the text in various listings. Each string
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
82 # in this list, if found as the leading text of the brief description, will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
83 # stripped from the text and the result after processing the whole list, is used
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
84 # as the annotated text. Otherwise, the brief description is used as-is. If left
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
85 # blank, the following values are used ("$name" is automatically replaced with the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
86 # name of the entity): "The $name class" "The $name widget" "The $name file"
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
87 # "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
88
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
89 ABBREVIATE_BRIEF =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
90
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
92 # Doxygen will generate a detailed section even if there is only a brief
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
93 # description.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
94
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
95 ALWAYS_DETAILED_SEC = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
96
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
98 # members of a class in the documentation of that class as if those members were
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
99 # ordinary class members. Constructors, destructors and assignment operators of
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
100 # the base classes will not be shown.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
101
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
102 INLINE_INHERITED_MEMB = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
103
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
105 # path before files name in the file list and in the header files. If set
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
106 # to NO the shortest path that makes the file name unique will be used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
107
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
108 FULL_PATH_NAMES = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
109
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
111 # can be used to strip a user-defined part of the path. Stripping is
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
112 # only done if one of the specified strings matches the left-hand part of
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
113 # the path. The tag can be used to show relative paths in the file list.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
114 # If left blank the directory from which doxygen is run is used as the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
115 # path to strip.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
116
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
117 STRIP_FROM_PATH =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
118
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
119 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
120 # the path mentioned in the documentation of a class, which tells
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
121 # the reader which header file to include in order to use a class.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
122 # If left blank only the name of the header file containing the class
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
123 # definition is used. Otherwise one should specify the include paths that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
124 # are normally passed to the compiler using the -I flag.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
125
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
126 STRIP_FROM_INC_PATH = .
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
127
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
129 # (but less readable) file names. This can be useful is your file systems
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
130 # doesn't support long names like on DOS, Mac, or CD-ROM.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
131
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
132 SHORT_NAMES = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
133
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
134 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
135 # will interpret the first line (until the first dot) of a JavaDoc-style
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
136 # comment as the brief description. If set to NO, the JavaDoc
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
137 # comments will behave just like the Qt-style comments (thus requiring an
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
138 # explicit @brief command for a brief description.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
139
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
140 JAVADOC_AUTOBRIEF = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
141
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
142 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
143 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
144 # comments) as a brief description. This used to be the default behaviour.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
145 # The new default is to treat a multi-line C++ comment block as a detailed
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
146 # description. Set this tag to YES if you prefer the old behaviour instead.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
147
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
148 MULTILINE_CPP_IS_BRIEF = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
149
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
150 # If the DETAILS_AT_TOP tag is set to YES then Doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
151 # will output the detailed description near the top, like JavaDoc.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
152 # If set to NO, the detailed description appears after the member
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
153 # documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
154
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
155 DETAILS_AT_TOP = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
156
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
157 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
158 # member inherits the documentation from any documented member that it
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
159 # re-implements.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
160
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
161 INHERIT_DOCS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
162
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
163 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
164 # tag is set to YES, then doxygen will reuse the documentation of the first
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
165 # member in the group (if any) for the other members of the group. By default
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
166 # all members of a group must be documented explicitly.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
167
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
168 DISTRIBUTE_GROUP_DOC = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
169
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
171 # Doxygen uses this value to replace tabs by spaces in code fragments.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
172
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
173 TAB_SIZE = 4
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
174
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
175 # This tag can be used to specify a number of aliases that acts
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
176 # as commands in the documentation. An alias has the form "name=value".
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
177 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
178 # put the command \sideeffect (or @sideeffect) in the documentation, which
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
179 # will result in a user-defined paragraph with heading "Side Effects:".
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
180 # You can put \n's in the value part of an alias to insert newlines.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
181
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
182 ALIASES =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
183
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
184 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
185 # only. Doxygen will then generate output that is more tailored for C.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
186 # For instance, some of the names that are used will be different. The list
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
187 # of all members will be omitted, etc.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
188
50
fb3818370dd6 more fixes for 64 bit format
carl
parents: 35
diff changeset
189 OPTIMIZE_OUTPUT_FOR_C = YES
35
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
190
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
192 # only. Doxygen will then generate output that is more tailored for Java.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
193 # For instance, namespaces will be presented as packages, qualified scopes
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
194 # will look different, etc.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
195
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
196 OPTIMIZE_OUTPUT_JAVA = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
197
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
198 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
199 # the same type (for instance a group of public functions) to be put as a
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
200 # subgroup of that type (e.g. under the Public Functions section). Set it to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
201 # NO to prevent subgrouping. Alternatively, this can be done per class using
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
202 # the \nosubgrouping command.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
203
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
204 SUBGROUPING = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
205
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
206 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
207 # Build related configuration options
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
208 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
209
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
210 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
211 # documentation are documented, even if no documentation was available.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
212 # Private class members and static file members will be hidden unless
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
213 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
214
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
215 EXTRACT_ALL = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
216
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
217 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
218 # will be included in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
219
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
220 EXTRACT_PRIVATE = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
221
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
222 # If the EXTRACT_STATIC tag is set to YES all static members of a file
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
223 # will be included in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
224
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
225 EXTRACT_STATIC = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
226
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
227 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
228 # defined locally in source files will be included in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
229 # If set to NO only classes defined in header files are included.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
230
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
231 EXTRACT_LOCAL_CLASSES = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
232
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
233 # This flag is only useful for Objective-C code. When set to YES local
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
234 # methods, which are defined in the implementation section but not in
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
235 # the interface are included in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
236 # If set to NO (the default) only methods in the interface are included.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
237
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
238 EXTRACT_LOCAL_METHODS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
239
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
240 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
241 # undocumented members of documented classes, files or namespaces.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
242 # If set to NO (the default) these members will be included in the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
243 # various overviews, but no documentation section is generated.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
244 # This option has no effect if EXTRACT_ALL is enabled.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
245
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
246 HIDE_UNDOC_MEMBERS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
247
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
248 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
249 # undocumented classes that are normally visible in the class hierarchy.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
250 # If set to NO (the default) these classes will be included in the various
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
251 # overviews. This option has no effect if EXTRACT_ALL is enabled.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
252
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
253 HIDE_UNDOC_CLASSES = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
254
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
255 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
256 # friend (class|struct|union) declarations.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
257 # If set to NO (the default) these declarations will be included in the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
258 # documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
259
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
260 HIDE_FRIEND_COMPOUNDS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
261
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
262 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
263 # documentation blocks found inside the body of a function.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
264 # If set to NO (the default) these blocks will be appended to the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
265 # function's detailed documentation block.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
266
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
267 HIDE_IN_BODY_DOCS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
268
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
269 # The INTERNAL_DOCS tag determines if documentation
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
270 # that is typed after a \internal command is included. If the tag is set
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
271 # to NO (the default) then the documentation will be excluded.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
272 # Set it to YES to include the internal documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
273
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
274 INTERNAL_DOCS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
275
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
276 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
277 # file names in lower-case letters. If set to YES upper-case letters are also
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
278 # allowed. This is useful if you have classes or files whose names only differ
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
279 # in case and if your file system supports case sensitive file names. Windows
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
280 # and Mac users are advised to set this option to NO.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
281
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
282 CASE_SENSE_NAMES = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
283
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
284 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
285 # will show members with their full class and namespace scopes in the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
286 # documentation. If set to YES the scope will be hidden.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
287
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
288 HIDE_SCOPE_NAMES = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
289
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
290 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
291 # will put a list of the files that are included by a file in the documentation
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
292 # of that file.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
293
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
294 SHOW_INCLUDE_FILES = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
295
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
296 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
297 # is inserted in the documentation for inline members.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
298
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
299 INLINE_INFO = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
300
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
301 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
302 # will sort the (detailed) documentation of file and class members
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
303 # alphabetically by member name. If set to NO the members will appear in
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
304 # declaration order.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
305
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
306 SORT_MEMBER_DOCS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
307
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
308 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
309 # brief documentation of file, namespace and class members alphabetically
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
310 # by member name. If set to NO (the default) the members will appear in
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
311 # declaration order.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
312
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
313 SORT_BRIEF_DOCS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
314
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
315 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
316 # sorted by fully-qualified names, including namespaces. If set to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
317 # NO (the default), the class list will be sorted only by class name,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
318 # not including the namespace part.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
319 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
320 # Note: This option applies only to the class list, not to the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
321 # alphabetical list.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
322
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
323 SORT_BY_SCOPE_NAME = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
324
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
325 # The GENERATE_TODOLIST tag can be used to enable (YES) or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
326 # disable (NO) the todo list. This list is created by putting \todo
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
327 # commands in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
328
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
329 GENERATE_TODOLIST = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
330
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
331 # The GENERATE_TESTLIST tag can be used to enable (YES) or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
332 # disable (NO) the test list. This list is created by putting \test
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
333 # commands in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
334
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
335 GENERATE_TESTLIST = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
336
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
337 # The GENERATE_BUGLIST tag can be used to enable (YES) or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
338 # disable (NO) the bug list. This list is created by putting \bug
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
339 # commands in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
340
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
341 GENERATE_BUGLIST = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
342
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
343 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
344 # disable (NO) the deprecated list. This list is created by putting
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
345 # \deprecated commands in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
346
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
347 GENERATE_DEPRECATEDLIST= YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
348
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
349 # The ENABLED_SECTIONS tag can be used to enable conditional
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
350 # documentation sections, marked by \if sectionname ... \endif.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
351
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
352 ENABLED_SECTIONS =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
353
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
354 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
355 # the initial value of a variable or define consists of for it to appear in
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
356 # the documentation. If the initializer consists of more lines than specified
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
357 # here it will be hidden. Use a value of 0 to hide initializers completely.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
358 # The appearance of the initializer of individual variables and defines in the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
359 # documentation can be controlled using \showinitializer or \hideinitializer
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
360 # command in the documentation regardless of this setting.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
361
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
362 MAX_INITIALIZER_LINES = 30
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
363
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
364 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
365 # at the bottom of the documentation of classes and structs. If set to YES the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
366 # list will mention the files that were used to generate the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
367
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
368 SHOW_USED_FILES = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
369
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
370 # If the sources in your project are distributed over multiple directories
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
371 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
372 # in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
373
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
374 SHOW_DIRECTORIES = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
375
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
376 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
377 # configuration options related to warning and progress messages
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
378 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
379
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
380 # The QUIET tag can be used to turn on/off the messages that are generated
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
381 # by doxygen. Possible values are YES and NO. If left blank NO is used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
382
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
383 QUIET = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
384
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
385 # The WARNINGS tag can be used to turn on/off the warning messages that are
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
386 # generated by doxygen. Possible values are YES and NO. If left blank
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
387 # NO is used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
388
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
389 WARNINGS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
390
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
391 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
392 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
393 # automatically be disabled.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
394
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
395 WARN_IF_UNDOCUMENTED = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
396
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
397 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
398 # potential errors in the documentation, such as not documenting some
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
399 # parameters in a documented function, or documenting parameters that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
400 # don't exist or using markup commands wrongly.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
401
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
402 WARN_IF_DOC_ERROR = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
403
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
404 # The WARN_FORMAT tag determines the format of the warning messages that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
405 # doxygen can produce. The string should contain the $file, $line, and $text
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
406 # tags, which will be replaced by the file and line number from which the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
407 # warning originated and the warning text.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
408
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
409 WARN_FORMAT = "$file:$line: $text"
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
410
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
411 # The WARN_LOGFILE tag can be used to specify a file to which warning
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
412 # and error messages should be written. If left blank the output is written
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
413 # to stderr.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
414
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
415 WARN_LOGFILE =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
416
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
417 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
418 # configuration options related to the input files
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
419 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
420
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
421 # The INPUT tag can be used to specify the files and/or directories that contain
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
422 # documented source files. You may enter file names like "myfile.cpp" or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
423 # directories like "/usr/src/myproject". Separate the files or directories
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
424 # with spaces.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
425
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
426 INPUT = src
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
427
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
428 # If the value of the INPUT tag contains directories, you can use the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
429 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
430 # and *.h) to filter out the source-files in the directories. If left
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
431 # blank the following patterns are tested:
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
432 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
433 # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
434
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
435 FILE_PATTERNS =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
436
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
437 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
438 # should be searched for input files as well. Possible values are YES and NO.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
439 # If left blank NO is used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
440
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
441 RECURSIVE = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
442
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
443 # The EXCLUDE tag can be used to specify files and/or directories that should
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
444 # excluded from the INPUT source files. This way you can easily exclude a
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
445 # subdirectory from a directory tree whose root is specified with the INPUT tag.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
446
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
447 EXCLUDE =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
448
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
449 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
450 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
451
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
452 EXCLUDE_SYMLINKS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
453
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
454 # If the value of the INPUT tag contains directories, you can use the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
455 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
456 # certain files from those directories.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
457
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
458 EXCLUDE_PATTERNS =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
459
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
460 # The EXAMPLE_PATH tag can be used to specify one or more files or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
461 # directories that contain example code fragments that are included (see
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
462 # the \include command).
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
463
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
464 EXAMPLE_PATH =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
465
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
466 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
467 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
468 # and *.h) to filter out the source-files in the directories. If left
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
469 # blank all files are included.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
470
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
471 EXAMPLE_PATTERNS =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
472
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
473 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
474 # searched for input files to be used with the \include or \dontinclude
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
475 # commands irrespective of the value of the RECURSIVE tag.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
476 # Possible values are YES and NO. If left blank NO is used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
477
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
478 EXAMPLE_RECURSIVE = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
479
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
480 # The IMAGE_PATH tag can be used to specify one or more files or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
481 # directories that contain image that are included in the documentation (see
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
482 # the \image command).
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
483
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
484 IMAGE_PATH =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
485
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
486 # The INPUT_FILTER tag can be used to specify a program that doxygen should
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
487 # invoke to filter for each input file. Doxygen will invoke the filter program
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
488 # by executing (via popen()) the command <filter> <input-file>, where <filter>
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
489 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
490 # input file. Doxygen will then use the output that the filter program writes
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
491 # to standard output. If FILTER_PATTERNS is specified, this tag will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
492 # ignored.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
493
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
494 INPUT_FILTER =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
495
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
496 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
497 # basis. Doxygen will compare the file name with each pattern and apply the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
498 # filter if there is a match. The filters are a list of the form:
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
499 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
500 # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
501 # is applied to all files.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
502
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
503 FILTER_PATTERNS =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
504
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
505 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
506 # INPUT_FILTER) will be used to filter the input files when producing source
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
507 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
508
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
509 FILTER_SOURCE_FILES = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
510
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
511 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
512 # configuration options related to source browsing
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
513 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
514
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
515 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
516 # be generated. Documented entities will be cross-referenced with these sources.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
517 # Note: To get rid of all source code in the generated output, make sure also
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
518 # VERBATIM_HEADERS is set to NO.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
519
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
520 SOURCE_BROWSER = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
521
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
522 # Setting the INLINE_SOURCES tag to YES will include the body
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
523 # of functions and classes directly in the documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
524
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
525 INLINE_SOURCES = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
526
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
527 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
528 # doxygen to hide any special comment blocks from generated source code
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
529 # fragments. Normal C and C++ comments will always remain visible.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
530
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
531 STRIP_CODE_COMMENTS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
532
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
533 # If the REFERENCED_BY_RELATION tag is set to YES (the default)
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
534 # then for each documented function all documented
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
535 # functions referencing it will be listed.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
536
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
537 REFERENCED_BY_RELATION = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
538
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
539 # If the REFERENCES_RELATION tag is set to YES (the default)
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
540 # then for each documented function all documented entities
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
541 # called/used by that function will be listed.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
542
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
543 REFERENCES_RELATION = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
544
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
545 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
546 # will generate a verbatim copy of the header file for each class for
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
547 # which an include is specified. Set to NO to disable this.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
548
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
549 VERBATIM_HEADERS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
550
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
551 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
552 # configuration options related to the alphabetical class index
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
553 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
554
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
555 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
556 # of all compounds will be generated. Enable this if the project
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
557 # contains a lot of classes, structs, unions or interfaces.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
558
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
559 ALPHABETICAL_INDEX = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
560
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
561 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
562 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
563 # in which this list will be split (can be a number in the range [1..20])
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
564
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
565 COLS_IN_ALPHA_INDEX = 5
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
566
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
567 # In case all classes in a project start with a common prefix, all
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
568 # classes will be put under the same header in the alphabetical index.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
569 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
570 # should be ignored while generating the index headers.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
571
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
572 IGNORE_PREFIX =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
573
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
574 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
575 # configuration options related to the HTML output
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
576 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
577
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
578 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
579 # generate HTML output.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
580
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
581 GENERATE_HTML = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
582
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
583 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
584 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
585 # put in front of it. If left blank `html' will be used as the default path.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
586
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
587 HTML_OUTPUT = html.internal
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
588
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
589 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
590 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
591 # doxygen will generate files with .html extension.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
592
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
593 HTML_FILE_EXTENSION = .html
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
594
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
595 # The HTML_HEADER tag can be used to specify a personal HTML header for
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
596 # each generated HTML page. If it is left blank doxygen will generate a
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
597 # standard header.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
598
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
599 HTML_HEADER =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
600
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
601 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
602 # each generated HTML page. If it is left blank doxygen will generate a
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
603 # standard footer.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
604
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
605 HTML_FOOTER =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
606
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
607 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
608 # style sheet that is used by each HTML page. It can be used to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
609 # fine-tune the look of the HTML output. If the tag is left blank doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
610 # will generate a default style sheet. Note that doxygen will try to copy
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
611 # the style sheet file to the HTML output directory, so don't put your own
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
612 # stylesheet in the HTML output directory as well, or it will be erased!
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
613
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
614 HTML_STYLESHEET =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
615
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
616 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
617 # files or namespaces will be aligned in HTML using tables. If set to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
618 # NO a bullet list will be used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
619
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
620 HTML_ALIGN_MEMBERS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
621
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
622 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
623 # will be generated that can be used as input for tools like the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
624 # Microsoft HTML help workshop to generate a compressed HTML help file (.chm)
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
625 # of the generated HTML documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
626
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
627 GENERATE_HTMLHELP = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
628
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
629 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
630 # be used to specify the file name of the resulting .chm file. You
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
631 # can add a path in front of the file if the result should not be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
632 # written to the html output directory.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
633
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
634 CHM_FILE =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
635
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
636 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
637 # be used to specify the location (absolute path including file name) of
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
638 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
639 # the HTML help compiler on the generated index.hhp.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
640
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
641 HHC_LOCATION =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
642
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
643 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
644 # controls if a separate .chi index file is generated (YES) or that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
645 # it should be included in the master .chm file (NO).
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
646
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
647 GENERATE_CHI = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
648
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
649 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
650 # controls whether a binary table of contents is generated (YES) or a
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
651 # normal table of contents (NO) in the .chm file.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
652
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
653 BINARY_TOC = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
654
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
655 # The TOC_EXPAND flag can be set to YES to add extra items for group members
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
656 # to the contents of the HTML help documentation and to the tree view.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
657
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
658 TOC_EXPAND = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
659
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
660 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
661 # top of each HTML page. The value NO (the default) enables the index and
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
662 # the value YES disables it.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
663
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
664 DISABLE_INDEX = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
665
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
666 # This tag can be used to set the number of enum values (range [1..20])
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
667 # that doxygen will group on one line in the generated HTML documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
668
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
669 ENUM_VALUES_PER_LINE = 4
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
670
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
671 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
672 # generated containing a tree-like index structure (just like the one that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
673 # is generated for HTML Help). For this to work a browser that supports
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
674 # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
675 # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
676 # probably better off using the HTML help feature.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
677
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
678 GENERATE_TREEVIEW = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
679
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
680 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
681 # used to set the initial width (in pixels) of the frame in which the tree
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
682 # is shown.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
683
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
684 TREEVIEW_WIDTH = 250
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
685
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
686 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
687 # configuration options related to the LaTeX output
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
688 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
689
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
690 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
691 # generate Latex output.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
692
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
693 GENERATE_LATEX = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
694
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
695 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
696 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
697 # put in front of it. If left blank `latex' will be used as the default path.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
698
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
699 LATEX_OUTPUT = latex
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
700
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
701 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
702 # invoked. If left blank `latex' will be used as the default command name.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
703
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
704 LATEX_CMD_NAME = latex
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
705
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
706 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
707 # generate index for LaTeX. If left blank `makeindex' will be used as the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
708 # default command name.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
709
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
710 MAKEINDEX_CMD_NAME = makeindex
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
711
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
712 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
713 # LaTeX documents. This may be useful for small projects and may help to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
714 # save some trees in general.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
715
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
716 COMPACT_LATEX = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
717
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
718 # The PAPER_TYPE tag can be used to set the paper type that is used
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
719 # by the printer. Possible values are: a4, a4wide, letter, legal and
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
720 # executive. If left blank a4wide will be used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
721
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
722 PAPER_TYPE = a4wide
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
723
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
724 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
725 # packages that should be included in the LaTeX output.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
726
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
727 EXTRA_PACKAGES =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
728
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
729 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
730 # the generated latex document. The header should contain everything until
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
731 # the first chapter. If it is left blank doxygen will generate a
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
732 # standard header. Notice: only use this tag if you know what you are doing!
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
733
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
734 LATEX_HEADER =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
735
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
736 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
737 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
738 # contain links (just like the HTML output) instead of page references
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
739 # This makes the output suitable for online browsing using a pdf viewer.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
740
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
741 PDF_HYPERLINKS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
742
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
743 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
744 # plain latex in the generated Makefile. Set this option to YES to get a
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
745 # higher quality PDF documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
746
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
747 USE_PDFLATEX = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
748
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
749 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
750 # command to the generated LaTeX files. This will instruct LaTeX to keep
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
751 # running if errors occur, instead of asking the user for help.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
752 # This option is also used when generating formulas in HTML.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
753
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
754 LATEX_BATCHMODE = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
755
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
756 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
757 # include the index chapters (such as File Index, Compound Index, etc.)
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
758 # in the output.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
759
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
760 LATEX_HIDE_INDICES = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
761
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
762 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
763 # configuration options related to the RTF output
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
764 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
765
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
766 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
767 # The RTF output is optimized for Word 97 and may not look very pretty with
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
768 # other RTF readers or editors.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
769
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
770 GENERATE_RTF = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
771
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
772 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
773 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
774 # put in front of it. If left blank `rtf' will be used as the default path.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
775
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
776 RTF_OUTPUT = rtf
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
777
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
778 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
779 # RTF documents. This may be useful for small projects and may help to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
780 # save some trees in general.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
781
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
782 COMPACT_RTF = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
783
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
784 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
785 # will contain hyperlink fields. The RTF file will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
786 # contain links (just like the HTML output) instead of page references.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
787 # This makes the output suitable for online browsing using WORD or other
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
788 # programs which support those fields.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
789 # Note: wordpad (write) and others do not support links.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
790
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
791 RTF_HYPERLINKS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
792
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
793 # Load stylesheet definitions from file. Syntax is similar to doxygen's
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
794 # config file, i.e. a series of assignments. You only have to provide
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
795 # replacements, missing definitions are set to their default value.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
796
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
797 RTF_STYLESHEET_FILE =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
798
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
799 # Set optional variables used in the generation of an rtf document.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
800 # Syntax is similar to doxygen's config file.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
801
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
802 RTF_EXTENSIONS_FILE =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
803
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
804 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
805 # configuration options related to the man page output
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
806 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
807
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
808 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
809 # generate man pages
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
810
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
811 GENERATE_MAN = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
812
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
813 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
814 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
815 # put in front of it. If left blank `man' will be used as the default path.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
816
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
817 MAN_OUTPUT = man
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
818
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
819 # The MAN_EXTENSION tag determines the extension that is added to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
820 # the generated man pages (default is the subroutine's section .3)
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
821
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
822 MAN_EXTENSION = .3
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
823
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
824 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
825 # then it will generate one additional man file for each entity
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
826 # documented in the real man page(s). These additional files
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
827 # only source the real man page, but without them the man command
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
828 # would be unable to find the correct page. The default is NO.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
829
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
830 MAN_LINKS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
831
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
832 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
833 # configuration options related to the XML output
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
834 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
835
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
836 # If the GENERATE_XML tag is set to YES Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
837 # generate an XML file that captures the structure of
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
838 # the code including all documentation.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
839
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
840 GENERATE_XML = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
841
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
842 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
843 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
844 # put in front of it. If left blank `xml' will be used as the default path.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
845
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
846 XML_OUTPUT = xml
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
847
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
848 # The XML_SCHEMA tag can be used to specify an XML schema,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
849 # which can be used by a validating XML parser to check the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
850 # syntax of the XML files.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
851
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
852 XML_SCHEMA =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
853
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
854 # The XML_DTD tag can be used to specify an XML DTD,
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
855 # which can be used by a validating XML parser to check the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
856 # syntax of the XML files.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
857
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
858 XML_DTD =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
859
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
860 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
861 # dump the program listings (including syntax highlighting
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
862 # and cross-referencing information) to the XML output. Note that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
863 # enabling this will significantly increase the size of the XML output.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
864
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
865 XML_PROGRAMLISTING = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
866
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
867 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
868 # configuration options for the AutoGen Definitions output
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
869 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
870
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
871 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
872 # generate an AutoGen Definitions (see autogen.sf.net) file
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
873 # that captures the structure of the code including all
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
874 # documentation. Note that this feature is still experimental
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
875 # and incomplete at the moment.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
876
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
877 GENERATE_AUTOGEN_DEF = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
878
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
879 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
880 # configuration options related to the Perl module output
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
881 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
882
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
883 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
884 # generate a Perl module file that captures the structure of
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
885 # the code including all documentation. Note that this
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
886 # feature is still experimental and incomplete at the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
887 # moment.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
888
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
889 GENERATE_PERLMOD = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
890
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
891 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
892 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
893 # to generate PDF and DVI output from the Perl module output.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
894
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
895 PERLMOD_LATEX = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
896
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
897 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
898 # nicely formatted so it can be parsed by a human reader. This is useful
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
899 # if you want to understand what is going on. On the other hand, if this
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
900 # tag is set to NO the size of the Perl module output will be much smaller
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
901 # and Perl will parse it just the same.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
902
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
903 PERLMOD_PRETTY = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
904
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
905 # The names of the make variables in the generated doxyrules.make file
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
906 # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
907 # This is useful so different doxyrules.make files included by the same
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
908 # Makefile don't overwrite each other's variables.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
909
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
910 PERLMOD_MAKEVAR_PREFIX =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
911
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
912 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
913 # Configuration options related to the preprocessor
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
914 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
915
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
916 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
917 # evaluate all C-preprocessor directives found in the sources and include
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
918 # files.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
919
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
920 ENABLE_PREPROCESSING = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
921
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
922 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
923 # names in the source code. If set to NO (the default) only conditional
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
924 # compilation will be performed. Macro expansion can be done in a controlled
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
925 # way by setting EXPAND_ONLY_PREDEF to YES.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
926
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
927 MACRO_EXPANSION = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
928
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
929 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
930 # then the macro expansion is limited to the macros specified with the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
931 # PREDEFINED and EXPAND_AS_PREDEFINED tags.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
932
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
933 EXPAND_ONLY_PREDEF = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
934
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
935 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
936 # in the INCLUDE_PATH (see below) will be search if a #include is found.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
937
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
938 SEARCH_INCLUDES = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
939
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
940 # The INCLUDE_PATH tag can be used to specify one or more directories that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
941 # contain include files that are not input files but should be processed by
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
942 # the preprocessor.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
943
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
944 INCLUDE_PATH =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
945
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
946 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
947 # patterns (like *.h and *.hpp) to filter out the header-files in the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
948 # directories. If left blank, the patterns specified with FILE_PATTERNS will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
949 # be used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
950
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
951 INCLUDE_FILE_PATTERNS =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
952
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
953 # The PREDEFINED tag can be used to specify one or more macro names that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
954 # are defined before the preprocessor is started (similar to the -D option of
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
955 # gcc). The argument of the tag is a list of macros of the form: name
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
956 # or name=definition (no spaces). If the definition and the = are
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
957 # omitted =1 is assumed. To prevent a macro definition from being
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
958 # undefined via #undef or recursively expanded use the := operator
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
959 # instead of the = operator.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
960
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
961 PREDEFINED =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
962
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
963 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
964 # this tag can be used to specify a list of macro names that should be expanded.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
965 # The macro definition that is found in the sources will be used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
966 # Use the PREDEFINED tag if you want to use a different macro definition.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
967
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
968 EXPAND_AS_DEFINED =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
969
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
970 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
971 # doxygen's preprocessor will remove all function-like macros that are alone
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
972 # on a line, have an all uppercase name, and do not end with a semicolon. Such
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
973 # function macros are typically used for boiler-plate code, and will confuse the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
974 # parser if not removed.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
975
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
976 SKIP_FUNCTION_MACROS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
977
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
978 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
979 # Configuration::additions related to external references
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
980 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
981
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
982 # The TAGFILES option can be used to specify one or more tagfiles.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
983 # Optionally an initial location of the external documentation
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
984 # can be added for each tagfile. The format of a tag file without
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
985 # this location is as follows:
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
986 # TAGFILES = file1 file2 ...
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
987 # Adding location for the tag files is done as follows:
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
988 # TAGFILES = file1=loc1 "file2 = loc2" ...
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
989 # where "loc1" and "loc2" can be relative or absolute paths or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
990 # URLs. If a location is present for each tag, the installdox tool
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
991 # does not have to be run to correct the links.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
992 # Note that each tag file must have a unique name
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
993 # (where the name does NOT include the path)
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
994 # If a tag file is not located in the directory in which doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
995 # is run, you must also specify the path to the tagfile here.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
996
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
997 TAGFILES =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
998
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
999 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1000 # a tag file that is based on the input files it reads.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1001
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1002 GENERATE_TAGFILE =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1003
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1004 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1005 # in the class index. If set to NO only the inherited external classes
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1006 # will be listed.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1007
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1008 ALLEXTERNALS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1009
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1010 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1011 # in the modules index. If set to NO, only the current project's groups will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1012 # be listed.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1013
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1014 EXTERNAL_GROUPS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1015
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1016 # The PERL_PATH should be the absolute path and name of the perl script
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1017 # interpreter (i.e. the result of `which perl').
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1018
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1019 PERL_PATH = /usr/bin/perl
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1020
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1021 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1022 # Configuration options related to the dot tool
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1023 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1024
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1025 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1026 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1027 # super classes. Setting the tag to NO turns the diagrams off. Note that this
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1028 # option is superseded by the HAVE_DOT option below. This is only a fallback. It is
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1029 # recommended to install and use dot, since it yields more powerful graphs.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1030
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1031 CLASS_DIAGRAMS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1032
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1033 # If set to YES, the inheritance and collaboration graphs will hide
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1034 # inheritance and usage relations if the target is undocumented
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1035 # or is not a class.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1036
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1037 HIDE_UNDOC_RELATIONS = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1038
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1039 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1040 # available from the path. This tool is part of Graphviz, a graph visualization
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1041 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1042 # have no effect if this option is set to NO (the default)
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1043
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1044 HAVE_DOT = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1045
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1046 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1047 # will generate a graph for each documented class showing the direct and
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1048 # indirect inheritance relations. Setting this tag to YES will force the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1049 # the CLASS_DIAGRAMS tag to NO.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1050
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1051 CLASS_GRAPH = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1052
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1053 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1054 # will generate a graph for each documented class showing the direct and
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1055 # indirect implementation dependencies (inheritance, containment, and
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1056 # class references variables) of the class with other documented classes.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1057
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1058 COLLABORATION_GRAPH = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1059
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1060 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1061 # collaboration diagrams in a style similar to the OMG's Unified Modeling
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1062 # Language.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1063
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1064 UML_LOOK = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1065
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1066 # If set to YES, the inheritance and collaboration graphs will show the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1067 # relations between templates and their instances.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1068
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1069 TEMPLATE_RELATIONS = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1070
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1071 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1072 # tags are set to YES then doxygen will generate a graph for each documented
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1073 # file showing the direct and indirect include dependencies of the file with
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1074 # other documented files.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1075
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1076 INCLUDE_GRAPH = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1077
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1078 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1079 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1080 # documented header file showing the documented files that directly or
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1081 # indirectly include this file.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1082
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1083 INCLUDED_BY_GRAPH = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1084
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1085 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1086 # generate a call dependency graph for every global function or class method.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1087 # Note that enabling this option will significantly increase the time of a run.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1088 # So in most cases it will be better to enable call graphs for selected
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1089 # functions only using the \callgraph command.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1090
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1091 CALL_GRAPH = NO
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1092
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1093 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1094 # will graphical hierarchy of all classes instead of a textual one.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1095
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1096 GRAPHICAL_HIERARCHY = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1097
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1098 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1099 # generated by dot. Possible values are png, jpg, or gif
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1100 # If left blank png will be used.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1101
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1102 DOT_IMAGE_FORMAT = png
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1103
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1104 # The tag DOT_PATH can be used to specify the path where the dot tool can be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1105 # found. If left blank, it is assumed the dot tool can be found on the path.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1106
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1107 DOT_PATH =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1108
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1109 # The DOTFILE_DIRS tag can be used to specify one or more directories that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1110 # contain dot files that are included in the documentation (see the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1111 # \dotfile command).
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1112
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1113 DOTFILE_DIRS =
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1114
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1115 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1116 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1117 # this value, doxygen will try to truncate the graph, so that it fits within
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1118 # the specified constraint. Beware that most browsers cannot cope with very
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1119 # large images.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1120
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1121 MAX_DOT_GRAPH_WIDTH = 1024
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1122
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1123 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1124 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1125 # this value, doxygen will try to truncate the graph, so that it fits within
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1126 # the specified constraint. Beware that most browsers cannot cope with very
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1127 # large images.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1128
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1129 MAX_DOT_GRAPH_HEIGHT = 1024
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1130
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1131 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1132 # graphs generated by dot. A depth value of 3 means that only nodes reachable
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1133 # from the root by following a path via at most 3 edges will be shown. Nodes that
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1134 # lay further from the root node will be omitted. Note that setting this option to
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1135 # 1 or 2 may greatly reduce the computation time needed for large code bases. Also
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1136 # note that a graph may be further truncated if the graph's image dimensions are
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1137 # not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT).
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1138 # If 0 is used for the depth value (the default), the graph is not depth-constrained.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1139
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1140 MAX_DOT_GRAPH_DEPTH = 0
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1141
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1142 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1143 # generate a legend page explaining the meaning of the various boxes and
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1144 # arrows in the dot generated graphs.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1145
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1146 GENERATE_LEGEND = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1147
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1148 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1149 # remove the intermediate dot files that are used to generate
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1150 # the various graphs.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1151
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1152 DOT_CLEANUP = YES
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1153
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1154 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1155 # Configuration::additions related to the search engine
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1156 #---------------------------------------------------------------------------
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1157
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1158 # The SEARCHENGINE tag specifies whether or not a search engine should be
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1159 # used. If set to NO the values of all tags below this one will be ignored.
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1160
b2f247463b83 better decoding of 7c blocks
carl
parents:
diff changeset
1161 SEARCHENGINE = NO