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