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