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