~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to doc/Doxyfile

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Marsden, Jonathan Marsden, Dmitrijs Ledkovs, Closed Bugs
  • Date: 2009-05-30 11:55:55 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090530115555-r427zsn3amivdpfu
Tags: 1.6.0+dfsg-1
[ Jonathan Marsden ]
* New upstream release. (Closes: #507960) (LP: #320558)
* debian/patches/02_libver.diff:
  - Bump SONAME to 8 -- SWORD 1.6 is not backward compatible with 1.5.11.
* debian/patches/series:
  - Remove 10_diatheke.diff -- included in upstream source.
* debian/patches/:
  - Remove several old unused .diff files.
  - Add 11_regex_only_when_needed.diff to conditionally include regex lib.
  - Add 12_fix_compiler_warnings.diff to remove all compiler warnings.
  - Add 13_fix_osis2mod_compression_default.diff from upstream svn.
  - Add 14_closing_section_not_chapter.diff from upstream svn.
* debian/libsword7.*: 
  - Rename to libsword8.*
  - Change libsword7 to libsword8 within files.
* debian/rules: 
  - SONAME bump to 8.
  - Set library version check to >= 1.6
* debian/control:
  - Change libsword7 to libsword8.
  - Add libsword7 to Conflicts.
  - Fix case of sword to SWORD in package descriptions.
  - Bump Standards-Version to 3.8.1 (no changes needed).
  - Fix section for libsword-dbg to avoid lintian warning.
* debian/rules:
  - Add DFSG get-orig-source target.
* debian/copyright:
  - Fix various mistakes in initial attempt to document copyrights.

[ Dmitrijs Ledkovs ]
* debian/rules: Added utils.mk to use missing-files target and call it on
  each build.
* debian/libsword-dev.install: Added libsword.la, previously missing.
* debian/libsword7.install: Added missing libicu translit files.
* debian/control:
  - Updated all uses of SWORD version to 1.6
  - Added libsword-dbg package
* debian/watch: Fixed a small mistake which was resulting in extra "."
  in final version name.
* debian/rules: simplified manpage processing.
* debian/libsword8.lintian-overrides: added override for module
  installation directory.
* debian/copyright: Updated with information about everyfile.
  Closes: #513448 LP: #322638
* debian/diatheke.examples: moved examples here from the diatheke.install
* debian/rules:
  - enabled shell script based testsuite
  - added commented out cppunit testsuite
* debian/patches/40_missing_includes.diff: 
  - added several missing stdio.h includes to prevent FTBFS of testsuite.

[ Closed Bugs ]
* FTBFS on intrepid (LP: #305172)

Show diffs side-by-side

added added

removed removed

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