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