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