robert@500
|
1 # Doxyfile 1.8.11
|
andrewm@47
|
2
|
andrewm@47
|
3 # This file describes the settings to be used by the documentation system
|
andrewm@47
|
4 # doxygen (www.doxygen.org) for a project.
|
andrewm@47
|
5 #
|
robert@500
|
6 # All text after a double hash (##) is considered a comment and is placed in
|
robert@500
|
7 # front of the TAG it is preceding.
|
robert@500
|
8 #
|
robert@500
|
9 # All text after a single hash (#) is considered a comment and will be ignored.
|
andrewm@47
|
10 # The format is:
|
robert@500
|
11 # TAG = value [value, ...]
|
robert@500
|
12 # For lists, items can also be appended using:
|
robert@500
|
13 # TAG += value [value, ...]
|
robert@500
|
14 # Values that contain spaces should be placed between quotes (\" \").
|
andrewm@47
|
15
|
andrewm@47
|
16 #---------------------------------------------------------------------------
|
andrewm@47
|
17 # Project related configuration options
|
andrewm@47
|
18 #---------------------------------------------------------------------------
|
andrewm@47
|
19
|
andrewm@47
|
20 # This tag specifies the encoding used for all characters in the config file
|
robert@500
|
21 # that follow. The default is UTF-8 which is also the encoding used for all text
|
robert@500
|
22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
|
robert@500
|
23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
|
robert@500
|
24 # for the list of possible encodings.
|
robert@500
|
25 # The default value is: UTF-8.
|
andrewm@47
|
26
|
andrewm@47
|
27 DOXYFILE_ENCODING = UTF-8
|
andrewm@47
|
28
|
robert@500
|
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
|
robert@500
|
30 # double-quotes, unless you are using Doxywizard) that should identify the
|
robert@500
|
31 # project for which the documentation is generated. This name is used in the
|
robert@500
|
32 # title of most generated pages and in a few other places.
|
robert@500
|
33 # The default value is: My Project.
|
andrewm@47
|
34
|
l@408
|
35 PROJECT_NAME = "Bela"
|
andrewm@47
|
36
|
robert@500
|
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
robert@500
|
38 # could be handy for archiving the generated documentation or if some version
|
robert@500
|
39 # control system is used.
|
andrewm@47
|
40
|
andrewm@47
|
41 PROJECT_NUMBER =
|
andrewm@47
|
42
|
andrewm@47
|
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
|
robert@500
|
44 # for a project that appears at the top of each page and should give viewer a
|
robert@500
|
45 # quick idea about the purpose of the project. Keep the description short.
|
andrewm@47
|
46
|
andrewm@47
|
47 PROJECT_BRIEF = "Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black"
|
andrewm@47
|
48
|
robert@500
|
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
|
robert@500
|
50 # in the documentation. The maximum height of the logo should not exceed 55
|
robert@500
|
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
robert@500
|
52 # the logo to the output directory.
|
andrewm@47
|
53
|
andrewm@47
|
54 PROJECT_LOGO =
|
andrewm@47
|
55
|
robert@500
|
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
|
robert@500
|
57 # into which the generated documentation will be written. If a relative path is
|
robert@500
|
58 # entered, it will be relative to the location where doxygen was started. If
|
robert@500
|
59 # left blank the current directory will be used.
|
andrewm@47
|
60
|
l@407
|
61 OUTPUT_DIRECTORY = Documentation
|
andrewm@47
|
62
|
robert@500
|
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
robert@500
|
64 # directories (in 2 levels) under the output directory of each output format and
|
robert@500
|
65 # will distribute the generated files over these directories. Enabling this
|
robert@500
|
66 # option can be useful when feeding doxygen a huge amount of source files, where
|
robert@500
|
67 # putting all generated files in the same directory would otherwise causes
|
robert@500
|
68 # performance problems for the file system.
|
robert@500
|
69 # The default value is: NO.
|
andrewm@47
|
70
|
andrewm@47
|
71 CREATE_SUBDIRS = NO
|
andrewm@47
|
72
|
robert@500
|
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
|
robert@500
|
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
|
robert@500
|
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
|
robert@500
|
76 # U+3044.
|
robert@500
|
77 # The default value is: NO.
|
robert@500
|
78
|
robert@500
|
79 ALLOW_UNICODE_NAMES = NO
|
robert@500
|
80
|
andrewm@47
|
81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
andrewm@47
|
82 # documentation generated by doxygen is written. Doxygen will use this
|
andrewm@47
|
83 # information to generate all constant output in the proper language.
|
robert@500
|
84 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
|
robert@500
|
85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
|
robert@500
|
86 # Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
|
robert@500
|
87 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
|
robert@500
|
88 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
|
robert@500
|
89 # Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
|
robert@500
|
90 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
|
robert@500
|
91 # Ukrainian and Vietnamese.
|
robert@500
|
92 # The default value is: English.
|
andrewm@47
|
93
|
andrewm@47
|
94 OUTPUT_LANGUAGE = English
|
andrewm@47
|
95
|
robert@500
|
96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
|
robert@500
|
97 # descriptions after the members that are listed in the file and class
|
robert@500
|
98 # documentation (similar to Javadoc). Set to NO to disable this.
|
robert@500
|
99 # The default value is: YES.
|
andrewm@47
|
100
|
andrewm@47
|
101 BRIEF_MEMBER_DESC = YES
|
andrewm@47
|
102
|
robert@500
|
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
|
robert@500
|
104 # description of a member or function before the detailed description
|
robert@500
|
105 #
|
robert@500
|
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
|
andrewm@47
|
107 # brief descriptions will be completely suppressed.
|
robert@500
|
108 # The default value is: YES.
|
andrewm@47
|
109
|
andrewm@47
|
110 REPEAT_BRIEF = YES
|
andrewm@47
|
111
|
robert@500
|
112 # This tag implements a quasi-intelligent brief description abbreviator that is
|
robert@500
|
113 # used to form the text in various listings. Each string in this list, if found
|
robert@500
|
114 # as the leading text of the brief description, will be stripped from the text
|
robert@500
|
115 # and the result, after processing the whole list, is used as the annotated
|
robert@500
|
116 # text. Otherwise, the brief description is used as-is. If left blank, the
|
robert@500
|
117 # following values are used ($name is automatically replaced with the name of
|
robert@500
|
118 # the entity):The $name class, The $name widget, The $name file, is, provides,
|
robert@500
|
119 # specifies, contains, represents, a, an and the.
|
andrewm@47
|
120
|
andrewm@47
|
121 ABBREVIATE_BRIEF =
|
andrewm@47
|
122
|
andrewm@47
|
123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
|
robert@500
|
124 # doxygen will generate a detailed section even if there is only a brief
|
andrewm@47
|
125 # description.
|
robert@500
|
126 # The default value is: NO.
|
andrewm@47
|
127
|
andrewm@47
|
128 ALWAYS_DETAILED_SEC = NO
|
andrewm@47
|
129
|
andrewm@47
|
130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
|
andrewm@47
|
131 # inherited members of a class in the documentation of that class as if those
|
andrewm@47
|
132 # members were ordinary class members. Constructors, destructors and assignment
|
andrewm@47
|
133 # operators of the base classes will not be shown.
|
robert@500
|
134 # The default value is: NO.
|
andrewm@47
|
135
|
andrewm@47
|
136 INLINE_INHERITED_MEMB = NO
|
andrewm@47
|
137
|
robert@500
|
138 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
|
robert@500
|
139 # before files name in the file list and in the header files. If set to NO the
|
robert@500
|
140 # shortest path that makes the file name unique will be used
|
robert@500
|
141 # The default value is: YES.
|
andrewm@47
|
142
|
andrewm@47
|
143 FULL_PATH_NAMES = YES
|
andrewm@47
|
144
|
robert@500
|
145 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
|
robert@500
|
146 # Stripping is only done if one of the specified strings matches the left-hand
|
robert@500
|
147 # part of the path. The tag can be used to show relative paths in the file list.
|
robert@500
|
148 # If left blank the directory from which doxygen is run is used as the path to
|
robert@500
|
149 # strip.
|
robert@500
|
150 #
|
robert@500
|
151 # Note that you can specify absolute paths here, but also relative paths, which
|
robert@500
|
152 # will be relative from the directory where doxygen is started.
|
robert@500
|
153 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
|
andrewm@47
|
154
|
andrewm@47
|
155 STRIP_FROM_PATH =
|
andrewm@47
|
156
|
robert@500
|
157 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
|
robert@500
|
158 # path mentioned in the documentation of a class, which tells the reader which
|
robert@500
|
159 # header file to include in order to use a class. If left blank only the name of
|
robert@500
|
160 # the header file containing the class definition is used. Otherwise one should
|
robert@500
|
161 # specify the list of include paths that are normally passed to the compiler
|
robert@500
|
162 # using the -I flag.
|
andrewm@47
|
163
|
andrewm@47
|
164 STRIP_FROM_INC_PATH =
|
andrewm@47
|
165
|
robert@500
|
166 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
|
robert@500
|
167 # less readable) file names. This can be useful is your file systems doesn't
|
robert@500
|
168 # support long names like on DOS, Mac, or CD-ROM.
|
robert@500
|
169 # The default value is: NO.
|
andrewm@47
|
170
|
andrewm@47
|
171 SHORT_NAMES = NO
|
andrewm@47
|
172
|
robert@500
|
173 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
|
robert@500
|
174 # first line (until the first dot) of a Javadoc-style comment as the brief
|
robert@500
|
175 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
|
robert@500
|
176 # style comments (thus requiring an explicit @brief command for a brief
|
robert@500
|
177 # description.)
|
robert@500
|
178 # The default value is: NO.
|
andrewm@47
|
179
|
andrewm@47
|
180 JAVADOC_AUTOBRIEF = NO
|
andrewm@47
|
181
|
robert@500
|
182 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
|
robert@500
|
183 # line (until the first dot) of a Qt-style comment as the brief description. If
|
robert@500
|
184 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
|
robert@500
|
185 # requiring an explicit \brief command for a brief description.)
|
robert@500
|
186 # The default value is: NO.
|
andrewm@47
|
187
|
andrewm@47
|
188 QT_AUTOBRIEF = NO
|
andrewm@47
|
189
|
robert@500
|
190 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
|
robert@500
|
191 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
|
robert@500
|
192 # a brief description. This used to be the default behavior. The new default is
|
robert@500
|
193 # to treat a multi-line C++ comment block as a detailed description. Set this
|
robert@500
|
194 # tag to YES if you prefer the old behavior instead.
|
robert@500
|
195 #
|
robert@500
|
196 # Note that setting this tag to YES also means that rational rose comments are
|
robert@500
|
197 # not recognized any more.
|
robert@500
|
198 # The default value is: NO.
|
andrewm@47
|
199
|
andrewm@47
|
200 MULTILINE_CPP_IS_BRIEF = NO
|
andrewm@47
|
201
|
robert@500
|
202 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
|
robert@500
|
203 # documentation from any documented member that it re-implements.
|
robert@500
|
204 # The default value is: YES.
|
andrewm@47
|
205
|
andrewm@47
|
206 INHERIT_DOCS = YES
|
andrewm@47
|
207
|
robert@500
|
208 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
|
robert@500
|
209 # page for each member. If set to NO, the documentation of a member will be part
|
robert@500
|
210 # of the file/class/namespace that contains it.
|
robert@500
|
211 # The default value is: NO.
|
andrewm@47
|
212
|
andrewm@47
|
213 SEPARATE_MEMBER_PAGES = NO
|
andrewm@47
|
214
|
robert@500
|
215 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
|
robert@500
|
216 # uses this value to replace tabs by spaces in code fragments.
|
robert@500
|
217 # Minimum value: 1, maximum value: 16, default value: 4.
|
andrewm@47
|
218
|
andrewm@47
|
219 TAB_SIZE = 8
|
andrewm@47
|
220
|
robert@500
|
221 # This tag can be used to specify a number of aliases that act as commands in
|
robert@500
|
222 # the documentation. An alias has the form:
|
robert@500
|
223 # name=value
|
robert@500
|
224 # For example adding
|
robert@500
|
225 # "sideeffect=@par Side Effects:\n"
|
robert@500
|
226 # will allow you to put the command \sideeffect (or @sideeffect) in the
|
robert@500
|
227 # documentation, which will result in a user-defined paragraph with heading
|
robert@500
|
228 # "Side Effects:". You can put \n's in the value part of an alias to insert
|
robert@500
|
229 # newlines.
|
andrewm@47
|
230
|
andrewm@47
|
231 ALIASES =
|
andrewm@47
|
232
|
andrewm@47
|
233 # This tag can be used to specify a number of word-keyword mappings (TCL only).
|
robert@500
|
234 # A mapping has the form "name=value". For example adding "class=itcl::class"
|
robert@500
|
235 # will allow you to use the command class in the itcl::class meaning.
|
andrewm@47
|
236
|
andrewm@47
|
237 TCL_SUBST =
|
andrewm@47
|
238
|
robert@500
|
239 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
robert@500
|
240 # only. Doxygen will then generate output that is more tailored for C. For
|
robert@500
|
241 # instance, some of the names that are used will be different. The list of all
|
robert@500
|
242 # members will be omitted, etc.
|
robert@500
|
243 # The default value is: NO.
|
andrewm@47
|
244
|
andrewm@47
|
245 OPTIMIZE_OUTPUT_FOR_C = NO
|
andrewm@47
|
246
|
robert@500
|
247 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
|
robert@500
|
248 # Python sources only. Doxygen will then generate output that is more tailored
|
robert@500
|
249 # for that language. For instance, namespaces will be presented as packages,
|
robert@500
|
250 # qualified scopes will look different, etc.
|
robert@500
|
251 # The default value is: NO.
|
andrewm@47
|
252
|
andrewm@47
|
253 OPTIMIZE_OUTPUT_JAVA = NO
|
andrewm@47
|
254
|
andrewm@47
|
255 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
|
robert@500
|
256 # sources. Doxygen will then generate output that is tailored for Fortran.
|
robert@500
|
257 # The default value is: NO.
|
andrewm@47
|
258
|
andrewm@47
|
259 OPTIMIZE_FOR_FORTRAN = NO
|
andrewm@47
|
260
|
andrewm@47
|
261 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
|
robert@500
|
262 # sources. Doxygen will then generate output that is tailored for VHDL.
|
robert@500
|
263 # The default value is: NO.
|
andrewm@47
|
264
|
andrewm@47
|
265 OPTIMIZE_OUTPUT_VHDL = NO
|
andrewm@47
|
266
|
andrewm@47
|
267 # Doxygen selects the parser to use depending on the extension of the files it
|
robert@500
|
268 # parses. With this tag you can assign which parser to use for a given
|
robert@500
|
269 # extension. Doxygen has a built-in mapping, but you can override or extend it
|
robert@500
|
270 # using this tag. The format is ext=language, where ext is a file extension, and
|
robert@500
|
271 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
|
robert@500
|
272 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
|
robert@500
|
273 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
|
robert@500
|
274 # Fortran. In the later case the parser tries to guess whether the code is fixed
|
robert@500
|
275 # or free formatted code, this is the default for Fortran type files), VHDL. For
|
robert@500
|
276 # instance to make doxygen treat .inc files as Fortran files (default is PHP),
|
robert@500
|
277 # and .f files as C (default is Fortran), use: inc=Fortran f=C.
|
robert@500
|
278 #
|
robert@500
|
279 # Note: For files without extension you can use no_extension as a placeholder.
|
robert@500
|
280 #
|
robert@500
|
281 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
|
robert@500
|
282 # the files are not read by doxygen.
|
andrewm@47
|
283
|
andrewm@47
|
284 EXTENSION_MAPPING =
|
andrewm@47
|
285
|
robert@500
|
286 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
|
robert@500
|
287 # according to the Markdown format, which allows for more readable
|
robert@500
|
288 # documentation. See http://daringfireball.net/projects/markdown/ for details.
|
robert@500
|
289 # The output of markdown processing is further processed by doxygen, so you can
|
robert@500
|
290 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
|
robert@500
|
291 # case of backward compatibilities issues.
|
robert@500
|
292 # The default value is: YES.
|
robert@500
|
293
|
robert@500
|
294 MARKDOWN_SUPPORT = YES
|
robert@500
|
295
|
robert@500
|
296 # When enabled doxygen tries to link words that correspond to documented
|
robert@500
|
297 # classes, or namespaces to their corresponding documentation. Such a link can
|
robert@500
|
298 # be prevented in individual cases by putting a % sign in front of the word or
|
robert@500
|
299 # globally by setting AUTOLINK_SUPPORT to NO.
|
robert@500
|
300 # The default value is: YES.
|
robert@500
|
301
|
robert@500
|
302 AUTOLINK_SUPPORT = YES
|
robert@500
|
303
|
andrewm@47
|
304 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
|
robert@500
|
305 # to include (a tag file for) the STL sources as input, then you should set this
|
robert@500
|
306 # tag to YES in order to let doxygen match functions declarations and
|
robert@500
|
307 # definitions whose arguments contain STL classes (e.g. func(std::string);
|
robert@500
|
308 # versus func(std::string) {}). This also make the inheritance and collaboration
|
andrewm@47
|
309 # diagrams that involve STL classes more complete and accurate.
|
robert@500
|
310 # The default value is: NO.
|
andrewm@47
|
311
|
andrewm@47
|
312 BUILTIN_STL_SUPPORT = NO
|
andrewm@47
|
313
|
andrewm@47
|
314 # If you use Microsoft's C++/CLI language, you should set this option to YES to
|
andrewm@47
|
315 # enable parsing support.
|
robert@500
|
316 # The default value is: NO.
|
andrewm@47
|
317
|
andrewm@47
|
318 CPP_CLI_SUPPORT = NO
|
andrewm@47
|
319
|
robert@500
|
320 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
|
robert@500
|
321 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
|
robert@500
|
322 # will parse them like normal C++ but will assume all classes use public instead
|
robert@500
|
323 # of private inheritance when no explicit protection keyword is present.
|
robert@500
|
324 # The default value is: NO.
|
andrewm@47
|
325
|
andrewm@47
|
326 SIP_SUPPORT = NO
|
andrewm@47
|
327
|
robert@500
|
328 # For Microsoft's IDL there are propget and propput attributes to indicate
|
robert@500
|
329 # getter and setter methods for a property. Setting this option to YES will make
|
robert@500
|
330 # doxygen to replace the get and set methods by a property in the documentation.
|
robert@500
|
331 # This will only work if the methods are indeed getting or setting a simple
|
robert@500
|
332 # type. If this is not the case, or you want to show the methods anyway, you
|
robert@500
|
333 # should set this option to NO.
|
robert@500
|
334 # The default value is: YES.
|
andrewm@47
|
335
|
andrewm@47
|
336 IDL_PROPERTY_SUPPORT = YES
|
andrewm@47
|
337
|
andrewm@47
|
338 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
|
robert@500
|
339 # tag is set to YES then doxygen will reuse the documentation of the first
|
andrewm@47
|
340 # member in the group (if any) for the other members of the group. By default
|
andrewm@47
|
341 # all members of a group must be documented explicitly.
|
robert@500
|
342 # The default value is: NO.
|
andrewm@47
|
343
|
andrewm@47
|
344 DISTRIBUTE_GROUP_DOC = NO
|
andrewm@47
|
345
|
robert@500
|
346 # If one adds a struct or class to a group and this option is enabled, then also
|
robert@500
|
347 # any nested class or struct is added to the same group. By default this option
|
robert@500
|
348 # is disabled and one has to add nested compounds explicitly via \ingroup.
|
robert@500
|
349 # The default value is: NO.
|
robert@500
|
350
|
robert@500
|
351 GROUP_NESTED_COMPOUNDS = NO
|
robert@500
|
352
|
robert@500
|
353 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
|
robert@500
|
354 # (for instance a group of public functions) to be put as a subgroup of that
|
robert@500
|
355 # type (e.g. under the Public Functions section). Set it to NO to prevent
|
robert@500
|
356 # subgrouping. Alternatively, this can be done per class using the
|
robert@500
|
357 # \nosubgrouping command.
|
robert@500
|
358 # The default value is: YES.
|
andrewm@47
|
359
|
andrewm@47
|
360 SUBGROUPING = YES
|
andrewm@47
|
361
|
robert@500
|
362 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
|
robert@500
|
363 # are shown inside the group in which they are included (e.g. using \ingroup)
|
robert@500
|
364 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
|
robert@500
|
365 # and RTF).
|
robert@500
|
366 #
|
robert@500
|
367 # Note that this feature does not work in combination with
|
robert@500
|
368 # SEPARATE_MEMBER_PAGES.
|
robert@500
|
369 # The default value is: NO.
|
andrewm@47
|
370
|
andrewm@47
|
371 INLINE_GROUPED_CLASSES = NO
|
andrewm@47
|
372
|
robert@500
|
373 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
|
robert@500
|
374 # with only public data fields or simple typedef fields will be shown inline in
|
robert@500
|
375 # the documentation of the scope in which they are defined (i.e. file,
|
robert@500
|
376 # namespace, or group documentation), provided this scope is documented. If set
|
robert@500
|
377 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
|
robert@500
|
378 # Man pages) or section (for LaTeX and RTF).
|
robert@500
|
379 # The default value is: NO.
|
andrewm@47
|
380
|
andrewm@47
|
381 INLINE_SIMPLE_STRUCTS = NO
|
andrewm@47
|
382
|
robert@500
|
383 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
|
robert@500
|
384 # enum is documented as struct, union, or enum with the name of the typedef. So
|
andrewm@47
|
385 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
|
andrewm@47
|
386 # with name TypeT. When disabled the typedef will appear as a member of a file,
|
robert@500
|
387 # namespace, or class. And the struct will be named TypeS. This can typically be
|
robert@500
|
388 # useful for C code in case the coding convention dictates that all compound
|
andrewm@47
|
389 # types are typedef'ed and only the typedef is referenced, never the tag name.
|
robert@500
|
390 # The default value is: NO.
|
andrewm@47
|
391
|
andrewm@47
|
392 TYPEDEF_HIDES_STRUCT = NO
|
andrewm@47
|
393
|
robert@500
|
394 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|
robert@500
|
395 # cache is used to resolve symbols given their name and scope. Since this can be
|
robert@500
|
396 # an expensive process and often the same symbol appears multiple times in the
|
robert@500
|
397 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
|
robert@500
|
398 # doxygen will become slower. If the cache is too large, memory is wasted. The
|
robert@500
|
399 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
|
robert@500
|
400 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
|
robert@500
|
401 # symbols. At the end of a run doxygen will report the cache usage and suggest
|
robert@500
|
402 # the optimal cache size from a speed point of view.
|
robert@500
|
403 # Minimum value: 0, maximum value: 9, default value: 0.
|
andrewm@47
|
404
|
andrewm@47
|
405 LOOKUP_CACHE_SIZE = 0
|
andrewm@47
|
406
|
andrewm@47
|
407 #---------------------------------------------------------------------------
|
andrewm@47
|
408 # Build related configuration options
|
andrewm@47
|
409 #---------------------------------------------------------------------------
|
andrewm@47
|
410
|
robert@500
|
411 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
|
robert@500
|
412 # documentation are documented, even if no documentation was available. Private
|
robert@500
|
413 # class members and static file members will be hidden unless the
|
robert@500
|
414 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
|
robert@500
|
415 # Note: This will also disable the warnings about undocumented members that are
|
robert@500
|
416 # normally produced when WARNINGS is set to YES.
|
robert@500
|
417 # The default value is: NO.
|
andrewm@47
|
418
|
andrewm@47
|
419 EXTRACT_ALL = NO
|
andrewm@47
|
420
|
robert@500
|
421 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
|
robert@500
|
422 # be included in the documentation.
|
robert@500
|
423 # The default value is: NO.
|
andrewm@47
|
424
|
andrewm@47
|
425 EXTRACT_PRIVATE = NO
|
andrewm@47
|
426
|
robert@500
|
427 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
|
robert@500
|
428 # scope will be included in the documentation.
|
robert@500
|
429 # The default value is: NO.
|
robert@500
|
430
|
robert@500
|
431 EXTRACT_PACKAGE = NO
|
robert@500
|
432
|
robert@500
|
433 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
|
robert@500
|
434 # included in the documentation.
|
robert@500
|
435 # The default value is: NO.
|
andrewm@47
|
436
|
giuliomoro@208
|
437 EXTRACT_STATIC = YES
|
andrewm@47
|
438
|
robert@500
|
439 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
|
robert@500
|
440 # locally in source files will be included in the documentation. If set to NO,
|
robert@500
|
441 # only classes defined in header files are included. Does not have any effect
|
robert@500
|
442 # for Java sources.
|
robert@500
|
443 # The default value is: YES.
|
andrewm@47
|
444
|
andrewm@47
|
445 EXTRACT_LOCAL_CLASSES = YES
|
andrewm@47
|
446
|
robert@500
|
447 # This flag is only useful for Objective-C code. If set to YES, local methods,
|
robert@500
|
448 # which are defined in the implementation section but not in the interface are
|
robert@500
|
449 # included in the documentation. If set to NO, only methods in the interface are
|
robert@500
|
450 # included.
|
robert@500
|
451 # The default value is: NO.
|
andrewm@47
|
452
|
andrewm@47
|
453 EXTRACT_LOCAL_METHODS = NO
|
andrewm@47
|
454
|
andrewm@47
|
455 # If this flag is set to YES, the members of anonymous namespaces will be
|
andrewm@47
|
456 # extracted and appear in the documentation as a namespace called
|
robert@500
|
457 # 'anonymous_namespace{file}', where file will be replaced with the base name of
|
robert@500
|
458 # the file that contains the anonymous namespace. By default anonymous namespace
|
robert@500
|
459 # are hidden.
|
robert@500
|
460 # The default value is: NO.
|
andrewm@47
|
461
|
andrewm@47
|
462 EXTRACT_ANON_NSPACES = NO
|
andrewm@47
|
463
|
robert@500
|
464 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
|
robert@500
|
465 # undocumented members inside documented classes or files. If set to NO these
|
robert@500
|
466 # members will be included in the various overviews, but no documentation
|
robert@500
|
467 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
|
robert@500
|
468 # The default value is: NO.
|
andrewm@47
|
469
|
andrewm@47
|
470 HIDE_UNDOC_MEMBERS = NO
|
andrewm@47
|
471
|
robert@500
|
472 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
|
robert@500
|
473 # undocumented classes that are normally visible in the class hierarchy. If set
|
robert@500
|
474 # to NO, these classes will be included in the various overviews. This option
|
robert@500
|
475 # has no effect if EXTRACT_ALL is enabled.
|
robert@500
|
476 # The default value is: NO.
|
andrewm@47
|
477
|
andrewm@47
|
478 HIDE_UNDOC_CLASSES = NO
|
andrewm@47
|
479
|
robert@500
|
480 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|
robert@500
|
481 # (class|struct|union) declarations. If set to NO, these declarations will be
|
robert@500
|
482 # included in the documentation.
|
robert@500
|
483 # The default value is: NO.
|
andrewm@47
|
484
|
andrewm@47
|
485 HIDE_FRIEND_COMPOUNDS = NO
|
andrewm@47
|
486
|
robert@500
|
487 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
|
robert@500
|
488 # documentation blocks found inside the body of a function. If set to NO, these
|
robert@500
|
489 # blocks will be appended to the function's detailed documentation block.
|
robert@500
|
490 # The default value is: NO.
|
andrewm@47
|
491
|
andrewm@47
|
492 HIDE_IN_BODY_DOCS = NO
|
andrewm@47
|
493
|
robert@500
|
494 # The INTERNAL_DOCS tag determines if documentation that is typed after a
|
robert@500
|
495 # \internal command is included. If the tag is set to NO then the documentation
|
robert@500
|
496 # will be excluded. Set it to YES to include the internal documentation.
|
robert@500
|
497 # The default value is: NO.
|
andrewm@47
|
498
|
andrewm@47
|
499 INTERNAL_DOCS = NO
|
andrewm@47
|
500
|
robert@500
|
501 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
|
robert@500
|
502 # names in lower-case letters. If set to YES, upper-case letters are also
|
andrewm@47
|
503 # allowed. This is useful if you have classes or files whose names only differ
|
andrewm@47
|
504 # in case and if your file system supports case sensitive file names. Windows
|
andrewm@47
|
505 # and Mac users are advised to set this option to NO.
|
robert@500
|
506 # The default value is: system dependent.
|
andrewm@47
|
507
|
andrewm@47
|
508 CASE_SENSE_NAMES = YES
|
andrewm@47
|
509
|
robert@500
|
510 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
|
robert@500
|
511 # their full class and namespace scopes in the documentation. If set to YES, the
|
robert@500
|
512 # scope will be hidden.
|
robert@500
|
513 # The default value is: NO.
|
andrewm@47
|
514
|
andrewm@47
|
515 HIDE_SCOPE_NAMES = NO
|
andrewm@47
|
516
|
robert@500
|
517 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
|
robert@500
|
518 # append additional text to a page's title, such as Class Reference. If set to
|
robert@500
|
519 # YES the compound reference will be hidden.
|
robert@500
|
520 # The default value is: NO.
|
robert@500
|
521
|
robert@500
|
522 HIDE_COMPOUND_REFERENCE= NO
|
robert@500
|
523
|
robert@500
|
524 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
|
robert@500
|
525 # the files that are included by a file in the documentation of that file.
|
robert@500
|
526 # The default value is: YES.
|
andrewm@47
|
527
|
andrewm@47
|
528 SHOW_INCLUDE_FILES = YES
|
andrewm@47
|
529
|
robert@500
|
530 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
|
robert@500
|
531 # grouped member an include statement to the documentation, telling the reader
|
robert@500
|
532 # which file to include in order to use the member.
|
robert@500
|
533 # The default value is: NO.
|
robert@500
|
534
|
robert@500
|
535 SHOW_GROUPED_MEMB_INC = NO
|
robert@500
|
536
|
robert@500
|
537 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
|
robert@500
|
538 # files with double quotes in the documentation rather than with sharp brackets.
|
robert@500
|
539 # The default value is: NO.
|
andrewm@47
|
540
|
andrewm@47
|
541 FORCE_LOCAL_INCLUDES = NO
|
andrewm@47
|
542
|
robert@500
|
543 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
|
robert@500
|
544 # documentation for inline members.
|
robert@500
|
545 # The default value is: YES.
|
andrewm@47
|
546
|
andrewm@47
|
547 INLINE_INFO = YES
|
andrewm@47
|
548
|
robert@500
|
549 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
|
robert@500
|
550 # (detailed) documentation of file and class members alphabetically by member
|
robert@500
|
551 # name. If set to NO, the members will appear in declaration order.
|
robert@500
|
552 # The default value is: YES.
|
andrewm@47
|
553
|
andrewm@47
|
554 SORT_MEMBER_DOCS = NO
|
andrewm@47
|
555
|
robert@500
|
556 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
|
robert@500
|
557 # descriptions of file, namespace and class members alphabetically by member
|
robert@500
|
558 # name. If set to NO, the members will appear in declaration order. Note that
|
robert@500
|
559 # this will also influence the order of the classes in the class list.
|
robert@500
|
560 # The default value is: NO.
|
andrewm@47
|
561
|
andrewm@47
|
562 SORT_BRIEF_DOCS = NO
|
andrewm@47
|
563
|
robert@500
|
564 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
|
robert@500
|
565 # (brief and detailed) documentation of class members so that constructors and
|
robert@500
|
566 # destructors are listed first. If set to NO the constructors will appear in the
|
robert@500
|
567 # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
|
robert@500
|
568 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
|
robert@500
|
569 # member documentation.
|
robert@500
|
570 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
|
robert@500
|
571 # detailed member documentation.
|
robert@500
|
572 # The default value is: NO.
|
andrewm@47
|
573
|
andrewm@47
|
574 SORT_MEMBERS_CTORS_1ST = NO
|
andrewm@47
|
575
|
robert@500
|
576 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
|
robert@500
|
577 # of group names into alphabetical order. If set to NO the group names will
|
robert@500
|
578 # appear in their defined order.
|
robert@500
|
579 # The default value is: NO.
|
andrewm@47
|
580
|
andrewm@47
|
581 SORT_GROUP_NAMES = NO
|
andrewm@47
|
582
|
robert@500
|
583 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
|
robert@500
|
584 # fully-qualified names, including namespaces. If set to NO, the class list will
|
robert@500
|
585 # be sorted only by class name, not including the namespace part.
|
andrewm@47
|
586 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
|
robert@500
|
587 # Note: This option applies only to the class list, not to the alphabetical
|
robert@500
|
588 # list.
|
robert@500
|
589 # The default value is: NO.
|
andrewm@47
|
590
|
andrewm@47
|
591 SORT_BY_SCOPE_NAME = NO
|
andrewm@47
|
592
|
robert@500
|
593 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
|
robert@500
|
594 # type resolution of all parameters of a function it will reject a match between
|
robert@500
|
595 # the prototype and the implementation of a member function even if there is
|
robert@500
|
596 # only one candidate or it is obvious which candidate to choose by doing a
|
robert@500
|
597 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
|
robert@500
|
598 # accept a match between prototype and implementation in such cases.
|
robert@500
|
599 # The default value is: NO.
|
andrewm@47
|
600
|
andrewm@47
|
601 STRICT_PROTO_MATCHING = NO
|
andrewm@47
|
602
|
robert@500
|
603 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
|
robert@500
|
604 # list. This list is created by putting \todo commands in the documentation.
|
robert@500
|
605 # The default value is: YES.
|
andrewm@47
|
606
|
andrewm@47
|
607 GENERATE_TODOLIST = YES
|
andrewm@47
|
608
|
robert@500
|
609 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
|
robert@500
|
610 # list. This list is created by putting \test commands in the documentation.
|
robert@500
|
611 # The default value is: YES.
|
andrewm@47
|
612
|
andrewm@47
|
613 GENERATE_TESTLIST = YES
|
andrewm@47
|
614
|
robert@500
|
615 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
|
robert@500
|
616 # list. This list is created by putting \bug commands in the documentation.
|
robert@500
|
617 # The default value is: YES.
|
andrewm@47
|
618
|
andrewm@47
|
619 GENERATE_BUGLIST = YES
|
andrewm@47
|
620
|
robert@500
|
621 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
|
robert@500
|
622 # the deprecated list. This list is created by putting \deprecated commands in
|
robert@500
|
623 # the documentation.
|
robert@500
|
624 # The default value is: YES.
|
andrewm@47
|
625
|
andrewm@47
|
626 GENERATE_DEPRECATEDLIST= YES
|
andrewm@47
|
627
|
robert@500
|
628 # The ENABLED_SECTIONS tag can be used to enable conditional documentation
|
robert@500
|
629 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
|
robert@500
|
630 # ... \endcond blocks.
|
andrewm@47
|
631
|
andrewm@47
|
632 ENABLED_SECTIONS =
|
andrewm@47
|
633
|
robert@500
|
634 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
|
robert@500
|
635 # initial value of a variable or macro / define can have for it to appear in the
|
robert@500
|
636 # documentation. If the initializer consists of more lines than specified here
|
robert@500
|
637 # it will be hidden. Use a value of 0 to hide initializers completely. The
|
robert@500
|
638 # appearance of the value of individual variables and macros / defines can be
|
robert@500
|
639 # controlled using \showinitializer or \hideinitializer command in the
|
robert@500
|
640 # documentation regardless of this setting.
|
robert@500
|
641 # Minimum value: 0, maximum value: 10000, default value: 30.
|
andrewm@47
|
642
|
andrewm@47
|
643 MAX_INITIALIZER_LINES = 30
|
andrewm@47
|
644
|
robert@500
|
645 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
|
robert@500
|
646 # the bottom of the documentation of classes and structs. If set to YES, the
|
andrewm@47
|
647 # list will mention the files that were used to generate the documentation.
|
robert@500
|
648 # The default value is: YES.
|
andrewm@47
|
649
|
andrewm@47
|
650 SHOW_USED_FILES = YES
|
andrewm@47
|
651
|
robert@500
|
652 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
|
robert@500
|
653 # will remove the Files entry from the Quick Index and from the Folder Tree View
|
robert@500
|
654 # (if specified).
|
robert@500
|
655 # The default value is: YES.
|
andrewm@47
|
656
|
andrewm@47
|
657 SHOW_FILES = YES
|
andrewm@47
|
658
|
robert@500
|
659 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
|
robert@500
|
660 # page. This will remove the Namespaces entry from the Quick Index and from the
|
robert@500
|
661 # Folder Tree View (if specified).
|
robert@500
|
662 # The default value is: YES.
|
andrewm@47
|
663
|
andrewm@47
|
664 SHOW_NAMESPACES = YES
|
andrewm@47
|
665
|
andrewm@47
|
666 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
|
andrewm@47
|
667 # doxygen should invoke to get the current version for each file (typically from
|
andrewm@47
|
668 # the version control system). Doxygen will invoke the program by executing (via
|
robert@500
|
669 # popen()) the command command input-file, where command is the value of the
|
robert@500
|
670 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
|
robert@500
|
671 # by doxygen. Whatever the program writes to standard output is used as the file
|
robert@500
|
672 # version. For an example see the documentation.
|
andrewm@47
|
673
|
andrewm@47
|
674 FILE_VERSION_FILTER =
|
andrewm@47
|
675
|
andrewm@47
|
676 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
|
andrewm@47
|
677 # by doxygen. The layout file controls the global structure of the generated
|
robert@500
|
678 # output files in an output format independent way. To create the layout file
|
robert@500
|
679 # that represents doxygen's defaults, run doxygen with the -l option. You can
|
robert@500
|
680 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
|
robert@500
|
681 # will be used as the name of the layout file.
|
robert@500
|
682 #
|
robert@500
|
683 # Note that if you run doxygen from a directory containing a file called
|
robert@500
|
684 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
|
robert@500
|
685 # tag is left empty.
|
andrewm@47
|
686
|
andrewm@47
|
687 LAYOUT_FILE =
|
andrewm@47
|
688
|
robert@500
|
689 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
|
robert@500
|
690 # the reference definitions. This must be a list of .bib files. The .bib
|
robert@500
|
691 # extension is automatically appended if omitted. This requires the bibtex tool
|
robert@500
|
692 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
|
robert@500
|
693 # For LaTeX the style of the bibliography can be controlled using
|
robert@500
|
694 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
|
robert@500
|
695 # search path. See also \cite for info how to create references.
|
andrewm@47
|
696
|
andrewm@47
|
697 CITE_BIB_FILES =
|
andrewm@47
|
698
|
andrewm@47
|
699 #---------------------------------------------------------------------------
|
robert@500
|
700 # Configuration options related to warning and progress messages
|
andrewm@47
|
701 #---------------------------------------------------------------------------
|
andrewm@47
|
702
|
robert@500
|
703 # The QUIET tag can be used to turn on/off the messages that are generated to
|
robert@500
|
704 # standard output by doxygen. If QUIET is set to YES this implies that the
|
robert@500
|
705 # messages are off.
|
robert@500
|
706 # The default value is: NO.
|
andrewm@47
|
707
|
andrewm@47
|
708 QUIET = NO
|
andrewm@47
|
709
|
andrewm@47
|
710 # The WARNINGS tag can be used to turn on/off the warning messages that are
|
robert@500
|
711 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
|
robert@500
|
712 # this implies that the warnings are on.
|
robert@500
|
713 #
|
robert@500
|
714 # Tip: Turn warnings on while writing the documentation.
|
robert@500
|
715 # The default value is: YES.
|
andrewm@47
|
716
|
andrewm@47
|
717 WARNINGS = YES
|
andrewm@47
|
718
|
robert@500
|
719 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
|
robert@500
|
720 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
|
robert@500
|
721 # will automatically be disabled.
|
robert@500
|
722 # The default value is: YES.
|
andrewm@47
|
723
|
andrewm@47
|
724 WARN_IF_UNDOCUMENTED = YES
|
andrewm@47
|
725
|
robert@500
|
726 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
|
robert@500
|
727 # potential errors in the documentation, such as not documenting some parameters
|
robert@500
|
728 # in a documented function, or documenting parameters that don't exist or using
|
robert@500
|
729 # markup commands wrongly.
|
robert@500
|
730 # The default value is: YES.
|
andrewm@47
|
731
|
andrewm@47
|
732 WARN_IF_DOC_ERROR = YES
|
andrewm@47
|
733
|
robert@500
|
734 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
|
robert@500
|
735 # are documented, but have no documentation for their parameters or return
|
robert@500
|
736 # value. If set to NO, doxygen will only warn about wrong or incomplete
|
robert@500
|
737 # parameter documentation, but not about the absence of documentation.
|
robert@500
|
738 # The default value is: NO.
|
andrewm@47
|
739
|
andrewm@47
|
740 WARN_NO_PARAMDOC = NO
|
andrewm@47
|
741
|
robert@500
|
742 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
robert@500
|
743 # a warning is encountered.
|
robert@500
|
744 # The default value is: NO.
|
robert@500
|
745
|
robert@500
|
746 WARN_AS_ERROR = NO
|
robert@500
|
747
|
robert@500
|
748 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
|
robert@500
|
749 # can produce. The string should contain the $file, $line, and $text tags, which
|
robert@500
|
750 # will be replaced by the file and line number from which the warning originated
|
robert@500
|
751 # and the warning text. Optionally the format may contain $version, which will
|
robert@500
|
752 # be replaced by the version of the file (if it could be obtained via
|
robert@500
|
753 # FILE_VERSION_FILTER)
|
robert@500
|
754 # The default value is: $file:$line: $text.
|
andrewm@47
|
755
|
andrewm@47
|
756 WARN_FORMAT = "$file:$line: $text"
|
andrewm@47
|
757
|
robert@500
|
758 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
|
robert@500
|
759 # messages should be written. If left blank the output is written to standard
|
robert@500
|
760 # error (stderr).
|
andrewm@47
|
761
|
andrewm@47
|
762 WARN_LOGFILE =
|
andrewm@47
|
763
|
andrewm@47
|
764 #---------------------------------------------------------------------------
|
robert@500
|
765 # Configuration options related to the input files
|
andrewm@47
|
766 #---------------------------------------------------------------------------
|
andrewm@47
|
767
|
robert@500
|
768 # The INPUT tag is used to specify the files and/or directories that contain
|
robert@500
|
769 # documented source files. You may enter file names like myfile.cpp or
|
robert@500
|
770 # directories like /usr/src/myproject. Separate the files or directories with
|
robert@500
|
771 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
robert@500
|
772 # Note: If this tag is empty the current directory is searched.
|
robert@500
|
773
|
robert@524
|
774 INPUT = include/ examples/
|
andrewm@47
|
775
|
andrewm@47
|
776 # This tag can be used to specify the character encoding of the source files
|
robert@500
|
777 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
robert@500
|
778 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
|
robert@500
|
779 # documentation (see: http://www.gnu.org/software/libiconv) for the list of
|
robert@500
|
780 # possible encodings.
|
robert@500
|
781 # The default value is: UTF-8.
|
andrewm@47
|
782
|
andrewm@47
|
783 INPUT_ENCODING = UTF-8
|
andrewm@47
|
784
|
andrewm@47
|
785 # If the value of the INPUT tag contains directories, you can use the
|
robert@500
|
786 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
|
robert@500
|
787 # *.h) to filter out the source-files in the directories.
|
robert@500
|
788 #
|
robert@500
|
789 # Note that for custom extensions or not directly supported extensions you also
|
robert@500
|
790 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
|
robert@500
|
791 # read by doxygen.
|
robert@500
|
792 #
|
robert@500
|
793 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
|
robert@500
|
794 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
|
robert@500
|
795 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
robert@500
|
796 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl,
|
robert@500
|
797 # *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js.
|
andrewm@47
|
798
|
andrewm@47
|
799 FILE_PATTERNS =
|
andrewm@47
|
800
|
robert@500
|
801 # The RECURSIVE tag can be used to specify whether or not subdirectories should
|
robert@500
|
802 # be searched for input files as well.
|
robert@500
|
803 # The default value is: NO.
|
andrewm@47
|
804
|
andrewm@47
|
805 RECURSIVE = YES
|
andrewm@47
|
806
|
andrewm@47
|
807 # The EXCLUDE tag can be used to specify files and/or directories that should be
|
andrewm@47
|
808 # excluded from the INPUT source files. This way you can easily exclude a
|
andrewm@47
|
809 # subdirectory from a directory tree whose root is specified with the INPUT tag.
|
robert@500
|
810 #
|
andrewm@47
|
811 # Note that relative paths are relative to the directory from which doxygen is
|
andrewm@47
|
812 # run.
|
andrewm@47
|
813
|
robert@524
|
814 EXCLUDE = include/ne10/ include/oscpkt.hh include/libpd include/prussdrv.h examples/10-Instruments/
|
andrewm@47
|
815
|
andrewm@47
|
816 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
andrewm@47
|
817 # directories that are symbolic links (a Unix file system feature) are excluded
|
andrewm@47
|
818 # from the input.
|
robert@500
|
819 # The default value is: NO.
|
andrewm@47
|
820
|
andrewm@47
|
821 EXCLUDE_SYMLINKS = NO
|
andrewm@47
|
822
|
andrewm@47
|
823 # If the value of the INPUT tag contains directories, you can use the
|
andrewm@47
|
824 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
|
robert@500
|
825 # certain files from those directories.
|
robert@500
|
826 #
|
robert@500
|
827 # Note that the wildcards are matched against the file with absolute path, so to
|
robert@500
|
828 # exclude all test directories for example use the pattern */test/*
|
andrewm@47
|
829
|
andrewm@47
|
830 EXCLUDE_PATTERNS =
|
andrewm@47
|
831
|
andrewm@47
|
832 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
andrewm@47
|
833 # (namespaces, classes, functions, etc.) that should be excluded from the
|
andrewm@47
|
834 # output. The symbol name can be a fully qualified name, a word, or if the
|
andrewm@47
|
835 # wildcard * is used, a substring. Examples: ANamespace, AClass,
|
andrewm@47
|
836 # AClass::ANamespace, ANamespace::*Test
|
robert@500
|
837 #
|
robert@500
|
838 # Note that the wildcards are matched against the file with absolute path, so to
|
robert@500
|
839 # exclude all test directories use the pattern */test/*
|
andrewm@47
|
840
|
andrewm@47
|
841 EXCLUDE_SYMBOLS =
|
andrewm@47
|
842
|
robert@500
|
843 # The EXAMPLE_PATH tag can be used to specify one or more files or directories
|
robert@500
|
844 # that contain example code fragments that are included (see the \include
|
robert@500
|
845 # command).
|
robert@500
|
846
|
robert@500
|
847 EXAMPLE_PATH = examples/01-Basics \
|
robert@500
|
848 examples/02-Digital \
|
robert@500
|
849 examples/03-Analog \
|
robert@500
|
850 examples/04-Audio \
|
robert@500
|
851 examples/05-Communication \
|
robert@500
|
852 examples/06-Sensors \
|
robert@500
|
853 examples/07-DataLogging \
|
robert@500
|
854 examples/08-PureData \
|
robert@500
|
855 examples/09-Capelets \
|
robert@500
|
856 examples/10-Instruments \
|
robert@500
|
857 examples/11-Extras
|
andrewm@47
|
858
|
andrewm@47
|
859 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
|
robert@500
|
860 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
|
robert@500
|
861 # *.h) to filter out the source-files in the directories. If left blank all
|
robert@500
|
862 # files are included.
|
andrewm@47
|
863
|
andrewm@47
|
864 EXAMPLE_PATTERNS =
|
andrewm@47
|
865
|
andrewm@47
|
866 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
|
robert@500
|
867 # searched for input files to be used with the \include or \dontinclude commands
|
robert@500
|
868 # irrespective of the value of the RECURSIVE tag.
|
robert@500
|
869 # The default value is: NO.
|
andrewm@47
|
870
|
andrewm@47
|
871 EXAMPLE_RECURSIVE = NO
|
andrewm@47
|
872
|
robert@500
|
873 # The IMAGE_PATH tag can be used to specify one or more files or directories
|
robert@500
|
874 # that contain images that are to be included in the documentation (see the
|
robert@500
|
875 # \image command).
|
andrewm@47
|
876
|
andrewm@47
|
877 IMAGE_PATH =
|
andrewm@47
|
878
|
andrewm@47
|
879 # The INPUT_FILTER tag can be used to specify a program that doxygen should
|
andrewm@47
|
880 # invoke to filter for each input file. Doxygen will invoke the filter program
|
robert@500
|
881 # by executing (via popen()) the command:
|
robert@500
|
882 #
|
robert@500
|
883 # <filter> <input-file>
|
robert@500
|
884 #
|
robert@500
|
885 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
|
robert@500
|
886 # name of an input file. Doxygen will then use the output that the filter
|
robert@500
|
887 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
|
robert@500
|
888 # will be ignored.
|
robert@500
|
889 #
|
robert@500
|
890 # Note that the filter must not add or remove lines; it is applied before the
|
robert@500
|
891 # code is scanned, but not when the output code is generated. If lines are added
|
robert@500
|
892 # or removed, the anchors will not be placed correctly.
|
robert@500
|
893 #
|
robert@500
|
894 # Note that for custom extensions or not directly supported extensions you also
|
robert@500
|
895 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
|
robert@500
|
896 # properly processed by doxygen.
|
andrewm@47
|
897
|
andrewm@47
|
898 INPUT_FILTER =
|
andrewm@47
|
899
|
andrewm@47
|
900 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
|
robert@500
|
901 # basis. Doxygen will compare the file name with each pattern and apply the
|
robert@500
|
902 # filter if there is a match. The filters are a list of the form: pattern=filter
|
robert@500
|
903 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
|
robert@500
|
904 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
|
robert@500
|
905 # patterns match the file name, INPUT_FILTER is applied.
|
robert@500
|
906 #
|
robert@500
|
907 # Note that for custom extensions or not directly supported extensions you also
|
robert@500
|
908 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
|
robert@500
|
909 # properly processed by doxygen.
|
andrewm@47
|
910
|
andrewm@47
|
911 FILTER_PATTERNS =
|
andrewm@47
|
912
|
andrewm@47
|
913 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
|
robert@500
|
914 # INPUT_FILTER) will also be used to filter the input files that are used for
|
robert@500
|
915 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
|
robert@500
|
916 # The default value is: NO.
|
andrewm@47
|
917
|
andrewm@47
|
918 FILTER_SOURCE_FILES = NO
|
andrewm@47
|
919
|
andrewm@47
|
920 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
|
robert@500
|
921 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
|
robert@500
|
922 # it is also possible to disable source filtering for a specific pattern using
|
robert@500
|
923 # *.ext= (so without naming a filter).
|
robert@500
|
924 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
|
andrewm@47
|
925
|
andrewm@47
|
926 FILTER_SOURCE_PATTERNS =
|
andrewm@47
|
927
|
robert@500
|
928 # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
|
robert@500
|
929 # is part of the input, its contents will be placed on the main page
|
robert@500
|
930 # (index.html). This can be useful if you have a project on for instance GitHub
|
robert@500
|
931 # and want to reuse the introduction page also for the doxygen output.
|
robert@500
|
932
|
robert@500
|
933 USE_MDFILE_AS_MAINPAGE =
|
robert@500
|
934
|
andrewm@47
|
935 #---------------------------------------------------------------------------
|
robert@500
|
936 # Configuration options related to source browsing
|
andrewm@47
|
937 #---------------------------------------------------------------------------
|
andrewm@47
|
938
|
robert@500
|
939 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
|
robert@500
|
940 # generated. Documented entities will be cross-referenced with these sources.
|
robert@500
|
941 #
|
robert@500
|
942 # Note: To get rid of all source code in the generated output, make sure that
|
robert@500
|
943 # also VERBATIM_HEADERS is set to NO.
|
robert@500
|
944 # The default value is: NO.
|
andrewm@47
|
945
|
andrewm@47
|
946 SOURCE_BROWSER = NO
|
andrewm@47
|
947
|
robert@500
|
948 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
robert@500
|
949 # classes and enums directly into the documentation.
|
robert@500
|
950 # The default value is: NO.
|
andrewm@47
|
951
|
andrewm@47
|
952 INLINE_SOURCES = NO
|
andrewm@47
|
953
|
robert@500
|
954 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
|
robert@500
|
955 # special comment blocks from generated source code fragments. Normal C, C++ and
|
robert@500
|
956 # Fortran comments will always remain visible.
|
robert@500
|
957 # The default value is: YES.
|
andrewm@47
|
958
|
andrewm@47
|
959 STRIP_CODE_COMMENTS = YES
|
andrewm@47
|
960
|
robert@500
|
961 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
|
robert@500
|
962 # function all documented functions referencing it will be listed.
|
robert@500
|
963 # The default value is: NO.
|
andrewm@47
|
964
|
andrewm@47
|
965 REFERENCED_BY_RELATION = NO
|
andrewm@47
|
966
|
robert@500
|
967 # If the REFERENCES_RELATION tag is set to YES then for each documented function
|
robert@500
|
968 # all documented entities called/used by that function will be listed.
|
robert@500
|
969 # The default value is: NO.
|
andrewm@47
|
970
|
andrewm@47
|
971 REFERENCES_RELATION = NO
|
andrewm@47
|
972
|
robert@500
|
973 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
|
robert@500
|
974 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
|
robert@500
|
975 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
|
robert@500
|
976 # link to the documentation.
|
robert@500
|
977 # The default value is: YES.
|
andrewm@47
|
978
|
andrewm@47
|
979 REFERENCES_LINK_SOURCE = YES
|
andrewm@47
|
980
|
robert@500
|
981 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|
robert@500
|
982 # source code will show a tooltip with additional information such as prototype,
|
robert@500
|
983 # brief description and links to the definition and documentation. Since this
|
robert@500
|
984 # will make the HTML file larger and loading of large files a bit slower, you
|
robert@500
|
985 # can opt to disable this feature.
|
robert@500
|
986 # The default value is: YES.
|
robert@500
|
987 # This tag requires that the tag SOURCE_BROWSER is set to YES.
|
robert@500
|
988
|
robert@500
|
989 SOURCE_TOOLTIPS = YES
|
robert@500
|
990
|
robert@500
|
991 # If the USE_HTAGS tag is set to YES then the references to source code will
|
robert@500
|
992 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
|
robert@500
|
993 # source browser. The htags tool is part of GNU's global source tagging system
|
robert@500
|
994 # (see http://www.gnu.org/software/global/global.html). You will need version
|
robert@500
|
995 # 4.8.6 or higher.
|
robert@500
|
996 #
|
robert@500
|
997 # To use it do the following:
|
robert@500
|
998 # - Install the latest version of global
|
robert@500
|
999 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
|
robert@500
|
1000 # - Make sure the INPUT points to the root of the source tree
|
robert@500
|
1001 # - Run doxygen as normal
|
robert@500
|
1002 #
|
robert@500
|
1003 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
|
robert@500
|
1004 # tools must be available from the command line (i.e. in the search path).
|
robert@500
|
1005 #
|
robert@500
|
1006 # The result: instead of the source browser generated by doxygen, the links to
|
robert@500
|
1007 # source code will now point to the output of htags.
|
robert@500
|
1008 # The default value is: NO.
|
robert@500
|
1009 # This tag requires that the tag SOURCE_BROWSER is set to YES.
|
andrewm@47
|
1010
|
andrewm@47
|
1011 USE_HTAGS = NO
|
andrewm@47
|
1012
|
robert@500
|
1013 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
|
robert@500
|
1014 # verbatim copy of the header file for each class for which an include is
|
robert@500
|
1015 # specified. Set to NO to disable this.
|
robert@500
|
1016 # See also: Section \class.
|
robert@500
|
1017 # The default value is: YES.
|
andrewm@47
|
1018
|
andrewm@47
|
1019 VERBATIM_HEADERS = YES
|
andrewm@47
|
1020
|
andrewm@47
|
1021 #---------------------------------------------------------------------------
|
robert@500
|
1022 # Configuration options related to the alphabetical class index
|
andrewm@47
|
1023 #---------------------------------------------------------------------------
|
andrewm@47
|
1024
|
robert@500
|
1025 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
|
robert@500
|
1026 # compounds will be generated. Enable this if the project contains a lot of
|
robert@500
|
1027 # classes, structs, unions or interfaces.
|
robert@500
|
1028 # The default value is: YES.
|
andrewm@47
|
1029
|
andrewm@47
|
1030 ALPHABETICAL_INDEX = YES
|
andrewm@47
|
1031
|
robert@500
|
1032 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
|
robert@500
|
1033 # which the alphabetical index list will be split.
|
robert@500
|
1034 # Minimum value: 1, maximum value: 20, default value: 5.
|
robert@500
|
1035 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
andrewm@47
|
1036
|
andrewm@47
|
1037 COLS_IN_ALPHA_INDEX = 5
|
andrewm@47
|
1038
|
robert@500
|
1039 # In case all classes in a project start with a common prefix, all classes will
|
robert@500
|
1040 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
|
robert@500
|
1041 # can be used to specify a prefix (or a list of prefixes) that should be ignored
|
robert@500
|
1042 # while generating the index headers.
|
robert@500
|
1043 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
andrewm@47
|
1044
|
andrewm@47
|
1045 IGNORE_PREFIX =
|
andrewm@47
|
1046
|
andrewm@47
|
1047 #---------------------------------------------------------------------------
|
robert@500
|
1048 # Configuration options related to the HTML output
|
andrewm@47
|
1049 #---------------------------------------------------------------------------
|
andrewm@47
|
1050
|
robert@500
|
1051 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
|
robert@500
|
1052 # The default value is: YES.
|
andrewm@47
|
1053
|
andrewm@47
|
1054 GENERATE_HTML = YES
|
andrewm@47
|
1055
|
robert@500
|
1056 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
|
robert@500
|
1057 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
robert@500
|
1058 # it.
|
robert@500
|
1059 # The default directory is: html.
|
robert@500
|
1060 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1061
|
andrewm@47
|
1062 HTML_OUTPUT = html
|
andrewm@47
|
1063
|
robert@500
|
1064 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
|
robert@500
|
1065 # generated HTML page (for example: .htm, .php, .asp).
|
robert@500
|
1066 # The default value is: .html.
|
robert@500
|
1067 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1068
|
andrewm@47
|
1069 HTML_FILE_EXTENSION = .html
|
andrewm@47
|
1070
|
robert@500
|
1071 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
|
robert@500
|
1072 # each generated HTML page. If the tag is left blank doxygen will generate a
|
robert@500
|
1073 # standard header.
|
robert@500
|
1074 #
|
robert@500
|
1075 # To get valid HTML the header file that includes any scripts and style sheets
|
robert@500
|
1076 # that doxygen needs, which is dependent on the configuration options used (e.g.
|
robert@500
|
1077 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
|
robert@500
|
1078 # default header using
|
robert@500
|
1079 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
|
robert@500
|
1080 # YourConfigFile
|
robert@500
|
1081 # and then modify the file new_header.html. See also section "Doxygen usage"
|
robert@500
|
1082 # for information on how to generate the default header that doxygen normally
|
robert@500
|
1083 # uses.
|
robert@500
|
1084 # Note: The header is subject to change so you typically have to regenerate the
|
robert@500
|
1085 # default header when upgrading to a newer version of doxygen. For a description
|
robert@500
|
1086 # of the possible markers and block names see the documentation.
|
robert@500
|
1087 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1088
|
andrewm@47
|
1089 HTML_HEADER =
|
andrewm@47
|
1090
|
robert@500
|
1091 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
|
robert@500
|
1092 # generated HTML page. If the tag is left blank doxygen will generate a standard
|
robert@500
|
1093 # footer. See HTML_HEADER for more information on how to generate a default
|
robert@500
|
1094 # footer and what special commands can be used inside the footer. See also
|
robert@500
|
1095 # section "Doxygen usage" for information on how to generate the default footer
|
robert@500
|
1096 # that doxygen normally uses.
|
robert@500
|
1097 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1098
|
andrewm@47
|
1099 HTML_FOOTER =
|
andrewm@47
|
1100
|
robert@500
|
1101 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
|
robert@500
|
1102 # sheet that is used by each HTML page. It can be used to fine-tune the look of
|
robert@500
|
1103 # the HTML output. If left blank doxygen will generate a default style sheet.
|
robert@500
|
1104 # See also section "Doxygen usage" for information on how to generate the style
|
robert@500
|
1105 # sheet that doxygen normally uses.
|
robert@500
|
1106 # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
|
robert@500
|
1107 # it is more robust and this tag (HTML_STYLESHEET) will in the future become
|
robert@500
|
1108 # obsolete.
|
robert@500
|
1109 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1110
|
andrewm@47
|
1111 HTML_STYLESHEET =
|
andrewm@47
|
1112
|
robert@500
|
1113 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
|
robert@500
|
1114 # cascading style sheets that are included after the standard style sheets
|
robert@500
|
1115 # created by doxygen. Using this option one can overrule certain style aspects.
|
robert@500
|
1116 # This is preferred over using HTML_STYLESHEET since it does not replace the
|
robert@500
|
1117 # standard style sheet and is therefore more robust against future updates.
|
robert@500
|
1118 # Doxygen will copy the style sheet files to the output directory.
|
robert@500
|
1119 # Note: The order of the extra style sheet files is of importance (e.g. the last
|
robert@500
|
1120 # style sheet in the list overrules the setting of the previous ones in the
|
robert@500
|
1121 # list). For an example see the documentation.
|
robert@500
|
1122 # This tag requires that the tag GENERATE_HTML is set to YES.
|
robert@500
|
1123
|
robert@500
|
1124 HTML_EXTRA_STYLESHEET =
|
robert@500
|
1125
|
andrewm@47
|
1126 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
andrewm@47
|
1127 # other source files which should be copied to the HTML output directory. Note
|
andrewm@47
|
1128 # that these files will be copied to the base HTML output directory. Use the
|
robert@500
|
1129 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
|
robert@500
|
1130 # files. In the HTML_STYLESHEET file, use the file name only. Also note that the
|
robert@500
|
1131 # files will be copied as-is; there are no commands or markers available.
|
robert@500
|
1132 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1133
|
andrewm@47
|
1134 HTML_EXTRA_FILES =
|
andrewm@47
|
1135
|
robert@500
|
1136 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
|
robert@500
|
1137 # will adjust the colors in the style sheet and background images according to
|
robert@500
|
1138 # this color. Hue is specified as an angle on a colorwheel, see
|
robert@500
|
1139 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
|
robert@500
|
1140 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
|
robert@500
|
1141 # purple, and 360 is red again.
|
robert@500
|
1142 # Minimum value: 0, maximum value: 359, default value: 220.
|
robert@500
|
1143 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1144
|
andrewm@47
|
1145 HTML_COLORSTYLE_HUE = 220
|
andrewm@47
|
1146
|
robert@500
|
1147 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|
robert@500
|
1148 # in the HTML output. For a value of 0 the output will use grayscales only. A
|
robert@500
|
1149 # value of 255 will produce the most vivid colors.
|
robert@500
|
1150 # Minimum value: 0, maximum value: 255, default value: 100.
|
robert@500
|
1151 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1152
|
andrewm@47
|
1153 HTML_COLORSTYLE_SAT = 100
|
andrewm@47
|
1154
|
robert@500
|
1155 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
robert@500
|
1156 # luminance component of the colors in the HTML output. Values below 100
|
robert@500
|
1157 # gradually make the output lighter, whereas values above 100 make the output
|
robert@500
|
1158 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
|
robert@500
|
1159 # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
|
robert@500
|
1160 # change the gamma.
|
robert@500
|
1161 # Minimum value: 40, maximum value: 240, default value: 80.
|
robert@500
|
1162 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1163
|
andrewm@47
|
1164 HTML_COLORSTYLE_GAMMA = 80
|
andrewm@47
|
1165
|
andrewm@47
|
1166 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|
robert@500
|
1167 # page will contain the date and time when the page was generated. Setting this
|
robert@500
|
1168 # to YES can help to show when doxygen was last run and thus if the
|
robert@500
|
1169 # documentation is up to date.
|
robert@500
|
1170 # The default value is: NO.
|
robert@500
|
1171 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1172
|
andrewm@47
|
1173 HTML_TIMESTAMP = YES
|
andrewm@47
|
1174
|
andrewm@47
|
1175 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
|
andrewm@47
|
1176 # documentation will contain sections that can be hidden and shown after the
|
robert@500
|
1177 # page has loaded.
|
robert@500
|
1178 # The default value is: NO.
|
robert@500
|
1179 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1180
|
andrewm@47
|
1181 HTML_DYNAMIC_SECTIONS = NO
|
andrewm@47
|
1182
|
robert@500
|
1183 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|
robert@500
|
1184 # shown in the various tree structured indices initially; the user can expand
|
robert@500
|
1185 # and collapse entries dynamically later on. Doxygen will expand the tree to
|
robert@500
|
1186 # such a level that at most the specified number of entries are visible (unless
|
robert@500
|
1187 # a fully collapsed tree already exceeds this amount). So setting the number of
|
robert@500
|
1188 # entries 1 will produce a full collapsed tree by default. 0 is a special value
|
robert@500
|
1189 # representing an infinite number of entries and will result in a full expanded
|
robert@500
|
1190 # tree by default.
|
robert@500
|
1191 # Minimum value: 0, maximum value: 9999, default value: 100.
|
robert@500
|
1192 # This tag requires that the tag GENERATE_HTML is set to YES.
|
robert@500
|
1193
|
robert@500
|
1194 HTML_INDEX_NUM_ENTRIES = 100
|
robert@500
|
1195
|
robert@500
|
1196 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
|
robert@500
|
1197 # generated that can be used as input for Apple's Xcode 3 integrated development
|
robert@500
|
1198 # environment (see: http://developer.apple.com/tools/xcode/), introduced with
|
robert@500
|
1199 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
|
robert@500
|
1200 # Makefile in the HTML output directory. Running make will produce the docset in
|
robert@500
|
1201 # that directory and running make install will install the docset in
|
robert@500
|
1202 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
|
robert@500
|
1203 # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
|
andrewm@47
|
1204 # for more information.
|
robert@500
|
1205 # The default value is: NO.
|
robert@500
|
1206 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1207
|
andrewm@47
|
1208 GENERATE_DOCSET = NO
|
andrewm@47
|
1209
|
robert@500
|
1210 # This tag determines the name of the docset feed. A documentation feed provides
|
robert@500
|
1211 # an umbrella under which multiple documentation sets from a single provider
|
robert@500
|
1212 # (such as a company or product suite) can be grouped.
|
robert@500
|
1213 # The default value is: Doxygen generated docs.
|
robert@500
|
1214 # This tag requires that the tag GENERATE_DOCSET is set to YES.
|
andrewm@47
|
1215
|
andrewm@47
|
1216 DOCSET_FEEDNAME = "Doxygen generated docs"
|
andrewm@47
|
1217
|
robert@500
|
1218 # This tag specifies a string that should uniquely identify the documentation
|
robert@500
|
1219 # set bundle. This should be a reverse domain-name style string, e.g.
|
robert@500
|
1220 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
|
robert@500
|
1221 # The default value is: org.doxygen.Project.
|
robert@500
|
1222 # This tag requires that the tag GENERATE_DOCSET is set to YES.
|
andrewm@47
|
1223
|
andrewm@47
|
1224 DOCSET_BUNDLE_ID = org.doxygen.Project
|
andrewm@47
|
1225
|
robert@500
|
1226 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
|
andrewm@47
|
1227 # the documentation publisher. This should be a reverse domain-name style
|
andrewm@47
|
1228 # string, e.g. com.mycompany.MyDocSet.documentation.
|
robert@500
|
1229 # The default value is: org.doxygen.Publisher.
|
robert@500
|
1230 # This tag requires that the tag GENERATE_DOCSET is set to YES.
|
andrewm@47
|
1231
|
andrewm@47
|
1232 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
|
andrewm@47
|
1233
|
robert@500
|
1234 # The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
|
robert@500
|
1235 # The default value is: Publisher.
|
robert@500
|
1236 # This tag requires that the tag GENERATE_DOCSET is set to YES.
|
andrewm@47
|
1237
|
andrewm@47
|
1238 DOCSET_PUBLISHER_NAME = Publisher
|
andrewm@47
|
1239
|
robert@500
|
1240 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
|
robert@500
|
1241 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The
|
robert@500
|
1242 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
|
robert@500
|
1243 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
|
robert@500
|
1244 # Windows.
|
robert@500
|
1245 #
|
robert@500
|
1246 # The HTML Help Workshop contains a compiler that can convert all HTML output
|
robert@500
|
1247 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
|
robert@500
|
1248 # files are now used as the Windows 98 help format, and will replace the old
|
robert@500
|
1249 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
robert@500
|
1250 # HTML files also contain an index, a table of contents, and you can search for
|
robert@500
|
1251 # words in the documentation. The HTML workshop also contains a viewer for
|
robert@500
|
1252 # compressed HTML files.
|
robert@500
|
1253 # The default value is: NO.
|
robert@500
|
1254 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1255
|
andrewm@47
|
1256 GENERATE_HTMLHELP = NO
|
andrewm@47
|
1257
|
robert@500
|
1258 # The CHM_FILE tag can be used to specify the file name of the resulting .chm
|
robert@500
|
1259 # file. You can add a path in front of the file if the result should not be
|
andrewm@47
|
1260 # written to the html output directory.
|
robert@500
|
1261 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
|
andrewm@47
|
1262
|
andrewm@47
|
1263 CHM_FILE =
|
andrewm@47
|
1264
|
robert@500
|
1265 # The HHC_LOCATION tag can be used to specify the location (absolute path
|
robert@500
|
1266 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
|
robert@500
|
1267 # doxygen will try to run the HTML help compiler on the generated index.hhp.
|
robert@500
|
1268 # The file has to be specified with full path.
|
robert@500
|
1269 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
|
andrewm@47
|
1270
|
andrewm@47
|
1271 HHC_LOCATION =
|
andrewm@47
|
1272
|
robert@500
|
1273 # The GENERATE_CHI flag controls if a separate .chi index file is generated
|
robert@500
|
1274 # (YES) or that it should be included in the master .chm file (NO).
|
robert@500
|
1275 # The default value is: NO.
|
robert@500
|
1276 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
|
andrewm@47
|
1277
|
andrewm@47
|
1278 GENERATE_CHI = NO
|
andrewm@47
|
1279
|
robert@500
|
1280 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
|
robert@500
|
1281 # and project file content.
|
robert@500
|
1282 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
|
andrewm@47
|
1283
|
andrewm@47
|
1284 CHM_INDEX_ENCODING =
|
andrewm@47
|
1285
|
robert@500
|
1286 # The BINARY_TOC flag controls whether a binary table of contents is generated
|
robert@500
|
1287 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
|
robert@500
|
1288 # enables the Previous and Next buttons.
|
robert@500
|
1289 # The default value is: NO.
|
robert@500
|
1290 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
|
andrewm@47
|
1291
|
andrewm@47
|
1292 BINARY_TOC = NO
|
andrewm@47
|
1293
|
robert@500
|
1294 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
|
robert@500
|
1295 # the table of contents of the HTML help documentation and to the tree view.
|
robert@500
|
1296 # The default value is: NO.
|
robert@500
|
1297 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
|
andrewm@47
|
1298
|
andrewm@47
|
1299 TOC_EXPAND = NO
|
andrewm@47
|
1300
|
andrewm@47
|
1301 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
|
robert@500
|
1302 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
|
robert@500
|
1303 # can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
|
robert@500
|
1304 # (.qch) of the generated HTML documentation.
|
robert@500
|
1305 # The default value is: NO.
|
robert@500
|
1306 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1307
|
andrewm@47
|
1308 GENERATE_QHP = NO
|
andrewm@47
|
1309
|
robert@500
|
1310 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
|
robert@500
|
1311 # the file name of the resulting .qch file. The path specified is relative to
|
robert@500
|
1312 # the HTML output folder.
|
robert@500
|
1313 # This tag requires that the tag GENERATE_QHP is set to YES.
|
andrewm@47
|
1314
|
andrewm@47
|
1315 QCH_FILE =
|
andrewm@47
|
1316
|
robert@500
|
1317 # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
|
robert@500
|
1318 # Project output. For more information please see Qt Help Project / Namespace
|
robert@500
|
1319 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
|
robert@500
|
1320 # The default value is: org.doxygen.Project.
|
robert@500
|
1321 # This tag requires that the tag GENERATE_QHP is set to YES.
|
andrewm@47
|
1322
|
andrewm@47
|
1323 QHP_NAMESPACE = org.doxygen.Project
|
andrewm@47
|
1324
|
robert@500
|
1325 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
|
robert@500
|
1326 # Help Project output. For more information please see Qt Help Project / Virtual
|
robert@500
|
1327 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
|
robert@500
|
1328 # folders).
|
robert@500
|
1329 # The default value is: doc.
|
robert@500
|
1330 # This tag requires that the tag GENERATE_QHP is set to YES.
|
andrewm@47
|
1331
|
andrewm@47
|
1332 QHP_VIRTUAL_FOLDER = doc
|
andrewm@47
|
1333
|
robert@500
|
1334 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
|
robert@500
|
1335 # filter to add. For more information please see Qt Help Project / Custom
|
robert@500
|
1336 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
|
robert@500
|
1337 # filters).
|
robert@500
|
1338 # This tag requires that the tag GENERATE_QHP is set to YES.
|
andrewm@47
|
1339
|
andrewm@47
|
1340 QHP_CUST_FILTER_NAME =
|
andrewm@47
|
1341
|
robert@500
|
1342 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
|
robert@500
|
1343 # custom filter to add. For more information please see Qt Help Project / Custom
|
robert@500
|
1344 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
|
robert@500
|
1345 # filters).
|
robert@500
|
1346 # This tag requires that the tag GENERATE_QHP is set to YES.
|
andrewm@47
|
1347
|
andrewm@47
|
1348 QHP_CUST_FILTER_ATTRS =
|
andrewm@47
|
1349
|
andrewm@47
|
1350 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
|
robert@500
|
1351 # project's filter section matches. Qt Help Project / Filter Attributes (see:
|
robert@500
|
1352 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
|
robert@500
|
1353 # This tag requires that the tag GENERATE_QHP is set to YES.
|
andrewm@47
|
1354
|
andrewm@47
|
1355 QHP_SECT_FILTER_ATTRS =
|
andrewm@47
|
1356
|
robert@500
|
1357 # The QHG_LOCATION tag can be used to specify the location of Qt's
|
robert@500
|
1358 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
|
robert@500
|
1359 # generated .qhp file.
|
robert@500
|
1360 # This tag requires that the tag GENERATE_QHP is set to YES.
|
andrewm@47
|
1361
|
andrewm@47
|
1362 QHG_LOCATION =
|
andrewm@47
|
1363
|
robert@500
|
1364 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
|
robert@500
|
1365 # generated, together with the HTML files, they form an Eclipse help plugin. To
|
robert@500
|
1366 # install this plugin and make it available under the help contents menu in
|
robert@500
|
1367 # Eclipse, the contents of the directory containing the HTML and XML files needs
|
robert@500
|
1368 # to be copied into the plugins directory of eclipse. The name of the directory
|
robert@500
|
1369 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
|
robert@500
|
1370 # After copying Eclipse needs to be restarted before the help appears.
|
robert@500
|
1371 # The default value is: NO.
|
robert@500
|
1372 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1373
|
andrewm@47
|
1374 GENERATE_ECLIPSEHELP = NO
|
andrewm@47
|
1375
|
robert@500
|
1376 # A unique identifier for the Eclipse help plugin. When installing the plugin
|
robert@500
|
1377 # the directory name containing the HTML and XML files should also have this
|
robert@500
|
1378 # name. Each documentation set should have its own identifier.
|
robert@500
|
1379 # The default value is: org.doxygen.Project.
|
robert@500
|
1380 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
|
andrewm@47
|
1381
|
andrewm@47
|
1382 ECLIPSE_DOC_ID = org.doxygen.Project
|
andrewm@47
|
1383
|
robert@500
|
1384 # If you want full control over the layout of the generated HTML pages it might
|
robert@500
|
1385 # be necessary to disable the index and replace it with your own. The
|
robert@500
|
1386 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
|
robert@500
|
1387 # of each HTML page. A value of NO enables the index and the value YES disables
|
robert@500
|
1388 # it. Since the tabs in the index contain the same information as the navigation
|
robert@500
|
1389 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
|
robert@500
|
1390 # The default value is: NO.
|
robert@500
|
1391 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1392
|
andrewm@47
|
1393 DISABLE_INDEX = NO
|
andrewm@47
|
1394
|
andrewm@47
|
1395 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
|
robert@500
|
1396 # structure should be generated to display hierarchical information. If the tag
|
robert@500
|
1397 # value is set to YES, a side panel will be generated containing a tree-like
|
robert@500
|
1398 # index structure (just like the one that is generated for HTML Help). For this
|
robert@500
|
1399 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
|
robert@500
|
1400 # (i.e. any modern browser). Windows users are probably better off using the
|
robert@500
|
1401 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
|
robert@500
|
1402 # further fine-tune the look of the index. As an example, the default style
|
robert@500
|
1403 # sheet generated by doxygen has an example that shows how to put an image at
|
robert@500
|
1404 # the root of the tree instead of the PROJECT_NAME. Since the tree basically has
|
robert@500
|
1405 # the same information as the tab index, you could consider setting
|
robert@500
|
1406 # DISABLE_INDEX to YES when enabling this option.
|
robert@500
|
1407 # The default value is: NO.
|
robert@500
|
1408 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1409
|
andrewm@47
|
1410 GENERATE_TREEVIEW = NO
|
andrewm@47
|
1411
|
robert@500
|
1412 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
|
robert@500
|
1413 # doxygen will group on one line in the generated HTML documentation.
|
robert@500
|
1414 #
|
robert@500
|
1415 # Note that a value of 0 will completely suppress the enum values from appearing
|
robert@500
|
1416 # in the overview section.
|
robert@500
|
1417 # Minimum value: 0, maximum value: 20, default value: 4.
|
robert@500
|
1418 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1419
|
andrewm@47
|
1420 ENUM_VALUES_PER_LINE = 4
|
andrewm@47
|
1421
|
robert@500
|
1422 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
|
robert@500
|
1423 # to set the initial width (in pixels) of the frame in which the tree is shown.
|
robert@500
|
1424 # Minimum value: 0, maximum value: 1500, default value: 250.
|
robert@500
|
1425 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1426
|
andrewm@47
|
1427 TREEVIEW_WIDTH = 250
|
andrewm@47
|
1428
|
robert@500
|
1429 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
|
robert@500
|
1430 # external symbols imported via tag files in a separate window.
|
robert@500
|
1431 # The default value is: NO.
|
robert@500
|
1432 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1433
|
andrewm@47
|
1434 EXT_LINKS_IN_WINDOW = NO
|
andrewm@47
|
1435
|
robert@500
|
1436 # Use this tag to change the font size of LaTeX formulas included as images in
|
robert@500
|
1437 # the HTML documentation. When you change the font size after a successful
|
robert@500
|
1438 # doxygen run you need to manually remove any form_*.png images from the HTML
|
robert@500
|
1439 # output directory to force them to be regenerated.
|
robert@500
|
1440 # Minimum value: 8, maximum value: 50, default value: 10.
|
robert@500
|
1441 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1442
|
andrewm@47
|
1443 FORMULA_FONTSIZE = 10
|
andrewm@47
|
1444
|
andrewm@47
|
1445 # Use the FORMULA_TRANPARENT tag to determine whether or not the images
|
robert@500
|
1446 # generated for formulas are transparent PNGs. Transparent PNGs are not
|
robert@500
|
1447 # supported properly for IE 6.0, but are supported on all modern browsers.
|
robert@500
|
1448 #
|
robert@500
|
1449 # Note that when changing this option you need to delete any form_*.png files in
|
robert@500
|
1450 # the HTML output directory before the changes have effect.
|
robert@500
|
1451 # The default value is: YES.
|
robert@500
|
1452 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1453
|
andrewm@47
|
1454 FORMULA_TRANSPARENT = YES
|
andrewm@47
|
1455
|
robert@500
|
1456 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
|
robert@500
|
1457 # http://www.mathjax.org) which uses client side Javascript for the rendering
|
robert@500
|
1458 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
|
robert@500
|
1459 # installed or if you want to formulas look prettier in the HTML output. When
|
robert@500
|
1460 # enabled you may also need to install MathJax separately and configure the path
|
robert@500
|
1461 # to it using the MATHJAX_RELPATH option.
|
robert@500
|
1462 # The default value is: NO.
|
robert@500
|
1463 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1464
|
andrewm@47
|
1465 USE_MATHJAX = NO
|
andrewm@47
|
1466
|
robert@500
|
1467 # When MathJax is enabled you can set the default output format to be used for
|
robert@500
|
1468 # the MathJax output. See the MathJax site (see:
|
robert@500
|
1469 # http://docs.mathjax.org/en/latest/output.html) for more details.
|
robert@500
|
1470 # Possible values are: HTML-CSS (which is slower, but has the best
|
robert@500
|
1471 # compatibility), NativeMML (i.e. MathML) and SVG.
|
robert@500
|
1472 # The default value is: HTML-CSS.
|
robert@500
|
1473 # This tag requires that the tag USE_MATHJAX is set to YES.
|
robert@500
|
1474
|
robert@500
|
1475 MATHJAX_FORMAT = HTML-CSS
|
robert@500
|
1476
|
robert@500
|
1477 # When MathJax is enabled you need to specify the location relative to the HTML
|
robert@500
|
1478 # output directory using the MATHJAX_RELPATH option. The destination directory
|
robert@500
|
1479 # should contain the MathJax.js script. For instance, if the mathjax directory
|
robert@500
|
1480 # is located at the same level as the HTML output directory, then
|
robert@500
|
1481 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
|
robert@500
|
1482 # Content Delivery Network so you can quickly see the result without installing
|
robert@500
|
1483 # MathJax. However, it is strongly recommended to install a local copy of
|
robert@500
|
1484 # MathJax from http://www.mathjax.org before deployment.
|
robert@500
|
1485 # The default value is: http://cdn.mathjax.org/mathjax/latest.
|
robert@500
|
1486 # This tag requires that the tag USE_MATHJAX is set to YES.
|
andrewm@47
|
1487
|
andrewm@47
|
1488 MATHJAX_RELPATH = http://www.mathjax.org/mathjax
|
andrewm@47
|
1489
|
robert@500
|
1490 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
|
robert@500
|
1491 # extension names that should be enabled during MathJax rendering. For example
|
robert@500
|
1492 # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
|
robert@500
|
1493 # This tag requires that the tag USE_MATHJAX is set to YES.
|
andrewm@47
|
1494
|
andrewm@47
|
1495 MATHJAX_EXTENSIONS =
|
andrewm@47
|
1496
|
robert@500
|
1497 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
|
robert@500
|
1498 # of code that will be used on startup of the MathJax code. See the MathJax site
|
robert@500
|
1499 # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
|
robert@500
|
1500 # example see the documentation.
|
robert@500
|
1501 # This tag requires that the tag USE_MATHJAX is set to YES.
|
robert@500
|
1502
|
robert@500
|
1503 MATHJAX_CODEFILE =
|
robert@500
|
1504
|
robert@500
|
1505 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
|
robert@500
|
1506 # the HTML output. The underlying search engine uses javascript and DHTML and
|
robert@500
|
1507 # should work on any modern browser. Note that when using HTML help
|
robert@500
|
1508 # (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
|
robert@500
|
1509 # there is already a search function so this one should typically be disabled.
|
robert@500
|
1510 # For large projects the javascript based search engine can be slow, then
|
robert@500
|
1511 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
|
robert@500
|
1512 # search using the keyboard; to jump to the search box use <access key> + S
|
robert@500
|
1513 # (what the <access key> is depends on the OS and browser, but it is typically
|
robert@500
|
1514 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
|
robert@500
|
1515 # key> to jump into the search results window, the results can be navigated
|
robert@500
|
1516 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
|
robert@500
|
1517 # the search. The filter options can be selected when the cursor is inside the
|
robert@500
|
1518 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
robert@500
|
1519 # to select a filter and <Enter> or <escape> to activate or cancel the filter
|
robert@500
|
1520 # option.
|
robert@500
|
1521 # The default value is: YES.
|
robert@500
|
1522 # This tag requires that the tag GENERATE_HTML is set to YES.
|
andrewm@47
|
1523
|
andrewm@47
|
1524 SEARCHENGINE = YES
|
andrewm@47
|
1525
|
andrewm@47
|
1526 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
|
robert@500
|
1527 # implemented using a web server instead of a web client using Javascript. There
|
robert@500
|
1528 # are two flavors of web server based searching depending on the EXTERNAL_SEARCH
|
robert@500
|
1529 # setting. When disabled, doxygen will generate a PHP script for searching and
|
robert@500
|
1530 # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
|
robert@500
|
1531 # and searching needs to be provided by external tools. See the section
|
robert@500
|
1532 # "External Indexing and Searching" for details.
|
robert@500
|
1533 # The default value is: NO.
|
robert@500
|
1534 # This tag requires that the tag SEARCHENGINE is set to YES.
|
andrewm@47
|
1535
|
andrewm@47
|
1536 SERVER_BASED_SEARCH = NO
|
andrewm@47
|
1537
|
robert@500
|
1538 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
|
robert@500
|
1539 # script for searching. Instead the search results are written to an XML file
|
robert@500
|
1540 # which needs to be processed by an external indexer. Doxygen will invoke an
|
robert@500
|
1541 # external search engine pointed to by the SEARCHENGINE_URL option to obtain the
|
robert@500
|
1542 # search results.
|
robert@500
|
1543 #
|
robert@500
|
1544 # Doxygen ships with an example indexer (doxyindexer) and search engine
|
robert@500
|
1545 # (doxysearch.cgi) which are based on the open source search engine library
|
robert@500
|
1546 # Xapian (see: http://xapian.org/).
|
robert@500
|
1547 #
|
robert@500
|
1548 # See the section "External Indexing and Searching" for details.
|
robert@500
|
1549 # The default value is: NO.
|
robert@500
|
1550 # This tag requires that the tag SEARCHENGINE is set to YES.
|
robert@500
|
1551
|
robert@500
|
1552 EXTERNAL_SEARCH = NO
|
robert@500
|
1553
|
robert@500
|
1554 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
|
robert@500
|
1555 # which will return the search results when EXTERNAL_SEARCH is enabled.
|
robert@500
|
1556 #
|
robert@500
|
1557 # Doxygen ships with an example indexer (doxyindexer) and search engine
|
robert@500
|
1558 # (doxysearch.cgi) which are based on the open source search engine library
|
robert@500
|
1559 # Xapian (see: http://xapian.org/). See the section "External Indexing and
|
robert@500
|
1560 # Searching" for details.
|
robert@500
|
1561 # This tag requires that the tag SEARCHENGINE is set to YES.
|
robert@500
|
1562
|
robert@500
|
1563 SEARCHENGINE_URL =
|
robert@500
|
1564
|
robert@500
|
1565 # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
|
robert@500
|
1566 # search data is written to a file for indexing by an external tool. With the
|
robert@500
|
1567 # SEARCHDATA_FILE tag the name of this file can be specified.
|
robert@500
|
1568 # The default file is: searchdata.xml.
|
robert@500
|
1569 # This tag requires that the tag SEARCHENGINE is set to YES.
|
robert@500
|
1570
|
robert@500
|
1571 SEARCHDATA_FILE = searchdata.xml
|
robert@500
|
1572
|
robert@500
|
1573 # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
|
robert@500
|
1574 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
robert@500
|
1575 # useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
robert@500
|
1576 # projects and redirect the results back to the right project.
|
robert@500
|
1577 # This tag requires that the tag SEARCHENGINE is set to YES.
|
robert@500
|
1578
|
robert@500
|
1579 EXTERNAL_SEARCH_ID =
|
robert@500
|
1580
|
robert@500
|
1581 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
robert@500
|
1582 # projects other than the one defined by this configuration file, but that are
|
robert@500
|
1583 # all added to the same external search index. Each project needs to have a
|
robert@500
|
1584 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
robert@500
|
1585 # to a relative location where the documentation can be found. The format is:
|
robert@500
|
1586 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
robert@500
|
1587 # This tag requires that the tag SEARCHENGINE is set to YES.
|
robert@500
|
1588
|
robert@500
|
1589 EXTRA_SEARCH_MAPPINGS =
|
robert@500
|
1590
|
andrewm@47
|
1591 #---------------------------------------------------------------------------
|
robert@500
|
1592 # Configuration options related to the LaTeX output
|
andrewm@47
|
1593 #---------------------------------------------------------------------------
|
andrewm@47
|
1594
|
robert@500
|
1595 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
|
robert@500
|
1596 # The default value is: YES.
|
andrewm@47
|
1597
|
giuliomoro@384
|
1598 GENERATE_LATEX = NO
|
andrewm@47
|
1599
|
robert@500
|
1600 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
|
robert@500
|
1601 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
robert@500
|
1602 # it.
|
robert@500
|
1603 # The default directory is: latex.
|
robert@500
|
1604 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1605
|
andrewm@47
|
1606 LATEX_OUTPUT = latex
|
andrewm@47
|
1607
|
andrewm@47
|
1608 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
|
robert@500
|
1609 # invoked.
|
robert@500
|
1610 #
|
robert@500
|
1611 # Note that when enabling USE_PDFLATEX this option is only used for generating
|
robert@500
|
1612 # bitmaps for formulas in the HTML output, but not in the Makefile that is
|
robert@500
|
1613 # written to the output directory.
|
robert@500
|
1614 # The default file is: latex.
|
robert@500
|
1615 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1616
|
andrewm@47
|
1617 LATEX_CMD_NAME = latex
|
andrewm@47
|
1618
|
robert@500
|
1619 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
|
robert@500
|
1620 # index for LaTeX.
|
robert@500
|
1621 # The default file is: makeindex.
|
robert@500
|
1622 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1623
|
andrewm@47
|
1624 MAKEINDEX_CMD_NAME = makeindex
|
andrewm@47
|
1625
|
robert@500
|
1626 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
|
robert@500
|
1627 # documents. This may be useful for small projects and may help to save some
|
robert@500
|
1628 # trees in general.
|
robert@500
|
1629 # The default value is: NO.
|
robert@500
|
1630 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1631
|
andrewm@47
|
1632 COMPACT_LATEX = NO
|
andrewm@47
|
1633
|
robert@500
|
1634 # The PAPER_TYPE tag can be used to set the paper type that is used by the
|
robert@500
|
1635 # printer.
|
robert@500
|
1636 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
|
robert@500
|
1637 # 14 inches) and executive (7.25 x 10.5 inches).
|
robert@500
|
1638 # The default value is: a4.
|
robert@500
|
1639 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1640
|
andrewm@47
|
1641 PAPER_TYPE = a4
|
andrewm@47
|
1642
|
robert@500
|
1643 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
|
robert@500
|
1644 # that should be included in the LaTeX output. The package can be specified just
|
robert@500
|
1645 # by its name or with the correct syntax as to be used with the LaTeX
|
robert@500
|
1646 # \usepackage command. To get the times font for instance you can specify :
|
robert@500
|
1647 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
|
robert@500
|
1648 # To use the option intlimits with the amsmath package you can specify:
|
robert@500
|
1649 # EXTRA_PACKAGES=[intlimits]{amsmath}
|
robert@500
|
1650 # If left blank no extra packages will be included.
|
robert@500
|
1651 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1652
|
andrewm@47
|
1653 EXTRA_PACKAGES =
|
andrewm@47
|
1654
|
robert@500
|
1655 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
|
robert@500
|
1656 # generated LaTeX document. The header should contain everything until the first
|
robert@500
|
1657 # chapter. If it is left blank doxygen will generate a standard header. See
|
robert@500
|
1658 # section "Doxygen usage" for information on how to let doxygen write the
|
robert@500
|
1659 # default header to a separate file.
|
robert@500
|
1660 #
|
robert@500
|
1661 # Note: Only use a user-defined header if you know what you are doing! The
|
robert@500
|
1662 # following commands have a special meaning inside the header: $title,
|
robert@500
|
1663 # $datetime, $date, $doxygenversion, $projectname, $projectnumber,
|
robert@500
|
1664 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty
|
robert@500
|
1665 # string, for the replacement values of the other commands the user is referred
|
robert@500
|
1666 # to HTML_HEADER.
|
robert@500
|
1667 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1668
|
andrewm@47
|
1669 LATEX_HEADER =
|
andrewm@47
|
1670
|
robert@500
|
1671 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
|
robert@500
|
1672 # generated LaTeX document. The footer should contain everything after the last
|
robert@500
|
1673 # chapter. If it is left blank doxygen will generate a standard footer. See
|
robert@500
|
1674 # LATEX_HEADER for more information on how to generate a default footer and what
|
robert@500
|
1675 # special commands can be used inside the footer.
|
robert@500
|
1676 #
|
robert@500
|
1677 # Note: Only use a user-defined footer if you know what you are doing!
|
robert@500
|
1678 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1679
|
andrewm@47
|
1680 LATEX_FOOTER =
|
andrewm@47
|
1681
|
robert@500
|
1682 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
|
robert@500
|
1683 # LaTeX style sheets that are included after the standard style sheets created
|
robert@500
|
1684 # by doxygen. Using this option one can overrule certain style aspects. Doxygen
|
robert@500
|
1685 # will copy the style sheet files to the output directory.
|
robert@500
|
1686 # Note: The order of the extra style sheet files is of importance (e.g. the last
|
robert@500
|
1687 # style sheet in the list overrules the setting of the previous ones in the
|
robert@500
|
1688 # list).
|
robert@500
|
1689 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
robert@500
|
1690
|
robert@500
|
1691 LATEX_EXTRA_STYLESHEET =
|
robert@500
|
1692
|
robert@500
|
1693 # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
|
robert@500
|
1694 # other source files which should be copied to the LATEX_OUTPUT output
|
robert@500
|
1695 # directory. Note that the files will be copied as-is; there are no commands or
|
robert@500
|
1696 # markers available.
|
robert@500
|
1697 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
robert@500
|
1698
|
robert@500
|
1699 LATEX_EXTRA_FILES =
|
robert@500
|
1700
|
robert@500
|
1701 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
|
robert@500
|
1702 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
|
robert@500
|
1703 # contain links (just like the HTML output) instead of page references. This
|
robert@500
|
1704 # makes the output suitable for online browsing using a PDF viewer.
|
robert@500
|
1705 # The default value is: YES.
|
robert@500
|
1706 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1707
|
andrewm@47
|
1708 PDF_HYPERLINKS = YES
|
andrewm@47
|
1709
|
robert@500
|
1710 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
|
robert@500
|
1711 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
|
andrewm@47
|
1712 # higher quality PDF documentation.
|
robert@500
|
1713 # The default value is: YES.
|
robert@500
|
1714 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1715
|
andrewm@47
|
1716 USE_PDFLATEX = YES
|
andrewm@47
|
1717
|
robert@500
|
1718 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
|
robert@500
|
1719 # command to the generated LaTeX files. This will instruct LaTeX to keep running
|
robert@500
|
1720 # if errors occur, instead of asking the user for help. This option is also used
|
robert@500
|
1721 # when generating formulas in HTML.
|
robert@500
|
1722 # The default value is: NO.
|
robert@500
|
1723 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1724
|
andrewm@47
|
1725 LATEX_BATCHMODE = NO
|
andrewm@47
|
1726
|
robert@500
|
1727 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
|
robert@500
|
1728 # index chapters (such as File Index, Compound Index, etc.) in the output.
|
robert@500
|
1729 # The default value is: NO.
|
robert@500
|
1730 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1731
|
andrewm@47
|
1732 LATEX_HIDE_INDICES = NO
|
andrewm@47
|
1733
|
robert@500
|
1734 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
|
robert@500
|
1735 # code with syntax highlighting in the LaTeX output.
|
robert@500
|
1736 #
|
robert@500
|
1737 # Note that which sources are shown also depends on other settings such as
|
robert@500
|
1738 # SOURCE_BROWSER.
|
robert@500
|
1739 # The default value is: NO.
|
robert@500
|
1740 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1741
|
andrewm@47
|
1742 LATEX_SOURCE_CODE = NO
|
andrewm@47
|
1743
|
andrewm@47
|
1744 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
|
robert@500
|
1745 # bibliography, e.g. plainnat, or ieeetr. See
|
robert@500
|
1746 # http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
|
robert@500
|
1747 # The default value is: plain.
|
robert@500
|
1748 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
andrewm@47
|
1749
|
andrewm@47
|
1750 LATEX_BIB_STYLE = plain
|
andrewm@47
|
1751
|
robert@500
|
1752 # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
|
robert@500
|
1753 # page will contain the date and time when the page was generated. Setting this
|
robert@500
|
1754 # to NO can help when comparing the output of multiple runs.
|
robert@500
|
1755 # The default value is: NO.
|
robert@500
|
1756 # This tag requires that the tag GENERATE_LATEX is set to YES.
|
robert@500
|
1757
|
robert@500
|
1758 LATEX_TIMESTAMP = NO
|
robert@500
|
1759
|
andrewm@47
|
1760 #---------------------------------------------------------------------------
|
robert@500
|
1761 # Configuration options related to the RTF output
|
andrewm@47
|
1762 #---------------------------------------------------------------------------
|
andrewm@47
|
1763
|
robert@500
|
1764 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
|
robert@500
|
1765 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|
robert@500
|
1766 # readers/editors.
|
robert@500
|
1767 # The default value is: NO.
|
andrewm@47
|
1768
|
andrewm@47
|
1769 GENERATE_RTF = NO
|
andrewm@47
|
1770
|
robert@500
|
1771 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
|
robert@500
|
1772 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
robert@500
|
1773 # it.
|
robert@500
|
1774 # The default directory is: rtf.
|
robert@500
|
1775 # This tag requires that the tag GENERATE_RTF is set to YES.
|
andrewm@47
|
1776
|
andrewm@47
|
1777 RTF_OUTPUT = rtf
|
andrewm@47
|
1778
|
robert@500
|
1779 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
|
robert@500
|
1780 # documents. This may be useful for small projects and may help to save some
|
robert@500
|
1781 # trees in general.
|
robert@500
|
1782 # The default value is: NO.
|
robert@500
|
1783 # This tag requires that the tag GENERATE_RTF is set to YES.
|
andrewm@47
|
1784
|
andrewm@47
|
1785 COMPACT_RTF = NO
|
andrewm@47
|
1786
|
robert@500
|
1787 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
|
robert@500
|
1788 # contain hyperlink fields. The RTF file will contain links (just like the HTML
|
robert@500
|
1789 # output) instead of page references. This makes the output suitable for online
|
robert@500
|
1790 # browsing using Word or some other Word compatible readers that support those
|
robert@500
|
1791 # fields.
|
robert@500
|
1792 #
|
robert@500
|
1793 # Note: WordPad (write) and others do not support links.
|
robert@500
|
1794 # The default value is: NO.
|
robert@500
|
1795 # This tag requires that the tag GENERATE_RTF is set to YES.
|
andrewm@47
|
1796
|
andrewm@47
|
1797 RTF_HYPERLINKS = NO
|
andrewm@47
|
1798
|
robert@500
|
1799 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
|
robert@500
|
1800 # file, i.e. a series of assignments. You only have to provide replacements,
|
robert@500
|
1801 # missing definitions are set to their default value.
|
robert@500
|
1802 #
|
robert@500
|
1803 # See also section "Doxygen usage" for information on how to generate the
|
robert@500
|
1804 # default style sheet that doxygen normally uses.
|
robert@500
|
1805 # This tag requires that the tag GENERATE_RTF is set to YES.
|
andrewm@47
|
1806
|
andrewm@47
|
1807 RTF_STYLESHEET_FILE =
|
andrewm@47
|
1808
|
robert@500
|
1809 # Set optional variables used in the generation of an RTF document. Syntax is
|
robert@500
|
1810 # similar to doxygen's config file. A template extensions file can be generated
|
robert@500
|
1811 # using doxygen -e rtf extensionFile.
|
robert@500
|
1812 # This tag requires that the tag GENERATE_RTF is set to YES.
|
andrewm@47
|
1813
|
andrewm@47
|
1814 RTF_EXTENSIONS_FILE =
|
andrewm@47
|
1815
|
robert@500
|
1816 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
|
robert@500
|
1817 # with syntax highlighting in the RTF output.
|
robert@500
|
1818 #
|
robert@500
|
1819 # Note that which sources are shown also depends on other settings such as
|
robert@500
|
1820 # SOURCE_BROWSER.
|
robert@500
|
1821 # The default value is: NO.
|
robert@500
|
1822 # This tag requires that the tag GENERATE_RTF is set to YES.
|
robert@500
|
1823
|
robert@500
|
1824 RTF_SOURCE_CODE = NO
|
robert@500
|
1825
|
andrewm@47
|
1826 #---------------------------------------------------------------------------
|
robert@500
|
1827 # Configuration options related to the man page output
|
andrewm@47
|
1828 #---------------------------------------------------------------------------
|
andrewm@47
|
1829
|
robert@500
|
1830 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
|
robert@500
|
1831 # classes and files.
|
robert@500
|
1832 # The default value is: NO.
|
andrewm@47
|
1833
|
andrewm@47
|
1834 GENERATE_MAN = NO
|
andrewm@47
|
1835
|
robert@500
|
1836 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
|
robert@500
|
1837 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
robert@500
|
1838 # it. A directory man3 will be created inside the directory specified by
|
robert@500
|
1839 # MAN_OUTPUT.
|
robert@500
|
1840 # The default directory is: man.
|
robert@500
|
1841 # This tag requires that the tag GENERATE_MAN is set to YES.
|
andrewm@47
|
1842
|
andrewm@47
|
1843 MAN_OUTPUT = man
|
andrewm@47
|
1844
|
robert@500
|
1845 # The MAN_EXTENSION tag determines the extension that is added to the generated
|
robert@500
|
1846 # man pages. In case the manual section does not start with a number, the number
|
robert@500
|
1847 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
|
robert@500
|
1848 # optional.
|
robert@500
|
1849 # The default value is: .3.
|
robert@500
|
1850 # This tag requires that the tag GENERATE_MAN is set to YES.
|
andrewm@47
|
1851
|
andrewm@47
|
1852 MAN_EXTENSION = .3
|
andrewm@47
|
1853
|
robert@500
|
1854 # The MAN_SUBDIR tag determines the name of the directory created within
|
robert@500
|
1855 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
|
robert@500
|
1856 # MAN_EXTENSION with the initial . removed.
|
robert@500
|
1857 # This tag requires that the tag GENERATE_MAN is set to YES.
|
robert@500
|
1858
|
robert@500
|
1859 MAN_SUBDIR =
|
robert@500
|
1860
|
robert@500
|
1861 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
|
robert@500
|
1862 # will generate one additional man file for each entity documented in the real
|
robert@500
|
1863 # man page(s). These additional files only source the real man page, but without
|
robert@500
|
1864 # them the man command would be unable to find the correct page.
|
robert@500
|
1865 # The default value is: NO.
|
robert@500
|
1866 # This tag requires that the tag GENERATE_MAN is set to YES.
|
andrewm@47
|
1867
|
andrewm@47
|
1868 MAN_LINKS = NO
|
andrewm@47
|
1869
|
andrewm@47
|
1870 #---------------------------------------------------------------------------
|
robert@500
|
1871 # Configuration options related to the XML output
|
andrewm@47
|
1872 #---------------------------------------------------------------------------
|
andrewm@47
|
1873
|
robert@500
|
1874 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
|
robert@500
|
1875 # captures the structure of the code including all documentation.
|
robert@500
|
1876 # The default value is: NO.
|
andrewm@47
|
1877
|
l@407
|
1878 GENERATE_XML = YES
|
andrewm@47
|
1879
|
robert@500
|
1880 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
|
robert@500
|
1881 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
robert@500
|
1882 # it.
|
robert@500
|
1883 # The default directory is: xml.
|
robert@500
|
1884 # This tag requires that the tag GENERATE_XML is set to YES.
|
andrewm@47
|
1885
|
andrewm@47
|
1886 XML_OUTPUT = xml
|
andrewm@47
|
1887
|
robert@500
|
1888 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
|
robert@500
|
1889 # listings (including syntax highlighting and cross-referencing information) to
|
robert@500
|
1890 # the XML output. Note that enabling this will significantly increase the size
|
robert@500
|
1891 # of the XML output.
|
robert@500
|
1892 # The default value is: YES.
|
robert@500
|
1893 # This tag requires that the tag GENERATE_XML is set to YES.
|
andrewm@47
|
1894
|
robert@524
|
1895 XML_PROGRAMLISTING = NO
|
andrewm@47
|
1896
|
andrewm@47
|
1897 #---------------------------------------------------------------------------
|
robert@500
|
1898 # Configuration options related to the DOCBOOK output
|
andrewm@47
|
1899 #---------------------------------------------------------------------------
|
andrewm@47
|
1900
|
robert@500
|
1901 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
|
robert@500
|
1902 # that can be used to generate PDF.
|
robert@500
|
1903 # The default value is: NO.
|
robert@500
|
1904
|
robert@500
|
1905 GENERATE_DOCBOOK = NO
|
robert@500
|
1906
|
robert@500
|
1907 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
|
robert@500
|
1908 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
|
robert@500
|
1909 # front of it.
|
robert@500
|
1910 # The default directory is: docbook.
|
robert@500
|
1911 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
|
robert@500
|
1912
|
robert@500
|
1913 DOCBOOK_OUTPUT = docbook
|
robert@500
|
1914
|
robert@500
|
1915 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
|
robert@500
|
1916 # program listings (including syntax highlighting and cross-referencing
|
robert@500
|
1917 # information) to the DOCBOOK output. Note that enabling this will significantly
|
robert@500
|
1918 # increase the size of the DOCBOOK output.
|
robert@500
|
1919 # The default value is: NO.
|
robert@500
|
1920 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
|
robert@500
|
1921
|
robert@500
|
1922 DOCBOOK_PROGRAMLISTING = NO
|
robert@500
|
1923
|
robert@500
|
1924 #---------------------------------------------------------------------------
|
robert@500
|
1925 # Configuration options for the AutoGen Definitions output
|
robert@500
|
1926 #---------------------------------------------------------------------------
|
robert@500
|
1927
|
robert@500
|
1928 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
|
robert@500
|
1929 # AutoGen Definitions (see http://autogen.sf.net) file that captures the
|
robert@500
|
1930 # structure of the code including all documentation. Note that this feature is
|
robert@500
|
1931 # still experimental and incomplete at the moment.
|
robert@500
|
1932 # The default value is: NO.
|
andrewm@47
|
1933
|
andrewm@47
|
1934 GENERATE_AUTOGEN_DEF = NO
|
andrewm@47
|
1935
|
andrewm@47
|
1936 #---------------------------------------------------------------------------
|
robert@500
|
1937 # Configuration options related to the Perl module output
|
andrewm@47
|
1938 #---------------------------------------------------------------------------
|
andrewm@47
|
1939
|
robert@500
|
1940 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
|
robert@500
|
1941 # file that captures the structure of the code including all documentation.
|
robert@500
|
1942 #
|
robert@500
|
1943 # Note that this feature is still experimental and incomplete at the moment.
|
robert@500
|
1944 # The default value is: NO.
|
andrewm@47
|
1945
|
andrewm@47
|
1946 GENERATE_PERLMOD = NO
|
andrewm@47
|
1947
|
robert@500
|
1948 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
|
robert@500
|
1949 # Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
|
robert@500
|
1950 # output from the Perl module output.
|
robert@500
|
1951 # The default value is: NO.
|
robert@500
|
1952 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
|
andrewm@47
|
1953
|
andrewm@47
|
1954 PERLMOD_LATEX = NO
|
andrewm@47
|
1955
|
robert@500
|
1956 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
|
robert@500
|
1957 # formatted so it can be parsed by a human reader. This is useful if you want to
|
robert@500
|
1958 # understand what is going on. On the other hand, if this tag is set to NO, the
|
robert@500
|
1959 # size of the Perl module output will be much smaller and Perl will parse it
|
robert@500
|
1960 # just the same.
|
robert@500
|
1961 # The default value is: YES.
|
robert@500
|
1962 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
|
andrewm@47
|
1963
|
andrewm@47
|
1964 PERLMOD_PRETTY = YES
|
andrewm@47
|
1965
|
robert@500
|
1966 # The names of the make variables in the generated doxyrules.make file are
|
robert@500
|
1967 # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
|
robert@500
|
1968 # so different doxyrules.make files included by the same Makefile don't
|
robert@500
|
1969 # overwrite each other's variables.
|
robert@500
|
1970 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
|
andrewm@47
|
1971
|
andrewm@47
|
1972 PERLMOD_MAKEVAR_PREFIX =
|
andrewm@47
|
1973
|
andrewm@47
|
1974 #---------------------------------------------------------------------------
|
andrewm@47
|
1975 # Configuration options related to the preprocessor
|
andrewm@47
|
1976 #---------------------------------------------------------------------------
|
andrewm@47
|
1977
|
robert@500
|
1978 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
|
robert@500
|
1979 # C-preprocessor directives found in the sources and include files.
|
robert@500
|
1980 # The default value is: YES.
|
andrewm@47
|
1981
|
andrewm@47
|
1982 ENABLE_PREPROCESSING = YES
|
andrewm@47
|
1983
|
robert@500
|
1984 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
|
robert@500
|
1985 # in the source code. If set to NO, only conditional compilation will be
|
robert@500
|
1986 # performed. Macro expansion can be done in a controlled way by setting
|
robert@500
|
1987 # EXPAND_ONLY_PREDEF to YES.
|
robert@500
|
1988 # The default value is: NO.
|
robert@500
|
1989 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
andrewm@47
|
1990
|
andrewm@47
|
1991 MACRO_EXPANSION = NO
|
andrewm@47
|
1992
|
robert@500
|
1993 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
|
robert@500
|
1994 # the macro expansion is limited to the macros specified with the PREDEFINED and
|
robert@500
|
1995 # EXPAND_AS_DEFINED tags.
|
robert@500
|
1996 # The default value is: NO.
|
robert@500
|
1997 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
andrewm@47
|
1998
|
andrewm@47
|
1999 EXPAND_ONLY_PREDEF = NO
|
andrewm@47
|
2000
|
robert@500
|
2001 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
|
robert@500
|
2002 # INCLUDE_PATH will be searched if a #include is found.
|
robert@500
|
2003 # The default value is: YES.
|
robert@500
|
2004 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
andrewm@47
|
2005
|
andrewm@47
|
2006 SEARCH_INCLUDES = YES
|
andrewm@47
|
2007
|
andrewm@47
|
2008 # The INCLUDE_PATH tag can be used to specify one or more directories that
|
robert@500
|
2009 # contain include files that are not input files but should be processed by the
|
robert@500
|
2010 # preprocessor.
|
robert@500
|
2011 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
|
andrewm@47
|
2012
|
andrewm@47
|
2013 INCLUDE_PATH =
|
andrewm@47
|
2014
|
andrewm@47
|
2015 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
andrewm@47
|
2016 # patterns (like *.h and *.hpp) to filter out the header-files in the
|
robert@500
|
2017 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
|
robert@500
|
2018 # used.
|
robert@500
|
2019 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
andrewm@47
|
2020
|
andrewm@47
|
2021 INCLUDE_FILE_PATTERNS =
|
andrewm@47
|
2022
|
robert@500
|
2023 # The PREDEFINED tag can be used to specify one or more macro names that are
|
robert@500
|
2024 # defined before the preprocessor is started (similar to the -D option of e.g.
|
robert@500
|
2025 # gcc). The argument of the tag is a list of macros of the form: name or
|
robert@500
|
2026 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
|
robert@500
|
2027 # is assumed. To prevent a macro definition from being undefined via #undef or
|
robert@500
|
2028 # recursively expanded use the := operator instead of the = operator.
|
robert@500
|
2029 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
andrewm@47
|
2030
|
andrewm@47
|
2031 PREDEFINED =
|
andrewm@47
|
2032
|
robert@500
|
2033 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
robert@500
|
2034 # tag can be used to specify a list of macro names that should be expanded. The
|
robert@500
|
2035 # macro definition that is found in the sources will be used. Use the PREDEFINED
|
robert@500
|
2036 # tag if you want to use a different macro definition that overrules the
|
robert@500
|
2037 # definition found in the source code.
|
robert@500
|
2038 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
andrewm@47
|
2039
|
andrewm@47
|
2040 EXPAND_AS_DEFINED =
|
andrewm@47
|
2041
|
robert@500
|
2042 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
|
robert@500
|
2043 # remove all references to function-like macros that are alone on a line, have
|
robert@500
|
2044 # an all uppercase name, and do not end with a semicolon. Such function macros
|
robert@500
|
2045 # are typically used for boiler-plate code, and will confuse the parser if not
|
robert@500
|
2046 # removed.
|
robert@500
|
2047 # The default value is: YES.
|
robert@500
|
2048 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
andrewm@47
|
2049
|
andrewm@47
|
2050 SKIP_FUNCTION_MACROS = YES
|
andrewm@47
|
2051
|
andrewm@47
|
2052 #---------------------------------------------------------------------------
|
robert@500
|
2053 # Configuration options related to external references
|
andrewm@47
|
2054 #---------------------------------------------------------------------------
|
andrewm@47
|
2055
|
robert@500
|
2056 # The TAGFILES tag can be used to specify one or more tag files. For each tag
|
robert@500
|
2057 # file the location of the external documentation should be added. The format of
|
robert@500
|
2058 # a tag file without this location is as follows:
|
andrewm@47
|
2059 # TAGFILES = file1 file2 ...
|
andrewm@47
|
2060 # Adding location for the tag files is done as follows:
|
andrewm@47
|
2061 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
robert@500
|
2062 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
robert@500
|
2063 # section "Linking to external documentation" for more information about the use
|
robert@500
|
2064 # of tag files.
|
robert@500
|
2065 # Note: Each tag file must have a unique name (where the name does NOT include
|
robert@500
|
2066 # the path). If a tag file is not located in the directory in which doxygen is
|
robert@500
|
2067 # run, you must also specify the path to the tagfile here.
|
andrewm@47
|
2068
|
andrewm@47
|
2069 TAGFILES =
|
andrewm@47
|
2070
|
robert@500
|
2071 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
|
robert@500
|
2072 # tag file that is based on the input files it reads. See section "Linking to
|
robert@500
|
2073 # external documentation" for more information about the usage of tag files.
|
andrewm@47
|
2074
|
andrewm@47
|
2075 GENERATE_TAGFILE =
|
andrewm@47
|
2076
|
robert@500
|
2077 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
|
robert@500
|
2078 # the class index. If set to NO, only the inherited external classes will be
|
robert@500
|
2079 # listed.
|
robert@500
|
2080 # The default value is: NO.
|
andrewm@47
|
2081
|
andrewm@47
|
2082 ALLEXTERNALS = NO
|
andrewm@47
|
2083
|
robert@500
|
2084 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
|
robert@500
|
2085 # in the modules index. If set to NO, only the current project's groups will be
|
robert@500
|
2086 # listed.
|
robert@500
|
2087 # The default value is: YES.
|
robert@500
|
2088
|
robert@500
|
2089 EXTERNAL_GROUPS = YES
|
robert@500
|
2090
|
robert@500
|
2091 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
|
robert@500
|
2092 # the related pages index. If set to NO, only the current project's pages will
|
andrewm@47
|
2093 # be listed.
|
robert@500
|
2094 # The default value is: YES.
|
robert@500
|
2095
|
robert@500
|
2096 EXTERNAL_PAGES = YES
|
andrewm@47
|
2097
|
andrewm@47
|
2098 # The PERL_PATH should be the absolute path and name of the perl script
|
robert@500
|
2099 # interpreter (i.e. the result of 'which perl').
|
robert@500
|
2100 # The default file (with absolute path) is: /usr/bin/perl.
|
andrewm@47
|
2101
|
andrewm@47
|
2102 PERL_PATH = /usr/bin/perl
|
andrewm@47
|
2103
|
andrewm@47
|
2104 #---------------------------------------------------------------------------
|
andrewm@47
|
2105 # Configuration options related to the dot tool
|
andrewm@47
|
2106 #---------------------------------------------------------------------------
|
andrewm@47
|
2107
|
robert@500
|
2108 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
|
robert@500
|
2109 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
|
robert@500
|
2110 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
|
robert@500
|
2111 # disabled, but it is recommended to install and use dot, since it yields more
|
robert@500
|
2112 # powerful graphs.
|
robert@500
|
2113 # The default value is: YES.
|
andrewm@47
|
2114
|
andrewm@47
|
2115 CLASS_DIAGRAMS = YES
|
andrewm@47
|
2116
|
andrewm@47
|
2117 # You can define message sequence charts within doxygen comments using the \msc
|
robert@500
|
2118 # command. Doxygen will then run the mscgen tool (see:
|
robert@500
|
2119 # http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
|
andrewm@47
|
2120 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
|
andrewm@47
|
2121 # the mscgen tool resides. If left empty the tool is assumed to be found in the
|
andrewm@47
|
2122 # default search path.
|
andrewm@47
|
2123
|
andrewm@47
|
2124 MSCGEN_PATH =
|
andrewm@47
|
2125
|
robert@500
|
2126 # You can include diagrams made with dia in doxygen documentation. Doxygen will
|
robert@500
|
2127 # then run dia to produce the diagram and insert it in the documentation. The
|
robert@500
|
2128 # DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
robert@500
|
2129 # If left empty dia is assumed to be found in the default search path.
|
robert@500
|
2130
|
robert@500
|
2131 DIA_PATH =
|
robert@500
|
2132
|
robert@500
|
2133 # If set to YES the inheritance and collaboration graphs will hide inheritance
|
robert@500
|
2134 # and usage relations if the target is undocumented or is not a class.
|
robert@500
|
2135 # The default value is: YES.
|
andrewm@47
|
2136
|
andrewm@47
|
2137 HIDE_UNDOC_RELATIONS = YES
|
andrewm@47
|
2138
|
andrewm@47
|
2139 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
|
robert@500
|
2140 # available from the path. This tool is part of Graphviz (see:
|
robert@500
|
2141 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
|
robert@500
|
2142 # Bell Labs. The other options in this section have no effect if this option is
|
robert@500
|
2143 # set to NO
|
robert@500
|
2144 # The default value is: NO.
|
andrewm@47
|
2145
|
andrewm@47
|
2146 HAVE_DOT = NO
|
andrewm@47
|
2147
|
robert@500
|
2148 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
|
robert@500
|
2149 # to run in parallel. When set to 0 doxygen will base this on the number of
|
robert@500
|
2150 # processors available in the system. You can set it explicitly to a value
|
robert@500
|
2151 # larger than 0 to get control over the balance between CPU load and processing
|
robert@500
|
2152 # speed.
|
robert@500
|
2153 # Minimum value: 0, maximum value: 32, default value: 0.
|
robert@500
|
2154 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2155
|
andrewm@47
|
2156 DOT_NUM_THREADS = 0
|
andrewm@47
|
2157
|
robert@500
|
2158 # When you want a differently looking font in the dot files that doxygen
|
robert@500
|
2159 # generates you can specify the font name using DOT_FONTNAME. You need to make
|
robert@500
|
2160 # sure dot is able to find the font, which can be done by putting it in a
|
robert@500
|
2161 # standard location or by setting the DOTFONTPATH environment variable or by
|
robert@500
|
2162 # setting DOT_FONTPATH to the directory containing the font.
|
robert@500
|
2163 # The default value is: Helvetica.
|
robert@500
|
2164 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2165
|
andrewm@47
|
2166 DOT_FONTNAME = Helvetica
|
andrewm@47
|
2167
|
robert@500
|
2168 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
|
robert@500
|
2169 # dot graphs.
|
robert@500
|
2170 # Minimum value: 4, maximum value: 24, default value: 10.
|
robert@500
|
2171 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2172
|
andrewm@47
|
2173 DOT_FONTSIZE = 10
|
andrewm@47
|
2174
|
robert@500
|
2175 # By default doxygen will tell dot to use the default font as specified with
|
robert@500
|
2176 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
|
robert@500
|
2177 # the path where dot can find it using this tag.
|
robert@500
|
2178 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2179
|
andrewm@47
|
2180 DOT_FONTPATH =
|
andrewm@47
|
2181
|
robert@500
|
2182 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
|
robert@500
|
2183 # each documented class showing the direct and indirect inheritance relations.
|
robert@500
|
2184 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
|
robert@500
|
2185 # The default value is: YES.
|
robert@500
|
2186 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2187
|
andrewm@47
|
2188 CLASS_GRAPH = YES
|
andrewm@47
|
2189
|
robert@500
|
2190 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
|
robert@500
|
2191 # graph for each documented class showing the direct and indirect implementation
|
robert@500
|
2192 # dependencies (inheritance, containment, and class references variables) of the
|
robert@500
|
2193 # class with other documented classes.
|
robert@500
|
2194 # The default value is: YES.
|
robert@500
|
2195 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2196
|
andrewm@47
|
2197 COLLABORATION_GRAPH = YES
|
andrewm@47
|
2198
|
robert@500
|
2199 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
|
robert@500
|
2200 # groups, showing the direct groups dependencies.
|
robert@500
|
2201 # The default value is: YES.
|
robert@500
|
2202 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2203
|
andrewm@47
|
2204 GROUP_GRAPHS = YES
|
andrewm@47
|
2205
|
robert@500
|
2206 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
|
andrewm@47
|
2207 # collaboration diagrams in a style similar to the OMG's Unified Modeling
|
andrewm@47
|
2208 # Language.
|
robert@500
|
2209 # The default value is: NO.
|
robert@500
|
2210 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2211
|
andrewm@47
|
2212 UML_LOOK = NO
|
andrewm@47
|
2213
|
robert@500
|
2214 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
|
robert@500
|
2215 # class node. If there are many fields or methods and many nodes the graph may
|
robert@500
|
2216 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
|
robert@500
|
2217 # number of items for each type to make the size more manageable. Set this to 0
|
robert@500
|
2218 # for no limit. Note that the threshold may be exceeded by 50% before the limit
|
robert@500
|
2219 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
|
robert@500
|
2220 # but if the number exceeds 15, the total amount of fields shown is limited to
|
robert@500
|
2221 # 10.
|
robert@500
|
2222 # Minimum value: 0, maximum value: 100, default value: 10.
|
robert@500
|
2223 # This tag requires that the tag HAVE_DOT is set to YES.
|
robert@500
|
2224
|
robert@500
|
2225 UML_LIMIT_NUM_FIELDS = 10
|
robert@500
|
2226
|
robert@500
|
2227 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
|
robert@500
|
2228 # collaboration graphs will show the relations between templates and their
|
robert@500
|
2229 # instances.
|
robert@500
|
2230 # The default value is: NO.
|
robert@500
|
2231 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2232
|
andrewm@47
|
2233 TEMPLATE_RELATIONS = NO
|
andrewm@47
|
2234
|
robert@500
|
2235 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
|
robert@500
|
2236 # YES then doxygen will generate a graph for each documented file showing the
|
robert@500
|
2237 # direct and indirect include dependencies of the file with other documented
|
robert@500
|
2238 # files.
|
robert@500
|
2239 # The default value is: YES.
|
robert@500
|
2240 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2241
|
andrewm@47
|
2242 INCLUDE_GRAPH = YES
|
andrewm@47
|
2243
|
robert@500
|
2244 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
|
robert@500
|
2245 # set to YES then doxygen will generate a graph for each documented file showing
|
robert@500
|
2246 # the direct and indirect include dependencies of the file with other documented
|
robert@500
|
2247 # files.
|
robert@500
|
2248 # The default value is: YES.
|
robert@500
|
2249 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2250
|
andrewm@47
|
2251 INCLUDED_BY_GRAPH = YES
|
andrewm@47
|
2252
|
robert@500
|
2253 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
|
robert@500
|
2254 # dependency graph for every global function or class method.
|
robert@500
|
2255 #
|
robert@500
|
2256 # Note that enabling this option will significantly increase the time of a run.
|
robert@500
|
2257 # So in most cases it will be better to enable call graphs for selected
|
robert@500
|
2258 # functions only using the \callgraph command. Disabling a call graph can be
|
robert@500
|
2259 # accomplished by means of the command \hidecallgraph.
|
robert@500
|
2260 # The default value is: NO.
|
robert@500
|
2261 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2262
|
andrewm@47
|
2263 CALL_GRAPH = NO
|
andrewm@47
|
2264
|
robert@500
|
2265 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
|
robert@500
|
2266 # dependency graph for every global function or class method.
|
robert@500
|
2267 #
|
robert@500
|
2268 # Note that enabling this option will significantly increase the time of a run.
|
robert@500
|
2269 # So in most cases it will be better to enable caller graphs for selected
|
robert@500
|
2270 # functions only using the \callergraph command. Disabling a caller graph can be
|
robert@500
|
2271 # accomplished by means of the command \hidecallergraph.
|
robert@500
|
2272 # The default value is: NO.
|
robert@500
|
2273 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2274
|
andrewm@47
|
2275 CALLER_GRAPH = NO
|
andrewm@47
|
2276
|
robert@500
|
2277 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
|
robert@500
|
2278 # hierarchy of all classes instead of a textual one.
|
robert@500
|
2279 # The default value is: YES.
|
robert@500
|
2280 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2281
|
andrewm@47
|
2282 GRAPHICAL_HIERARCHY = YES
|
andrewm@47
|
2283
|
robert@500
|
2284 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
|
robert@500
|
2285 # dependencies a directory has on other directories in a graphical way. The
|
robert@500
|
2286 # dependency relations are determined by the #include relations between the
|
robert@500
|
2287 # files in the directories.
|
robert@500
|
2288 # The default value is: YES.
|
robert@500
|
2289 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2290
|
andrewm@47
|
2291 DIRECTORY_GRAPH = YES
|
andrewm@47
|
2292
|
andrewm@47
|
2293 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
|
robert@500
|
2294 # generated by dot. For an explanation of the image formats see the section
|
robert@500
|
2295 # output formats in the documentation of the dot tool (Graphviz (see:
|
robert@500
|
2296 # http://www.graphviz.org/)).
|
robert@500
|
2297 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
|
robert@500
|
2298 # to make the SVG files visible in IE 9+ (other browsers do not have this
|
robert@500
|
2299 # requirement).
|
robert@500
|
2300 # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
|
robert@500
|
2301 # png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
|
robert@500
|
2302 # png:gdiplus:gdiplus.
|
robert@500
|
2303 # The default value is: png.
|
robert@500
|
2304 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2305
|
andrewm@47
|
2306 DOT_IMAGE_FORMAT = png
|
andrewm@47
|
2307
|
andrewm@47
|
2308 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
|
andrewm@47
|
2309 # enable generation of interactive SVG images that allow zooming and panning.
|
robert@500
|
2310 #
|
robert@500
|
2311 # Note that this requires a modern browser other than Internet Explorer. Tested
|
robert@500
|
2312 # and working are Firefox, Chrome, Safari, and Opera.
|
robert@500
|
2313 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
|
robert@500
|
2314 # the SVG files visible. Older versions of IE do not have SVG support.
|
robert@500
|
2315 # The default value is: NO.
|
robert@500
|
2316 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2317
|
andrewm@47
|
2318 INTERACTIVE_SVG = NO
|
andrewm@47
|
2319
|
robert@500
|
2320 # The DOT_PATH tag can be used to specify the path where the dot tool can be
|
andrewm@47
|
2321 # found. If left blank, it is assumed the dot tool can be found in the path.
|
robert@500
|
2322 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2323
|
andrewm@47
|
2324 DOT_PATH =
|
andrewm@47
|
2325
|
andrewm@47
|
2326 # The DOTFILE_DIRS tag can be used to specify one or more directories that
|
robert@500
|
2327 # contain dot files that are included in the documentation (see the \dotfile
|
robert@500
|
2328 # command).
|
robert@500
|
2329 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2330
|
andrewm@47
|
2331 DOTFILE_DIRS =
|
andrewm@47
|
2332
|
andrewm@47
|
2333 # The MSCFILE_DIRS tag can be used to specify one or more directories that
|
robert@500
|
2334 # contain msc files that are included in the documentation (see the \mscfile
|
robert@500
|
2335 # command).
|
andrewm@47
|
2336
|
andrewm@47
|
2337 MSCFILE_DIRS =
|
andrewm@47
|
2338
|
robert@500
|
2339 # The DIAFILE_DIRS tag can be used to specify one or more directories that
|
robert@500
|
2340 # contain dia files that are included in the documentation (see the \diafile
|
robert@500
|
2341 # command).
|
robert@500
|
2342
|
robert@500
|
2343 DIAFILE_DIRS =
|
robert@500
|
2344
|
robert@500
|
2345 # When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
|
robert@500
|
2346 # path where java can find the plantuml.jar file. If left blank, it is assumed
|
robert@500
|
2347 # PlantUML is not used or called during a preprocessing step. Doxygen will
|
robert@500
|
2348 # generate a warning when it encounters a \startuml command in this case and
|
robert@500
|
2349 # will not generate output for the diagram.
|
robert@500
|
2350
|
robert@500
|
2351 PLANTUML_JAR_PATH =
|
robert@500
|
2352
|
robert@500
|
2353 # When using plantuml, the specified paths are searched for files specified by
|
robert@500
|
2354 # the !include statement in a plantuml block.
|
robert@500
|
2355
|
robert@500
|
2356 PLANTUML_INCLUDE_PATH =
|
robert@500
|
2357
|
robert@500
|
2358 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
|
robert@500
|
2359 # that will be shown in the graph. If the number of nodes in a graph becomes
|
robert@500
|
2360 # larger than this value, doxygen will truncate the graph, which is visualized
|
robert@500
|
2361 # by representing a node as a red box. Note that doxygen if the number of direct
|
robert@500
|
2362 # children of the root node in a graph is already larger than
|
robert@500
|
2363 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
|
robert@500
|
2364 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
|
robert@500
|
2365 # Minimum value: 0, maximum value: 10000, default value: 50.
|
robert@500
|
2366 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2367
|
andrewm@47
|
2368 DOT_GRAPH_MAX_NODES = 50
|
andrewm@47
|
2369
|
robert@500
|
2370 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
|
robert@500
|
2371 # generated by dot. A depth value of 3 means that only nodes reachable from the
|
robert@500
|
2372 # root by following a path via at most 3 edges will be shown. Nodes that lay
|
robert@500
|
2373 # further from the root node will be omitted. Note that setting this option to 1
|
robert@500
|
2374 # or 2 may greatly reduce the computation time needed for large code bases. Also
|
robert@500
|
2375 # note that the size of a graph can be further restricted by
|
andrewm@47
|
2376 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
robert@500
|
2377 # Minimum value: 0, maximum value: 1000, default value: 0.
|
robert@500
|
2378 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2379
|
andrewm@47
|
2380 MAX_DOT_GRAPH_DEPTH = 0
|
andrewm@47
|
2381
|
andrewm@47
|
2382 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
|
robert@500
|
2383 # background. This is disabled by default, because dot on Windows does not seem
|
robert@500
|
2384 # to support this out of the box.
|
robert@500
|
2385 #
|
robert@500
|
2386 # Warning: Depending on the platform used, enabling this option may lead to
|
robert@500
|
2387 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
|
robert@500
|
2388 # read).
|
robert@500
|
2389 # The default value is: NO.
|
robert@500
|
2390 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2391
|
andrewm@47
|
2392 DOT_TRANSPARENT = NO
|
andrewm@47
|
2393
|
robert@500
|
2394 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
|
andrewm@47
|
2395 # files in one run (i.e. multiple -o and -T options on the command line). This
|
robert@500
|
2396 # makes dot run faster, but since only newer versions of dot (>1.8.10) support
|
robert@500
|
2397 # this, this feature is disabled by default.
|
robert@500
|
2398 # The default value is: NO.
|
robert@500
|
2399 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2400
|
andrewm@47
|
2401 DOT_MULTI_TARGETS = YES
|
andrewm@47
|
2402
|
robert@500
|
2403 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
|
robert@500
|
2404 # explaining the meaning of the various boxes and arrows in the dot generated
|
robert@500
|
2405 # graphs.
|
robert@500
|
2406 # The default value is: YES.
|
robert@500
|
2407 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2408
|
andrewm@47
|
2409 GENERATE_LEGEND = YES
|
andrewm@47
|
2410
|
robert@500
|
2411 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
|
robert@500
|
2412 # files that are used to generate the various graphs.
|
robert@500
|
2413 # The default value is: YES.
|
robert@500
|
2414 # This tag requires that the tag HAVE_DOT is set to YES.
|
andrewm@47
|
2415
|
andrewm@47
|
2416 DOT_CLEANUP = YES
|