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