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