annotate Doxyfile @ 500:b935f890e512 prerelease

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