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