annotate Doxyfile @ 60:1ea2aed23d4a tip

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