1*bebae9c0SAndroid Build Coastguard Worker# Doxyfile 1.7.1 2*bebae9c0SAndroid Build Coastguard Worker 3*bebae9c0SAndroid Build Coastguard Worker# This file describes the settings to be used by the documentation system 4*bebae9c0SAndroid Build Coastguard Worker# doxygen (www.doxygen.org) for a project 5*bebae9c0SAndroid Build Coastguard Worker# 6*bebae9c0SAndroid Build Coastguard Worker# All text after a hash (#) is considered a comment and will be ignored 7*bebae9c0SAndroid Build Coastguard Worker# The format is: 8*bebae9c0SAndroid Build Coastguard Worker# TAG = value [value, ...] 9*bebae9c0SAndroid Build Coastguard Worker# For lists items can also be appended using: 10*bebae9c0SAndroid Build Coastguard Worker# TAG += value [value, ...] 11*bebae9c0SAndroid Build Coastguard Worker# Values that contain spaces should be placed between quotes (" ") 12*bebae9c0SAndroid Build Coastguard Worker 13*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 14*bebae9c0SAndroid Build Coastguard Worker# Project related configuration options 15*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 16*bebae9c0SAndroid Build Coastguard Worker 17*bebae9c0SAndroid Build Coastguard Worker# This tag specifies the encoding used for all characters in the config file 18*bebae9c0SAndroid Build Coastguard Worker# that follow. The default is UTF-8 which is also the encoding used for all 19*bebae9c0SAndroid Build Coastguard Worker# text before the first occurrence of this tag. Doxygen uses libiconv (or the 20*bebae9c0SAndroid Build Coastguard Worker# iconv built into libc) for the transcoding. See 21*bebae9c0SAndroid Build Coastguard Worker# http://www.gnu.org/software/libiconv for the list of possible encodings. 22*bebae9c0SAndroid Build Coastguard Worker 23*bebae9c0SAndroid Build Coastguard WorkerDOXYFILE_ENCODING = UTF-8 24*bebae9c0SAndroid Build Coastguard Worker 25*bebae9c0SAndroid Build Coastguard Worker# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 26*bebae9c0SAndroid Build Coastguard Worker# by quotes) that should identify the project. 27*bebae9c0SAndroid Build Coastguard Worker 28*bebae9c0SAndroid Build Coastguard WorkerPROJECT_NAME = Wilhelm 29*bebae9c0SAndroid Build Coastguard Worker 30*bebae9c0SAndroid Build Coastguard Worker# The PROJECT_NUMBER tag can be used to enter a project or revision number. 31*bebae9c0SAndroid Build Coastguard Worker# This could be handy for archiving the generated documentation or 32*bebae9c0SAndroid Build Coastguard Worker# if some version control system is used. 33*bebae9c0SAndroid Build Coastguard Worker 34*bebae9c0SAndroid Build Coastguard WorkerPROJECT_NUMBER = 0.1 35*bebae9c0SAndroid Build Coastguard Worker 36*bebae9c0SAndroid Build Coastguard Worker# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 37*bebae9c0SAndroid Build Coastguard Worker# base path where the generated documentation will be put. 38*bebae9c0SAndroid Build Coastguard Worker# If a relative path is entered, it will be relative to the location 39*bebae9c0SAndroid Build Coastguard Worker# where doxygen was started. If left blank the current directory will be used. 40*bebae9c0SAndroid Build Coastguard Worker 41*bebae9c0SAndroid Build Coastguard WorkerOUTPUT_DIRECTORY = 42*bebae9c0SAndroid Build Coastguard Worker 43*bebae9c0SAndroid Build Coastguard Worker# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 44*bebae9c0SAndroid Build Coastguard Worker# 4096 sub-directories (in 2 levels) under the output directory of each output 45*bebae9c0SAndroid Build Coastguard Worker# format and will distribute the generated files over these directories. 46*bebae9c0SAndroid Build Coastguard Worker# Enabling this option can be useful when feeding doxygen a huge amount of 47*bebae9c0SAndroid Build Coastguard Worker# source files, where putting all generated files in the same directory would 48*bebae9c0SAndroid Build Coastguard Worker# otherwise cause performance problems for the file system. 49*bebae9c0SAndroid Build Coastguard Worker 50*bebae9c0SAndroid Build Coastguard WorkerCREATE_SUBDIRS = NO 51*bebae9c0SAndroid Build Coastguard Worker 52*bebae9c0SAndroid Build Coastguard Worker# The OUTPUT_LANGUAGE tag is used to specify the language in which all 53*bebae9c0SAndroid Build Coastguard Worker# documentation generated by doxygen is written. Doxygen will use this 54*bebae9c0SAndroid Build Coastguard Worker# information to generate all constant output in the proper language. 55*bebae9c0SAndroid Build Coastguard Worker# The default language is English, other supported languages are: 56*bebae9c0SAndroid Build Coastguard Worker# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, 57*bebae9c0SAndroid Build Coastguard Worker# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, 58*bebae9c0SAndroid Build Coastguard Worker# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English 59*bebae9c0SAndroid Build Coastguard Worker# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, 60*bebae9c0SAndroid Build Coastguard Worker# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, 61*bebae9c0SAndroid Build Coastguard Worker# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. 62*bebae9c0SAndroid Build Coastguard Worker 63*bebae9c0SAndroid Build Coastguard WorkerOUTPUT_LANGUAGE = English 64*bebae9c0SAndroid Build Coastguard Worker 65*bebae9c0SAndroid Build Coastguard Worker# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 66*bebae9c0SAndroid Build Coastguard Worker# include brief member descriptions after the members that are listed in 67*bebae9c0SAndroid Build Coastguard Worker# the file and class documentation (similar to JavaDoc). 68*bebae9c0SAndroid Build Coastguard Worker# Set to NO to disable this. 69*bebae9c0SAndroid Build Coastguard Worker 70*bebae9c0SAndroid Build Coastguard WorkerBRIEF_MEMBER_DESC = YES 71*bebae9c0SAndroid Build Coastguard Worker 72*bebae9c0SAndroid Build Coastguard Worker# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 73*bebae9c0SAndroid Build Coastguard Worker# the brief description of a member or function before the detailed description. 74*bebae9c0SAndroid Build Coastguard Worker# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 75*bebae9c0SAndroid Build Coastguard Worker# brief descriptions will be completely suppressed. 76*bebae9c0SAndroid Build Coastguard Worker 77*bebae9c0SAndroid Build Coastguard WorkerREPEAT_BRIEF = YES 78*bebae9c0SAndroid Build Coastguard Worker 79*bebae9c0SAndroid Build Coastguard Worker# This tag implements a quasi-intelligent brief description abbreviator 80*bebae9c0SAndroid Build Coastguard Worker# that is used to form the text in various listings. Each string 81*bebae9c0SAndroid Build Coastguard Worker# in this list, if found as the leading text of the brief description, will be 82*bebae9c0SAndroid Build Coastguard Worker# stripped from the text and the result after processing the whole list, is 83*bebae9c0SAndroid Build Coastguard Worker# used as the annotated text. Otherwise, the brief description is used as-is. 84*bebae9c0SAndroid Build Coastguard Worker# If left blank, the following values are used ("$name" is automatically 85*bebae9c0SAndroid Build Coastguard Worker# replaced with the name of the entity): "The $name class" "The $name widget" 86*bebae9c0SAndroid Build Coastguard Worker# "The $name file" "is" "provides" "specifies" "contains" 87*bebae9c0SAndroid Build Coastguard Worker# "represents" "a" "an" "the" 88*bebae9c0SAndroid Build Coastguard Worker 89*bebae9c0SAndroid Build Coastguard WorkerABBREVIATE_BRIEF = 90*bebae9c0SAndroid Build Coastguard Worker 91*bebae9c0SAndroid Build Coastguard Worker# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 92*bebae9c0SAndroid Build Coastguard Worker# Doxygen will generate a detailed section even if there is only a brief 93*bebae9c0SAndroid Build Coastguard Worker# description. 94*bebae9c0SAndroid Build Coastguard Worker 95*bebae9c0SAndroid Build Coastguard WorkerALWAYS_DETAILED_SEC = NO 96*bebae9c0SAndroid Build Coastguard Worker 97*bebae9c0SAndroid Build Coastguard Worker# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 98*bebae9c0SAndroid Build Coastguard Worker# inherited members of a class in the documentation of that class as if those 99*bebae9c0SAndroid Build Coastguard Worker# members were ordinary class members. Constructors, destructors and assignment 100*bebae9c0SAndroid Build Coastguard Worker# operators of the base classes will not be shown. 101*bebae9c0SAndroid Build Coastguard Worker 102*bebae9c0SAndroid Build Coastguard WorkerINLINE_INHERITED_MEMB = NO 103*bebae9c0SAndroid Build Coastguard Worker 104*bebae9c0SAndroid Build Coastguard Worker# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 105*bebae9c0SAndroid Build Coastguard Worker# path before files name in the file list and in the header files. If set 106*bebae9c0SAndroid Build Coastguard Worker# to NO the shortest path that makes the file name unique will be used. 107*bebae9c0SAndroid Build Coastguard Worker 108*bebae9c0SAndroid Build Coastguard WorkerFULL_PATH_NAMES = NO 109*bebae9c0SAndroid Build Coastguard Worker 110*bebae9c0SAndroid Build Coastguard Worker# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 111*bebae9c0SAndroid Build Coastguard Worker# can be used to strip a user-defined part of the path. Stripping is 112*bebae9c0SAndroid Build Coastguard Worker# only done if one of the specified strings matches the left-hand part of 113*bebae9c0SAndroid Build Coastguard Worker# the path. The tag can be used to show relative paths in the file list. 114*bebae9c0SAndroid Build Coastguard Worker# If left blank the directory from which doxygen is run is used as the 115*bebae9c0SAndroid Build Coastguard Worker# path to strip. 116*bebae9c0SAndroid Build Coastguard Worker 117*bebae9c0SAndroid Build Coastguard WorkerSTRIP_FROM_PATH = 118*bebae9c0SAndroid Build Coastguard Worker 119*bebae9c0SAndroid Build Coastguard Worker# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 120*bebae9c0SAndroid Build Coastguard Worker# the path mentioned in the documentation of a class, which tells 121*bebae9c0SAndroid Build Coastguard Worker# the reader which header file to include in order to use a class. 122*bebae9c0SAndroid Build Coastguard Worker# If left blank only the name of the header file containing the class 123*bebae9c0SAndroid Build Coastguard Worker# definition is used. Otherwise one should specify the include paths that 124*bebae9c0SAndroid Build Coastguard Worker# are normally passed to the compiler using the -I flag. 125*bebae9c0SAndroid Build Coastguard Worker 126*bebae9c0SAndroid Build Coastguard WorkerSTRIP_FROM_INC_PATH = 127*bebae9c0SAndroid Build Coastguard Worker 128*bebae9c0SAndroid Build Coastguard Worker# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 129*bebae9c0SAndroid Build Coastguard Worker# (but less readable) file names. This can be useful is your file systems 130*bebae9c0SAndroid Build Coastguard Worker# doesn't support long names like on DOS, Mac, or CD-ROM. 131*bebae9c0SAndroid Build Coastguard Worker 132*bebae9c0SAndroid Build Coastguard WorkerSHORT_NAMES = NO 133*bebae9c0SAndroid Build Coastguard Worker 134*bebae9c0SAndroid Build Coastguard Worker# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 135*bebae9c0SAndroid Build Coastguard Worker# will interpret the first line (until the first dot) of a JavaDoc-style 136*bebae9c0SAndroid Build Coastguard Worker# comment as the brief description. If set to NO, the JavaDoc 137*bebae9c0SAndroid Build Coastguard Worker# comments will behave just like regular Qt-style comments 138*bebae9c0SAndroid Build Coastguard Worker# (thus requiring an explicit @brief command for a brief description.) 139*bebae9c0SAndroid Build Coastguard Worker 140*bebae9c0SAndroid Build Coastguard WorkerJAVADOC_AUTOBRIEF = NO 141*bebae9c0SAndroid Build Coastguard Worker 142*bebae9c0SAndroid Build Coastguard Worker# If the QT_AUTOBRIEF tag is set to YES then Doxygen will 143*bebae9c0SAndroid Build Coastguard Worker# interpret the first line (until the first dot) of a Qt-style 144*bebae9c0SAndroid Build Coastguard Worker# comment as the brief description. If set to NO, the comments 145*bebae9c0SAndroid Build Coastguard Worker# will behave just like regular Qt-style comments (thus requiring 146*bebae9c0SAndroid Build Coastguard Worker# an explicit \brief command for a brief description.) 147*bebae9c0SAndroid Build Coastguard Worker 148*bebae9c0SAndroid Build Coastguard WorkerQT_AUTOBRIEF = NO 149*bebae9c0SAndroid Build Coastguard Worker 150*bebae9c0SAndroid Build Coastguard Worker# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 151*bebae9c0SAndroid Build Coastguard Worker# treat a multi-line C++ special comment block (i.e. a block of //! or /// 152*bebae9c0SAndroid Build Coastguard Worker# comments) as a brief description. This used to be the default behaviour. 153*bebae9c0SAndroid Build Coastguard Worker# The new default is to treat a multi-line C++ comment block as a detailed 154*bebae9c0SAndroid Build Coastguard Worker# description. Set this tag to YES if you prefer the old behaviour instead. 155*bebae9c0SAndroid Build Coastguard Worker 156*bebae9c0SAndroid Build Coastguard WorkerMULTILINE_CPP_IS_BRIEF = NO 157*bebae9c0SAndroid Build Coastguard Worker 158*bebae9c0SAndroid Build Coastguard Worker# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 159*bebae9c0SAndroid Build Coastguard Worker# member inherits the documentation from any documented member that it 160*bebae9c0SAndroid Build Coastguard Worker# re-implements. 161*bebae9c0SAndroid Build Coastguard Worker 162*bebae9c0SAndroid Build Coastguard WorkerINHERIT_DOCS = YES 163*bebae9c0SAndroid Build Coastguard Worker 164*bebae9c0SAndroid Build Coastguard Worker# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 165*bebae9c0SAndroid Build Coastguard Worker# a new page for each member. If set to NO, the documentation of a member will 166*bebae9c0SAndroid Build Coastguard Worker# be part of the file/class/namespace that contains it. 167*bebae9c0SAndroid Build Coastguard Worker 168*bebae9c0SAndroid Build Coastguard WorkerSEPARATE_MEMBER_PAGES = NO 169*bebae9c0SAndroid Build Coastguard Worker 170*bebae9c0SAndroid Build Coastguard Worker# The TAB_SIZE tag can be used to set the number of spaces in a tab. 171*bebae9c0SAndroid Build Coastguard Worker# Doxygen uses this value to replace tabs by spaces in code fragments. 172*bebae9c0SAndroid Build Coastguard Worker 173*bebae9c0SAndroid Build Coastguard WorkerTAB_SIZE = 8 174*bebae9c0SAndroid Build Coastguard Worker 175*bebae9c0SAndroid Build Coastguard Worker# This tag can be used to specify a number of aliases that acts 176*bebae9c0SAndroid Build Coastguard Worker# as commands in the documentation. An alias has the form "name=value". 177*bebae9c0SAndroid Build Coastguard Worker# For example adding "sideeffect=\par Side Effects:\n" will allow you to 178*bebae9c0SAndroid Build Coastguard Worker# put the command \sideeffect (or @sideeffect) in the documentation, which 179*bebae9c0SAndroid Build Coastguard Worker# will result in a user-defined paragraph with heading "Side Effects:". 180*bebae9c0SAndroid Build Coastguard Worker# You can put \n's in the value part of an alias to insert newlines. 181*bebae9c0SAndroid Build Coastguard Worker 182*bebae9c0SAndroid Build Coastguard WorkerALIASES = 183*bebae9c0SAndroid Build Coastguard Worker 184*bebae9c0SAndroid Build Coastguard Worker# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 185*bebae9c0SAndroid Build Coastguard Worker# sources only. Doxygen will then generate output that is more tailored for C. 186*bebae9c0SAndroid Build Coastguard Worker# For instance, some of the names that are used will be different. The list 187*bebae9c0SAndroid Build Coastguard Worker# of all members will be omitted, etc. 188*bebae9c0SAndroid Build Coastguard Worker 189*bebae9c0SAndroid Build Coastguard WorkerOPTIMIZE_OUTPUT_FOR_C = NO 190*bebae9c0SAndroid Build Coastguard Worker 191*bebae9c0SAndroid Build Coastguard Worker# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java 192*bebae9c0SAndroid Build Coastguard Worker# sources only. Doxygen will then generate output that is more tailored for 193*bebae9c0SAndroid Build Coastguard Worker# Java. For instance, namespaces will be presented as packages, qualified 194*bebae9c0SAndroid Build Coastguard Worker# scopes will look different, etc. 195*bebae9c0SAndroid Build Coastguard Worker 196*bebae9c0SAndroid Build Coastguard WorkerOPTIMIZE_OUTPUT_JAVA = NO 197*bebae9c0SAndroid Build Coastguard Worker 198*bebae9c0SAndroid Build Coastguard Worker# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran 199*bebae9c0SAndroid Build Coastguard Worker# sources only. Doxygen will then generate output that is more tailored for 200*bebae9c0SAndroid Build Coastguard Worker# Fortran. 201*bebae9c0SAndroid Build Coastguard Worker 202*bebae9c0SAndroid Build Coastguard WorkerOPTIMIZE_FOR_FORTRAN = NO 203*bebae9c0SAndroid Build Coastguard Worker 204*bebae9c0SAndroid Build Coastguard Worker# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL 205*bebae9c0SAndroid Build Coastguard Worker# sources. Doxygen will then generate output that is tailored for 206*bebae9c0SAndroid Build Coastguard Worker# VHDL. 207*bebae9c0SAndroid Build Coastguard Worker 208*bebae9c0SAndroid Build Coastguard WorkerOPTIMIZE_OUTPUT_VHDL = NO 209*bebae9c0SAndroid Build Coastguard Worker 210*bebae9c0SAndroid Build Coastguard Worker# Doxygen selects the parser to use depending on the extension of the files it 211*bebae9c0SAndroid Build Coastguard Worker# parses. With this tag you can assign which parser to use for a given extension. 212*bebae9c0SAndroid Build Coastguard Worker# Doxygen has a built-in mapping, but you can override or extend it using this 213*bebae9c0SAndroid Build Coastguard Worker# tag. The format is ext=language, where ext is a file extension, and language 214*bebae9c0SAndroid Build Coastguard Worker# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, 215*bebae9c0SAndroid Build Coastguard Worker# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make 216*bebae9c0SAndroid Build Coastguard Worker# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C 217*bebae9c0SAndroid Build Coastguard Worker# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions 218*bebae9c0SAndroid Build Coastguard Worker# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. 219*bebae9c0SAndroid Build Coastguard Worker 220*bebae9c0SAndroid Build Coastguard WorkerEXTENSION_MAPPING = 221*bebae9c0SAndroid Build Coastguard Worker 222*bebae9c0SAndroid Build Coastguard Worker# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 223*bebae9c0SAndroid Build Coastguard Worker# to include (a tag file for) the STL sources as input, then you should 224*bebae9c0SAndroid Build Coastguard Worker# set this tag to YES in order to let doxygen match functions declarations and 225*bebae9c0SAndroid Build Coastguard Worker# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 226*bebae9c0SAndroid Build Coastguard Worker# func(std::string) {}). This also make the inheritance and collaboration 227*bebae9c0SAndroid Build Coastguard Worker# diagrams that involve STL classes more complete and accurate. 228*bebae9c0SAndroid Build Coastguard Worker 229*bebae9c0SAndroid Build Coastguard WorkerBUILTIN_STL_SUPPORT = NO 230*bebae9c0SAndroid Build Coastguard Worker 231*bebae9c0SAndroid Build Coastguard Worker# If you use Microsoft's C++/CLI language, you should set this option to YES to 232*bebae9c0SAndroid Build Coastguard Worker# enable parsing support. 233*bebae9c0SAndroid Build Coastguard Worker 234*bebae9c0SAndroid Build Coastguard WorkerCPP_CLI_SUPPORT = NO 235*bebae9c0SAndroid Build Coastguard Worker 236*bebae9c0SAndroid Build Coastguard Worker# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. 237*bebae9c0SAndroid Build Coastguard Worker# Doxygen will parse them like normal C++ but will assume all classes use public 238*bebae9c0SAndroid Build Coastguard Worker# instead of private inheritance when no explicit protection keyword is present. 239*bebae9c0SAndroid Build Coastguard Worker 240*bebae9c0SAndroid Build Coastguard WorkerSIP_SUPPORT = NO 241*bebae9c0SAndroid Build Coastguard Worker 242*bebae9c0SAndroid Build Coastguard Worker# For Microsoft's IDL there are propget and propput attributes to indicate getter 243*bebae9c0SAndroid Build Coastguard Worker# and setter methods for a property. Setting this option to YES (the default) 244*bebae9c0SAndroid Build Coastguard Worker# will make doxygen to replace the get and set methods by a property in the 245*bebae9c0SAndroid Build Coastguard Worker# documentation. This will only work if the methods are indeed getting or 246*bebae9c0SAndroid Build Coastguard Worker# setting a simple type. If this is not the case, or you want to show the 247*bebae9c0SAndroid Build Coastguard Worker# methods anyway, you should set this option to NO. 248*bebae9c0SAndroid Build Coastguard Worker 249*bebae9c0SAndroid Build Coastguard WorkerIDL_PROPERTY_SUPPORT = YES 250*bebae9c0SAndroid Build Coastguard Worker 251*bebae9c0SAndroid Build Coastguard Worker# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 252*bebae9c0SAndroid Build Coastguard Worker# tag is set to YES, then doxygen will reuse the documentation of the first 253*bebae9c0SAndroid Build Coastguard Worker# member in the group (if any) for the other members of the group. By default 254*bebae9c0SAndroid Build Coastguard Worker# all members of a group must be documented explicitly. 255*bebae9c0SAndroid Build Coastguard Worker 256*bebae9c0SAndroid Build Coastguard WorkerDISTRIBUTE_GROUP_DOC = NO 257*bebae9c0SAndroid Build Coastguard Worker 258*bebae9c0SAndroid Build Coastguard Worker# Set the SUBGROUPING tag to YES (the default) to allow class member groups of 259*bebae9c0SAndroid Build Coastguard Worker# the same type (for instance a group of public functions) to be put as a 260*bebae9c0SAndroid Build Coastguard Worker# subgroup of that type (e.g. under the Public Functions section). Set it to 261*bebae9c0SAndroid Build Coastguard Worker# NO to prevent subgrouping. Alternatively, this can be done per class using 262*bebae9c0SAndroid Build Coastguard Worker# the \nosubgrouping command. 263*bebae9c0SAndroid Build Coastguard Worker 264*bebae9c0SAndroid Build Coastguard WorkerSUBGROUPING = YES 265*bebae9c0SAndroid Build Coastguard Worker 266*bebae9c0SAndroid Build Coastguard Worker# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum 267*bebae9c0SAndroid Build Coastguard Worker# is documented as struct, union, or enum with the name of the typedef. So 268*bebae9c0SAndroid Build Coastguard Worker# typedef struct TypeS {} TypeT, will appear in the documentation as a struct 269*bebae9c0SAndroid Build Coastguard Worker# with name TypeT. When disabled the typedef will appear as a member of a file, 270*bebae9c0SAndroid Build Coastguard Worker# namespace, or class. And the struct will be named TypeS. This can typically 271*bebae9c0SAndroid Build Coastguard Worker# be useful for C code in case the coding convention dictates that all compound 272*bebae9c0SAndroid Build Coastguard Worker# types are typedef'ed and only the typedef is referenced, never the tag name. 273*bebae9c0SAndroid Build Coastguard Worker 274*bebae9c0SAndroid Build Coastguard WorkerTYPEDEF_HIDES_STRUCT = NO 275*bebae9c0SAndroid Build Coastguard Worker 276*bebae9c0SAndroid Build Coastguard Worker# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to 277*bebae9c0SAndroid Build Coastguard Worker# determine which symbols to keep in memory and which to flush to disk. 278*bebae9c0SAndroid Build Coastguard Worker# When the cache is full, less often used symbols will be written to disk. 279*bebae9c0SAndroid Build Coastguard Worker# For small to medium size projects (<1000 input files) the default value is 280*bebae9c0SAndroid Build Coastguard Worker# probably good enough. For larger projects a too small cache size can cause 281*bebae9c0SAndroid Build Coastguard Worker# doxygen to be busy swapping symbols to and from disk most of the time 282*bebae9c0SAndroid Build Coastguard Worker# causing a significant performance penality. 283*bebae9c0SAndroid Build Coastguard Worker# If the system has enough physical memory increasing the cache will improve the 284*bebae9c0SAndroid Build Coastguard Worker# performance by keeping more symbols in memory. Note that the value works on 285*bebae9c0SAndroid Build Coastguard Worker# a logarithmic scale so increasing the size by one will rougly double the 286*bebae9c0SAndroid Build Coastguard Worker# memory usage. The cache size is given by this formula: 287*bebae9c0SAndroid Build Coastguard Worker# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, 288*bebae9c0SAndroid Build Coastguard Worker# corresponding to a cache size of 2^16 = 65536 symbols 289*bebae9c0SAndroid Build Coastguard Worker 290*bebae9c0SAndroid Build Coastguard WorkerSYMBOL_CACHE_SIZE = 0 291*bebae9c0SAndroid Build Coastguard Worker 292*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 293*bebae9c0SAndroid Build Coastguard Worker# Build related configuration options 294*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 295*bebae9c0SAndroid Build Coastguard Worker 296*bebae9c0SAndroid Build Coastguard Worker# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 297*bebae9c0SAndroid Build Coastguard Worker# documentation are documented, even if no documentation was available. 298*bebae9c0SAndroid Build Coastguard Worker# Private class members and static file members will be hidden unless 299*bebae9c0SAndroid Build Coastguard Worker# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES 300*bebae9c0SAndroid Build Coastguard Worker 301*bebae9c0SAndroid Build Coastguard WorkerEXTRACT_ALL = YES 302*bebae9c0SAndroid Build Coastguard Worker 303*bebae9c0SAndroid Build Coastguard Worker# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 304*bebae9c0SAndroid Build Coastguard Worker# will be included in the documentation. 305*bebae9c0SAndroid Build Coastguard Worker 306*bebae9c0SAndroid Build Coastguard WorkerEXTRACT_PRIVATE = YES 307*bebae9c0SAndroid Build Coastguard Worker 308*bebae9c0SAndroid Build Coastguard Worker# If the EXTRACT_STATIC tag is set to YES all static members of a file 309*bebae9c0SAndroid Build Coastguard Worker# will be included in the documentation. 310*bebae9c0SAndroid Build Coastguard Worker 311*bebae9c0SAndroid Build Coastguard WorkerEXTRACT_STATIC = YES 312*bebae9c0SAndroid Build Coastguard Worker 313*bebae9c0SAndroid Build Coastguard Worker# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 314*bebae9c0SAndroid Build Coastguard Worker# defined locally in source files will be included in the documentation. 315*bebae9c0SAndroid Build Coastguard Worker# If set to NO only classes defined in header files are included. 316*bebae9c0SAndroid Build Coastguard Worker 317*bebae9c0SAndroid Build Coastguard WorkerEXTRACT_LOCAL_CLASSES = YES 318*bebae9c0SAndroid Build Coastguard Worker 319*bebae9c0SAndroid Build Coastguard Worker# This flag is only useful for Objective-C code. When set to YES local 320*bebae9c0SAndroid Build Coastguard Worker# methods, which are defined in the implementation section but not in 321*bebae9c0SAndroid Build Coastguard Worker# the interface are included in the documentation. 322*bebae9c0SAndroid Build Coastguard Worker# If set to NO (the default) only methods in the interface are included. 323*bebae9c0SAndroid Build Coastguard Worker 324*bebae9c0SAndroid Build Coastguard WorkerEXTRACT_LOCAL_METHODS = NO 325*bebae9c0SAndroid Build Coastguard Worker 326*bebae9c0SAndroid Build Coastguard Worker# If this flag is set to YES, the members of anonymous namespaces will be 327*bebae9c0SAndroid Build Coastguard Worker# extracted and appear in the documentation as a namespace called 328*bebae9c0SAndroid Build Coastguard Worker# 'anonymous_namespace{file}', where file will be replaced with the base 329*bebae9c0SAndroid Build Coastguard Worker# name of the file that contains the anonymous namespace. By default 330*bebae9c0SAndroid Build Coastguard Worker# anonymous namespace are hidden. 331*bebae9c0SAndroid Build Coastguard Worker 332*bebae9c0SAndroid Build Coastguard WorkerEXTRACT_ANON_NSPACES = NO 333*bebae9c0SAndroid Build Coastguard Worker 334*bebae9c0SAndroid Build Coastguard Worker# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 335*bebae9c0SAndroid Build Coastguard Worker# undocumented members of documented classes, files or namespaces. 336*bebae9c0SAndroid Build Coastguard Worker# If set to NO (the default) these members will be included in the 337*bebae9c0SAndroid Build Coastguard Worker# various overviews, but no documentation section is generated. 338*bebae9c0SAndroid Build Coastguard Worker# This option has no effect if EXTRACT_ALL is enabled. 339*bebae9c0SAndroid Build Coastguard Worker 340*bebae9c0SAndroid Build Coastguard WorkerHIDE_UNDOC_MEMBERS = NO 341*bebae9c0SAndroid Build Coastguard Worker 342*bebae9c0SAndroid Build Coastguard Worker# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 343*bebae9c0SAndroid Build Coastguard Worker# undocumented classes that are normally visible in the class hierarchy. 344*bebae9c0SAndroid Build Coastguard Worker# If set to NO (the default) these classes will be included in the various 345*bebae9c0SAndroid Build Coastguard Worker# overviews. This option has no effect if EXTRACT_ALL is enabled. 346*bebae9c0SAndroid Build Coastguard Worker 347*bebae9c0SAndroid Build Coastguard WorkerHIDE_UNDOC_CLASSES = NO 348*bebae9c0SAndroid Build Coastguard Worker 349*bebae9c0SAndroid Build Coastguard Worker# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 350*bebae9c0SAndroid Build Coastguard Worker# friend (class|struct|union) declarations. 351*bebae9c0SAndroid Build Coastguard Worker# If set to NO (the default) these declarations will be included in the 352*bebae9c0SAndroid Build Coastguard Worker# documentation. 353*bebae9c0SAndroid Build Coastguard Worker 354*bebae9c0SAndroid Build Coastguard WorkerHIDE_FRIEND_COMPOUNDS = NO 355*bebae9c0SAndroid Build Coastguard Worker 356*bebae9c0SAndroid Build Coastguard Worker# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any 357*bebae9c0SAndroid Build Coastguard Worker# documentation blocks found inside the body of a function. 358*bebae9c0SAndroid Build Coastguard Worker# If set to NO (the default) these blocks will be appended to the 359*bebae9c0SAndroid Build Coastguard Worker# function's detailed documentation block. 360*bebae9c0SAndroid Build Coastguard Worker 361*bebae9c0SAndroid Build Coastguard WorkerHIDE_IN_BODY_DOCS = NO 362*bebae9c0SAndroid Build Coastguard Worker 363*bebae9c0SAndroid Build Coastguard Worker# The INTERNAL_DOCS tag determines if documentation 364*bebae9c0SAndroid Build Coastguard Worker# that is typed after a \internal command is included. If the tag is set 365*bebae9c0SAndroid Build Coastguard Worker# to NO (the default) then the documentation will be excluded. 366*bebae9c0SAndroid Build Coastguard Worker# Set it to YES to include the internal documentation. 367*bebae9c0SAndroid Build Coastguard Worker 368*bebae9c0SAndroid Build Coastguard WorkerINTERNAL_DOCS = NO 369*bebae9c0SAndroid Build Coastguard Worker 370*bebae9c0SAndroid Build Coastguard Worker# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 371*bebae9c0SAndroid Build Coastguard Worker# file names in lower-case letters. If set to YES upper-case letters are also 372*bebae9c0SAndroid Build Coastguard Worker# allowed. This is useful if you have classes or files whose names only differ 373*bebae9c0SAndroid Build Coastguard Worker# in case and if your file system supports case sensitive file names. Windows 374*bebae9c0SAndroid Build Coastguard Worker# and Mac users are advised to set this option to NO. 375*bebae9c0SAndroid Build Coastguard Worker 376*bebae9c0SAndroid Build Coastguard WorkerCASE_SENSE_NAMES = NO 377*bebae9c0SAndroid Build Coastguard Worker 378*bebae9c0SAndroid Build Coastguard Worker# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 379*bebae9c0SAndroid Build Coastguard Worker# will show members with their full class and namespace scopes in the 380*bebae9c0SAndroid Build Coastguard Worker# documentation. If set to YES the scope will be hidden. 381*bebae9c0SAndroid Build Coastguard Worker 382*bebae9c0SAndroid Build Coastguard WorkerHIDE_SCOPE_NAMES = NO 383*bebae9c0SAndroid Build Coastguard Worker 384*bebae9c0SAndroid Build Coastguard Worker# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 385*bebae9c0SAndroid Build Coastguard Worker# will put a list of the files that are included by a file in the documentation 386*bebae9c0SAndroid Build Coastguard Worker# of that file. 387*bebae9c0SAndroid Build Coastguard Worker 388*bebae9c0SAndroid Build Coastguard WorkerSHOW_INCLUDE_FILES = YES 389*bebae9c0SAndroid Build Coastguard Worker 390*bebae9c0SAndroid Build Coastguard Worker# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen 391*bebae9c0SAndroid Build Coastguard Worker# will list include files with double quotes in the documentation 392*bebae9c0SAndroid Build Coastguard Worker# rather than with sharp brackets. 393*bebae9c0SAndroid Build Coastguard Worker 394*bebae9c0SAndroid Build Coastguard WorkerFORCE_LOCAL_INCLUDES = NO 395*bebae9c0SAndroid Build Coastguard Worker 396*bebae9c0SAndroid Build Coastguard Worker# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 397*bebae9c0SAndroid Build Coastguard Worker# is inserted in the documentation for inline members. 398*bebae9c0SAndroid Build Coastguard Worker 399*bebae9c0SAndroid Build Coastguard WorkerINLINE_INFO = YES 400*bebae9c0SAndroid Build Coastguard Worker 401*bebae9c0SAndroid Build Coastguard Worker# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 402*bebae9c0SAndroid Build Coastguard Worker# will sort the (detailed) documentation of file and class members 403*bebae9c0SAndroid Build Coastguard Worker# alphabetically by member name. If set to NO the members will appear in 404*bebae9c0SAndroid Build Coastguard Worker# declaration order. 405*bebae9c0SAndroid Build Coastguard Worker 406*bebae9c0SAndroid Build Coastguard WorkerSORT_MEMBER_DOCS = NO 407*bebae9c0SAndroid Build Coastguard Worker 408*bebae9c0SAndroid Build Coastguard Worker# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 409*bebae9c0SAndroid Build Coastguard Worker# brief documentation of file, namespace and class members alphabetically 410*bebae9c0SAndroid Build Coastguard Worker# by member name. If set to NO (the default) the members will appear in 411*bebae9c0SAndroid Build Coastguard Worker# declaration order. 412*bebae9c0SAndroid Build Coastguard Worker 413*bebae9c0SAndroid Build Coastguard WorkerSORT_BRIEF_DOCS = NO 414*bebae9c0SAndroid Build Coastguard Worker 415*bebae9c0SAndroid Build Coastguard Worker# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen 416*bebae9c0SAndroid Build Coastguard Worker# will sort the (brief and detailed) documentation of class members so that 417*bebae9c0SAndroid Build Coastguard Worker# constructors and destructors are listed first. If set to NO (the default) 418*bebae9c0SAndroid Build Coastguard Worker# the constructors will appear in the respective orders defined by 419*bebae9c0SAndroid Build Coastguard Worker# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. 420*bebae9c0SAndroid Build Coastguard Worker# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO 421*bebae9c0SAndroid Build Coastguard Worker# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. 422*bebae9c0SAndroid Build Coastguard Worker 423*bebae9c0SAndroid Build Coastguard WorkerSORT_MEMBERS_CTORS_1ST = NO 424*bebae9c0SAndroid Build Coastguard Worker 425*bebae9c0SAndroid Build Coastguard Worker# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the 426*bebae9c0SAndroid Build Coastguard Worker# hierarchy of group names into alphabetical order. If set to NO (the default) 427*bebae9c0SAndroid Build Coastguard Worker# the group names will appear in their defined order. 428*bebae9c0SAndroid Build Coastguard Worker 429*bebae9c0SAndroid Build Coastguard WorkerSORT_GROUP_NAMES = NO 430*bebae9c0SAndroid Build Coastguard Worker 431*bebae9c0SAndroid Build Coastguard Worker# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 432*bebae9c0SAndroid Build Coastguard Worker# sorted by fully-qualified names, including namespaces. If set to 433*bebae9c0SAndroid Build Coastguard Worker# NO (the default), the class list will be sorted only by class name, 434*bebae9c0SAndroid Build Coastguard Worker# not including the namespace part. 435*bebae9c0SAndroid Build Coastguard Worker# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 436*bebae9c0SAndroid Build Coastguard Worker# Note: This option applies only to the class list, not to the 437*bebae9c0SAndroid Build Coastguard Worker# alphabetical list. 438*bebae9c0SAndroid Build Coastguard Worker 439*bebae9c0SAndroid Build Coastguard WorkerSORT_BY_SCOPE_NAME = NO 440*bebae9c0SAndroid Build Coastguard Worker 441*bebae9c0SAndroid Build Coastguard Worker# The GENERATE_TODOLIST tag can be used to enable (YES) or 442*bebae9c0SAndroid Build Coastguard Worker# disable (NO) the todo list. This list is created by putting \todo 443*bebae9c0SAndroid Build Coastguard Worker# commands in the documentation. 444*bebae9c0SAndroid Build Coastguard Worker 445*bebae9c0SAndroid Build Coastguard WorkerGENERATE_TODOLIST = YES 446*bebae9c0SAndroid Build Coastguard Worker 447*bebae9c0SAndroid Build Coastguard Worker# The GENERATE_TESTLIST tag can be used to enable (YES) or 448*bebae9c0SAndroid Build Coastguard Worker# disable (NO) the test list. This list is created by putting \test 449*bebae9c0SAndroid Build Coastguard Worker# commands in the documentation. 450*bebae9c0SAndroid Build Coastguard Worker 451*bebae9c0SAndroid Build Coastguard WorkerGENERATE_TESTLIST = YES 452*bebae9c0SAndroid Build Coastguard Worker 453*bebae9c0SAndroid Build Coastguard Worker# The GENERATE_BUGLIST tag can be used to enable (YES) or 454*bebae9c0SAndroid Build Coastguard Worker# disable (NO) the bug list. This list is created by putting \bug 455*bebae9c0SAndroid Build Coastguard Worker# commands in the documentation. 456*bebae9c0SAndroid Build Coastguard Worker 457*bebae9c0SAndroid Build Coastguard WorkerGENERATE_BUGLIST = YES 458*bebae9c0SAndroid Build Coastguard Worker 459*bebae9c0SAndroid Build Coastguard Worker# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 460*bebae9c0SAndroid Build Coastguard Worker# disable (NO) the deprecated list. This list is created by putting 461*bebae9c0SAndroid Build Coastguard Worker# \deprecated commands in the documentation. 462*bebae9c0SAndroid Build Coastguard Worker 463*bebae9c0SAndroid Build Coastguard WorkerGENERATE_DEPRECATEDLIST= YES 464*bebae9c0SAndroid Build Coastguard Worker 465*bebae9c0SAndroid Build Coastguard Worker# The ENABLED_SECTIONS tag can be used to enable conditional 466*bebae9c0SAndroid Build Coastguard Worker# documentation sections, marked by \if sectionname ... \endif. 467*bebae9c0SAndroid Build Coastguard Worker 468*bebae9c0SAndroid Build Coastguard WorkerENABLED_SECTIONS = 469*bebae9c0SAndroid Build Coastguard Worker 470*bebae9c0SAndroid Build Coastguard Worker# The MAX_INITIALIZER_LINES tag determines the maximum number of lines 471*bebae9c0SAndroid Build Coastguard Worker# the initial value of a variable or define consists of for it to appear in 472*bebae9c0SAndroid Build Coastguard Worker# the documentation. If the initializer consists of more lines than specified 473*bebae9c0SAndroid Build Coastguard Worker# here it will be hidden. Use a value of 0 to hide initializers completely. 474*bebae9c0SAndroid Build Coastguard Worker# The appearance of the initializer of individual variables and defines in the 475*bebae9c0SAndroid Build Coastguard Worker# documentation can be controlled using \showinitializer or \hideinitializer 476*bebae9c0SAndroid Build Coastguard Worker# command in the documentation regardless of this setting. 477*bebae9c0SAndroid Build Coastguard Worker 478*bebae9c0SAndroid Build Coastguard WorkerMAX_INITIALIZER_LINES = 30 479*bebae9c0SAndroid Build Coastguard Worker 480*bebae9c0SAndroid Build Coastguard Worker# Set the SHOW_USED_FILES tag to NO to disable the list of files generated 481*bebae9c0SAndroid Build Coastguard Worker# at the bottom of the documentation of classes and structs. If set to YES the 482*bebae9c0SAndroid Build Coastguard Worker# list will mention the files that were used to generate the documentation. 483*bebae9c0SAndroid Build Coastguard Worker 484*bebae9c0SAndroid Build Coastguard WorkerSHOW_USED_FILES = YES 485*bebae9c0SAndroid Build Coastguard Worker 486*bebae9c0SAndroid Build Coastguard Worker# If the sources in your project are distributed over multiple directories 487*bebae9c0SAndroid Build Coastguard Worker# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy 488*bebae9c0SAndroid Build Coastguard Worker# in the documentation. The default is NO. 489*bebae9c0SAndroid Build Coastguard Worker 490*bebae9c0SAndroid Build Coastguard WorkerSHOW_DIRECTORIES = NO 491*bebae9c0SAndroid Build Coastguard Worker 492*bebae9c0SAndroid Build Coastguard Worker# Set the SHOW_FILES tag to NO to disable the generation of the Files page. 493*bebae9c0SAndroid Build Coastguard Worker# This will remove the Files entry from the Quick Index and from the 494*bebae9c0SAndroid Build Coastguard Worker# Folder Tree View (if specified). The default is YES. 495*bebae9c0SAndroid Build Coastguard Worker 496*bebae9c0SAndroid Build Coastguard WorkerSHOW_FILES = YES 497*bebae9c0SAndroid Build Coastguard Worker 498*bebae9c0SAndroid Build Coastguard Worker# Set the SHOW_NAMESPACES tag to NO to disable the generation of the 499*bebae9c0SAndroid Build Coastguard Worker# Namespaces page. 500*bebae9c0SAndroid Build Coastguard Worker# This will remove the Namespaces entry from the Quick Index 501*bebae9c0SAndroid Build Coastguard Worker# and from the Folder Tree View (if specified). The default is YES. 502*bebae9c0SAndroid Build Coastguard Worker 503*bebae9c0SAndroid Build Coastguard WorkerSHOW_NAMESPACES = YES 504*bebae9c0SAndroid Build Coastguard Worker 505*bebae9c0SAndroid Build Coastguard Worker# The FILE_VERSION_FILTER tag can be used to specify a program or script that 506*bebae9c0SAndroid Build Coastguard Worker# doxygen should invoke to get the current version for each file (typically from 507*bebae9c0SAndroid Build Coastguard Worker# the version control system). Doxygen will invoke the program by executing (via 508*bebae9c0SAndroid Build Coastguard Worker# popen()) the command <command> <input-file>, where <command> is the value of 509*bebae9c0SAndroid Build Coastguard Worker# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file 510*bebae9c0SAndroid Build Coastguard Worker# provided by doxygen. Whatever the program writes to standard output 511*bebae9c0SAndroid Build Coastguard Worker# is used as the file version. See the manual for examples. 512*bebae9c0SAndroid Build Coastguard Worker 513*bebae9c0SAndroid Build Coastguard WorkerFILE_VERSION_FILTER = 514*bebae9c0SAndroid Build Coastguard Worker 515*bebae9c0SAndroid Build Coastguard Worker# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed 516*bebae9c0SAndroid Build Coastguard Worker# by doxygen. The layout file controls the global structure of the generated 517*bebae9c0SAndroid Build Coastguard Worker# output files in an output format independent way. The create the layout file 518*bebae9c0SAndroid Build Coastguard Worker# that represents doxygen's defaults, run doxygen with the -l option. 519*bebae9c0SAndroid Build Coastguard Worker# You can optionally specify a file name after the option, if omitted 520*bebae9c0SAndroid Build Coastguard Worker# DoxygenLayout.xml will be used as the name of the layout file. 521*bebae9c0SAndroid Build Coastguard Worker 522*bebae9c0SAndroid Build Coastguard WorkerLAYOUT_FILE = 523*bebae9c0SAndroid Build Coastguard Worker 524*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 525*bebae9c0SAndroid Build Coastguard Worker# configuration options related to warning and progress messages 526*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 527*bebae9c0SAndroid Build Coastguard Worker 528*bebae9c0SAndroid Build Coastguard Worker# The QUIET tag can be used to turn on/off the messages that are generated 529*bebae9c0SAndroid Build Coastguard Worker# by doxygen. Possible values are YES and NO. If left blank NO is used. 530*bebae9c0SAndroid Build Coastguard Worker 531*bebae9c0SAndroid Build Coastguard WorkerQUIET = YES 532*bebae9c0SAndroid Build Coastguard Worker 533*bebae9c0SAndroid Build Coastguard Worker# The WARNINGS tag can be used to turn on/off the warning messages that are 534*bebae9c0SAndroid Build Coastguard Worker# generated by doxygen. Possible values are YES and NO. If left blank 535*bebae9c0SAndroid Build Coastguard Worker# NO is used. 536*bebae9c0SAndroid Build Coastguard Worker 537*bebae9c0SAndroid Build Coastguard WorkerWARNINGS = YES 538*bebae9c0SAndroid Build Coastguard Worker 539*bebae9c0SAndroid Build Coastguard Worker# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 540*bebae9c0SAndroid Build Coastguard Worker# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 541*bebae9c0SAndroid Build Coastguard Worker# automatically be disabled. 542*bebae9c0SAndroid Build Coastguard Worker 543*bebae9c0SAndroid Build Coastguard WorkerWARN_IF_UNDOCUMENTED = YES 544*bebae9c0SAndroid Build Coastguard Worker 545*bebae9c0SAndroid Build Coastguard Worker# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 546*bebae9c0SAndroid Build Coastguard Worker# potential errors in the documentation, such as not documenting some 547*bebae9c0SAndroid Build Coastguard Worker# parameters in a documented function, or documenting parameters that 548*bebae9c0SAndroid Build Coastguard Worker# don't exist or using markup commands wrongly. 549*bebae9c0SAndroid Build Coastguard Worker 550*bebae9c0SAndroid Build Coastguard WorkerWARN_IF_DOC_ERROR = YES 551*bebae9c0SAndroid Build Coastguard Worker 552*bebae9c0SAndroid Build Coastguard Worker# This WARN_NO_PARAMDOC option can be abled to get warnings for 553*bebae9c0SAndroid Build Coastguard Worker# functions that are documented, but have no documentation for their parameters 554*bebae9c0SAndroid Build Coastguard Worker# or return value. If set to NO (the default) doxygen will only warn about 555*bebae9c0SAndroid Build Coastguard Worker# wrong or incomplete parameter documentation, but not about the absence of 556*bebae9c0SAndroid Build Coastguard Worker# documentation. 557*bebae9c0SAndroid Build Coastguard Worker 558*bebae9c0SAndroid Build Coastguard WorkerWARN_NO_PARAMDOC = NO 559*bebae9c0SAndroid Build Coastguard Worker 560*bebae9c0SAndroid Build Coastguard Worker# The WARN_FORMAT tag determines the format of the warning messages that 561*bebae9c0SAndroid Build Coastguard Worker# doxygen can produce. The string should contain the $file, $line, and $text 562*bebae9c0SAndroid Build Coastguard Worker# tags, which will be replaced by the file and line number from which the 563*bebae9c0SAndroid Build Coastguard Worker# warning originated and the warning text. Optionally the format may contain 564*bebae9c0SAndroid Build Coastguard Worker# $version, which will be replaced by the version of the file (if it could 565*bebae9c0SAndroid Build Coastguard Worker# be obtained via FILE_VERSION_FILTER) 566*bebae9c0SAndroid Build Coastguard Worker 567*bebae9c0SAndroid Build Coastguard WorkerWARN_FORMAT = "$file:$line: $text" 568*bebae9c0SAndroid Build Coastguard Worker 569*bebae9c0SAndroid Build Coastguard Worker# The WARN_LOGFILE tag can be used to specify a file to which warning 570*bebae9c0SAndroid Build Coastguard Worker# and error messages should be written. If left blank the output is written 571*bebae9c0SAndroid Build Coastguard Worker# to stderr. 572*bebae9c0SAndroid Build Coastguard Worker 573*bebae9c0SAndroid Build Coastguard WorkerWARN_LOGFILE = 574*bebae9c0SAndroid Build Coastguard Worker 575*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 576*bebae9c0SAndroid Build Coastguard Worker# configuration options related to the input files 577*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 578*bebae9c0SAndroid Build Coastguard Worker 579*bebae9c0SAndroid Build Coastguard Worker# The INPUT tag can be used to specify the files and/or directories that contain 580*bebae9c0SAndroid Build Coastguard Worker# documented source files. You may enter file names like "myfile.cpp" or 581*bebae9c0SAndroid Build Coastguard Worker# directories like "/usr/src/myproject". Separate the files or directories 582*bebae9c0SAndroid Build Coastguard Worker# with spaces. 583*bebae9c0SAndroid Build Coastguard Worker 584*bebae9c0SAndroid Build Coastguard WorkerINPUT = ../src 585*bebae9c0SAndroid Build Coastguard Worker 586*bebae9c0SAndroid Build Coastguard Worker# This tag can be used to specify the character encoding of the source files 587*bebae9c0SAndroid Build Coastguard Worker# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 588*bebae9c0SAndroid Build Coastguard Worker# also the default input encoding. Doxygen uses libiconv (or the iconv built 589*bebae9c0SAndroid Build Coastguard Worker# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 590*bebae9c0SAndroid Build Coastguard Worker# the list of possible encodings. 591*bebae9c0SAndroid Build Coastguard Worker 592*bebae9c0SAndroid Build Coastguard WorkerINPUT_ENCODING = UTF-8 593*bebae9c0SAndroid Build Coastguard Worker 594*bebae9c0SAndroid Build Coastguard Worker# If the value of the INPUT tag contains directories, you can use the 595*bebae9c0SAndroid Build Coastguard Worker# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 596*bebae9c0SAndroid Build Coastguard Worker# and *.h) to filter out the source-files in the directories. If left 597*bebae9c0SAndroid Build Coastguard Worker# blank the following patterns are tested: 598*bebae9c0SAndroid Build Coastguard Worker# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 599*bebae9c0SAndroid Build Coastguard Worker# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 600*bebae9c0SAndroid Build Coastguard Worker 601*bebae9c0SAndroid Build Coastguard WorkerFILE_PATTERNS = 602*bebae9c0SAndroid Build Coastguard Worker 603*bebae9c0SAndroid Build Coastguard Worker# The RECURSIVE tag can be used to turn specify whether or not subdirectories 604*bebae9c0SAndroid Build Coastguard Worker# should be searched for input files as well. Possible values are YES and NO. 605*bebae9c0SAndroid Build Coastguard Worker# If left blank NO is used. 606*bebae9c0SAndroid Build Coastguard Worker 607*bebae9c0SAndroid Build Coastguard WorkerRECURSIVE = NO 608*bebae9c0SAndroid Build Coastguard Worker 609*bebae9c0SAndroid Build Coastguard Worker# The EXCLUDE tag can be used to specify files and/or directories that should 610*bebae9c0SAndroid Build Coastguard Worker# excluded from the INPUT source files. This way you can easily exclude a 611*bebae9c0SAndroid Build Coastguard Worker# subdirectory from a directory tree whose root is specified with the INPUT tag. 612*bebae9c0SAndroid Build Coastguard Worker 613*bebae9c0SAndroid Build Coastguard WorkerEXCLUDE = 614*bebae9c0SAndroid Build Coastguard Worker 615*bebae9c0SAndroid Build Coastguard Worker# The EXCLUDE_SYMLINKS tag can be used select whether or not files or 616*bebae9c0SAndroid Build Coastguard Worker# directories that are symbolic links (a Unix filesystem feature) are excluded 617*bebae9c0SAndroid Build Coastguard Worker# from the input. 618*bebae9c0SAndroid Build Coastguard Worker 619*bebae9c0SAndroid Build Coastguard WorkerEXCLUDE_SYMLINKS = NO 620*bebae9c0SAndroid Build Coastguard Worker 621*bebae9c0SAndroid Build Coastguard Worker# If the value of the INPUT tag contains directories, you can use the 622*bebae9c0SAndroid Build Coastguard Worker# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 623*bebae9c0SAndroid Build Coastguard Worker# certain files from those directories. Note that the wildcards are matched 624*bebae9c0SAndroid Build Coastguard Worker# against the file with absolute path, so to exclude all test directories 625*bebae9c0SAndroid Build Coastguard Worker# for example use the pattern */test/* 626*bebae9c0SAndroid Build Coastguard Worker 627*bebae9c0SAndroid Build Coastguard WorkerEXCLUDE_PATTERNS = 628*bebae9c0SAndroid Build Coastguard Worker 629*bebae9c0SAndroid Build Coastguard Worker# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 630*bebae9c0SAndroid Build Coastguard Worker# (namespaces, classes, functions, etc.) that should be excluded from the 631*bebae9c0SAndroid Build Coastguard Worker# output. The symbol name can be a fully qualified name, a word, or if the 632*bebae9c0SAndroid Build Coastguard Worker# wildcard * is used, a substring. Examples: ANamespace, AClass, 633*bebae9c0SAndroid Build Coastguard Worker# AClass::ANamespace, ANamespace::*Test 634*bebae9c0SAndroid Build Coastguard Worker 635*bebae9c0SAndroid Build Coastguard WorkerEXCLUDE_SYMBOLS = 636*bebae9c0SAndroid Build Coastguard Worker 637*bebae9c0SAndroid Build Coastguard Worker# The EXAMPLE_PATH tag can be used to specify one or more files or 638*bebae9c0SAndroid Build Coastguard Worker# directories that contain example code fragments that are included (see 639*bebae9c0SAndroid Build Coastguard Worker# the \include command). 640*bebae9c0SAndroid Build Coastguard Worker 641*bebae9c0SAndroid Build Coastguard WorkerEXAMPLE_PATH = 642*bebae9c0SAndroid Build Coastguard Worker 643*bebae9c0SAndroid Build Coastguard Worker# If the value of the EXAMPLE_PATH tag contains directories, you can use the 644*bebae9c0SAndroid Build Coastguard Worker# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 645*bebae9c0SAndroid Build Coastguard Worker# and *.h) to filter out the source-files in the directories. If left 646*bebae9c0SAndroid Build Coastguard Worker# blank all files are included. 647*bebae9c0SAndroid Build Coastguard Worker 648*bebae9c0SAndroid Build Coastguard WorkerEXAMPLE_PATTERNS = 649*bebae9c0SAndroid Build Coastguard Worker 650*bebae9c0SAndroid Build Coastguard Worker# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 651*bebae9c0SAndroid Build Coastguard Worker# searched for input files to be used with the \include or \dontinclude 652*bebae9c0SAndroid Build Coastguard Worker# commands irrespective of the value of the RECURSIVE tag. 653*bebae9c0SAndroid Build Coastguard Worker# Possible values are YES and NO. If left blank NO is used. 654*bebae9c0SAndroid Build Coastguard Worker 655*bebae9c0SAndroid Build Coastguard WorkerEXAMPLE_RECURSIVE = NO 656*bebae9c0SAndroid Build Coastguard Worker 657*bebae9c0SAndroid Build Coastguard Worker# The IMAGE_PATH tag can be used to specify one or more files or 658*bebae9c0SAndroid Build Coastguard Worker# directories that contain image that are included in the documentation (see 659*bebae9c0SAndroid Build Coastguard Worker# the \image command). 660*bebae9c0SAndroid Build Coastguard Worker 661*bebae9c0SAndroid Build Coastguard WorkerIMAGE_PATH = 662*bebae9c0SAndroid Build Coastguard Worker 663*bebae9c0SAndroid Build Coastguard Worker# The INPUT_FILTER tag can be used to specify a program that doxygen should 664*bebae9c0SAndroid Build Coastguard Worker# invoke to filter for each input file. Doxygen will invoke the filter program 665*bebae9c0SAndroid Build Coastguard Worker# by executing (via popen()) the command <filter> <input-file>, where <filter> 666*bebae9c0SAndroid Build Coastguard Worker# is the value of the INPUT_FILTER tag, and <input-file> is the name of an 667*bebae9c0SAndroid Build Coastguard Worker# input file. Doxygen will then use the output that the filter program writes 668*bebae9c0SAndroid Build Coastguard Worker# to standard output. 669*bebae9c0SAndroid Build Coastguard Worker# If FILTER_PATTERNS is specified, this tag will be 670*bebae9c0SAndroid Build Coastguard Worker# ignored. 671*bebae9c0SAndroid Build Coastguard Worker 672*bebae9c0SAndroid Build Coastguard WorkerINPUT_FILTER = 673*bebae9c0SAndroid Build Coastguard Worker 674*bebae9c0SAndroid Build Coastguard Worker# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 675*bebae9c0SAndroid Build Coastguard Worker# basis. 676*bebae9c0SAndroid Build Coastguard Worker# Doxygen will compare the file name with each pattern and apply the 677*bebae9c0SAndroid Build Coastguard Worker# filter if there is a match. 678*bebae9c0SAndroid Build Coastguard Worker# The filters are a list of the form: 679*bebae9c0SAndroid Build Coastguard Worker# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 680*bebae9c0SAndroid Build Coastguard Worker# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER 681*bebae9c0SAndroid Build Coastguard Worker# is applied to all files. 682*bebae9c0SAndroid Build Coastguard Worker 683*bebae9c0SAndroid Build Coastguard WorkerFILTER_PATTERNS = 684*bebae9c0SAndroid Build Coastguard Worker 685*bebae9c0SAndroid Build Coastguard Worker# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 686*bebae9c0SAndroid Build Coastguard Worker# INPUT_FILTER) will be used to filter the input files when producing source 687*bebae9c0SAndroid Build Coastguard Worker# files to browse (i.e. when SOURCE_BROWSER is set to YES). 688*bebae9c0SAndroid Build Coastguard Worker 689*bebae9c0SAndroid Build Coastguard WorkerFILTER_SOURCE_FILES = NO 690*bebae9c0SAndroid Build Coastguard Worker 691*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 692*bebae9c0SAndroid Build Coastguard Worker# configuration options related to source browsing 693*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 694*bebae9c0SAndroid Build Coastguard Worker 695*bebae9c0SAndroid Build Coastguard Worker# If the SOURCE_BROWSER tag is set to YES then a list of source files will 696*bebae9c0SAndroid Build Coastguard Worker# be generated. Documented entities will be cross-referenced with these sources. 697*bebae9c0SAndroid Build Coastguard Worker# Note: To get rid of all source code in the generated output, make sure also 698*bebae9c0SAndroid Build Coastguard Worker# VERBATIM_HEADERS is set to NO. 699*bebae9c0SAndroid Build Coastguard Worker 700*bebae9c0SAndroid Build Coastguard WorkerSOURCE_BROWSER = NO 701*bebae9c0SAndroid Build Coastguard Worker 702*bebae9c0SAndroid Build Coastguard Worker# Setting the INLINE_SOURCES tag to YES will include the body 703*bebae9c0SAndroid Build Coastguard Worker# of functions and classes directly in the documentation. 704*bebae9c0SAndroid Build Coastguard Worker 705*bebae9c0SAndroid Build Coastguard WorkerINLINE_SOURCES = NO 706*bebae9c0SAndroid Build Coastguard Worker 707*bebae9c0SAndroid Build Coastguard Worker# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 708*bebae9c0SAndroid Build Coastguard Worker# doxygen to hide any special comment blocks from generated source code 709*bebae9c0SAndroid Build Coastguard Worker# fragments. Normal C and C++ comments will always remain visible. 710*bebae9c0SAndroid Build Coastguard Worker 711*bebae9c0SAndroid Build Coastguard WorkerSTRIP_CODE_COMMENTS = NO 712*bebae9c0SAndroid Build Coastguard Worker 713*bebae9c0SAndroid Build Coastguard Worker# If the REFERENCED_BY_RELATION tag is set to YES 714*bebae9c0SAndroid Build Coastguard Worker# then for each documented function all documented 715*bebae9c0SAndroid Build Coastguard Worker# functions referencing it will be listed. 716*bebae9c0SAndroid Build Coastguard Worker 717*bebae9c0SAndroid Build Coastguard WorkerREFERENCED_BY_RELATION = YES 718*bebae9c0SAndroid Build Coastguard Worker 719*bebae9c0SAndroid Build Coastguard Worker# If the REFERENCES_RELATION tag is set to YES 720*bebae9c0SAndroid Build Coastguard Worker# then for each documented function all documented entities 721*bebae9c0SAndroid Build Coastguard Worker# called/used by that function will be listed. 722*bebae9c0SAndroid Build Coastguard Worker 723*bebae9c0SAndroid Build Coastguard WorkerREFERENCES_RELATION = YES 724*bebae9c0SAndroid Build Coastguard Worker 725*bebae9c0SAndroid Build Coastguard Worker# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) 726*bebae9c0SAndroid Build Coastguard Worker# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from 727*bebae9c0SAndroid Build Coastguard Worker# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will 728*bebae9c0SAndroid Build Coastguard Worker# link to the source code. 729*bebae9c0SAndroid Build Coastguard Worker# Otherwise they will link to the documentation. 730*bebae9c0SAndroid Build Coastguard Worker 731*bebae9c0SAndroid Build Coastguard WorkerREFERENCES_LINK_SOURCE = YES 732*bebae9c0SAndroid Build Coastguard Worker 733*bebae9c0SAndroid Build Coastguard Worker# If the USE_HTAGS tag is set to YES then the references to source code 734*bebae9c0SAndroid Build Coastguard Worker# will point to the HTML generated by the htags(1) tool instead of doxygen 735*bebae9c0SAndroid Build Coastguard Worker# built-in source browser. The htags tool is part of GNU's global source 736*bebae9c0SAndroid Build Coastguard Worker# tagging system (see http://www.gnu.org/software/global/global.html). You 737*bebae9c0SAndroid Build Coastguard Worker# will need version 4.8.6 or higher. 738*bebae9c0SAndroid Build Coastguard Worker 739*bebae9c0SAndroid Build Coastguard WorkerUSE_HTAGS = NO 740*bebae9c0SAndroid Build Coastguard Worker 741*bebae9c0SAndroid Build Coastguard Worker# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 742*bebae9c0SAndroid Build Coastguard Worker# will generate a verbatim copy of the header file for each class for 743*bebae9c0SAndroid Build Coastguard Worker# which an include is specified. Set to NO to disable this. 744*bebae9c0SAndroid Build Coastguard Worker 745*bebae9c0SAndroid Build Coastguard WorkerVERBATIM_HEADERS = YES 746*bebae9c0SAndroid Build Coastguard Worker 747*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 748*bebae9c0SAndroid Build Coastguard Worker# configuration options related to the alphabetical class index 749*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 750*bebae9c0SAndroid Build Coastguard Worker 751*bebae9c0SAndroid Build Coastguard Worker# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 752*bebae9c0SAndroid Build Coastguard Worker# of all compounds will be generated. Enable this if the project 753*bebae9c0SAndroid Build Coastguard Worker# contains a lot of classes, structs, unions or interfaces. 754*bebae9c0SAndroid Build Coastguard Worker 755*bebae9c0SAndroid Build Coastguard WorkerALPHABETICAL_INDEX = YES 756*bebae9c0SAndroid Build Coastguard Worker 757*bebae9c0SAndroid Build Coastguard Worker# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 758*bebae9c0SAndroid Build Coastguard Worker# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 759*bebae9c0SAndroid Build Coastguard Worker# in which this list will be split (can be a number in the range [1..20]) 760*bebae9c0SAndroid Build Coastguard Worker 761*bebae9c0SAndroid Build Coastguard WorkerCOLS_IN_ALPHA_INDEX = 5 762*bebae9c0SAndroid Build Coastguard Worker 763*bebae9c0SAndroid Build Coastguard Worker# In case all classes in a project start with a common prefix, all 764*bebae9c0SAndroid Build Coastguard Worker# classes will be put under the same header in the alphabetical index. 765*bebae9c0SAndroid Build Coastguard Worker# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 766*bebae9c0SAndroid Build Coastguard Worker# should be ignored while generating the index headers. 767*bebae9c0SAndroid Build Coastguard Worker 768*bebae9c0SAndroid Build Coastguard WorkerIGNORE_PREFIX = 769*bebae9c0SAndroid Build Coastguard Worker 770*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 771*bebae9c0SAndroid Build Coastguard Worker# configuration options related to the HTML output 772*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 773*bebae9c0SAndroid Build Coastguard Worker 774*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 775*bebae9c0SAndroid Build Coastguard Worker# generate HTML output. 776*bebae9c0SAndroid Build Coastguard Worker 777*bebae9c0SAndroid Build Coastguard WorkerGENERATE_HTML = YES 778*bebae9c0SAndroid Build Coastguard Worker 779*bebae9c0SAndroid Build Coastguard Worker# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 780*bebae9c0SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be 781*bebae9c0SAndroid Build Coastguard Worker# put in front of it. If left blank `html' will be used as the default path. 782*bebae9c0SAndroid Build Coastguard Worker 783*bebae9c0SAndroid Build Coastguard WorkerHTML_OUTPUT = html 784*bebae9c0SAndroid Build Coastguard Worker 785*bebae9c0SAndroid Build Coastguard Worker# The HTML_FILE_EXTENSION tag can be used to specify the file extension for 786*bebae9c0SAndroid Build Coastguard Worker# each generated HTML page (for example: .htm,.php,.asp). If it is left blank 787*bebae9c0SAndroid Build Coastguard Worker# doxygen will generate files with .html extension. 788*bebae9c0SAndroid Build Coastguard Worker 789*bebae9c0SAndroid Build Coastguard WorkerHTML_FILE_EXTENSION = .html 790*bebae9c0SAndroid Build Coastguard Worker 791*bebae9c0SAndroid Build Coastguard Worker# The HTML_HEADER tag can be used to specify a personal HTML header for 792*bebae9c0SAndroid Build Coastguard Worker# each generated HTML page. If it is left blank doxygen will generate a 793*bebae9c0SAndroid Build Coastguard Worker# standard header. 794*bebae9c0SAndroid Build Coastguard Worker 795*bebae9c0SAndroid Build Coastguard WorkerHTML_HEADER = 796*bebae9c0SAndroid Build Coastguard Worker 797*bebae9c0SAndroid Build Coastguard Worker# The HTML_FOOTER tag can be used to specify a personal HTML footer for 798*bebae9c0SAndroid Build Coastguard Worker# each generated HTML page. If it is left blank doxygen will generate a 799*bebae9c0SAndroid Build Coastguard Worker# standard footer. 800*bebae9c0SAndroid Build Coastguard Worker 801*bebae9c0SAndroid Build Coastguard WorkerHTML_FOOTER = 802*bebae9c0SAndroid Build Coastguard Worker 803*bebae9c0SAndroid Build Coastguard Worker# The HTML_STYLESHEET tag can be used to specify a user-defined cascading 804*bebae9c0SAndroid Build Coastguard Worker# style sheet that is used by each HTML page. It can be used to 805*bebae9c0SAndroid Build Coastguard Worker# fine-tune the look of the HTML output. If the tag is left blank doxygen 806*bebae9c0SAndroid Build Coastguard Worker# will generate a default style sheet. Note that doxygen will try to copy 807*bebae9c0SAndroid Build Coastguard Worker# the style sheet file to the HTML output directory, so don't put your own 808*bebae9c0SAndroid Build Coastguard Worker# stylesheet in the HTML output directory as well, or it will be erased! 809*bebae9c0SAndroid Build Coastguard Worker 810*bebae9c0SAndroid Build Coastguard WorkerHTML_STYLESHEET = 811*bebae9c0SAndroid Build Coastguard Worker 812*bebae9c0SAndroid Build Coastguard Worker# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. 813*bebae9c0SAndroid Build Coastguard Worker# Doxygen will adjust the colors in the stylesheet and background images 814*bebae9c0SAndroid Build Coastguard Worker# according to this color. Hue is specified as an angle on a colorwheel, 815*bebae9c0SAndroid Build Coastguard Worker# see http://en.wikipedia.org/wiki/Hue for more information. 816*bebae9c0SAndroid Build Coastguard Worker# For instance the value 0 represents red, 60 is yellow, 120 is green, 817*bebae9c0SAndroid Build Coastguard Worker# 180 is cyan, 240 is blue, 300 purple, and 360 is red again. 818*bebae9c0SAndroid Build Coastguard Worker# The allowed range is 0 to 359. 819*bebae9c0SAndroid Build Coastguard Worker 820*bebae9c0SAndroid Build Coastguard WorkerHTML_COLORSTYLE_HUE = 220 821*bebae9c0SAndroid Build Coastguard Worker 822*bebae9c0SAndroid Build Coastguard Worker# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of 823*bebae9c0SAndroid Build Coastguard Worker# the colors in the HTML output. For a value of 0 the output will use 824*bebae9c0SAndroid Build Coastguard Worker# grayscales only. A value of 255 will produce the most vivid colors. 825*bebae9c0SAndroid Build Coastguard Worker 826*bebae9c0SAndroid Build Coastguard WorkerHTML_COLORSTYLE_SAT = 100 827*bebae9c0SAndroid Build Coastguard Worker 828*bebae9c0SAndroid Build Coastguard Worker# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to 829*bebae9c0SAndroid Build Coastguard Worker# the luminance component of the colors in the HTML output. Values below 830*bebae9c0SAndroid Build Coastguard Worker# 100 gradually make the output lighter, whereas values above 100 make 831*bebae9c0SAndroid Build Coastguard Worker# the output darker. The value divided by 100 is the actual gamma applied, 832*bebae9c0SAndroid Build Coastguard Worker# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, 833*bebae9c0SAndroid Build Coastguard Worker# and 100 does not change the gamma. 834*bebae9c0SAndroid Build Coastguard Worker 835*bebae9c0SAndroid Build Coastguard WorkerHTML_COLORSTYLE_GAMMA = 80 836*bebae9c0SAndroid Build Coastguard Worker 837*bebae9c0SAndroid Build Coastguard Worker# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 838*bebae9c0SAndroid Build Coastguard Worker# page will contain the date and time when the page was generated. Setting 839*bebae9c0SAndroid Build Coastguard Worker# this to NO can help when comparing the output of multiple runs. 840*bebae9c0SAndroid Build Coastguard Worker 841*bebae9c0SAndroid Build Coastguard WorkerHTML_TIMESTAMP = YES 842*bebae9c0SAndroid Build Coastguard Worker 843*bebae9c0SAndroid Build Coastguard Worker# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 844*bebae9c0SAndroid Build Coastguard Worker# files or namespaces will be aligned in HTML using tables. If set to 845*bebae9c0SAndroid Build Coastguard Worker# NO a bullet list will be used. 846*bebae9c0SAndroid Build Coastguard Worker 847*bebae9c0SAndroid Build Coastguard WorkerHTML_ALIGN_MEMBERS = YES 848*bebae9c0SAndroid Build Coastguard Worker 849*bebae9c0SAndroid Build Coastguard Worker# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML 850*bebae9c0SAndroid Build Coastguard Worker# documentation will contain sections that can be hidden and shown after the 851*bebae9c0SAndroid Build Coastguard Worker# page has loaded. For this to work a browser that supports 852*bebae9c0SAndroid Build Coastguard Worker# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox 853*bebae9c0SAndroid Build Coastguard Worker# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). 854*bebae9c0SAndroid Build Coastguard Worker 855*bebae9c0SAndroid Build Coastguard WorkerHTML_DYNAMIC_SECTIONS = NO 856*bebae9c0SAndroid Build Coastguard Worker 857*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_DOCSET tag is set to YES, additional index files 858*bebae9c0SAndroid Build Coastguard Worker# will be generated that can be used as input for Apple's Xcode 3 859*bebae9c0SAndroid Build Coastguard Worker# integrated development environment, introduced with OSX 10.5 (Leopard). 860*bebae9c0SAndroid Build Coastguard Worker# To create a documentation set, doxygen will generate a Makefile in the 861*bebae9c0SAndroid Build Coastguard Worker# HTML output directory. Running make will produce the docset in that 862*bebae9c0SAndroid Build Coastguard Worker# directory and running "make install" will install the docset in 863*bebae9c0SAndroid Build Coastguard Worker# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find 864*bebae9c0SAndroid Build Coastguard Worker# it at startup. 865*bebae9c0SAndroid Build Coastguard Worker# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html 866*bebae9c0SAndroid Build Coastguard Worker# for more information. 867*bebae9c0SAndroid Build Coastguard Worker 868*bebae9c0SAndroid Build Coastguard WorkerGENERATE_DOCSET = NO 869*bebae9c0SAndroid Build Coastguard Worker 870*bebae9c0SAndroid Build Coastguard Worker# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the 871*bebae9c0SAndroid Build Coastguard Worker# feed. A documentation feed provides an umbrella under which multiple 872*bebae9c0SAndroid Build Coastguard Worker# documentation sets from a single provider (such as a company or product suite) 873*bebae9c0SAndroid Build Coastguard Worker# can be grouped. 874*bebae9c0SAndroid Build Coastguard Worker 875*bebae9c0SAndroid Build Coastguard WorkerDOCSET_FEEDNAME = "Doxygen generated docs" 876*bebae9c0SAndroid Build Coastguard Worker 877*bebae9c0SAndroid Build Coastguard Worker# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that 878*bebae9c0SAndroid Build Coastguard Worker# should uniquely identify the documentation set bundle. This should be a 879*bebae9c0SAndroid Build Coastguard Worker# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen 880*bebae9c0SAndroid Build Coastguard Worker# will append .docset to the name. 881*bebae9c0SAndroid Build Coastguard Worker 882*bebae9c0SAndroid Build Coastguard WorkerDOCSET_BUNDLE_ID = org.doxygen.Project 883*bebae9c0SAndroid Build Coastguard Worker 884*bebae9c0SAndroid Build Coastguard Worker# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify 885*bebae9c0SAndroid Build Coastguard Worker# the documentation publisher. This should be a reverse domain-name style 886*bebae9c0SAndroid Build Coastguard Worker# string, e.g. com.mycompany.MyDocSet.documentation. 887*bebae9c0SAndroid Build Coastguard Worker 888*bebae9c0SAndroid Build Coastguard WorkerDOCSET_PUBLISHER_ID = org.doxygen.Publisher 889*bebae9c0SAndroid Build Coastguard Worker 890*bebae9c0SAndroid Build Coastguard Worker# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. 891*bebae9c0SAndroid Build Coastguard Worker 892*bebae9c0SAndroid Build Coastguard WorkerDOCSET_PUBLISHER_NAME = Publisher 893*bebae9c0SAndroid Build Coastguard Worker 894*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, additional index files 895*bebae9c0SAndroid Build Coastguard Worker# will be generated that can be used as input for tools like the 896*bebae9c0SAndroid Build Coastguard Worker# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) 897*bebae9c0SAndroid Build Coastguard Worker# of the generated HTML documentation. 898*bebae9c0SAndroid Build Coastguard Worker 899*bebae9c0SAndroid Build Coastguard WorkerGENERATE_HTMLHELP = NO 900*bebae9c0SAndroid Build Coastguard Worker 901*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 902*bebae9c0SAndroid Build Coastguard Worker# be used to specify the file name of the resulting .chm file. You 903*bebae9c0SAndroid Build Coastguard Worker# can add a path in front of the file if the result should not be 904*bebae9c0SAndroid Build Coastguard Worker# written to the html output directory. 905*bebae9c0SAndroid Build Coastguard Worker 906*bebae9c0SAndroid Build Coastguard WorkerCHM_FILE = 907*bebae9c0SAndroid Build Coastguard Worker 908*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 909*bebae9c0SAndroid Build Coastguard Worker# be used to specify the location (absolute path including file name) of 910*bebae9c0SAndroid Build Coastguard Worker# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 911*bebae9c0SAndroid Build Coastguard Worker# the HTML help compiler on the generated index.hhp. 912*bebae9c0SAndroid Build Coastguard Worker 913*bebae9c0SAndroid Build Coastguard WorkerHHC_LOCATION = 914*bebae9c0SAndroid Build Coastguard Worker 915*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 916*bebae9c0SAndroid Build Coastguard Worker# controls if a separate .chi index file is generated (YES) or that 917*bebae9c0SAndroid Build Coastguard Worker# it should be included in the master .chm file (NO). 918*bebae9c0SAndroid Build Coastguard Worker 919*bebae9c0SAndroid Build Coastguard WorkerGENERATE_CHI = NO 920*bebae9c0SAndroid Build Coastguard Worker 921*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING 922*bebae9c0SAndroid Build Coastguard Worker# is used to encode HtmlHelp index (hhk), content (hhc) and project file 923*bebae9c0SAndroid Build Coastguard Worker# content. 924*bebae9c0SAndroid Build Coastguard Worker 925*bebae9c0SAndroid Build Coastguard WorkerCHM_INDEX_ENCODING = 926*bebae9c0SAndroid Build Coastguard Worker 927*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 928*bebae9c0SAndroid Build Coastguard Worker# controls whether a binary table of contents is generated (YES) or a 929*bebae9c0SAndroid Build Coastguard Worker# normal table of contents (NO) in the .chm file. 930*bebae9c0SAndroid Build Coastguard Worker 931*bebae9c0SAndroid Build Coastguard WorkerBINARY_TOC = NO 932*bebae9c0SAndroid Build Coastguard Worker 933*bebae9c0SAndroid Build Coastguard Worker# The TOC_EXPAND flag can be set to YES to add extra items for group members 934*bebae9c0SAndroid Build Coastguard Worker# to the contents of the HTML help documentation and to the tree view. 935*bebae9c0SAndroid Build Coastguard Worker 936*bebae9c0SAndroid Build Coastguard WorkerTOC_EXPAND = NO 937*bebae9c0SAndroid Build Coastguard Worker 938*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and 939*bebae9c0SAndroid Build Coastguard Worker# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated 940*bebae9c0SAndroid Build Coastguard Worker# that can be used as input for Qt's qhelpgenerator to generate a 941*bebae9c0SAndroid Build Coastguard Worker# Qt Compressed Help (.qch) of the generated HTML documentation. 942*bebae9c0SAndroid Build Coastguard Worker 943*bebae9c0SAndroid Build Coastguard WorkerGENERATE_QHP = NO 944*bebae9c0SAndroid Build Coastguard Worker 945*bebae9c0SAndroid Build Coastguard Worker# If the QHG_LOCATION tag is specified, the QCH_FILE tag can 946*bebae9c0SAndroid Build Coastguard Worker# be used to specify the file name of the resulting .qch file. 947*bebae9c0SAndroid Build Coastguard Worker# The path specified is relative to the HTML output folder. 948*bebae9c0SAndroid Build Coastguard Worker 949*bebae9c0SAndroid Build Coastguard WorkerQCH_FILE = 950*bebae9c0SAndroid Build Coastguard Worker 951*bebae9c0SAndroid Build Coastguard Worker# The QHP_NAMESPACE tag specifies the namespace to use when generating 952*bebae9c0SAndroid Build Coastguard Worker# Qt Help Project output. For more information please see 953*bebae9c0SAndroid Build Coastguard Worker# http://doc.trolltech.com/qthelpproject.html#namespace 954*bebae9c0SAndroid Build Coastguard Worker 955*bebae9c0SAndroid Build Coastguard WorkerQHP_NAMESPACE = org.doxygen.Project 956*bebae9c0SAndroid Build Coastguard Worker 957*bebae9c0SAndroid Build Coastguard Worker# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating 958*bebae9c0SAndroid Build Coastguard Worker# Qt Help Project output. For more information please see 959*bebae9c0SAndroid Build Coastguard Worker# http://doc.trolltech.com/qthelpproject.html#virtual-folders 960*bebae9c0SAndroid Build Coastguard Worker 961*bebae9c0SAndroid Build Coastguard WorkerQHP_VIRTUAL_FOLDER = doc 962*bebae9c0SAndroid Build Coastguard Worker 963*bebae9c0SAndroid Build Coastguard Worker# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to 964*bebae9c0SAndroid Build Coastguard Worker# add. For more information please see 965*bebae9c0SAndroid Build Coastguard Worker# http://doc.trolltech.com/qthelpproject.html#custom-filters 966*bebae9c0SAndroid Build Coastguard Worker 967*bebae9c0SAndroid Build Coastguard WorkerQHP_CUST_FILTER_NAME = 968*bebae9c0SAndroid Build Coastguard Worker 969*bebae9c0SAndroid Build Coastguard Worker# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the 970*bebae9c0SAndroid Build Coastguard Worker# custom filter to add. For more information please see 971*bebae9c0SAndroid Build Coastguard Worker# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters"> 972*bebae9c0SAndroid Build Coastguard Worker# Qt Help Project / Custom Filters</a>. 973*bebae9c0SAndroid Build Coastguard Worker 974*bebae9c0SAndroid Build Coastguard WorkerQHP_CUST_FILTER_ATTRS = 975*bebae9c0SAndroid Build Coastguard Worker 976*bebae9c0SAndroid Build Coastguard Worker# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this 977*bebae9c0SAndroid Build Coastguard Worker# project's 978*bebae9c0SAndroid Build Coastguard Worker# filter section matches. 979*bebae9c0SAndroid Build Coastguard Worker# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes"> 980*bebae9c0SAndroid Build Coastguard Worker# Qt Help Project / Filter Attributes</a>. 981*bebae9c0SAndroid Build Coastguard Worker 982*bebae9c0SAndroid Build Coastguard WorkerQHP_SECT_FILTER_ATTRS = 983*bebae9c0SAndroid Build Coastguard Worker 984*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can 985*bebae9c0SAndroid Build Coastguard Worker# be used to specify the location of Qt's qhelpgenerator. 986*bebae9c0SAndroid Build Coastguard Worker# If non-empty doxygen will try to run qhelpgenerator on the generated 987*bebae9c0SAndroid Build Coastguard Worker# .qhp file. 988*bebae9c0SAndroid Build Coastguard Worker 989*bebae9c0SAndroid Build Coastguard WorkerQHG_LOCATION = 990*bebae9c0SAndroid Build Coastguard Worker 991*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files 992*bebae9c0SAndroid Build Coastguard Worker# will be generated, which together with the HTML files, form an Eclipse help 993*bebae9c0SAndroid Build Coastguard Worker# plugin. To install this plugin and make it available under the help contents 994*bebae9c0SAndroid Build Coastguard Worker# menu in Eclipse, the contents of the directory containing the HTML and XML 995*bebae9c0SAndroid Build Coastguard Worker# files needs to be copied into the plugins directory of eclipse. The name of 996*bebae9c0SAndroid Build Coastguard Worker# the directory within the plugins directory should be the same as 997*bebae9c0SAndroid Build Coastguard Worker# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before 998*bebae9c0SAndroid Build Coastguard Worker# the help appears. 999*bebae9c0SAndroid Build Coastguard Worker 1000*bebae9c0SAndroid Build Coastguard WorkerGENERATE_ECLIPSEHELP = NO 1001*bebae9c0SAndroid Build Coastguard Worker 1002*bebae9c0SAndroid Build Coastguard Worker# A unique identifier for the eclipse help plugin. When installing the plugin 1003*bebae9c0SAndroid Build Coastguard Worker# the directory name containing the HTML and XML files should also have 1004*bebae9c0SAndroid Build Coastguard Worker# this name. 1005*bebae9c0SAndroid Build Coastguard Worker 1006*bebae9c0SAndroid Build Coastguard WorkerECLIPSE_DOC_ID = org.doxygen.Project 1007*bebae9c0SAndroid Build Coastguard Worker 1008*bebae9c0SAndroid Build Coastguard Worker# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 1009*bebae9c0SAndroid Build Coastguard Worker# top of each HTML page. The value NO (the default) enables the index and 1010*bebae9c0SAndroid Build Coastguard Worker# the value YES disables it. 1011*bebae9c0SAndroid Build Coastguard Worker 1012*bebae9c0SAndroid Build Coastguard WorkerDISABLE_INDEX = NO 1013*bebae9c0SAndroid Build Coastguard Worker 1014*bebae9c0SAndroid Build Coastguard Worker# This tag can be used to set the number of enum values (range [1..20]) 1015*bebae9c0SAndroid Build Coastguard Worker# that doxygen will group on one line in the generated HTML documentation. 1016*bebae9c0SAndroid Build Coastguard Worker 1017*bebae9c0SAndroid Build Coastguard WorkerENUM_VALUES_PER_LINE = 4 1018*bebae9c0SAndroid Build Coastguard Worker 1019*bebae9c0SAndroid Build Coastguard Worker# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index 1020*bebae9c0SAndroid Build Coastguard Worker# structure should be generated to display hierarchical information. 1021*bebae9c0SAndroid Build Coastguard Worker# If the tag value is set to YES, a side panel will be generated 1022*bebae9c0SAndroid Build Coastguard Worker# containing a tree-like index structure (just like the one that 1023*bebae9c0SAndroid Build Coastguard Worker# is generated for HTML Help). For this to work a browser that supports 1024*bebae9c0SAndroid Build Coastguard Worker# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). 1025*bebae9c0SAndroid Build Coastguard Worker# Windows users are probably better off using the HTML help feature. 1026*bebae9c0SAndroid Build Coastguard Worker 1027*bebae9c0SAndroid Build Coastguard WorkerGENERATE_TREEVIEW = NO 1028*bebae9c0SAndroid Build Coastguard Worker 1029*bebae9c0SAndroid Build Coastguard Worker# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, 1030*bebae9c0SAndroid Build Coastguard Worker# and Class Hierarchy pages using a tree view instead of an ordered list. 1031*bebae9c0SAndroid Build Coastguard Worker 1032*bebae9c0SAndroid Build Coastguard WorkerUSE_INLINE_TREES = NO 1033*bebae9c0SAndroid Build Coastguard Worker 1034*bebae9c0SAndroid Build Coastguard Worker# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 1035*bebae9c0SAndroid Build Coastguard Worker# used to set the initial width (in pixels) of the frame in which the tree 1036*bebae9c0SAndroid Build Coastguard Worker# is shown. 1037*bebae9c0SAndroid Build Coastguard Worker 1038*bebae9c0SAndroid Build Coastguard WorkerTREEVIEW_WIDTH = 250 1039*bebae9c0SAndroid Build Coastguard Worker 1040*bebae9c0SAndroid Build Coastguard Worker# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open 1041*bebae9c0SAndroid Build Coastguard Worker# links to external symbols imported via tag files in a separate window. 1042*bebae9c0SAndroid Build Coastguard Worker 1043*bebae9c0SAndroid Build Coastguard WorkerEXT_LINKS_IN_WINDOW = NO 1044*bebae9c0SAndroid Build Coastguard Worker 1045*bebae9c0SAndroid Build Coastguard Worker# Use this tag to change the font size of Latex formulas included 1046*bebae9c0SAndroid Build Coastguard Worker# as images in the HTML documentation. The default is 10. Note that 1047*bebae9c0SAndroid Build Coastguard Worker# when you change the font size after a successful doxygen run you need 1048*bebae9c0SAndroid Build Coastguard Worker# to manually remove any form_*.png images from the HTML output directory 1049*bebae9c0SAndroid Build Coastguard Worker# to force them to be regenerated. 1050*bebae9c0SAndroid Build Coastguard Worker 1051*bebae9c0SAndroid Build Coastguard WorkerFORMULA_FONTSIZE = 10 1052*bebae9c0SAndroid Build Coastguard Worker 1053*bebae9c0SAndroid Build Coastguard Worker# Use the FORMULA_TRANPARENT tag to determine whether or not the images 1054*bebae9c0SAndroid Build Coastguard Worker# generated for formulas are transparent PNGs. Transparent PNGs are 1055*bebae9c0SAndroid Build Coastguard Worker# not supported properly for IE 6.0, but are supported on all modern browsers. 1056*bebae9c0SAndroid Build Coastguard Worker# Note that when changing this option you need to delete any form_*.png files 1057*bebae9c0SAndroid Build Coastguard Worker# in the HTML output before the changes have effect. 1058*bebae9c0SAndroid Build Coastguard Worker 1059*bebae9c0SAndroid Build Coastguard WorkerFORMULA_TRANSPARENT = YES 1060*bebae9c0SAndroid Build Coastguard Worker 1061*bebae9c0SAndroid Build Coastguard Worker# When the SEARCHENGINE tag is enabled doxygen will generate a search box 1062*bebae9c0SAndroid Build Coastguard Worker# for the HTML output. The underlying search engine uses javascript 1063*bebae9c0SAndroid Build Coastguard Worker# and DHTML and should work on any modern browser. Note that when using 1064*bebae9c0SAndroid Build Coastguard Worker# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets 1065*bebae9c0SAndroid Build Coastguard Worker# (GENERATE_DOCSET) there is already a search function so this one should 1066*bebae9c0SAndroid Build Coastguard Worker# typically be disabled. For large projects the javascript based search engine 1067*bebae9c0SAndroid Build Coastguard Worker# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. 1068*bebae9c0SAndroid Build Coastguard Worker 1069*bebae9c0SAndroid Build Coastguard WorkerSEARCHENGINE = YES 1070*bebae9c0SAndroid Build Coastguard Worker 1071*bebae9c0SAndroid Build Coastguard Worker# When the SERVER_BASED_SEARCH tag is enabled the search engine will be 1072*bebae9c0SAndroid Build Coastguard Worker# implemented using a PHP enabled web server instead of at the web client 1073*bebae9c0SAndroid Build Coastguard Worker# using Javascript. Doxygen will generate the search PHP script and index 1074*bebae9c0SAndroid Build Coastguard Worker# file to put on the web server. The advantage of the server 1075*bebae9c0SAndroid Build Coastguard Worker# based approach is that it scales better to large projects and allows 1076*bebae9c0SAndroid Build Coastguard Worker# full text search. The disadvances is that it is more difficult to setup 1077*bebae9c0SAndroid Build Coastguard Worker# and does not have live searching capabilities. 1078*bebae9c0SAndroid Build Coastguard Worker 1079*bebae9c0SAndroid Build Coastguard WorkerSERVER_BASED_SEARCH = NO 1080*bebae9c0SAndroid Build Coastguard Worker 1081*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1082*bebae9c0SAndroid Build Coastguard Worker# configuration options related to the LaTeX output 1083*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1084*bebae9c0SAndroid Build Coastguard Worker 1085*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 1086*bebae9c0SAndroid Build Coastguard Worker# generate Latex output. 1087*bebae9c0SAndroid Build Coastguard Worker 1088*bebae9c0SAndroid Build Coastguard WorkerGENERATE_LATEX = NO 1089*bebae9c0SAndroid Build Coastguard Worker 1090*bebae9c0SAndroid Build Coastguard Worker# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 1091*bebae9c0SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be 1092*bebae9c0SAndroid Build Coastguard Worker# put in front of it. If left blank `latex' will be used as the default path. 1093*bebae9c0SAndroid Build Coastguard Worker 1094*bebae9c0SAndroid Build Coastguard WorkerLATEX_OUTPUT = latex 1095*bebae9c0SAndroid Build Coastguard Worker 1096*bebae9c0SAndroid Build Coastguard Worker# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 1097*bebae9c0SAndroid Build Coastguard Worker# invoked. If left blank `latex' will be used as the default command name. 1098*bebae9c0SAndroid Build Coastguard Worker# Note that when enabling USE_PDFLATEX this option is only used for 1099*bebae9c0SAndroid Build Coastguard Worker# generating bitmaps for formulas in the HTML output, but not in the 1100*bebae9c0SAndroid Build Coastguard Worker# Makefile that is written to the output directory. 1101*bebae9c0SAndroid Build Coastguard Worker 1102*bebae9c0SAndroid Build Coastguard WorkerLATEX_CMD_NAME = latex 1103*bebae9c0SAndroid Build Coastguard Worker 1104*bebae9c0SAndroid Build Coastguard Worker# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to 1105*bebae9c0SAndroid Build Coastguard Worker# generate index for LaTeX. If left blank `makeindex' will be used as the 1106*bebae9c0SAndroid Build Coastguard Worker# default command name. 1107*bebae9c0SAndroid Build Coastguard Worker 1108*bebae9c0SAndroid Build Coastguard WorkerMAKEINDEX_CMD_NAME = makeindex 1109*bebae9c0SAndroid Build Coastguard Worker 1110*bebae9c0SAndroid Build Coastguard Worker# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 1111*bebae9c0SAndroid Build Coastguard Worker# LaTeX documents. This may be useful for small projects and may help to 1112*bebae9c0SAndroid Build Coastguard Worker# save some trees in general. 1113*bebae9c0SAndroid Build Coastguard Worker 1114*bebae9c0SAndroid Build Coastguard WorkerCOMPACT_LATEX = NO 1115*bebae9c0SAndroid Build Coastguard Worker 1116*bebae9c0SAndroid Build Coastguard Worker# The PAPER_TYPE tag can be used to set the paper type that is used 1117*bebae9c0SAndroid Build Coastguard Worker# by the printer. Possible values are: a4, a4wide, letter, legal and 1118*bebae9c0SAndroid Build Coastguard Worker# executive. If left blank a4wide will be used. 1119*bebae9c0SAndroid Build Coastguard Worker 1120*bebae9c0SAndroid Build Coastguard WorkerPAPER_TYPE = a4wide 1121*bebae9c0SAndroid Build Coastguard Worker 1122*bebae9c0SAndroid Build Coastguard Worker# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 1123*bebae9c0SAndroid Build Coastguard Worker# packages that should be included in the LaTeX output. 1124*bebae9c0SAndroid Build Coastguard Worker 1125*bebae9c0SAndroid Build Coastguard WorkerEXTRA_PACKAGES = 1126*bebae9c0SAndroid Build Coastguard Worker 1127*bebae9c0SAndroid Build Coastguard Worker# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 1128*bebae9c0SAndroid Build Coastguard Worker# the generated latex document. The header should contain everything until 1129*bebae9c0SAndroid Build Coastguard Worker# the first chapter. If it is left blank doxygen will generate a 1130*bebae9c0SAndroid Build Coastguard Worker# standard header. Notice: only use this tag if you know what you are doing! 1131*bebae9c0SAndroid Build Coastguard Worker 1132*bebae9c0SAndroid Build Coastguard WorkerLATEX_HEADER = 1133*bebae9c0SAndroid Build Coastguard Worker 1134*bebae9c0SAndroid Build Coastguard Worker# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 1135*bebae9c0SAndroid Build Coastguard Worker# is prepared for conversion to pdf (using ps2pdf). The pdf file will 1136*bebae9c0SAndroid Build Coastguard Worker# contain links (just like the HTML output) instead of page references 1137*bebae9c0SAndroid Build Coastguard Worker# This makes the output suitable for online browsing using a pdf viewer. 1138*bebae9c0SAndroid Build Coastguard Worker 1139*bebae9c0SAndroid Build Coastguard WorkerPDF_HYPERLINKS = YES 1140*bebae9c0SAndroid Build Coastguard Worker 1141*bebae9c0SAndroid Build Coastguard Worker# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 1142*bebae9c0SAndroid Build Coastguard Worker# plain latex in the generated Makefile. Set this option to YES to get a 1143*bebae9c0SAndroid Build Coastguard Worker# higher quality PDF documentation. 1144*bebae9c0SAndroid Build Coastguard Worker 1145*bebae9c0SAndroid Build Coastguard WorkerUSE_PDFLATEX = YES 1146*bebae9c0SAndroid Build Coastguard Worker 1147*bebae9c0SAndroid Build Coastguard Worker# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 1148*bebae9c0SAndroid Build Coastguard Worker# command to the generated LaTeX files. This will instruct LaTeX to keep 1149*bebae9c0SAndroid Build Coastguard Worker# running if errors occur, instead of asking the user for help. 1150*bebae9c0SAndroid Build Coastguard Worker# This option is also used when generating formulas in HTML. 1151*bebae9c0SAndroid Build Coastguard Worker 1152*bebae9c0SAndroid Build Coastguard WorkerLATEX_BATCHMODE = NO 1153*bebae9c0SAndroid Build Coastguard Worker 1154*bebae9c0SAndroid Build Coastguard Worker# If LATEX_HIDE_INDICES is set to YES then doxygen will not 1155*bebae9c0SAndroid Build Coastguard Worker# include the index chapters (such as File Index, Compound Index, etc.) 1156*bebae9c0SAndroid Build Coastguard Worker# in the output. 1157*bebae9c0SAndroid Build Coastguard Worker 1158*bebae9c0SAndroid Build Coastguard WorkerLATEX_HIDE_INDICES = NO 1159*bebae9c0SAndroid Build Coastguard Worker 1160*bebae9c0SAndroid Build Coastguard Worker# If LATEX_SOURCE_CODE is set to YES then doxygen will include 1161*bebae9c0SAndroid Build Coastguard Worker# source code with syntax highlighting in the LaTeX output. 1162*bebae9c0SAndroid Build Coastguard Worker# Note that which sources are shown also depends on other settings 1163*bebae9c0SAndroid Build Coastguard Worker# such as SOURCE_BROWSER. 1164*bebae9c0SAndroid Build Coastguard Worker 1165*bebae9c0SAndroid Build Coastguard WorkerLATEX_SOURCE_CODE = NO 1166*bebae9c0SAndroid Build Coastguard Worker 1167*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1168*bebae9c0SAndroid Build Coastguard Worker# configuration options related to the RTF output 1169*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1170*bebae9c0SAndroid Build Coastguard Worker 1171*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 1172*bebae9c0SAndroid Build Coastguard Worker# The RTF output is optimized for Word 97 and may not look very pretty with 1173*bebae9c0SAndroid Build Coastguard Worker# other RTF readers or editors. 1174*bebae9c0SAndroid Build Coastguard Worker 1175*bebae9c0SAndroid Build Coastguard WorkerGENERATE_RTF = NO 1176*bebae9c0SAndroid Build Coastguard Worker 1177*bebae9c0SAndroid Build Coastguard Worker# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 1178*bebae9c0SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be 1179*bebae9c0SAndroid Build Coastguard Worker# put in front of it. If left blank `rtf' will be used as the default path. 1180*bebae9c0SAndroid Build Coastguard Worker 1181*bebae9c0SAndroid Build Coastguard WorkerRTF_OUTPUT = rtf 1182*bebae9c0SAndroid Build Coastguard Worker 1183*bebae9c0SAndroid Build Coastguard Worker# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 1184*bebae9c0SAndroid Build Coastguard Worker# RTF documents. This may be useful for small projects and may help to 1185*bebae9c0SAndroid Build Coastguard Worker# save some trees in general. 1186*bebae9c0SAndroid Build Coastguard Worker 1187*bebae9c0SAndroid Build Coastguard WorkerCOMPACT_RTF = NO 1188*bebae9c0SAndroid Build Coastguard Worker 1189*bebae9c0SAndroid Build Coastguard Worker# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 1190*bebae9c0SAndroid Build Coastguard Worker# will contain hyperlink fields. The RTF file will 1191*bebae9c0SAndroid Build Coastguard Worker# contain links (just like the HTML output) instead of page references. 1192*bebae9c0SAndroid Build Coastguard Worker# This makes the output suitable for online browsing using WORD or other 1193*bebae9c0SAndroid Build Coastguard Worker# programs which support those fields. 1194*bebae9c0SAndroid Build Coastguard Worker# Note: wordpad (write) and others do not support links. 1195*bebae9c0SAndroid Build Coastguard Worker 1196*bebae9c0SAndroid Build Coastguard WorkerRTF_HYPERLINKS = NO 1197*bebae9c0SAndroid Build Coastguard Worker 1198*bebae9c0SAndroid Build Coastguard Worker# Load stylesheet definitions from file. Syntax is similar to doxygen's 1199*bebae9c0SAndroid Build Coastguard Worker# config file, i.e. a series of assignments. You only have to provide 1200*bebae9c0SAndroid Build Coastguard Worker# replacements, missing definitions are set to their default value. 1201*bebae9c0SAndroid Build Coastguard Worker 1202*bebae9c0SAndroid Build Coastguard WorkerRTF_STYLESHEET_FILE = 1203*bebae9c0SAndroid Build Coastguard Worker 1204*bebae9c0SAndroid Build Coastguard Worker# Set optional variables used in the generation of an rtf document. 1205*bebae9c0SAndroid Build Coastguard Worker# Syntax is similar to doxygen's config file. 1206*bebae9c0SAndroid Build Coastguard Worker 1207*bebae9c0SAndroid Build Coastguard WorkerRTF_EXTENSIONS_FILE = 1208*bebae9c0SAndroid Build Coastguard Worker 1209*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1210*bebae9c0SAndroid Build Coastguard Worker# configuration options related to the man page output 1211*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1212*bebae9c0SAndroid Build Coastguard Worker 1213*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 1214*bebae9c0SAndroid Build Coastguard Worker# generate man pages 1215*bebae9c0SAndroid Build Coastguard Worker 1216*bebae9c0SAndroid Build Coastguard WorkerGENERATE_MAN = NO 1217*bebae9c0SAndroid Build Coastguard Worker 1218*bebae9c0SAndroid Build Coastguard Worker# The MAN_OUTPUT tag is used to specify where the man pages will be put. 1219*bebae9c0SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be 1220*bebae9c0SAndroid Build Coastguard Worker# put in front of it. If left blank `man' will be used as the default path. 1221*bebae9c0SAndroid Build Coastguard Worker 1222*bebae9c0SAndroid Build Coastguard WorkerMAN_OUTPUT = man 1223*bebae9c0SAndroid Build Coastguard Worker 1224*bebae9c0SAndroid Build Coastguard Worker# The MAN_EXTENSION tag determines the extension that is added to 1225*bebae9c0SAndroid Build Coastguard Worker# the generated man pages (default is the subroutine's section .3) 1226*bebae9c0SAndroid Build Coastguard Worker 1227*bebae9c0SAndroid Build Coastguard WorkerMAN_EXTENSION = .3 1228*bebae9c0SAndroid Build Coastguard Worker 1229*bebae9c0SAndroid Build Coastguard Worker# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 1230*bebae9c0SAndroid Build Coastguard Worker# then it will generate one additional man file for each entity 1231*bebae9c0SAndroid Build Coastguard Worker# documented in the real man page(s). These additional files 1232*bebae9c0SAndroid Build Coastguard Worker# only source the real man page, but without them the man command 1233*bebae9c0SAndroid Build Coastguard Worker# would be unable to find the correct page. The default is NO. 1234*bebae9c0SAndroid Build Coastguard Worker 1235*bebae9c0SAndroid Build Coastguard WorkerMAN_LINKS = NO 1236*bebae9c0SAndroid Build Coastguard Worker 1237*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1238*bebae9c0SAndroid Build Coastguard Worker# configuration options related to the XML output 1239*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1240*bebae9c0SAndroid Build Coastguard Worker 1241*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_XML tag is set to YES Doxygen will 1242*bebae9c0SAndroid Build Coastguard Worker# generate an XML file that captures the structure of 1243*bebae9c0SAndroid Build Coastguard Worker# the code including all documentation. 1244*bebae9c0SAndroid Build Coastguard Worker 1245*bebae9c0SAndroid Build Coastguard WorkerGENERATE_XML = NO 1246*bebae9c0SAndroid Build Coastguard Worker 1247*bebae9c0SAndroid Build Coastguard Worker# The XML_OUTPUT tag is used to specify where the XML pages will be put. 1248*bebae9c0SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be 1249*bebae9c0SAndroid Build Coastguard Worker# put in front of it. If left blank `xml' will be used as the default path. 1250*bebae9c0SAndroid Build Coastguard Worker 1251*bebae9c0SAndroid Build Coastguard WorkerXML_OUTPUT = xml 1252*bebae9c0SAndroid Build Coastguard Worker 1253*bebae9c0SAndroid Build Coastguard Worker# The XML_SCHEMA tag can be used to specify an XML schema, 1254*bebae9c0SAndroid Build Coastguard Worker# which can be used by a validating XML parser to check the 1255*bebae9c0SAndroid Build Coastguard Worker# syntax of the XML files. 1256*bebae9c0SAndroid Build Coastguard Worker 1257*bebae9c0SAndroid Build Coastguard WorkerXML_SCHEMA = 1258*bebae9c0SAndroid Build Coastguard Worker 1259*bebae9c0SAndroid Build Coastguard Worker# The XML_DTD tag can be used to specify an XML DTD, 1260*bebae9c0SAndroid Build Coastguard Worker# which can be used by a validating XML parser to check the 1261*bebae9c0SAndroid Build Coastguard Worker# syntax of the XML files. 1262*bebae9c0SAndroid Build Coastguard Worker 1263*bebae9c0SAndroid Build Coastguard WorkerXML_DTD = 1264*bebae9c0SAndroid Build Coastguard Worker 1265*bebae9c0SAndroid Build Coastguard Worker# If the XML_PROGRAMLISTING tag is set to YES Doxygen will 1266*bebae9c0SAndroid Build Coastguard Worker# dump the program listings (including syntax highlighting 1267*bebae9c0SAndroid Build Coastguard Worker# and cross-referencing information) to the XML output. Note that 1268*bebae9c0SAndroid Build Coastguard Worker# enabling this will significantly increase the size of the XML output. 1269*bebae9c0SAndroid Build Coastguard Worker 1270*bebae9c0SAndroid Build Coastguard WorkerXML_PROGRAMLISTING = YES 1271*bebae9c0SAndroid Build Coastguard Worker 1272*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1273*bebae9c0SAndroid Build Coastguard Worker# configuration options for the AutoGen Definitions output 1274*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1275*bebae9c0SAndroid Build Coastguard Worker 1276*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 1277*bebae9c0SAndroid Build Coastguard Worker# generate an AutoGen Definitions (see autogen.sf.net) file 1278*bebae9c0SAndroid Build Coastguard Worker# that captures the structure of the code including all 1279*bebae9c0SAndroid Build Coastguard Worker# documentation. Note that this feature is still experimental 1280*bebae9c0SAndroid Build Coastguard Worker# and incomplete at the moment. 1281*bebae9c0SAndroid Build Coastguard Worker 1282*bebae9c0SAndroid Build Coastguard WorkerGENERATE_AUTOGEN_DEF = NO 1283*bebae9c0SAndroid Build Coastguard Worker 1284*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1285*bebae9c0SAndroid Build Coastguard Worker# configuration options related to the Perl module output 1286*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1287*bebae9c0SAndroid Build Coastguard Worker 1288*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_PERLMOD tag is set to YES Doxygen will 1289*bebae9c0SAndroid Build Coastguard Worker# generate a Perl module file that captures the structure of 1290*bebae9c0SAndroid Build Coastguard Worker# the code including all documentation. Note that this 1291*bebae9c0SAndroid Build Coastguard Worker# feature is still experimental and incomplete at the 1292*bebae9c0SAndroid Build Coastguard Worker# moment. 1293*bebae9c0SAndroid Build Coastguard Worker 1294*bebae9c0SAndroid Build Coastguard WorkerGENERATE_PERLMOD = NO 1295*bebae9c0SAndroid Build Coastguard Worker 1296*bebae9c0SAndroid Build Coastguard Worker# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 1297*bebae9c0SAndroid Build Coastguard Worker# the necessary Makefile rules, Perl scripts and LaTeX code to be able 1298*bebae9c0SAndroid Build Coastguard Worker# to generate PDF and DVI output from the Perl module output. 1299*bebae9c0SAndroid Build Coastguard Worker 1300*bebae9c0SAndroid Build Coastguard WorkerPERLMOD_LATEX = NO 1301*bebae9c0SAndroid Build Coastguard Worker 1302*bebae9c0SAndroid Build Coastguard Worker# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 1303*bebae9c0SAndroid Build Coastguard Worker# nicely formatted so it can be parsed by a human reader. 1304*bebae9c0SAndroid Build Coastguard Worker# This is useful 1305*bebae9c0SAndroid Build Coastguard Worker# if you want to understand what is going on. 1306*bebae9c0SAndroid Build Coastguard Worker# On the other hand, if this 1307*bebae9c0SAndroid Build Coastguard Worker# tag is set to NO the size of the Perl module output will be much smaller 1308*bebae9c0SAndroid Build Coastguard Worker# and Perl will parse it just the same. 1309*bebae9c0SAndroid Build Coastguard Worker 1310*bebae9c0SAndroid Build Coastguard WorkerPERLMOD_PRETTY = YES 1311*bebae9c0SAndroid Build Coastguard Worker 1312*bebae9c0SAndroid Build Coastguard Worker# The names of the make variables in the generated doxyrules.make file 1313*bebae9c0SAndroid Build Coastguard Worker# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 1314*bebae9c0SAndroid Build Coastguard Worker# This is useful so different doxyrules.make files included by the same 1315*bebae9c0SAndroid Build Coastguard Worker# Makefile don't overwrite each other's variables. 1316*bebae9c0SAndroid Build Coastguard Worker 1317*bebae9c0SAndroid Build Coastguard WorkerPERLMOD_MAKEVAR_PREFIX = 1318*bebae9c0SAndroid Build Coastguard Worker 1319*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1320*bebae9c0SAndroid Build Coastguard Worker# Configuration options related to the preprocessor 1321*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1322*bebae9c0SAndroid Build Coastguard Worker 1323*bebae9c0SAndroid Build Coastguard Worker# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 1324*bebae9c0SAndroid Build Coastguard Worker# evaluate all C-preprocessor directives found in the sources and include 1325*bebae9c0SAndroid Build Coastguard Worker# files. 1326*bebae9c0SAndroid Build Coastguard Worker 1327*bebae9c0SAndroid Build Coastguard WorkerENABLE_PREPROCESSING = YES 1328*bebae9c0SAndroid Build Coastguard Worker 1329*bebae9c0SAndroid Build Coastguard Worker# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 1330*bebae9c0SAndroid Build Coastguard Worker# names in the source code. If set to NO (the default) only conditional 1331*bebae9c0SAndroid Build Coastguard Worker# compilation will be performed. Macro expansion can be done in a controlled 1332*bebae9c0SAndroid Build Coastguard Worker# way by setting EXPAND_ONLY_PREDEF to YES. 1333*bebae9c0SAndroid Build Coastguard Worker 1334*bebae9c0SAndroid Build Coastguard WorkerMACRO_EXPANSION = NO 1335*bebae9c0SAndroid Build Coastguard Worker 1336*bebae9c0SAndroid Build Coastguard Worker# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 1337*bebae9c0SAndroid Build Coastguard Worker# then the macro expansion is limited to the macros specified with the 1338*bebae9c0SAndroid Build Coastguard Worker# PREDEFINED and EXPAND_AS_DEFINED tags. 1339*bebae9c0SAndroid Build Coastguard Worker 1340*bebae9c0SAndroid Build Coastguard WorkerEXPAND_ONLY_PREDEF = NO 1341*bebae9c0SAndroid Build Coastguard Worker 1342*bebae9c0SAndroid Build Coastguard Worker# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 1343*bebae9c0SAndroid Build Coastguard Worker# in the INCLUDE_PATH (see below) will be search if a #include is found. 1344*bebae9c0SAndroid Build Coastguard Worker 1345*bebae9c0SAndroid Build Coastguard WorkerSEARCH_INCLUDES = YES 1346*bebae9c0SAndroid Build Coastguard Worker 1347*bebae9c0SAndroid Build Coastguard Worker# The INCLUDE_PATH tag can be used to specify one or more directories that 1348*bebae9c0SAndroid Build Coastguard Worker# contain include files that are not input files but should be processed by 1349*bebae9c0SAndroid Build Coastguard Worker# the preprocessor. 1350*bebae9c0SAndroid Build Coastguard Worker 1351*bebae9c0SAndroid Build Coastguard WorkerINCLUDE_PATH = 1352*bebae9c0SAndroid Build Coastguard Worker 1353*bebae9c0SAndroid Build Coastguard Worker# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 1354*bebae9c0SAndroid Build Coastguard Worker# patterns (like *.h and *.hpp) to filter out the header-files in the 1355*bebae9c0SAndroid Build Coastguard Worker# directories. If left blank, the patterns specified with FILE_PATTERNS will 1356*bebae9c0SAndroid Build Coastguard Worker# be used. 1357*bebae9c0SAndroid Build Coastguard Worker 1358*bebae9c0SAndroid Build Coastguard WorkerINCLUDE_FILE_PATTERNS = 1359*bebae9c0SAndroid Build Coastguard Worker 1360*bebae9c0SAndroid Build Coastguard Worker# The PREDEFINED tag can be used to specify one or more macro names that 1361*bebae9c0SAndroid Build Coastguard Worker# are defined before the preprocessor is started (similar to the -D option of 1362*bebae9c0SAndroid Build Coastguard Worker# gcc). The argument of the tag is a list of macros of the form: name 1363*bebae9c0SAndroid Build Coastguard Worker# or name=definition (no spaces). If the definition and the = are 1364*bebae9c0SAndroid Build Coastguard Worker# omitted =1 is assumed. To prevent a macro definition from being 1365*bebae9c0SAndroid Build Coastguard Worker# undefined via #undef or recursively expanded use the := operator 1366*bebae9c0SAndroid Build Coastguard Worker# instead of the = operator. 1367*bebae9c0SAndroid Build Coastguard Worker 1368*bebae9c0SAndroid Build Coastguard WorkerPREDEFINED = 1369*bebae9c0SAndroid Build Coastguard Worker 1370*bebae9c0SAndroid Build Coastguard Worker# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 1371*bebae9c0SAndroid Build Coastguard Worker# this tag can be used to specify a list of macro names that should be expanded. 1372*bebae9c0SAndroid Build Coastguard Worker# The macro definition that is found in the sources will be used. 1373*bebae9c0SAndroid Build Coastguard Worker# Use the PREDEFINED tag if you want to use a different macro definition. 1374*bebae9c0SAndroid Build Coastguard Worker 1375*bebae9c0SAndroid Build Coastguard WorkerEXPAND_AS_DEFINED = 1376*bebae9c0SAndroid Build Coastguard Worker 1377*bebae9c0SAndroid Build Coastguard Worker# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 1378*bebae9c0SAndroid Build Coastguard Worker# doxygen's preprocessor will remove all function-like macros that are alone 1379*bebae9c0SAndroid Build Coastguard Worker# on a line, have an all uppercase name, and do not end with a semicolon. Such 1380*bebae9c0SAndroid Build Coastguard Worker# function macros are typically used for boiler-plate code, and will confuse 1381*bebae9c0SAndroid Build Coastguard Worker# the parser if not removed. 1382*bebae9c0SAndroid Build Coastguard Worker 1383*bebae9c0SAndroid Build Coastguard WorkerSKIP_FUNCTION_MACROS = YES 1384*bebae9c0SAndroid Build Coastguard Worker 1385*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1386*bebae9c0SAndroid Build Coastguard Worker# Configuration::additions related to external references 1387*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1388*bebae9c0SAndroid Build Coastguard Worker 1389*bebae9c0SAndroid Build Coastguard Worker# The TAGFILES option can be used to specify one or more tagfiles. 1390*bebae9c0SAndroid Build Coastguard Worker# Optionally an initial location of the external documentation 1391*bebae9c0SAndroid Build Coastguard Worker# can be added for each tagfile. The format of a tag file without 1392*bebae9c0SAndroid Build Coastguard Worker# this location is as follows: 1393*bebae9c0SAndroid Build Coastguard Worker# 1394*bebae9c0SAndroid Build Coastguard Worker# TAGFILES = file1 file2 ... 1395*bebae9c0SAndroid Build Coastguard Worker# Adding location for the tag files is done as follows: 1396*bebae9c0SAndroid Build Coastguard Worker# 1397*bebae9c0SAndroid Build Coastguard Worker# TAGFILES = file1=loc1 "file2 = loc2" ... 1398*bebae9c0SAndroid Build Coastguard Worker# where "loc1" and "loc2" can be relative or absolute paths or 1399*bebae9c0SAndroid Build Coastguard Worker# URLs. If a location is present for each tag, the installdox tool 1400*bebae9c0SAndroid Build Coastguard Worker# does not have to be run to correct the links. 1401*bebae9c0SAndroid Build Coastguard Worker# Note that each tag file must have a unique name 1402*bebae9c0SAndroid Build Coastguard Worker# (where the name does NOT include the path) 1403*bebae9c0SAndroid Build Coastguard Worker# If a tag file is not located in the directory in which doxygen 1404*bebae9c0SAndroid Build Coastguard Worker# is run, you must also specify the path to the tagfile here. 1405*bebae9c0SAndroid Build Coastguard Worker 1406*bebae9c0SAndroid Build Coastguard WorkerTAGFILES = 1407*bebae9c0SAndroid Build Coastguard Worker 1408*bebae9c0SAndroid Build Coastguard Worker# When a file name is specified after GENERATE_TAGFILE, doxygen will create 1409*bebae9c0SAndroid Build Coastguard Worker# a tag file that is based on the input files it reads. 1410*bebae9c0SAndroid Build Coastguard Worker 1411*bebae9c0SAndroid Build Coastguard WorkerGENERATE_TAGFILE = 1412*bebae9c0SAndroid Build Coastguard Worker 1413*bebae9c0SAndroid Build Coastguard Worker# If the ALLEXTERNALS tag is set to YES all external classes will be listed 1414*bebae9c0SAndroid Build Coastguard Worker# in the class index. If set to NO only the inherited external classes 1415*bebae9c0SAndroid Build Coastguard Worker# will be listed. 1416*bebae9c0SAndroid Build Coastguard Worker 1417*bebae9c0SAndroid Build Coastguard WorkerALLEXTERNALS = NO 1418*bebae9c0SAndroid Build Coastguard Worker 1419*bebae9c0SAndroid Build Coastguard Worker# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 1420*bebae9c0SAndroid Build Coastguard Worker# in the modules index. If set to NO, only the current project's groups will 1421*bebae9c0SAndroid Build Coastguard Worker# be listed. 1422*bebae9c0SAndroid Build Coastguard Worker 1423*bebae9c0SAndroid Build Coastguard WorkerEXTERNAL_GROUPS = YES 1424*bebae9c0SAndroid Build Coastguard Worker 1425*bebae9c0SAndroid Build Coastguard Worker# The PERL_PATH should be the absolute path and name of the perl script 1426*bebae9c0SAndroid Build Coastguard Worker# interpreter (i.e. the result of `which perl'). 1427*bebae9c0SAndroid Build Coastguard Worker 1428*bebae9c0SAndroid Build Coastguard WorkerPERL_PATH = /usr/bin/perl 1429*bebae9c0SAndroid Build Coastguard Worker 1430*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1431*bebae9c0SAndroid Build Coastguard Worker# Configuration options related to the dot tool 1432*bebae9c0SAndroid Build Coastguard Worker#--------------------------------------------------------------------------- 1433*bebae9c0SAndroid Build Coastguard Worker 1434*bebae9c0SAndroid Build Coastguard Worker# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 1435*bebae9c0SAndroid Build Coastguard Worker# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base 1436*bebae9c0SAndroid Build Coastguard Worker# or super classes. Setting the tag to NO turns the diagrams off. Note that 1437*bebae9c0SAndroid Build Coastguard Worker# this option is superseded by the HAVE_DOT option below. This is only a 1438*bebae9c0SAndroid Build Coastguard Worker# fallback. It is recommended to install and use dot, since it yields more 1439*bebae9c0SAndroid Build Coastguard Worker# powerful graphs. 1440*bebae9c0SAndroid Build Coastguard Worker 1441*bebae9c0SAndroid Build Coastguard WorkerCLASS_DIAGRAMS = YES 1442*bebae9c0SAndroid Build Coastguard Worker 1443*bebae9c0SAndroid Build Coastguard Worker# You can define message sequence charts within doxygen comments using the \msc 1444*bebae9c0SAndroid Build Coastguard Worker# command. Doxygen will then run the mscgen tool (see 1445*bebae9c0SAndroid Build Coastguard Worker# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the 1446*bebae9c0SAndroid Build Coastguard Worker# documentation. The MSCGEN_PATH tag allows you to specify the directory where 1447*bebae9c0SAndroid Build Coastguard Worker# the mscgen tool resides. If left empty the tool is assumed to be found in the 1448*bebae9c0SAndroid Build Coastguard Worker# default search path. 1449*bebae9c0SAndroid Build Coastguard Worker 1450*bebae9c0SAndroid Build Coastguard WorkerMSCGEN_PATH = 1451*bebae9c0SAndroid Build Coastguard Worker 1452*bebae9c0SAndroid Build Coastguard Worker# If set to YES, the inheritance and collaboration graphs will hide 1453*bebae9c0SAndroid Build Coastguard Worker# inheritance and usage relations if the target is undocumented 1454*bebae9c0SAndroid Build Coastguard Worker# or is not a class. 1455*bebae9c0SAndroid Build Coastguard Worker 1456*bebae9c0SAndroid Build Coastguard WorkerHIDE_UNDOC_RELATIONS = YES 1457*bebae9c0SAndroid Build Coastguard Worker 1458*bebae9c0SAndroid Build Coastguard Worker# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 1459*bebae9c0SAndroid Build Coastguard Worker# available from the path. This tool is part of Graphviz, a graph visualization 1460*bebae9c0SAndroid Build Coastguard Worker# toolkit from AT&T and Lucent Bell Labs. The other options in this section 1461*bebae9c0SAndroid Build Coastguard Worker# have no effect if this option is set to NO (the default) 1462*bebae9c0SAndroid Build Coastguard Worker 1463*bebae9c0SAndroid Build Coastguard WorkerHAVE_DOT = NO 1464*bebae9c0SAndroid Build Coastguard Worker 1465*bebae9c0SAndroid Build Coastguard Worker# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is 1466*bebae9c0SAndroid Build Coastguard Worker# allowed to run in parallel. When set to 0 (the default) doxygen will 1467*bebae9c0SAndroid Build Coastguard Worker# base this on the number of processors available in the system. You can set it 1468*bebae9c0SAndroid Build Coastguard Worker# explicitly to a value larger than 0 to get control over the balance 1469*bebae9c0SAndroid Build Coastguard Worker# between CPU load and processing speed. 1470*bebae9c0SAndroid Build Coastguard Worker 1471*bebae9c0SAndroid Build Coastguard WorkerDOT_NUM_THREADS = 0 1472*bebae9c0SAndroid Build Coastguard Worker 1473*bebae9c0SAndroid Build Coastguard Worker# By default doxygen will write a font called FreeSans.ttf to the output 1474*bebae9c0SAndroid Build Coastguard Worker# directory and reference it in all dot files that doxygen generates. This 1475*bebae9c0SAndroid Build Coastguard Worker# font does not include all possible unicode characters however, so when you need 1476*bebae9c0SAndroid Build Coastguard Worker# these (or just want a differently looking font) you can specify the font name 1477*bebae9c0SAndroid Build Coastguard Worker# using DOT_FONTNAME. You need need to make sure dot is able to find the font, 1478*bebae9c0SAndroid Build Coastguard Worker# which can be done by putting it in a standard location or by setting the 1479*bebae9c0SAndroid Build Coastguard Worker# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory 1480*bebae9c0SAndroid Build Coastguard Worker# containing the font. 1481*bebae9c0SAndroid Build Coastguard Worker 1482*bebae9c0SAndroid Build Coastguard WorkerDOT_FONTNAME = FreeSans.ttf 1483*bebae9c0SAndroid Build Coastguard Worker 1484*bebae9c0SAndroid Build Coastguard Worker# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. 1485*bebae9c0SAndroid Build Coastguard Worker# The default size is 10pt. 1486*bebae9c0SAndroid Build Coastguard Worker 1487*bebae9c0SAndroid Build Coastguard WorkerDOT_FONTSIZE = 10 1488*bebae9c0SAndroid Build Coastguard Worker 1489*bebae9c0SAndroid Build Coastguard Worker# By default doxygen will tell dot to use the output directory to look for the 1490*bebae9c0SAndroid Build Coastguard Worker# FreeSans.ttf font (which doxygen will put there itself). If you specify a 1491*bebae9c0SAndroid Build Coastguard Worker# different font using DOT_FONTNAME you can set the path where dot 1492*bebae9c0SAndroid Build Coastguard Worker# can find it using this tag. 1493*bebae9c0SAndroid Build Coastguard Worker 1494*bebae9c0SAndroid Build Coastguard WorkerDOT_FONTPATH = 1495*bebae9c0SAndroid Build Coastguard Worker 1496*bebae9c0SAndroid Build Coastguard Worker# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 1497*bebae9c0SAndroid Build Coastguard Worker# will generate a graph for each documented class showing the direct and 1498*bebae9c0SAndroid Build Coastguard Worker# indirect inheritance relations. Setting this tag to YES will force the 1499*bebae9c0SAndroid Build Coastguard Worker# the CLASS_DIAGRAMS tag to NO. 1500*bebae9c0SAndroid Build Coastguard Worker 1501*bebae9c0SAndroid Build Coastguard WorkerCLASS_GRAPH = YES 1502*bebae9c0SAndroid Build Coastguard Worker 1503*bebae9c0SAndroid Build Coastguard Worker# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 1504*bebae9c0SAndroid Build Coastguard Worker# will generate a graph for each documented class showing the direct and 1505*bebae9c0SAndroid Build Coastguard Worker# indirect implementation dependencies (inheritance, containment, and 1506*bebae9c0SAndroid Build Coastguard Worker# class references variables) of the class with other documented classes. 1507*bebae9c0SAndroid Build Coastguard Worker 1508*bebae9c0SAndroid Build Coastguard WorkerCOLLABORATION_GRAPH = YES 1509*bebae9c0SAndroid Build Coastguard Worker 1510*bebae9c0SAndroid Build Coastguard Worker# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 1511*bebae9c0SAndroid Build Coastguard Worker# will generate a graph for groups, showing the direct groups dependencies 1512*bebae9c0SAndroid Build Coastguard Worker 1513*bebae9c0SAndroid Build Coastguard WorkerGROUP_GRAPHS = YES 1514*bebae9c0SAndroid Build Coastguard Worker 1515*bebae9c0SAndroid Build Coastguard Worker# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 1516*bebae9c0SAndroid Build Coastguard Worker# collaboration diagrams in a style similar to the OMG's Unified Modeling 1517*bebae9c0SAndroid Build Coastguard Worker# Language. 1518*bebae9c0SAndroid Build Coastguard Worker 1519*bebae9c0SAndroid Build Coastguard WorkerUML_LOOK = NO 1520*bebae9c0SAndroid Build Coastguard Worker 1521*bebae9c0SAndroid Build Coastguard Worker# If set to YES, the inheritance and collaboration graphs will show the 1522*bebae9c0SAndroid Build Coastguard Worker# relations between templates and their instances. 1523*bebae9c0SAndroid Build Coastguard Worker 1524*bebae9c0SAndroid Build Coastguard WorkerTEMPLATE_RELATIONS = NO 1525*bebae9c0SAndroid Build Coastguard Worker 1526*bebae9c0SAndroid Build Coastguard Worker# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 1527*bebae9c0SAndroid Build Coastguard Worker# tags are set to YES then doxygen will generate a graph for each documented 1528*bebae9c0SAndroid Build Coastguard Worker# file showing the direct and indirect include dependencies of the file with 1529*bebae9c0SAndroid Build Coastguard Worker# other documented files. 1530*bebae9c0SAndroid Build Coastguard Worker 1531*bebae9c0SAndroid Build Coastguard WorkerINCLUDE_GRAPH = YES 1532*bebae9c0SAndroid Build Coastguard Worker 1533*bebae9c0SAndroid Build Coastguard Worker# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 1534*bebae9c0SAndroid Build Coastguard Worker# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 1535*bebae9c0SAndroid Build Coastguard Worker# documented header file showing the documented files that directly or 1536*bebae9c0SAndroid Build Coastguard Worker# indirectly include this file. 1537*bebae9c0SAndroid Build Coastguard Worker 1538*bebae9c0SAndroid Build Coastguard WorkerINCLUDED_BY_GRAPH = YES 1539*bebae9c0SAndroid Build Coastguard Worker 1540*bebae9c0SAndroid Build Coastguard Worker# If the CALL_GRAPH and HAVE_DOT options are set to YES then 1541*bebae9c0SAndroid Build Coastguard Worker# doxygen will generate a call dependency graph for every global function 1542*bebae9c0SAndroid Build Coastguard Worker# or class method. Note that enabling this option will significantly increase 1543*bebae9c0SAndroid Build Coastguard Worker# the time of a run. So in most cases it will be better to enable call graphs 1544*bebae9c0SAndroid Build Coastguard Worker# for selected functions only using the \callgraph command. 1545*bebae9c0SAndroid Build Coastguard Worker 1546*bebae9c0SAndroid Build Coastguard WorkerCALL_GRAPH = NO 1547*bebae9c0SAndroid Build Coastguard Worker 1548*bebae9c0SAndroid Build Coastguard Worker# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then 1549*bebae9c0SAndroid Build Coastguard Worker# doxygen will generate a caller dependency graph for every global function 1550*bebae9c0SAndroid Build Coastguard Worker# or class method. Note that enabling this option will significantly increase 1551*bebae9c0SAndroid Build Coastguard Worker# the time of a run. So in most cases it will be better to enable caller 1552*bebae9c0SAndroid Build Coastguard Worker# graphs for selected functions only using the \callergraph command. 1553*bebae9c0SAndroid Build Coastguard Worker 1554*bebae9c0SAndroid Build Coastguard WorkerCALLER_GRAPH = NO 1555*bebae9c0SAndroid Build Coastguard Worker 1556*bebae9c0SAndroid Build Coastguard Worker# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 1557*bebae9c0SAndroid Build Coastguard Worker# will graphical hierarchy of all classes instead of a textual one. 1558*bebae9c0SAndroid Build Coastguard Worker 1559*bebae9c0SAndroid Build Coastguard WorkerGRAPHICAL_HIERARCHY = YES 1560*bebae9c0SAndroid Build Coastguard Worker 1561*bebae9c0SAndroid Build Coastguard Worker# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES 1562*bebae9c0SAndroid Build Coastguard Worker# then doxygen will show the dependencies a directory has on other directories 1563*bebae9c0SAndroid Build Coastguard Worker# in a graphical way. The dependency relations are determined by the #include 1564*bebae9c0SAndroid Build Coastguard Worker# relations between the files in the directories. 1565*bebae9c0SAndroid Build Coastguard Worker 1566*bebae9c0SAndroid Build Coastguard WorkerDIRECTORY_GRAPH = YES 1567*bebae9c0SAndroid Build Coastguard Worker 1568*bebae9c0SAndroid Build Coastguard Worker# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 1569*bebae9c0SAndroid Build Coastguard Worker# generated by dot. Possible values are png, jpg, or gif 1570*bebae9c0SAndroid Build Coastguard Worker# If left blank png will be used. 1571*bebae9c0SAndroid Build Coastguard Worker 1572*bebae9c0SAndroid Build Coastguard WorkerDOT_IMAGE_FORMAT = png 1573*bebae9c0SAndroid Build Coastguard Worker 1574*bebae9c0SAndroid Build Coastguard Worker# The tag DOT_PATH can be used to specify the path where the dot tool can be 1575*bebae9c0SAndroid Build Coastguard Worker# found. If left blank, it is assumed the dot tool can be found in the path. 1576*bebae9c0SAndroid Build Coastguard Worker 1577*bebae9c0SAndroid Build Coastguard WorkerDOT_PATH = 1578*bebae9c0SAndroid Build Coastguard Worker 1579*bebae9c0SAndroid Build Coastguard Worker# The DOTFILE_DIRS tag can be used to specify one or more directories that 1580*bebae9c0SAndroid Build Coastguard Worker# contain dot files that are included in the documentation (see the 1581*bebae9c0SAndroid Build Coastguard Worker# \dotfile command). 1582*bebae9c0SAndroid Build Coastguard Worker 1583*bebae9c0SAndroid Build Coastguard WorkerDOTFILE_DIRS = 1584*bebae9c0SAndroid Build Coastguard Worker 1585*bebae9c0SAndroid Build Coastguard Worker# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of 1586*bebae9c0SAndroid Build Coastguard Worker# nodes that will be shown in the graph. If the number of nodes in a graph 1587*bebae9c0SAndroid Build Coastguard Worker# becomes larger than this value, doxygen will truncate the graph, which is 1588*bebae9c0SAndroid Build Coastguard Worker# visualized by representing a node as a red box. Note that doxygen if the 1589*bebae9c0SAndroid Build Coastguard Worker# number of direct children of the root node in a graph is already larger than 1590*bebae9c0SAndroid Build Coastguard Worker# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note 1591*bebae9c0SAndroid Build Coastguard Worker# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 1592*bebae9c0SAndroid Build Coastguard Worker 1593*bebae9c0SAndroid Build Coastguard WorkerDOT_GRAPH_MAX_NODES = 50 1594*bebae9c0SAndroid Build Coastguard Worker 1595*bebae9c0SAndroid Build Coastguard Worker# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 1596*bebae9c0SAndroid Build Coastguard Worker# graphs generated by dot. A depth value of 3 means that only nodes reachable 1597*bebae9c0SAndroid Build Coastguard Worker# from the root by following a path via at most 3 edges will be shown. Nodes 1598*bebae9c0SAndroid Build Coastguard Worker# that lay further from the root node will be omitted. Note that setting this 1599*bebae9c0SAndroid Build Coastguard Worker# option to 1 or 2 may greatly reduce the computation time needed for large 1600*bebae9c0SAndroid Build Coastguard Worker# code bases. Also note that the size of a graph can be further restricted by 1601*bebae9c0SAndroid Build Coastguard Worker# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. 1602*bebae9c0SAndroid Build Coastguard Worker 1603*bebae9c0SAndroid Build Coastguard WorkerMAX_DOT_GRAPH_DEPTH = 0 1604*bebae9c0SAndroid Build Coastguard Worker 1605*bebae9c0SAndroid Build Coastguard Worker# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 1606*bebae9c0SAndroid Build Coastguard Worker# background. This is disabled by default, because dot on Windows does not 1607*bebae9c0SAndroid Build Coastguard Worker# seem to support this out of the box. Warning: Depending on the platform used, 1608*bebae9c0SAndroid Build Coastguard Worker# enabling this option may lead to badly anti-aliased labels on the edges of 1609*bebae9c0SAndroid Build Coastguard Worker# a graph (i.e. they become hard to read). 1610*bebae9c0SAndroid Build Coastguard Worker 1611*bebae9c0SAndroid Build Coastguard WorkerDOT_TRANSPARENT = NO 1612*bebae9c0SAndroid Build Coastguard Worker 1613*bebae9c0SAndroid Build Coastguard Worker# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output 1614*bebae9c0SAndroid Build Coastguard Worker# files in one run (i.e. multiple -o and -T options on the command line). This 1615*bebae9c0SAndroid Build Coastguard Worker# makes dot run faster, but since only newer versions of dot (>1.8.10) 1616*bebae9c0SAndroid Build Coastguard Worker# support this, this feature is disabled by default. 1617*bebae9c0SAndroid Build Coastguard Worker 1618*bebae9c0SAndroid Build Coastguard WorkerDOT_MULTI_TARGETS = NO 1619*bebae9c0SAndroid Build Coastguard Worker 1620*bebae9c0SAndroid Build Coastguard Worker# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 1621*bebae9c0SAndroid Build Coastguard Worker# generate a legend page explaining the meaning of the various boxes and 1622*bebae9c0SAndroid Build Coastguard Worker# arrows in the dot generated graphs. 1623*bebae9c0SAndroid Build Coastguard Worker 1624*bebae9c0SAndroid Build Coastguard WorkerGENERATE_LEGEND = YES 1625*bebae9c0SAndroid Build Coastguard Worker 1626*bebae9c0SAndroid Build Coastguard Worker# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 1627*bebae9c0SAndroid Build Coastguard Worker# remove the intermediate dot files that are used to generate 1628*bebae9c0SAndroid Build Coastguard Worker# the various graphs. 1629*bebae9c0SAndroid Build Coastguard Worker 1630*bebae9c0SAndroid Build Coastguard WorkerDOT_CLEANUP = YES 1631