Remove Security server dependency
[platform/core/connectivity/nfc-manager-neard.git] / doxygen / doxygen.conf
1 # Doxyfile 1.5.2
2
3 # This file describes the settings to be used by the documentation system
4 # doxygen (www.doxygen.org) for a project
5 #
6 # All text after a hash (#) is considered a comment and will be ignored
7 # The format is:
8 #       TAG = value [value, ...]
9 # For lists items can also be appended using:
10 #       TAG += value [value, ...]
11 # Values that contain spaces should be placed between quotes (" ")
12
13 #---------------------------------------------------------------------------
14 # Project related configuration options
15 #---------------------------------------------------------------------------
16
17 DOXYFILE_ENCODING      = UTF-8
18 PROJECT_NAME           = SLP-Developer Library
19 PROJECT_NUMBER         =
20 OUTPUT_DIRECTORY       = ./doxygen_output
21 CREATE_SUBDIRS         = NO
22 OUTPUT_LANGUAGE        = English
23 BRIEF_MEMBER_DESC      = YES
24 REPEAT_BRIEF           = YES
25 ABBREVIATE_BRIEF       = NO
26 ALWAYS_DETAILED_SEC    = YES
27 INLINE_INHERITED_MEMB  = NO
28 FULL_PATH_NAMES        = NO
29 STRIP_FROM_PATH        =
30 STRIP_FROM_INC_PATH    =
31 SHORT_NAMES            = YES
32 JAVADOC_AUTOBRIEF      = NO
33 MULTILINE_CPP_IS_BRIEF = NO
34 DETAILS_AT_TOP         = YES
35 INHERIT_DOCS           = YES
36 SEPARATE_MEMBER_PAGES  = YES
37 TAB_SIZE               = 8
38 ALIASES                =
39 OPTIMIZE_OUTPUT_FOR_C  = NO
40 OPTIMIZE_OUTPUT_JAVA   = NO
41 BUILTIN_STL_SUPPORT    = NO
42 CPP_CLI_SUPPORT        = NO
43 DISTRIBUTE_GROUP_DOC   = NO
44 SUBGROUPING            = YES
45
46 #---------------------------------------------------------------------------
47 # Build related configuration options
48 #---------------------------------------------------------------------------
49
50 EXTRACT_ALL            = YES
51 EXTRACT_PRIVATE        = YES
52 EXTRACT_STATIC         = YES
53 EXTRACT_LOCAL_CLASSES  = NO
54 EXTRACT_LOCAL_METHODS  = YES
55 HIDE_UNDOC_MEMBERS     = YES
56 HIDE_UNDOC_CLASSES     = YES
57 HIDE_FRIEND_COMPOUNDS  = YES
58 HIDE_IN_BODY_DOCS      = NO
59 INTERNAL_DOCS          = NO
60 CASE_SENSE_NAMES       = YES
61 HIDE_SCOPE_NAMES       = NO
62 SHOW_INCLUDE_FILES     = YES
63 INLINE_INFO            = YES
64 SORT_MEMBER_DOCS       = YES
65 SORT_BRIEF_DOCS        = YES
66 SORT_BY_SCOPE_NAME     = YES
67 SORT_GROUP_NAMES     = YES
68 GENERATE_TODOLIST      = NO
69 USE_INLINE_TREES      = NO
70 SHOW_NAMESPACES         = NO
71 HTML DYNAMIC SECTIONS           = YES
72 GENERATE_TESTLIST      = NO
73 GENERATE_BUGLIST       = NO
74 GENERATE_DEPRECATEDLIST= NO
75 ENABLED_SECTIONS       =
76 MAX_INITIALIZER_LINES  = 30
77 SHOW_USED_FILES        = YES
78 SHOW_DIRECTORIES       = NO
79 FILE_VERSION_FILTER    =
80
81 #---------------------------------------------------------------------------
82 # configuration options related to warning and progress messages
83 #---------------------------------------------------------------------------
84
85 # The QUIET tag can be used to turn on/off the messages that are generated
86 # by doxygen. Possible values are YES and NO. If left blank NO is used.
87
88 QUIET                  = NO
89
90 # The WARNINGS tag can be used to turn on/off the warning messages that are
91 # generated by doxygen. Possible values are YES and NO. If left blank
92 # NO is used.
93
94 WARNINGS               = YES
95
96 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
97 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
98 # automatically be disabled.
99
100 WARN_IF_UNDOCUMENTED   = YES
101
102 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
103 # potential errors in the documentation, such as not documenting some
104 # parameters in a documented function, or documenting parameters that
105 # don't exist or using markup commands wrongly.
106
107 WARN_IF_DOC_ERROR      = YES
108
109 # This WARN_NO_PARAMDOC option can be abled to get warnings for
110 # functions that are documented, but have no documentation for their parameters
111 # or return value. If set to NO (the default) doxygen will only warn about
112 # wrong or incomplete parameter documentation, but not about the absence of
113 # documentation.
114
115 WARN_NO_PARAMDOC       = NO
116
117 # The WARN_FORMAT tag determines the format of the warning messages that
118 # doxygen can produce. The string should contain the $file, $line, and $text
119 # tags, which will be replaced by the file and line number from which the
120 # warning originated and the warning text. Optionally the format may contain
121 # $version, which will be replaced by the version of the file (if it could
122 # be obtained via FILE_VERSION_FILTER)
123
124 WARN_FORMAT            = "$file:$line: $text"
125
126 # The WARN_LOGFILE tag can be used to specify a file to which warning
127 # and error messages should be written. If left blank the output is written
128 # to stderr.
129
130 WARN_LOGFILE           =
131
132 #---------------------------------------------------------------------------
133 # configuration options related to the input files
134 #---------------------------------------------------------------------------
135
136 # The INPUT tag can be used to specify the files and/or directories that contain
137 # documented source files. You may enter file names like "myfile.cpp" or
138 # directories like "/usr/src/myproject". Separate the files or directories
139 # with spaces.
140
141 INPUT                  = ../common/include/ ../client/include/
142
143
144 # This tag can be used to specify the character encoding of the source files that
145 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default
146 # input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding.
147 # See http://www.gnu.org/software/libiconv for the list of possible encodings.
148
149 INPUT_ENCODING         = UTF-8
150 FILE_PATTERNS          = *.h \
151                          *.doxy
152 RECURSIVE              = YES
153 EXCLUDE                =
154 EXCLUDE_SYMLINKS       = NO
155 EXCLUDE_PATTERNS       = */test/* \
156                         */debian/* \
157                         */lost+found/* \
158                         */i386/* \
159                         */arm/* \
160                         */simulator/*  \
161                         *test* \
162                         */voda3rd/*
163 EXCLUDE_SYMBOLS        =
164 EXAMPLE_PATH           =
165 EXAMPLE_PATTERNS       =
166 EXAMPLE_RECURSIVE      = NO
167 IMAGE_PATH             = ../image
168 INPUT_FILTER           =
169 FILTER_PATTERNS        =
170 FILTER_SOURCE_FILES    = NO
171
172 #---------------------------------------------------------------------------
173 # configuration options related to source browsing
174 #---------------------------------------------------------------------------
175
176 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
177 # be generated. Documented entities will be cross-referenced with these sources.
178 # Note: To get rid of all source code in the generated output, make sure also
179 # VERBATIM_HEADERS is set to NO.
180
181 SOURCE_BROWSER         = NO
182
183 # Setting the INLINE_SOURCES tag to YES will include the body
184 # of functions and classes directly in the documentation.
185
186 INLINE_SOURCES         = NO
187
188 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
189 # doxygen to hide any special comment blocks from generated source code
190 # fragments. Normal C and C++ comments will always remain visible.
191
192 STRIP_CODE_COMMENTS    = YES
193
194 # If the REFERENCED_BY_RELATION tag is set to YES (the default)
195 # then for each documented function all documented
196 # functions referencing it will be listed.
197
198 REFERENCED_BY_RELATION = YES
199
200 # If the REFERENCES_RELATION tag is set to YES (the default)
201 # then for each documented function all documented entities
202 # called/used by that function will be listed.
203
204 REFERENCES_RELATION    = YES
205
206 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
207 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
208 # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
209 # link to the source code.  Otherwise they will link to the documentstion.
210
211 REFERENCES_LINK_SOURCE = YES
212
213 # If the USE_HTAGS tag is set to YES then the references to source code
214 # will point to the HTML generated by the htags(1) tool instead of doxygen
215 # built-in source browser. The htags tool is part of GNU's global source
216 # tagging system (see http://www.gnu.org/software/global/global.html). You
217 # will need version 4.8.6 or higher.
218
219 USE_HTAGS              = NO
220
221 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
222 # will generate a verbatim copy of the header file for each class for
223 # which an include is specified. Set to NO to disable this.
224
225 VERBATIM_HEADERS       = YES
226
227 #---------------------------------------------------------------------------
228 # configuration options related to the alphabetical class index
229 #---------------------------------------------------------------------------
230
231 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
232 # of all compounds will be generated. Enable this if the project
233 # contains a lot of classes, structs, unions or interfaces.
234
235 ALPHABETICAL_INDEX     = YES
236 COLS_IN_ALPHA_INDEX    = 10
237 IGNORE_PREFIX          =
238
239 #---------------------------------------------------------------------------
240 # configuration options related to the HTML output
241 #---------------------------------------------------------------------------
242
243 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
244 # generate HTML output.
245
246 GENERATE_HTML          = YES
247
248 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
249 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
250 # put in front of it. If left blank `html' will be used as the default path.
251
252 HTML_OUTPUT            = html
253
254 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
255 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
256 # doxygen will generate files with .html extension.
257
258 HTML_FILE_EXTENSION    = .html
259
260 # The HTML_HEADER tag can be used to specify a personal HTML header for
261 # each generated HTML page. If it is left blank doxygen will generate a
262 # standard header.
263
264 HTML_HEADER            =
265
266 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
267 # each generated HTML page. If it is left blank doxygen will generate a
268 # standard footer.
269
270 HTML_FOOTER            =
271
272 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
273 # style sheet that is used by each HTML page. It can be used to
274 # fine-tune the look of the HTML output. If the tag is left blank doxygen
275 # will generate a default style sheet. Note that doxygen will try to copy
276 # the style sheet file to the HTML output directory, so don't put your own
277 # stylesheet in the HTML output directory as well, or it will be erased!
278
279 HTML_STYLESHEET        =./slp_doxy.css
280
281 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
282 # files or namespaces will be aligned in HTML using tables. If set to
283 # NO a bullet list will be used.
284
285 HTML_ALIGN_MEMBERS     = YES
286
287 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
288 # will be generated that can be used as input for tools like the
289 # Microsoft HTML help workshop to generate a compressed HTML help file (.chm)
290 # of the generated HTML documentation.
291
292 GENERATE_HTMLHELP      = YES
293
294 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
295 # be used to specify the file name of the resulting .chm file. You
296 # can add a path in front of the file if the result should not be
297 # written to the html output directory.
298
299 CHM_FILE               =
300
301 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
302 # be used to specify the location (absolute path including file name) of
303 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
304 # the HTML help compiler on the generated index.hhp.
305
306 HHC_LOCATION           =
307
308 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
309 # controls if a separate .chi index file is generated (YES) or that
310 # it should be included in the master .chm file (NO).
311
312 GENERATE_CHI           = NO
313
314 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
315 # controls whether a binary table of contents is generated (YES) or a
316 # normal table of contents (NO) in the .chm file.
317
318 BINARY_TOC             = NO
319
320 # The TOC_EXPAND flag can be set to YES to add extra items for group members
321 # to the contents of the HTML help documentation and to the tree view.
322
323 TOC_EXPAND             = NO
324
325 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
326 # top of each HTML page. The value NO (the default) enables the index and
327 # the value YES disables it.
328
329 DISABLE_INDEX          = NO
330
331 # This tag can be used to set the number of enum values (range [1..20])
332 # that doxygen will group on one line in the generated HTML documentation.
333
334 ENUM_VALUES_PER_LINE   = 4
335
336 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
337 # generated containing a tree-like index structure (just like the one that
338 # is generated for HTML Help). For this to work a browser that supports
339 # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+,
340 # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
341 # probably better off using the HTML help feature.
342
343 GENERATE_TREEVIEW      = YES
344
345 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
346 # used to set the initial width (in pixels) of the frame in which the tree
347 # is shown.
348
349 TREEVIEW_WIDTH         = 190
350
351 #---------------------------------------------------------------------------
352 # configuration options related to the LaTeX output
353 #---------------------------------------------------------------------------
354
355 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
356 # generate Latex output.
357
358 GENERATE_LATEX         = NO
359
360 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
361 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
362 # put in front of it. If left blank `latex' will be used as the default path.
363
364 LATEX_OUTPUT           = latex
365
366 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
367 # invoked. If left blank `latex' will be used as the default command name.
368
369 LATEX_CMD_NAME         = latex
370
371 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
372 # generate index for LaTeX. If left blank `makeindex' will be used as the
373 # default command name.
374
375 MAKEINDEX_CMD_NAME     = makeindex
376
377 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
378 # LaTeX documents. This may be useful for small projects and may help to
379 # save some trees in general.
380
381 COMPACT_LATEX          = NO
382
383 # The PAPER_TYPE tag can be used to set the paper type that is used
384 # by the printer. Possible values are: a4, a4wide, letter, legal and
385 # executive. If left blank a4wide will be used.
386
387 PAPER_TYPE             = a4wide
388
389 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
390 # packages that should be included in the LaTeX output.
391
392 EXTRA_PACKAGES         =
393
394 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
395 # the generated latex document. The header should contain everything until
396 # the first chapter. If it is left blank doxygen will generate a
397 # standard header. Notice: only use this tag if you know what you are doing!
398
399 LATEX_HEADER           =
400
401 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
402 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
403 # contain links (just like the HTML output) instead of page references
404 # This makes the output suitable for online browsing using a pdf viewer.
405
406 PDF_HYPERLINKS         = NO
407
408 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
409 # plain latex in the generated Makefile. Set this option to YES to get a
410 # higher quality PDF documentation.
411
412 USE_PDFLATEX           = NO
413
414 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
415 # command to the generated LaTeX files. This will instruct LaTeX to keep
416 # running if errors occur, instead of asking the user for help.
417 # This option is also used when generating formulas in HTML.
418
419 LATEX_BATCHMODE        = NO
420
421 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
422 # include the index chapters (such as File Index, Compound Index, etc.)
423 # in the output.
424
425 LATEX_HIDE_INDICES     = NO
426
427 #---------------------------------------------------------------------------
428 # configuration options related to the RTF output
429 #---------------------------------------------------------------------------
430
431 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
432 # The RTF output is optimized for Word 97 and may not look very pretty with
433 # other RTF readers or editors.
434
435 GENERATE_RTF           = NO
436
437 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
438 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
439 # put in front of it. If left blank `rtf' will be used as the default path.
440
441 RTF_OUTPUT             = rtf
442
443 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
444 # RTF documents. This may be useful for small projects and may help to
445 # save some trees in general.
446
447 COMPACT_RTF            = NO
448
449 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
450 # will contain hyperlink fields. The RTF file will
451 # contain links (just like the HTML output) instead of page references.
452 # This makes the output suitable for online browsing using WORD or other
453 # programs which support those fields.
454 # Note: wordpad (write) and others do not support links.
455
456 RTF_HYPERLINKS         = NO
457
458 # Load stylesheet definitions from file. Syntax is similar to doxygen's
459 # config file, i.e. a series of assignments. You only have to provide
460 # replacements, missing definitions are set to their default value.
461
462 RTF_STYLESHEET_FILE    =
463
464 # Set optional variables used in the generation of an rtf document.
465 # Syntax is similar to doxygen's config file.
466
467 RTF_EXTENSIONS_FILE    =
468
469 #---------------------------------------------------------------------------
470 # configuration options related to the man page output
471 #---------------------------------------------------------------------------
472
473 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
474 # generate man pages
475
476 GENERATE_MAN           = NO
477
478 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
479 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
480 # put in front of it. If left blank `man' will be used as the default path.
481
482 MAN_OUTPUT             = man
483
484 # The MAN_EXTENSION tag determines the extension that is added to
485 # the generated man pages (default is the subroutine's section .3)
486
487 MAN_EXTENSION          = .3
488
489 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
490 # then it will generate one additional man file for each entity
491 # documented in the real man page(s). These additional files
492 # only source the real man page, but without them the man command
493 # would be unable to find the correct page. The default is NO.
494
495 MAN_LINKS              = NO
496
497 #---------------------------------------------------------------------------
498 # configuration options related to the XML output
499 #---------------------------------------------------------------------------
500
501 # If the GENERATE_XML tag is set to YES Doxygen will
502 # generate an XML file that captures the structure of
503 # the code including all documentation.
504
505 GENERATE_XML           = NO
506
507 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
508 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
509 # put in front of it. If left blank `xml' will be used as the default path.
510
511 XML_OUTPUT             = xml
512
513 # The XML_SCHEMA tag can be used to specify an XML schema,
514 # which can be used by a validating XML parser to check the
515 # syntax of the XML files.
516
517 XML_SCHEMA             =
518
519 # The XML_DTD tag can be used to specify an XML DTD,
520 # which can be used by a validating XML parser to check the
521 # syntax of the XML files.
522
523 XML_DTD                =
524
525 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
526 # dump the program listings (including syntax highlighting
527 # and cross-referencing information) to the XML output. Note that
528 # enabling this will significantly increase the size of the XML output.
529
530 XML_PROGRAMLISTING     = YES
531
532 #---------------------------------------------------------------------------
533 # configuration options for the AutoGen Definitions output
534 #---------------------------------------------------------------------------
535
536 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
537 # generate an AutoGen Definitions (see autogen.sf.net) file
538 # that captures the structure of the code including all
539 # documentation. Note that this feature is still experimental
540 # and incomplete at the moment.
541
542 GENERATE_AUTOGEN_DEF   = NO
543
544 #---------------------------------------------------------------------------
545 # configuration options related to the Perl module output
546 #---------------------------------------------------------------------------
547
548 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
549 # generate a Perl module file that captures the structure of
550 # the code including all documentation. Note that this
551 # feature is still experimental and incomplete at the
552 # moment.
553
554 GENERATE_PERLMOD       = NO
555
556 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
557 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
558 # to generate PDF and DVI output from the Perl module output.
559
560 PERLMOD_LATEX          = YES
561
562 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
563 # nicely formatted so it can be parsed by a human reader.  This is useful
564 # if you want to understand what is going on.  On the other hand, if this
565 # tag is set to NO the size of the Perl module output will be much smaller
566 # and Perl will parse it just the same.
567
568 PERLMOD_PRETTY         = YES
569
570 # The names of the make variables in the generated doxyrules.make file
571 # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
572 # This is useful so different doxyrules.make files included by the same
573 # Makefile don't overwrite each other's variables.
574
575 PERLMOD_MAKEVAR_PREFIX =
576
577 #---------------------------------------------------------------------------
578 # Configuration options related to the preprocessor
579 #---------------------------------------------------------------------------
580
581 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
582 # evaluate all C-preprocessor directives found in the sources and include
583 # files.
584
585 ENABLE_PREPROCESSING   = YES
586
587 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
588 # names in the source code. If set to NO (the default) only conditional
589 # compilation will be performed. Macro expansion can be done in a controlled
590 # way by setting EXPAND_ONLY_PREDEF to YES.
591
592 MACRO_EXPANSION        = NO
593
594 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
595 # then the macro expansion is limited to the macros specified with the
596 # PREDEFINED and EXPAND_AS_DEFINED tags.
597
598 EXPAND_ONLY_PREDEF     = NO
599
600 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
601 # in the INCLUDE_PATH (see below) will be search if a #include is found.
602
603 SEARCH_INCLUDES        = YES
604
605 # The INCLUDE_PATH tag can be used to specify one or more directories that
606 # contain include files that are not input files but should be processed by
607 # the preprocessor.
608
609 INCLUDE_PATH           =
610
611 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
612 # patterns (like *.h and *.hpp) to filter out the header-files in the
613 # directories. If left blank, the patterns specified with FILE_PATTERNS will
614 # be used.
615
616 INCLUDE_FILE_PATTERNS  =
617
618 # The PREDEFINED tag can be used to specify one or more macro names that
619 # are defined before the preprocessor is started (similar to the -D option of
620 # gcc). The argument of the tag is a list of macros of the form: name
621 # or name=definition (no spaces). If the definition and the = are
622 # omitted =1 is assumed. To prevent a macro definition from being
623 # undefined via #undef or recursively expanded use the := operator
624 # instead of the = operator.
625
626 PREDEFINED             =
627
628 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
629 # this tag can be used to specify a list of macro names that should be expanded.
630 # The macro definition that is found in the sources will be used.
631 # Use the PREDEFINED tag if you want to use a different macro definition.
632
633 EXPAND_AS_DEFINED      =
634
635 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
636 # doxygen's preprocessor will remove all function-like macros that are alone
637 # on a line, have an all uppercase name, and do not end with a semicolon. Such
638 # function macros are typically used for boiler-plate code, and will confuse
639 # the parser if not removed.
640
641 SKIP_FUNCTION_MACROS   = YES
642
643 #---------------------------------------------------------------------------
644 # Configuration::additions related to external references
645 #---------------------------------------------------------------------------
646
647 # The TAGFILES option can be used to specify one or more tagfiles.
648 # Optionally an initial location of the external documentation
649 # can be added for each tagfile. The format of a tag file without
650 # this location is as follows:
651 #   TAGFILES = file1 file2 ...
652 # Adding location for the tag files is done as follows:
653 #   TAGFILES = file1=loc1 "file2 = loc2" ...
654 # where "loc1" and "loc2" can be relative or absolute paths or
655 # URLs. If a location is present for each tag, the installdox tool
656 # does not have to be run to correct the links.
657 # Note that each tag file must have a unique name
658 # (where the name does NOT include the path)
659 # If a tag file is not located in the directory in which doxygen
660 # is run, you must also specify the path to the tagfile here.
661
662 TAGFILES               =
663
664 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
665 # a tag file that is based on the input files it reads.
666
667 GENERATE_TAGFILE       =
668
669 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
670 # in the class index. If set to NO only the inherited external classes
671 # will be listed.
672
673 ALLEXTERNALS           = NO
674
675 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
676 # in the modules index. If set to NO, only the current project's groups will
677 # be listed.
678
679 EXTERNAL_GROUPS        = YES
680
681 # The PERL_PATH should be the absolute path and name of the perl script
682 # interpreter (i.e. the result of `which perl').
683
684 PERL_PATH              = /usr/bin/perl
685
686 #---------------------------------------------------------------------------
687 # Configuration options related to the dot tool
688 #---------------------------------------------------------------------------
689
690 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
691 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
692 # or super classes. Setting the tag to NO turns the diagrams off. Note that
693 # this option is superseded by the HAVE_DOT option below. This is only a
694 # fallback. It is recommended to install and use dot, since it yields more
695 # powerful graphs.
696
697 CLASS_DIAGRAMS         = NO
698
699 # You can define message sequence charts within doxygen comments using the \msc
700 # command. Doxygen will then run the mscgen tool (see http://www.mcternan.me.uk/mscgen/) to
701 # produce the chart and insert it in the documentation. The MSCGEN_PATH tag allows you to
702 # specify the directory where the mscgen tool resides. If left empty the tool is assumed to
703 # be found in the default search path.
704
705 MSCGEN_PATH            =
706
707 # If set to YES, the inheritance and collaboration graphs will hide
708 # inheritance and usage relations if the target is undocumented
709 # or is not a class.
710
711 HIDE_UNDOC_RELATIONS   = YES
712
713 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
714 # available from the path. This tool is part of Graphviz, a graph visualization
715 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
716 # have no effect if this option is set to NO (the default)
717
718 HAVE_DOT               = NO
719
720 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
721 # will generate a graph for each documented class showing the direct and
722 # indirect inheritance relations. Setting this tag to YES will force the
723 # the CLASS_DIAGRAMS tag to NO.
724
725 CLASS_GRAPH            = NO
726
727 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
728 # will generate a graph for each documented class showing the direct and
729 # indirect implementation dependencies (inheritance, containment, and
730 # class references variables) of the class with other documented classes.
731
732 COLLABORATION_GRAPH    = NO
733
734 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
735 # will generate a graph for groups, showing the direct groups dependencies
736
737 GROUP_GRAPHS           = NO
738
739 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
740 # collaboration diagrams in a style similar to the OMG's Unified Modeling
741 # Language.
742
743 UML_LOOK               = NO
744
745 # If set to YES, the inheritance and collaboration graphs will show the
746 # relations between templates and their instances.
747
748 TEMPLATE_RELATIONS     = NO
749
750 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
751 # tags are set to YES then doxygen will generate a graph for each documented
752 # file showing the direct and indirect include dependencies of the file with
753 # other documented files.
754
755 INCLUDE_GRAPH          = NO
756
757 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
758 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
759 # documented header file showing the documented files that directly or
760 # indirectly include this file.
761
762 INCLUDED_BY_GRAPH      = NO
763
764 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
765 # generate a call dependency graph for every global function or class method.
766 # Note that enabling this option will significantly increase the time of a run.
767 # So in most cases it will be better to enable call graphs for selected
768 # functions only using the \callgraph command.
769
770 CALL_GRAPH             = NO
771
772 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then doxygen will
773 # generate a caller dependency graph for every global function or class method.
774 # Note that enabling this option will significantly increase the time of a run.
775 # So in most cases it will be better to enable caller graphs for selected
776 # functions only using the \callergraph command.
777
778 CALLER_GRAPH           = NO
779
780 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
781 # will graphical hierarchy of all classes instead of a textual one.
782
783 GRAPHICAL_HIERARCHY    = NO
784
785 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
786 # then doxygen will show the dependencies a directory has on other directories
787 # in a graphical way. The dependency relations are determined by the #include
788 # relations between the files in the directories.
789
790 DIRECTORY_GRAPH        = NO
791
792 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
793 # generated by dot. Possible values are png, jpg, or gif
794 # If left blank png will be used.
795
796 DOT_IMAGE_FORMAT       = jpg
797
798 # The tag DOT_PATH can be used to specify the path where the dot tool can be
799 # found. If left blank, it is assumed the dot tool can be found in the path.
800
801 DOT_PATH               =
802
803 # The DOTFILE_DIRS tag can be used to specify one or more directories that
804 # contain dot files that are included in the documentation (see the
805 # \dotfile command).
806
807 DOTFILE_DIRS           =
808
809 # The MAX_DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
810 # nodes that will be shown in the graph. If the number of nodes in a graph
811 # becomes larger than this value, doxygen will truncate the graph, which is
812 # visualized by representing a node as a red box. Note that doxygen will always
813 # show the root nodes and its direct children regardless of this setting.
814
815 DOT_GRAPH_MAX_NODES    = 50
816
817 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
818 # background. This is disabled by default, which results in a white background.
819 # Warning: Depending on the platform used, enabling this option may lead to
820 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
821 # read).
822
823 DOT_TRANSPARENT        = NO
824
825 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
826 # files in one run (i.e. multiple -o and -T options on the command line). This
827 # makes dot run faster, but since only newer versions of dot (>1.8.10)
828 # support this, this feature is disabled by default.
829
830 DOT_MULTI_TARGETS      = NO
831
832 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
833 # generate a legend page explaining the meaning of the various boxes and
834 # arrows in the dot generated graphs.
835
836 GENERATE_LEGEND        = NO
837
838 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
839 # remove the intermediate dot files that are used to generate
840 # the various graphs.
841
842 DOT_CLEANUP            = NO
843
844 #---------------------------------------------------------------------------
845 # Configuration::additions related to the search engine
846 #---------------------------------------------------------------------------
847
848 # The SEARCHENGINE tag specifies whether or not a search engine should be
849 # used. If set to NO the values of all tags below this one will be ignored.
850
851 SEARCHENGINE           = YES