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