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