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