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