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