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