xref: /aosp_15_r20/external/libnl/doc/Doxyfile.in (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
1*4dc78e53SAndroid Build Coastguard Worker# Doxyfile 1.8.1.1
2*4dc78e53SAndroid Build Coastguard Worker
3*4dc78e53SAndroid Build Coastguard Worker# This file describes the settings to be used by the documentation system
4*4dc78e53SAndroid Build Coastguard Worker# doxygen (www.doxygen.org) for a project.
5*4dc78e53SAndroid Build Coastguard Worker#
6*4dc78e53SAndroid Build Coastguard Worker# All text after a hash (#) is considered a comment and will be ignored.
7*4dc78e53SAndroid Build Coastguard Worker# The format is:
8*4dc78e53SAndroid Build Coastguard Worker#       TAG = value [value, ...]
9*4dc78e53SAndroid Build Coastguard Worker# For lists items can also be appended using:
10*4dc78e53SAndroid Build Coastguard Worker#       TAG += value [value, ...]
11*4dc78e53SAndroid Build Coastguard Worker# Values that contain spaces should be placed between quotes (" ").
12*4dc78e53SAndroid Build Coastguard Worker
13*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
14*4dc78e53SAndroid Build Coastguard Worker# Project related configuration options
15*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
16*4dc78e53SAndroid Build Coastguard Worker
17*4dc78e53SAndroid Build Coastguard Worker# This tag specifies the encoding used for all characters in the config file
18*4dc78e53SAndroid Build Coastguard Worker# that follow. The default is UTF-8 which is also the encoding used for all
19*4dc78e53SAndroid Build Coastguard Worker# text before the first occurrence of this tag. Doxygen uses libiconv (or the
20*4dc78e53SAndroid Build Coastguard Worker# iconv built into libc) for the transcoding. See
21*4dc78e53SAndroid Build Coastguard Worker# http://www.gnu.org/software/libiconv for the list of possible encodings.
22*4dc78e53SAndroid Build Coastguard Worker
23*4dc78e53SAndroid Build Coastguard WorkerDOXYFILE_ENCODING      = UTF-8
24*4dc78e53SAndroid Build Coastguard Worker
25*4dc78e53SAndroid Build Coastguard Worker# The PROJECT_NAME tag is a single word (or sequence of words) that should
26*4dc78e53SAndroid Build Coastguard Worker# identify the project. Note that if you do not use Doxywizard you need
27*4dc78e53SAndroid Build Coastguard Worker# to put quotes around the project name if it contains spaces.
28*4dc78e53SAndroid Build Coastguard Worker
29*4dc78e53SAndroid Build Coastguard WorkerPROJECT_NAME           = libnl
30*4dc78e53SAndroid Build Coastguard Worker
31*4dc78e53SAndroid Build Coastguard Worker# The PROJECT_NUMBER tag can be used to enter a project or revision number.
32*4dc78e53SAndroid Build Coastguard Worker# This could be handy for archiving the generated documentation or
33*4dc78e53SAndroid Build Coastguard Worker# if some version control system is used.
34*4dc78e53SAndroid Build Coastguard Worker
35*4dc78e53SAndroid Build Coastguard WorkerPROJECT_NUMBER         = @PACKAGE_VERSION@
36*4dc78e53SAndroid Build Coastguard Worker
37*4dc78e53SAndroid Build Coastguard Worker# Using the PROJECT_BRIEF tag one can provide an optional one line description
38*4dc78e53SAndroid Build Coastguard Worker# for a project that appears at the top of each page and should give viewer
39*4dc78e53SAndroid Build Coastguard Worker# a quick idea about the purpose of the project. Keep the description short.
40*4dc78e53SAndroid Build Coastguard Worker
41*4dc78e53SAndroid Build Coastguard WorkerPROJECT_BRIEF          =
42*4dc78e53SAndroid Build Coastguard Worker
43*4dc78e53SAndroid Build Coastguard Worker# With the PROJECT_LOGO tag one can specify an logo or icon that is
44*4dc78e53SAndroid Build Coastguard Worker# included in the documentation. The maximum height of the logo should not
45*4dc78e53SAndroid Build Coastguard Worker# exceed 55 pixels and the maximum width should not exceed 200 pixels.
46*4dc78e53SAndroid Build Coastguard Worker# Doxygen will copy the logo to the output directory.
47*4dc78e53SAndroid Build Coastguard Worker
48*4dc78e53SAndroid Build Coastguard WorkerPROJECT_LOGO           =
49*4dc78e53SAndroid Build Coastguard Worker
50*4dc78e53SAndroid Build Coastguard Worker# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
51*4dc78e53SAndroid Build Coastguard Worker# base path where the generated documentation will be put.
52*4dc78e53SAndroid Build Coastguard Worker# If a relative path is entered, it will be relative to the location
53*4dc78e53SAndroid Build Coastguard Worker# where doxygen was started. If left blank the current directory will be used.
54*4dc78e53SAndroid Build Coastguard Worker
55*4dc78e53SAndroid Build Coastguard WorkerOUTPUT_DIRECTORY       = ./
56*4dc78e53SAndroid Build Coastguard Worker
57*4dc78e53SAndroid Build Coastguard Worker# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
58*4dc78e53SAndroid Build Coastguard Worker# 4096 sub-directories (in 2 levels) under the output directory of each output
59*4dc78e53SAndroid Build Coastguard Worker# format and will distribute the generated files over these directories.
60*4dc78e53SAndroid Build Coastguard Worker# Enabling this option can be useful when feeding doxygen a huge amount of
61*4dc78e53SAndroid Build Coastguard Worker# source files, where putting all generated files in the same directory would
62*4dc78e53SAndroid Build Coastguard Worker# otherwise cause performance problems for the file system.
63*4dc78e53SAndroid Build Coastguard Worker
64*4dc78e53SAndroid Build Coastguard WorkerCREATE_SUBDIRS         = NO
65*4dc78e53SAndroid Build Coastguard Worker
66*4dc78e53SAndroid Build Coastguard Worker# The OUTPUT_LANGUAGE tag is used to specify the language in which all
67*4dc78e53SAndroid Build Coastguard Worker# documentation generated by doxygen is written. Doxygen will use this
68*4dc78e53SAndroid Build Coastguard Worker# information to generate all constant output in the proper language.
69*4dc78e53SAndroid Build Coastguard Worker# The default language is English, other supported languages are:
70*4dc78e53SAndroid Build Coastguard Worker# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
71*4dc78e53SAndroid Build Coastguard Worker# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
72*4dc78e53SAndroid Build Coastguard Worker# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
73*4dc78e53SAndroid Build Coastguard Worker# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
74*4dc78e53SAndroid Build Coastguard Worker# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
75*4dc78e53SAndroid Build Coastguard Worker# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
76*4dc78e53SAndroid Build Coastguard Worker
77*4dc78e53SAndroid Build Coastguard WorkerOUTPUT_LANGUAGE        = English
78*4dc78e53SAndroid Build Coastguard Worker
79*4dc78e53SAndroid Build Coastguard Worker# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
80*4dc78e53SAndroid Build Coastguard Worker# include brief member descriptions after the members that are listed in
81*4dc78e53SAndroid Build Coastguard Worker# the file and class documentation (similar to JavaDoc).
82*4dc78e53SAndroid Build Coastguard Worker# Set to NO to disable this.
83*4dc78e53SAndroid Build Coastguard Worker
84*4dc78e53SAndroid Build Coastguard WorkerBRIEF_MEMBER_DESC      = YES
85*4dc78e53SAndroid Build Coastguard Worker
86*4dc78e53SAndroid Build Coastguard Worker# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
87*4dc78e53SAndroid Build Coastguard Worker# the brief description of a member or function before the detailed description.
88*4dc78e53SAndroid Build Coastguard Worker# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
89*4dc78e53SAndroid Build Coastguard Worker# brief descriptions will be completely suppressed.
90*4dc78e53SAndroid Build Coastguard Worker
91*4dc78e53SAndroid Build Coastguard WorkerREPEAT_BRIEF           = YES
92*4dc78e53SAndroid Build Coastguard Worker
93*4dc78e53SAndroid Build Coastguard Worker# This tag implements a quasi-intelligent brief description abbreviator
94*4dc78e53SAndroid Build Coastguard Worker# that is used to form the text in various listings. Each string
95*4dc78e53SAndroid Build Coastguard Worker# in this list, if found as the leading text of the brief description, will be
96*4dc78e53SAndroid Build Coastguard Worker# stripped from the text and the result after processing the whole list, is
97*4dc78e53SAndroid Build Coastguard Worker# used as the annotated text. Otherwise, the brief description is used as-is.
98*4dc78e53SAndroid Build Coastguard Worker# If left blank, the following values are used ("$name" is automatically
99*4dc78e53SAndroid Build Coastguard Worker# replaced with the name of the entity): "The $name class" "The $name widget"
100*4dc78e53SAndroid Build Coastguard Worker# "The $name file" "is" "provides" "specifies" "contains"
101*4dc78e53SAndroid Build Coastguard Worker# "represents" "a" "an" "the"
102*4dc78e53SAndroid Build Coastguard Worker
103*4dc78e53SAndroid Build Coastguard WorkerABBREVIATE_BRIEF       =
104*4dc78e53SAndroid Build Coastguard Worker
105*4dc78e53SAndroid Build Coastguard Worker# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
106*4dc78e53SAndroid Build Coastguard Worker# Doxygen will generate a detailed section even if there is only a brief
107*4dc78e53SAndroid Build Coastguard Worker# description.
108*4dc78e53SAndroid Build Coastguard Worker
109*4dc78e53SAndroid Build Coastguard WorkerALWAYS_DETAILED_SEC    = NO
110*4dc78e53SAndroid Build Coastguard Worker
111*4dc78e53SAndroid Build Coastguard Worker# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
112*4dc78e53SAndroid Build Coastguard Worker# inherited members of a class in the documentation of that class as if those
113*4dc78e53SAndroid Build Coastguard Worker# members were ordinary class members. Constructors, destructors and assignment
114*4dc78e53SAndroid Build Coastguard Worker# operators of the base classes will not be shown.
115*4dc78e53SAndroid Build Coastguard Worker
116*4dc78e53SAndroid Build Coastguard WorkerINLINE_INHERITED_MEMB  = YES
117*4dc78e53SAndroid Build Coastguard Worker
118*4dc78e53SAndroid Build Coastguard Worker# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
119*4dc78e53SAndroid Build Coastguard Worker# path before files name in the file list and in the header files. If set
120*4dc78e53SAndroid Build Coastguard Worker# to NO the shortest path that makes the file name unique will be used.
121*4dc78e53SAndroid Build Coastguard Worker
122*4dc78e53SAndroid Build Coastguard WorkerFULL_PATH_NAMES        = YES
123*4dc78e53SAndroid Build Coastguard Worker
124*4dc78e53SAndroid Build Coastguard Worker# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
125*4dc78e53SAndroid Build Coastguard Worker# can be used to strip a user-defined part of the path. Stripping is
126*4dc78e53SAndroid Build Coastguard Worker# only done if one of the specified strings matches the left-hand part of
127*4dc78e53SAndroid Build Coastguard Worker# the path. The tag can be used to show relative paths in the file list.
128*4dc78e53SAndroid Build Coastguard Worker# If left blank the directory from which doxygen is run is used as the
129*4dc78e53SAndroid Build Coastguard Worker# path to strip.
130*4dc78e53SAndroid Build Coastguard Worker
131*4dc78e53SAndroid Build Coastguard WorkerSTRIP_FROM_PATH        =
132*4dc78e53SAndroid Build Coastguard Worker
133*4dc78e53SAndroid Build Coastguard Worker# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
134*4dc78e53SAndroid Build Coastguard Worker# the path mentioned in the documentation of a class, which tells
135*4dc78e53SAndroid Build Coastguard Worker# the reader which header file to include in order to use a class.
136*4dc78e53SAndroid Build Coastguard Worker# If left blank only the name of the header file containing the class
137*4dc78e53SAndroid Build Coastguard Worker# definition is used. Otherwise one should specify the include paths that
138*4dc78e53SAndroid Build Coastguard Worker# are normally passed to the compiler using the -I flag.
139*4dc78e53SAndroid Build Coastguard Worker
140*4dc78e53SAndroid Build Coastguard WorkerSTRIP_FROM_INC_PATH    =
141*4dc78e53SAndroid Build Coastguard Worker
142*4dc78e53SAndroid Build Coastguard Worker# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
143*4dc78e53SAndroid Build Coastguard Worker# (but less readable) file names. This can be useful if your file system
144*4dc78e53SAndroid Build Coastguard Worker# doesn't support long names like on DOS, Mac, or CD-ROM.
145*4dc78e53SAndroid Build Coastguard Worker
146*4dc78e53SAndroid Build Coastguard WorkerSHORT_NAMES            = NO
147*4dc78e53SAndroid Build Coastguard Worker
148*4dc78e53SAndroid Build Coastguard Worker# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
149*4dc78e53SAndroid Build Coastguard Worker# will interpret the first line (until the first dot) of a JavaDoc-style
150*4dc78e53SAndroid Build Coastguard Worker# comment as the brief description. If set to NO, the JavaDoc
151*4dc78e53SAndroid Build Coastguard Worker# comments will behave just like regular Qt-style comments
152*4dc78e53SAndroid Build Coastguard Worker# (thus requiring an explicit @brief command for a brief description.)
153*4dc78e53SAndroid Build Coastguard Worker
154*4dc78e53SAndroid Build Coastguard WorkerJAVADOC_AUTOBRIEF      = YES
155*4dc78e53SAndroid Build Coastguard Worker
156*4dc78e53SAndroid Build Coastguard Worker# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
157*4dc78e53SAndroid Build Coastguard Worker# interpret the first line (until the first dot) of a Qt-style
158*4dc78e53SAndroid Build Coastguard Worker# comment as the brief description. If set to NO, the comments
159*4dc78e53SAndroid Build Coastguard Worker# will behave just like regular Qt-style comments (thus requiring
160*4dc78e53SAndroid Build Coastguard Worker# an explicit \brief command for a brief description.)
161*4dc78e53SAndroid Build Coastguard Worker
162*4dc78e53SAndroid Build Coastguard WorkerQT_AUTOBRIEF           = NO
163*4dc78e53SAndroid Build Coastguard Worker
164*4dc78e53SAndroid Build Coastguard Worker# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
165*4dc78e53SAndroid Build Coastguard Worker# treat a multi-line C++ special comment block (i.e. a block of //! or ///
166*4dc78e53SAndroid Build Coastguard Worker# comments) as a brief description. This used to be the default behaviour.
167*4dc78e53SAndroid Build Coastguard Worker# The new default is to treat a multi-line C++ comment block as a detailed
168*4dc78e53SAndroid Build Coastguard Worker# description. Set this tag to YES if you prefer the old behaviour instead.
169*4dc78e53SAndroid Build Coastguard Worker
170*4dc78e53SAndroid Build Coastguard WorkerMULTILINE_CPP_IS_BRIEF = NO
171*4dc78e53SAndroid Build Coastguard Worker
172*4dc78e53SAndroid Build Coastguard Worker# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
173*4dc78e53SAndroid Build Coastguard Worker# member inherits the documentation from any documented member that it
174*4dc78e53SAndroid Build Coastguard Worker# re-implements.
175*4dc78e53SAndroid Build Coastguard Worker
176*4dc78e53SAndroid Build Coastguard WorkerINHERIT_DOCS           = NO
177*4dc78e53SAndroid Build Coastguard Worker
178*4dc78e53SAndroid Build Coastguard Worker# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
179*4dc78e53SAndroid Build Coastguard Worker# a new page for each member. If set to NO, the documentation of a member will
180*4dc78e53SAndroid Build Coastguard Worker# be part of the file/class/namespace that contains it.
181*4dc78e53SAndroid Build Coastguard Worker
182*4dc78e53SAndroid Build Coastguard WorkerSEPARATE_MEMBER_PAGES  = NO
183*4dc78e53SAndroid Build Coastguard Worker
184*4dc78e53SAndroid Build Coastguard Worker# The TAB_SIZE tag can be used to set the number of spaces in a tab.
185*4dc78e53SAndroid Build Coastguard Worker# Doxygen uses this value to replace tabs by spaces in code fragments.
186*4dc78e53SAndroid Build Coastguard Worker
187*4dc78e53SAndroid Build Coastguard WorkerTAB_SIZE               = 8
188*4dc78e53SAndroid Build Coastguard Worker
189*4dc78e53SAndroid Build Coastguard Worker# This tag can be used to specify a number of aliases that acts
190*4dc78e53SAndroid Build Coastguard Worker# as commands in the documentation. An alias has the form "name=value".
191*4dc78e53SAndroid Build Coastguard Worker# For example adding "sideeffect=\par Side Effects:\n" will allow you to
192*4dc78e53SAndroid Build Coastguard Worker# put the command \sideeffect (or @sideeffect) in the documentation, which
193*4dc78e53SAndroid Build Coastguard Worker# will result in a user-defined paragraph with heading "Side Effects:".
194*4dc78e53SAndroid Build Coastguard Worker# You can put \n's in the value part of an alias to insert newlines.
195*4dc78e53SAndroid Build Coastguard Worker
196*4dc78e53SAndroid Build Coastguard WorkerALIASES                = arg=\param \
197*4dc78e53SAndroid Build Coastguard Worker                         "ref_asciidoc{3}=<a href=\"../\1.html#\2\"><b>\3</b></a>" \
198*4dc78e53SAndroid Build Coastguard Worker                         "ref_core{2}=\ref_asciidoc{core,\1,\2 (Netlink Core Library Development Guide)}" \
199*4dc78e53SAndroid Build Coastguard Worker                         "ref_route{2}=\ref_asciidoc{route,\1,\2 (Netlink Routing Development Guide)}" \
200*4dc78e53SAndroid Build Coastguard Worker                         "ref_idiagnl{2}=\ref_asciidoc{idiag,\1,\2 (Netlink Inet Diag Development Guide)}" \
201*4dc78e53SAndroid Build Coastguard Worker                         "core_doc{2}=\ref_core{\1,\2}" \
202*4dc78e53SAndroid Build Coastguard Worker                         "route_doc{2}=\ref_route{\1,\2}" \
203*4dc78e53SAndroid Build Coastguard Worker                         "idiagnl_doc{2}=\ref_idiagnl{\1,\2}" \
204*4dc78e53SAndroid Build Coastguard Worker			 "callback=\par Callback Invocation:\n" \
205*4dc78e53SAndroid Build Coastguard Worker			 "lowlevel=\copydoc low_level_api"
206*4dc78e53SAndroid Build Coastguard Worker
207*4dc78e53SAndroid Build Coastguard Worker# This tag can be used to specify a number of word-keyword mappings (TCL only).
208*4dc78e53SAndroid Build Coastguard Worker# A mapping has the form "name=value". For example adding
209*4dc78e53SAndroid Build Coastguard Worker# "class=itcl::class" will allow you to use the command class in the
210*4dc78e53SAndroid Build Coastguard Worker# itcl::class meaning.
211*4dc78e53SAndroid Build Coastguard Worker
212*4dc78e53SAndroid Build Coastguard WorkerTCL_SUBST              =
213*4dc78e53SAndroid Build Coastguard Worker
214*4dc78e53SAndroid Build Coastguard Worker# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
215*4dc78e53SAndroid Build Coastguard Worker# sources only. Doxygen will then generate output that is more tailored for C.
216*4dc78e53SAndroid Build Coastguard Worker# For instance, some of the names that are used will be different. The list
217*4dc78e53SAndroid Build Coastguard Worker# of all members will be omitted, etc.
218*4dc78e53SAndroid Build Coastguard Worker
219*4dc78e53SAndroid Build Coastguard WorkerOPTIMIZE_OUTPUT_FOR_C  = YES
220*4dc78e53SAndroid Build Coastguard Worker
221*4dc78e53SAndroid Build Coastguard Worker# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
222*4dc78e53SAndroid Build Coastguard Worker# sources only. Doxygen will then generate output that is more tailored for
223*4dc78e53SAndroid Build Coastguard Worker# Java. For instance, namespaces will be presented as packages, qualified
224*4dc78e53SAndroid Build Coastguard Worker# scopes will look different, etc.
225*4dc78e53SAndroid Build Coastguard Worker
226*4dc78e53SAndroid Build Coastguard WorkerOPTIMIZE_OUTPUT_JAVA   = NO
227*4dc78e53SAndroid Build Coastguard Worker
228*4dc78e53SAndroid Build Coastguard Worker# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
229*4dc78e53SAndroid Build Coastguard Worker# sources only. Doxygen will then generate output that is more tailored for
230*4dc78e53SAndroid Build Coastguard Worker# Fortran.
231*4dc78e53SAndroid Build Coastguard Worker
232*4dc78e53SAndroid Build Coastguard WorkerOPTIMIZE_FOR_FORTRAN   = NO
233*4dc78e53SAndroid Build Coastguard Worker
234*4dc78e53SAndroid Build Coastguard Worker# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
235*4dc78e53SAndroid Build Coastguard Worker# sources. Doxygen will then generate output that is tailored for
236*4dc78e53SAndroid Build Coastguard Worker# VHDL.
237*4dc78e53SAndroid Build Coastguard Worker
238*4dc78e53SAndroid Build Coastguard WorkerOPTIMIZE_OUTPUT_VHDL   = NO
239*4dc78e53SAndroid Build Coastguard Worker
240*4dc78e53SAndroid Build Coastguard Worker# Doxygen selects the parser to use depending on the extension of the files it
241*4dc78e53SAndroid Build Coastguard Worker# parses. With this tag you can assign which parser to use for a given extension.
242*4dc78e53SAndroid Build Coastguard Worker# Doxygen has a built-in mapping, but you can override or extend it using this
243*4dc78e53SAndroid Build Coastguard Worker# tag. The format is ext=language, where ext is a file extension, and language
244*4dc78e53SAndroid Build Coastguard Worker# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
245*4dc78e53SAndroid Build Coastguard Worker# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
246*4dc78e53SAndroid Build Coastguard Worker# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
247*4dc78e53SAndroid Build Coastguard Worker# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
248*4dc78e53SAndroid Build Coastguard Worker# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
249*4dc78e53SAndroid Build Coastguard Worker
250*4dc78e53SAndroid Build Coastguard WorkerEXTENSION_MAPPING      =
251*4dc78e53SAndroid Build Coastguard Worker
252*4dc78e53SAndroid Build Coastguard Worker# If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
253*4dc78e53SAndroid Build Coastguard Worker# comments according to the Markdown format, which allows for more readable
254*4dc78e53SAndroid Build Coastguard Worker# documentation. See http://daringfireball.net/projects/markdown/ for details.
255*4dc78e53SAndroid Build Coastguard Worker# The output of markdown processing is further processed by doxygen, so you
256*4dc78e53SAndroid Build Coastguard Worker# can mix doxygen, HTML, and XML commands with Markdown formatting.
257*4dc78e53SAndroid Build Coastguard Worker# Disable only in case of backward compatibilities issues.
258*4dc78e53SAndroid Build Coastguard Worker
259*4dc78e53SAndroid Build Coastguard WorkerMARKDOWN_SUPPORT       = YES
260*4dc78e53SAndroid Build Coastguard Worker
261*4dc78e53SAndroid Build Coastguard Worker# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
262*4dc78e53SAndroid Build Coastguard Worker# to include (a tag file for) the STL sources as input, then you should
263*4dc78e53SAndroid Build Coastguard Worker# set this tag to YES in order to let doxygen match functions declarations and
264*4dc78e53SAndroid Build Coastguard Worker# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
265*4dc78e53SAndroid Build Coastguard Worker# func(std::string) {}). This also makes the inheritance and collaboration
266*4dc78e53SAndroid Build Coastguard Worker# diagrams that involve STL classes more complete and accurate.
267*4dc78e53SAndroid Build Coastguard Worker
268*4dc78e53SAndroid Build Coastguard WorkerBUILTIN_STL_SUPPORT    = NO
269*4dc78e53SAndroid Build Coastguard Worker
270*4dc78e53SAndroid Build Coastguard Worker# If you use Microsoft's C++/CLI language, you should set this option to YES to
271*4dc78e53SAndroid Build Coastguard Worker# enable parsing support.
272*4dc78e53SAndroid Build Coastguard Worker
273*4dc78e53SAndroid Build Coastguard WorkerCPP_CLI_SUPPORT        = NO
274*4dc78e53SAndroid Build Coastguard Worker
275*4dc78e53SAndroid Build Coastguard Worker# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
276*4dc78e53SAndroid Build Coastguard Worker# Doxygen will parse them like normal C++ but will assume all classes use public
277*4dc78e53SAndroid Build Coastguard Worker# instead of private inheritance when no explicit protection keyword is present.
278*4dc78e53SAndroid Build Coastguard Worker
279*4dc78e53SAndroid Build Coastguard WorkerSIP_SUPPORT            = NO
280*4dc78e53SAndroid Build Coastguard Worker
281*4dc78e53SAndroid Build Coastguard Worker# For Microsoft's IDL there are propget and propput attributes to indicate getter
282*4dc78e53SAndroid Build Coastguard Worker# and setter methods for a property. Setting this option to YES (the default)
283*4dc78e53SAndroid Build Coastguard Worker# will make doxygen replace the get and set methods by a property in the
284*4dc78e53SAndroid Build Coastguard Worker# documentation. This will only work if the methods are indeed getting or
285*4dc78e53SAndroid Build Coastguard Worker# setting a simple type. If this is not the case, or you want to show the
286*4dc78e53SAndroid Build Coastguard Worker# methods anyway, you should set this option to NO.
287*4dc78e53SAndroid Build Coastguard Worker
288*4dc78e53SAndroid Build Coastguard WorkerIDL_PROPERTY_SUPPORT   = NO
289*4dc78e53SAndroid Build Coastguard Worker
290*4dc78e53SAndroid Build Coastguard Worker# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
291*4dc78e53SAndroid Build Coastguard Worker# tag is set to YES, then doxygen will reuse the documentation of the first
292*4dc78e53SAndroid Build Coastguard Worker# member in the group (if any) for the other members of the group. By default
293*4dc78e53SAndroid Build Coastguard Worker# all members of a group must be documented explicitly.
294*4dc78e53SAndroid Build Coastguard Worker
295*4dc78e53SAndroid Build Coastguard WorkerDISTRIBUTE_GROUP_DOC   = NO
296*4dc78e53SAndroid Build Coastguard Worker
297*4dc78e53SAndroid Build Coastguard Worker# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
298*4dc78e53SAndroid Build Coastguard Worker# the same type (for instance a group of public functions) to be put as a
299*4dc78e53SAndroid Build Coastguard Worker# subgroup of that type (e.g. under the Public Functions section). Set it to
300*4dc78e53SAndroid Build Coastguard Worker# NO to prevent subgrouping. Alternatively, this can be done per class using
301*4dc78e53SAndroid Build Coastguard Worker# the \nosubgrouping command.
302*4dc78e53SAndroid Build Coastguard Worker
303*4dc78e53SAndroid Build Coastguard WorkerSUBGROUPING            = YES
304*4dc78e53SAndroid Build Coastguard Worker
305*4dc78e53SAndroid Build Coastguard Worker# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
306*4dc78e53SAndroid Build Coastguard Worker# unions are shown inside the group in which they are included (e.g. using
307*4dc78e53SAndroid Build Coastguard Worker# @ingroup) instead of on a separate page (for HTML and Man pages) or
308*4dc78e53SAndroid Build Coastguard Worker# section (for LaTeX and RTF).
309*4dc78e53SAndroid Build Coastguard Worker
310*4dc78e53SAndroid Build Coastguard WorkerINLINE_GROUPED_CLASSES = NO
311*4dc78e53SAndroid Build Coastguard Worker
312*4dc78e53SAndroid Build Coastguard Worker# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
313*4dc78e53SAndroid Build Coastguard Worker# unions with only public data fields will be shown inline in the documentation
314*4dc78e53SAndroid Build Coastguard Worker# of the scope in which they are defined (i.e. file, namespace, or group
315*4dc78e53SAndroid Build Coastguard Worker# documentation), provided this scope is documented. If set to NO (the default),
316*4dc78e53SAndroid Build Coastguard Worker# structs, classes, and unions are shown on a separate page (for HTML and Man
317*4dc78e53SAndroid Build Coastguard Worker# pages) or section (for LaTeX and RTF).
318*4dc78e53SAndroid Build Coastguard Worker
319*4dc78e53SAndroid Build Coastguard WorkerINLINE_SIMPLE_STRUCTS  = NO
320*4dc78e53SAndroid Build Coastguard Worker
321*4dc78e53SAndroid Build Coastguard Worker# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
322*4dc78e53SAndroid Build Coastguard Worker# is documented as struct, union, or enum with the name of the typedef. So
323*4dc78e53SAndroid Build Coastguard Worker# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
324*4dc78e53SAndroid Build Coastguard Worker# with name TypeT. When disabled the typedef will appear as a member of a file,
325*4dc78e53SAndroid Build Coastguard Worker# namespace, or class. And the struct will be named TypeS. This can typically
326*4dc78e53SAndroid Build Coastguard Worker# be useful for C code in case the coding convention dictates that all compound
327*4dc78e53SAndroid Build Coastguard Worker# types are typedef'ed and only the typedef is referenced, never the tag name.
328*4dc78e53SAndroid Build Coastguard Worker
329*4dc78e53SAndroid Build Coastguard WorkerTYPEDEF_HIDES_STRUCT   = NO
330*4dc78e53SAndroid Build Coastguard Worker
331*4dc78e53SAndroid Build Coastguard Worker# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
332*4dc78e53SAndroid Build Coastguard Worker# determine which symbols to keep in memory and which to flush to disk.
333*4dc78e53SAndroid Build Coastguard Worker# When the cache is full, less often used symbols will be written to disk.
334*4dc78e53SAndroid Build Coastguard Worker# For small to medium size projects (<1000 input files) the default value is
335*4dc78e53SAndroid Build Coastguard Worker# probably good enough. For larger projects a too small cache size can cause
336*4dc78e53SAndroid Build Coastguard Worker# doxygen to be busy swapping symbols to and from disk most of the time
337*4dc78e53SAndroid Build Coastguard Worker# causing a significant performance penalty.
338*4dc78e53SAndroid Build Coastguard Worker# If the system has enough physical memory increasing the cache will improve the
339*4dc78e53SAndroid Build Coastguard Worker# performance by keeping more symbols in memory. Note that the value works on
340*4dc78e53SAndroid Build Coastguard Worker# a logarithmic scale so increasing the size by one will roughly double the
341*4dc78e53SAndroid Build Coastguard Worker# memory usage. The cache size is given by this formula:
342*4dc78e53SAndroid Build Coastguard Worker# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
343*4dc78e53SAndroid Build Coastguard Worker# corresponding to a cache size of 2^16 = 65536 symbols.
344*4dc78e53SAndroid Build Coastguard Worker
345*4dc78e53SAndroid Build Coastguard WorkerSYMBOL_CACHE_SIZE      = 0
346*4dc78e53SAndroid Build Coastguard Worker
347*4dc78e53SAndroid Build Coastguard Worker# Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be
348*4dc78e53SAndroid Build Coastguard Worker# set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
349*4dc78e53SAndroid Build Coastguard Worker# their name and scope. Since this can be an expensive process and often the
350*4dc78e53SAndroid Build Coastguard Worker# same symbol appear multiple times in the code, doxygen keeps a cache of
351*4dc78e53SAndroid Build Coastguard Worker# pre-resolved symbols. If the cache is too small doxygen will become slower.
352*4dc78e53SAndroid Build Coastguard Worker# If the cache is too large, memory is wasted. The cache size is given by this
353*4dc78e53SAndroid Build Coastguard Worker# formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0,
354*4dc78e53SAndroid Build Coastguard Worker# corresponding to a cache size of 2^16 = 65536 symbols.
355*4dc78e53SAndroid Build Coastguard Worker
356*4dc78e53SAndroid Build Coastguard WorkerLOOKUP_CACHE_SIZE      = 0
357*4dc78e53SAndroid Build Coastguard Worker
358*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
359*4dc78e53SAndroid Build Coastguard Worker# Build related configuration options
360*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
361*4dc78e53SAndroid Build Coastguard Worker
362*4dc78e53SAndroid Build Coastguard Worker# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
363*4dc78e53SAndroid Build Coastguard Worker# documentation are documented, even if no documentation was available.
364*4dc78e53SAndroid Build Coastguard Worker# Private class members and static file members will be hidden unless
365*4dc78e53SAndroid Build Coastguard Worker# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
366*4dc78e53SAndroid Build Coastguard Worker
367*4dc78e53SAndroid Build Coastguard WorkerEXTRACT_ALL            = NO
368*4dc78e53SAndroid Build Coastguard Worker
369*4dc78e53SAndroid Build Coastguard Worker# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
370*4dc78e53SAndroid Build Coastguard Worker# will be included in the documentation.
371*4dc78e53SAndroid Build Coastguard Worker
372*4dc78e53SAndroid Build Coastguard WorkerEXTRACT_PRIVATE        = YES
373*4dc78e53SAndroid Build Coastguard Worker
374*4dc78e53SAndroid Build Coastguard Worker# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal scope will be included in the documentation.
375*4dc78e53SAndroid Build Coastguard Worker
376*4dc78e53SAndroid Build Coastguard WorkerEXTRACT_PACKAGE        = NO
377*4dc78e53SAndroid Build Coastguard Worker
378*4dc78e53SAndroid Build Coastguard Worker# If the EXTRACT_STATIC tag is set to YES all static members of a file
379*4dc78e53SAndroid Build Coastguard Worker# will be included in the documentation.
380*4dc78e53SAndroid Build Coastguard Worker
381*4dc78e53SAndroid Build Coastguard WorkerEXTRACT_STATIC         = NO
382*4dc78e53SAndroid Build Coastguard Worker
383*4dc78e53SAndroid Build Coastguard Worker# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
384*4dc78e53SAndroid Build Coastguard Worker# defined locally in source files will be included in the documentation.
385*4dc78e53SAndroid Build Coastguard Worker# If set to NO only classes defined in header files are included.
386*4dc78e53SAndroid Build Coastguard Worker
387*4dc78e53SAndroid Build Coastguard WorkerEXTRACT_LOCAL_CLASSES  = YES
388*4dc78e53SAndroid Build Coastguard Worker
389*4dc78e53SAndroid Build Coastguard Worker# This flag is only useful for Objective-C code. When set to YES local
390*4dc78e53SAndroid Build Coastguard Worker# methods, which are defined in the implementation section but not in
391*4dc78e53SAndroid Build Coastguard Worker# the interface are included in the documentation.
392*4dc78e53SAndroid Build Coastguard Worker# If set to NO (the default) only methods in the interface are included.
393*4dc78e53SAndroid Build Coastguard Worker
394*4dc78e53SAndroid Build Coastguard WorkerEXTRACT_LOCAL_METHODS  = YES
395*4dc78e53SAndroid Build Coastguard Worker
396*4dc78e53SAndroid Build Coastguard Worker# If this flag is set to YES, the members of anonymous namespaces will be
397*4dc78e53SAndroid Build Coastguard Worker# extracted and appear in the documentation as a namespace called
398*4dc78e53SAndroid Build Coastguard Worker# 'anonymous_namespace{file}', where file will be replaced with the base
399*4dc78e53SAndroid Build Coastguard Worker# name of the file that contains the anonymous namespace. By default
400*4dc78e53SAndroid Build Coastguard Worker# anonymous namespaces are hidden.
401*4dc78e53SAndroid Build Coastguard Worker
402*4dc78e53SAndroid Build Coastguard WorkerEXTRACT_ANON_NSPACES   = NO
403*4dc78e53SAndroid Build Coastguard Worker
404*4dc78e53SAndroid Build Coastguard Worker# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
405*4dc78e53SAndroid Build Coastguard Worker# undocumented members of documented classes, files or namespaces.
406*4dc78e53SAndroid Build Coastguard Worker# If set to NO (the default) these members will be included in the
407*4dc78e53SAndroid Build Coastguard Worker# various overviews, but no documentation section is generated.
408*4dc78e53SAndroid Build Coastguard Worker# This option has no effect if EXTRACT_ALL is enabled.
409*4dc78e53SAndroid Build Coastguard Worker
410*4dc78e53SAndroid Build Coastguard WorkerHIDE_UNDOC_MEMBERS     = NO
411*4dc78e53SAndroid Build Coastguard Worker
412*4dc78e53SAndroid Build Coastguard Worker# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
413*4dc78e53SAndroid Build Coastguard Worker# undocumented classes that are normally visible in the class hierarchy.
414*4dc78e53SAndroid Build Coastguard Worker# If set to NO (the default) these classes will be included in the various
415*4dc78e53SAndroid Build Coastguard Worker# overviews. This option has no effect if EXTRACT_ALL is enabled.
416*4dc78e53SAndroid Build Coastguard Worker
417*4dc78e53SAndroid Build Coastguard WorkerHIDE_UNDOC_CLASSES     = NO
418*4dc78e53SAndroid Build Coastguard Worker
419*4dc78e53SAndroid Build Coastguard Worker# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
420*4dc78e53SAndroid Build Coastguard Worker# friend (class|struct|union) declarations.
421*4dc78e53SAndroid Build Coastguard Worker# If set to NO (the default) these declarations will be included in the
422*4dc78e53SAndroid Build Coastguard Worker# documentation.
423*4dc78e53SAndroid Build Coastguard Worker
424*4dc78e53SAndroid Build Coastguard WorkerHIDE_FRIEND_COMPOUNDS  = NO
425*4dc78e53SAndroid Build Coastguard Worker
426*4dc78e53SAndroid Build Coastguard Worker# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
427*4dc78e53SAndroid Build Coastguard Worker# documentation blocks found inside the body of a function.
428*4dc78e53SAndroid Build Coastguard Worker# If set to NO (the default) these blocks will be appended to the
429*4dc78e53SAndroid Build Coastguard Worker# function's detailed documentation block.
430*4dc78e53SAndroid Build Coastguard Worker
431*4dc78e53SAndroid Build Coastguard WorkerHIDE_IN_BODY_DOCS      = NO
432*4dc78e53SAndroid Build Coastguard Worker
433*4dc78e53SAndroid Build Coastguard Worker# The INTERNAL_DOCS tag determines if documentation
434*4dc78e53SAndroid Build Coastguard Worker# that is typed after a \internal command is included. If the tag is set
435*4dc78e53SAndroid Build Coastguard Worker# to NO (the default) then the documentation will be excluded.
436*4dc78e53SAndroid Build Coastguard Worker# Set it to YES to include the internal documentation.
437*4dc78e53SAndroid Build Coastguard Worker
438*4dc78e53SAndroid Build Coastguard WorkerINTERNAL_DOCS          = NO
439*4dc78e53SAndroid Build Coastguard Worker
440*4dc78e53SAndroid Build Coastguard Worker# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
441*4dc78e53SAndroid Build Coastguard Worker# file names in lower-case letters. If set to YES upper-case letters are also
442*4dc78e53SAndroid Build Coastguard Worker# allowed. This is useful if you have classes or files whose names only differ
443*4dc78e53SAndroid Build Coastguard Worker# in case and if your file system supports case sensitive file names. Windows
444*4dc78e53SAndroid Build Coastguard Worker# and Mac users are advised to set this option to NO.
445*4dc78e53SAndroid Build Coastguard Worker
446*4dc78e53SAndroid Build Coastguard WorkerCASE_SENSE_NAMES       = YES
447*4dc78e53SAndroid Build Coastguard Worker
448*4dc78e53SAndroid Build Coastguard Worker# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
449*4dc78e53SAndroid Build Coastguard Worker# will show members with their full class and namespace scopes in the
450*4dc78e53SAndroid Build Coastguard Worker# documentation. If set to YES the scope will be hidden.
451*4dc78e53SAndroid Build Coastguard Worker
452*4dc78e53SAndroid Build Coastguard WorkerHIDE_SCOPE_NAMES       = NO
453*4dc78e53SAndroid Build Coastguard Worker
454*4dc78e53SAndroid Build Coastguard Worker# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
455*4dc78e53SAndroid Build Coastguard Worker# will put a list of the files that are included by a file in the documentation
456*4dc78e53SAndroid Build Coastguard Worker# of that file.
457*4dc78e53SAndroid Build Coastguard Worker
458*4dc78e53SAndroid Build Coastguard WorkerSHOW_INCLUDE_FILES     = YES
459*4dc78e53SAndroid Build Coastguard Worker
460*4dc78e53SAndroid Build Coastguard Worker# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
461*4dc78e53SAndroid Build Coastguard Worker# will list include files with double quotes in the documentation
462*4dc78e53SAndroid Build Coastguard Worker# rather than with sharp brackets.
463*4dc78e53SAndroid Build Coastguard Worker
464*4dc78e53SAndroid Build Coastguard WorkerFORCE_LOCAL_INCLUDES   = NO
465*4dc78e53SAndroid Build Coastguard Worker
466*4dc78e53SAndroid Build Coastguard Worker# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
467*4dc78e53SAndroid Build Coastguard Worker# is inserted in the documentation for inline members.
468*4dc78e53SAndroid Build Coastguard Worker
469*4dc78e53SAndroid Build Coastguard WorkerINLINE_INFO            = YES
470*4dc78e53SAndroid Build Coastguard Worker
471*4dc78e53SAndroid Build Coastguard Worker# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
472*4dc78e53SAndroid Build Coastguard Worker# will sort the (detailed) documentation of file and class members
473*4dc78e53SAndroid Build Coastguard Worker# alphabetically by member name. If set to NO the members will appear in
474*4dc78e53SAndroid Build Coastguard Worker# declaration order.
475*4dc78e53SAndroid Build Coastguard Worker
476*4dc78e53SAndroid Build Coastguard WorkerSORT_MEMBER_DOCS       = NO
477*4dc78e53SAndroid Build Coastguard Worker
478*4dc78e53SAndroid Build Coastguard Worker# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
479*4dc78e53SAndroid Build Coastguard Worker# brief documentation of file, namespace and class members alphabetically
480*4dc78e53SAndroid Build Coastguard Worker# by member name. If set to NO (the default) the members will appear in
481*4dc78e53SAndroid Build Coastguard Worker# declaration order.
482*4dc78e53SAndroid Build Coastguard Worker
483*4dc78e53SAndroid Build Coastguard WorkerSORT_BRIEF_DOCS        = NO
484*4dc78e53SAndroid Build Coastguard Worker
485*4dc78e53SAndroid Build Coastguard Worker# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
486*4dc78e53SAndroid Build Coastguard Worker# will sort the (brief and detailed) documentation of class members so that
487*4dc78e53SAndroid Build Coastguard Worker# constructors and destructors are listed first. If set to NO (the default)
488*4dc78e53SAndroid Build Coastguard Worker# the constructors will appear in the respective orders defined by
489*4dc78e53SAndroid Build Coastguard Worker# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS.
490*4dc78e53SAndroid Build Coastguard Worker# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
491*4dc78e53SAndroid Build Coastguard Worker# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
492*4dc78e53SAndroid Build Coastguard Worker
493*4dc78e53SAndroid Build Coastguard WorkerSORT_MEMBERS_CTORS_1ST = NO
494*4dc78e53SAndroid Build Coastguard Worker
495*4dc78e53SAndroid Build Coastguard Worker# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
496*4dc78e53SAndroid Build Coastguard Worker# hierarchy of group names into alphabetical order. If set to NO (the default)
497*4dc78e53SAndroid Build Coastguard Worker# the group names will appear in their defined order.
498*4dc78e53SAndroid Build Coastguard Worker
499*4dc78e53SAndroid Build Coastguard WorkerSORT_GROUP_NAMES       = YES
500*4dc78e53SAndroid Build Coastguard Worker
501*4dc78e53SAndroid Build Coastguard Worker# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
502*4dc78e53SAndroid Build Coastguard Worker# sorted by fully-qualified names, including namespaces. If set to
503*4dc78e53SAndroid Build Coastguard Worker# NO (the default), the class list will be sorted only by class name,
504*4dc78e53SAndroid Build Coastguard Worker# not including the namespace part.
505*4dc78e53SAndroid Build Coastguard Worker# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
506*4dc78e53SAndroid Build Coastguard Worker# Note: This option applies only to the class list, not to the
507*4dc78e53SAndroid Build Coastguard Worker# alphabetical list.
508*4dc78e53SAndroid Build Coastguard Worker
509*4dc78e53SAndroid Build Coastguard WorkerSORT_BY_SCOPE_NAME     = NO
510*4dc78e53SAndroid Build Coastguard Worker
511*4dc78e53SAndroid Build Coastguard Worker# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
512*4dc78e53SAndroid Build Coastguard Worker# do proper type resolution of all parameters of a function it will reject a
513*4dc78e53SAndroid Build Coastguard Worker# match between the prototype and the implementation of a member function even
514*4dc78e53SAndroid Build Coastguard Worker# if there is only one candidate or it is obvious which candidate to choose
515*4dc78e53SAndroid Build Coastguard Worker# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
516*4dc78e53SAndroid Build Coastguard Worker# will still accept a match between prototype and implementation in such cases.
517*4dc78e53SAndroid Build Coastguard Worker
518*4dc78e53SAndroid Build Coastguard WorkerSTRICT_PROTO_MATCHING  = NO
519*4dc78e53SAndroid Build Coastguard Worker
520*4dc78e53SAndroid Build Coastguard Worker# The GENERATE_TODOLIST tag can be used to enable (YES) or
521*4dc78e53SAndroid Build Coastguard Worker# disable (NO) the todo list. This list is created by putting \todo
522*4dc78e53SAndroid Build Coastguard Worker# commands in the documentation.
523*4dc78e53SAndroid Build Coastguard Worker
524*4dc78e53SAndroid Build Coastguard WorkerGENERATE_TODOLIST      = NO
525*4dc78e53SAndroid Build Coastguard Worker
526*4dc78e53SAndroid Build Coastguard Worker# The GENERATE_TESTLIST tag can be used to enable (YES) or
527*4dc78e53SAndroid Build Coastguard Worker# disable (NO) the test list. This list is created by putting \test
528*4dc78e53SAndroid Build Coastguard Worker# commands in the documentation.
529*4dc78e53SAndroid Build Coastguard Worker
530*4dc78e53SAndroid Build Coastguard WorkerGENERATE_TESTLIST      = NO
531*4dc78e53SAndroid Build Coastguard Worker
532*4dc78e53SAndroid Build Coastguard Worker# The GENERATE_BUGLIST tag can be used to enable (YES) or
533*4dc78e53SAndroid Build Coastguard Worker# disable (NO) the bug list. This list is created by putting \bug
534*4dc78e53SAndroid Build Coastguard Worker# commands in the documentation.
535*4dc78e53SAndroid Build Coastguard Worker
536*4dc78e53SAndroid Build Coastguard WorkerGENERATE_BUGLIST       = YES
537*4dc78e53SAndroid Build Coastguard Worker
538*4dc78e53SAndroid Build Coastguard Worker# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
539*4dc78e53SAndroid Build Coastguard Worker# disable (NO) the deprecated list. This list is created by putting
540*4dc78e53SAndroid Build Coastguard Worker# \deprecated commands in the documentation.
541*4dc78e53SAndroid Build Coastguard Worker
542*4dc78e53SAndroid Build Coastguard WorkerGENERATE_DEPRECATEDLIST= YES
543*4dc78e53SAndroid Build Coastguard Worker
544*4dc78e53SAndroid Build Coastguard Worker# The ENABLED_SECTIONS tag can be used to enable conditional
545*4dc78e53SAndroid Build Coastguard Worker# documentation sections, marked by \if sectionname ... \endif.
546*4dc78e53SAndroid Build Coastguard Worker
547*4dc78e53SAndroid Build Coastguard WorkerENABLED_SECTIONS       =
548*4dc78e53SAndroid Build Coastguard Worker
549*4dc78e53SAndroid Build Coastguard Worker# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
550*4dc78e53SAndroid Build Coastguard Worker# the initial value of a variable or macro consists of for it to appear in
551*4dc78e53SAndroid Build Coastguard Worker# the documentation. If the initializer consists of more lines than specified
552*4dc78e53SAndroid Build Coastguard Worker# here it will be hidden. Use a value of 0 to hide initializers completely.
553*4dc78e53SAndroid Build Coastguard Worker# The appearance of the initializer of individual variables and macros in the
554*4dc78e53SAndroid Build Coastguard Worker# documentation can be controlled using \showinitializer or \hideinitializer
555*4dc78e53SAndroid Build Coastguard Worker# command in the documentation regardless of this setting.
556*4dc78e53SAndroid Build Coastguard Worker
557*4dc78e53SAndroid Build Coastguard WorkerMAX_INITIALIZER_LINES  = 30
558*4dc78e53SAndroid Build Coastguard Worker
559*4dc78e53SAndroid Build Coastguard Worker# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
560*4dc78e53SAndroid Build Coastguard Worker# at the bottom of the documentation of classes and structs. If set to YES the
561*4dc78e53SAndroid Build Coastguard Worker# list will mention the files that were used to generate the documentation.
562*4dc78e53SAndroid Build Coastguard Worker
563*4dc78e53SAndroid Build Coastguard WorkerSHOW_USED_FILES        = NO
564*4dc78e53SAndroid Build Coastguard Worker
565*4dc78e53SAndroid Build Coastguard Worker# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
566*4dc78e53SAndroid Build Coastguard Worker# This will remove the Files entry from the Quick Index and from the
567*4dc78e53SAndroid Build Coastguard Worker# Folder Tree View (if specified). The default is YES.
568*4dc78e53SAndroid Build Coastguard Worker
569*4dc78e53SAndroid Build Coastguard WorkerSHOW_FILES             = NO
570*4dc78e53SAndroid Build Coastguard Worker
571*4dc78e53SAndroid Build Coastguard Worker# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
572*4dc78e53SAndroid Build Coastguard Worker# Namespaces page.
573*4dc78e53SAndroid Build Coastguard Worker# This will remove the Namespaces entry from the Quick Index
574*4dc78e53SAndroid Build Coastguard Worker# and from the Folder Tree View (if specified). The default is YES.
575*4dc78e53SAndroid Build Coastguard Worker
576*4dc78e53SAndroid Build Coastguard WorkerSHOW_NAMESPACES        = YES
577*4dc78e53SAndroid Build Coastguard Worker
578*4dc78e53SAndroid Build Coastguard Worker# The FILE_VERSION_FILTER tag can be used to specify a program or script that
579*4dc78e53SAndroid Build Coastguard Worker# doxygen should invoke to get the current version for each file (typically from
580*4dc78e53SAndroid Build Coastguard Worker# the version control system). Doxygen will invoke the program by executing (via
581*4dc78e53SAndroid Build Coastguard Worker# popen()) the command <command> <input-file>, where <command> is the value of
582*4dc78e53SAndroid Build Coastguard Worker# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
583*4dc78e53SAndroid Build Coastguard Worker# provided by doxygen. Whatever the program writes to standard output
584*4dc78e53SAndroid Build Coastguard Worker# is used as the file version. See the manual for examples.
585*4dc78e53SAndroid Build Coastguard Worker
586*4dc78e53SAndroid Build Coastguard WorkerFILE_VERSION_FILTER    =
587*4dc78e53SAndroid Build Coastguard Worker
588*4dc78e53SAndroid Build Coastguard Worker# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
589*4dc78e53SAndroid Build Coastguard Worker# by doxygen. The layout file controls the global structure of the generated
590*4dc78e53SAndroid Build Coastguard Worker# output files in an output format independent way. To create the layout file
591*4dc78e53SAndroid Build Coastguard Worker# that represents doxygen's defaults, run doxygen with the -l option.
592*4dc78e53SAndroid Build Coastguard Worker# You can optionally specify a file name after the option, if omitted
593*4dc78e53SAndroid Build Coastguard Worker# DoxygenLayout.xml will be used as the name of the layout file.
594*4dc78e53SAndroid Build Coastguard Worker
595*4dc78e53SAndroid Build Coastguard WorkerLAYOUT_FILE            = DoxygenLayout.xml
596*4dc78e53SAndroid Build Coastguard Worker
597*4dc78e53SAndroid Build Coastguard Worker# The CITE_BIB_FILES tag can be used to specify one or more bib files
598*4dc78e53SAndroid Build Coastguard Worker# containing the references data. This must be a list of .bib files. The
599*4dc78e53SAndroid Build Coastguard Worker# .bib extension is automatically appended if omitted. Using this command
600*4dc78e53SAndroid Build Coastguard Worker# requires the bibtex tool to be installed. See also
601*4dc78e53SAndroid Build Coastguard Worker# http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style
602*4dc78e53SAndroid Build Coastguard Worker# of the bibliography can be controlled using LATEX_BIB_STYLE. To use this
603*4dc78e53SAndroid Build Coastguard Worker# feature you need bibtex and perl available in the search path.
604*4dc78e53SAndroid Build Coastguard Worker
605*4dc78e53SAndroid Build Coastguard WorkerCITE_BIB_FILES         =
606*4dc78e53SAndroid Build Coastguard Worker
607*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
608*4dc78e53SAndroid Build Coastguard Worker# configuration options related to warning and progress messages
609*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
610*4dc78e53SAndroid Build Coastguard Worker
611*4dc78e53SAndroid Build Coastguard Worker# The QUIET tag can be used to turn on/off the messages that are generated
612*4dc78e53SAndroid Build Coastguard Worker# by doxygen. Possible values are YES and NO. If left blank NO is used.
613*4dc78e53SAndroid Build Coastguard Worker
614*4dc78e53SAndroid Build Coastguard WorkerQUIET                  = YES
615*4dc78e53SAndroid Build Coastguard Worker
616*4dc78e53SAndroid Build Coastguard Worker# The WARNINGS tag can be used to turn on/off the warning messages that are
617*4dc78e53SAndroid Build Coastguard Worker# generated by doxygen. Possible values are YES and NO. If left blank
618*4dc78e53SAndroid Build Coastguard Worker# NO is used.
619*4dc78e53SAndroid Build Coastguard Worker
620*4dc78e53SAndroid Build Coastguard WorkerWARNINGS               = YES
621*4dc78e53SAndroid Build Coastguard Worker
622*4dc78e53SAndroid Build Coastguard Worker# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
623*4dc78e53SAndroid Build Coastguard Worker# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
624*4dc78e53SAndroid Build Coastguard Worker# automatically be disabled.
625*4dc78e53SAndroid Build Coastguard Worker
626*4dc78e53SAndroid Build Coastguard WorkerWARN_IF_UNDOCUMENTED   = NO
627*4dc78e53SAndroid Build Coastguard Worker
628*4dc78e53SAndroid Build Coastguard Worker# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
629*4dc78e53SAndroid Build Coastguard Worker# potential errors in the documentation, such as not documenting some
630*4dc78e53SAndroid Build Coastguard Worker# parameters in a documented function, or documenting parameters that
631*4dc78e53SAndroid Build Coastguard Worker# don't exist or using markup commands wrongly.
632*4dc78e53SAndroid Build Coastguard Worker
633*4dc78e53SAndroid Build Coastguard WorkerWARN_IF_DOC_ERROR      = YES
634*4dc78e53SAndroid Build Coastguard Worker
635*4dc78e53SAndroid Build Coastguard Worker# The WARN_NO_PARAMDOC option can be enabled to get warnings for
636*4dc78e53SAndroid Build Coastguard Worker# functions that are documented, but have no documentation for their parameters
637*4dc78e53SAndroid Build Coastguard Worker# or return value. If set to NO (the default) doxygen will only warn about
638*4dc78e53SAndroid Build Coastguard Worker# wrong or incomplete parameter documentation, but not about the absence of
639*4dc78e53SAndroid Build Coastguard Worker# documentation.
640*4dc78e53SAndroid Build Coastguard Worker
641*4dc78e53SAndroid Build Coastguard WorkerWARN_NO_PARAMDOC       = NO
642*4dc78e53SAndroid Build Coastguard Worker
643*4dc78e53SAndroid Build Coastguard Worker# The WARN_FORMAT tag determines the format of the warning messages that
644*4dc78e53SAndroid Build Coastguard Worker# doxygen can produce. The string should contain the $file, $line, and $text
645*4dc78e53SAndroid Build Coastguard Worker# tags, which will be replaced by the file and line number from which the
646*4dc78e53SAndroid Build Coastguard Worker# warning originated and the warning text. Optionally the format may contain
647*4dc78e53SAndroid Build Coastguard Worker# $version, which will be replaced by the version of the file (if it could
648*4dc78e53SAndroid Build Coastguard Worker# be obtained via FILE_VERSION_FILTER)
649*4dc78e53SAndroid Build Coastguard Worker
650*4dc78e53SAndroid Build Coastguard WorkerWARN_FORMAT            = "$file:$line: $text"
651*4dc78e53SAndroid Build Coastguard Worker
652*4dc78e53SAndroid Build Coastguard Worker# The WARN_LOGFILE tag can be used to specify a file to which warning
653*4dc78e53SAndroid Build Coastguard Worker# and error messages should be written. If left blank the output is written
654*4dc78e53SAndroid Build Coastguard Worker# to stderr.
655*4dc78e53SAndroid Build Coastguard Worker
656*4dc78e53SAndroid Build Coastguard WorkerWARN_LOGFILE           =
657*4dc78e53SAndroid Build Coastguard Worker
658*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
659*4dc78e53SAndroid Build Coastguard Worker# configuration options related to the input files
660*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
661*4dc78e53SAndroid Build Coastguard Worker
662*4dc78e53SAndroid Build Coastguard Worker# The INPUT tag can be used to specify the files and/or directories that contain
663*4dc78e53SAndroid Build Coastguard Worker# documented source files. You may enter file names like "myfile.cpp" or
664*4dc78e53SAndroid Build Coastguard Worker# directories like "/usr/src/myproject". Separate the files or directories
665*4dc78e53SAndroid Build Coastguard Worker# with spaces.
666*4dc78e53SAndroid Build Coastguard Worker
667*4dc78e53SAndroid Build Coastguard WorkerINPUT                  = @top_srcdir@/../lib \
668*4dc78e53SAndroid Build Coastguard Worker                         @top_srcdir@/../src/lib \
669*4dc78e53SAndroid Build Coastguard Worker                         @top_srcdir@/../include/netlink \
670*4dc78e53SAndroid Build Coastguard Worker                         @top_srcdir@/../src \
671*4dc78e53SAndroid Build Coastguard Worker                         @top_srcdir@/../doc/src
672*4dc78e53SAndroid Build Coastguard Worker
673*4dc78e53SAndroid Build Coastguard Worker# This tag can be used to specify the character encoding of the source files
674*4dc78e53SAndroid Build Coastguard Worker# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
675*4dc78e53SAndroid Build Coastguard Worker# also the default input encoding. Doxygen uses libiconv (or the iconv built
676*4dc78e53SAndroid Build Coastguard Worker# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
677*4dc78e53SAndroid Build Coastguard Worker# the list of possible encodings.
678*4dc78e53SAndroid Build Coastguard Worker
679*4dc78e53SAndroid Build Coastguard WorkerINPUT_ENCODING         = UTF-8
680*4dc78e53SAndroid Build Coastguard Worker
681*4dc78e53SAndroid Build Coastguard Worker# If the value of the INPUT tag contains directories, you can use the
682*4dc78e53SAndroid Build Coastguard Worker# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
683*4dc78e53SAndroid Build Coastguard Worker# and *.h) to filter out the source-files in the directories. If left
684*4dc78e53SAndroid Build Coastguard Worker# blank the following patterns are tested:
685*4dc78e53SAndroid Build Coastguard Worker# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
686*4dc78e53SAndroid Build Coastguard Worker# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
687*4dc78e53SAndroid Build Coastguard Worker# *.f90 *.f *.for *.vhd *.vhdl
688*4dc78e53SAndroid Build Coastguard Worker
689*4dc78e53SAndroid Build Coastguard WorkerFILE_PATTERNS          = *.c \
690*4dc78e53SAndroid Build Coastguard Worker                         *.h
691*4dc78e53SAndroid Build Coastguard Worker
692*4dc78e53SAndroid Build Coastguard Worker# The RECURSIVE tag can be used to turn specify whether or not subdirectories
693*4dc78e53SAndroid Build Coastguard Worker# should be searched for input files as well. Possible values are YES and NO.
694*4dc78e53SAndroid Build Coastguard Worker# If left blank NO is used.
695*4dc78e53SAndroid Build Coastguard Worker
696*4dc78e53SAndroid Build Coastguard WorkerRECURSIVE              = YES
697*4dc78e53SAndroid Build Coastguard Worker
698*4dc78e53SAndroid Build Coastguard Worker# The EXCLUDE tag can be used to specify files and/or directories that should be
699*4dc78e53SAndroid Build Coastguard Worker# excluded from the INPUT source files. This way you can easily exclude a
700*4dc78e53SAndroid Build Coastguard Worker# subdirectory from a directory tree whose root is specified with the INPUT tag.
701*4dc78e53SAndroid Build Coastguard Worker# Note that relative paths are relative to the directory from which doxygen is
702*4dc78e53SAndroid Build Coastguard Worker# run.
703*4dc78e53SAndroid Build Coastguard Worker
704*4dc78e53SAndroid Build Coastguard WorkerEXCLUDE                = SCCS
705*4dc78e53SAndroid Build Coastguard Worker
706*4dc78e53SAndroid Build Coastguard Worker# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
707*4dc78e53SAndroid Build Coastguard Worker# directories that are symbolic links (a Unix file system feature) are excluded
708*4dc78e53SAndroid Build Coastguard Worker# from the input.
709*4dc78e53SAndroid Build Coastguard Worker
710*4dc78e53SAndroid Build Coastguard WorkerEXCLUDE_SYMLINKS       = NO
711*4dc78e53SAndroid Build Coastguard Worker
712*4dc78e53SAndroid Build Coastguard Worker# If the value of the INPUT tag contains directories, you can use the
713*4dc78e53SAndroid Build Coastguard Worker# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
714*4dc78e53SAndroid Build Coastguard Worker# certain files from those directories. Note that the wildcards are matched
715*4dc78e53SAndroid Build Coastguard Worker# against the file with absolute path, so to exclude all test directories
716*4dc78e53SAndroid Build Coastguard Worker# for example use the pattern */test/*
717*4dc78e53SAndroid Build Coastguard Worker
718*4dc78e53SAndroid Build Coastguard WorkerEXCLUDE_PATTERNS       =
719*4dc78e53SAndroid Build Coastguard Worker
720*4dc78e53SAndroid Build Coastguard Worker# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
721*4dc78e53SAndroid Build Coastguard Worker# (namespaces, classes, functions, etc.) that should be excluded from the
722*4dc78e53SAndroid Build Coastguard Worker# output. The symbol name can be a fully qualified name, a word, or if the
723*4dc78e53SAndroid Build Coastguard Worker# wildcard * is used, a substring. Examples: ANamespace, AClass,
724*4dc78e53SAndroid Build Coastguard Worker# AClass::ANamespace, ANamespace::*Test
725*4dc78e53SAndroid Build Coastguard Worker
726*4dc78e53SAndroid Build Coastguard WorkerEXCLUDE_SYMBOLS        =
727*4dc78e53SAndroid Build Coastguard Worker
728*4dc78e53SAndroid Build Coastguard Worker# The EXAMPLE_PATH tag can be used to specify one or more files or
729*4dc78e53SAndroid Build Coastguard Worker# directories that contain example code fragments that are included (see
730*4dc78e53SAndroid Build Coastguard Worker# the \include command).
731*4dc78e53SAndroid Build Coastguard Worker
732*4dc78e53SAndroid Build Coastguard WorkerEXAMPLE_PATH           = @top_srcdir@/src
733*4dc78e53SAndroid Build Coastguard Worker
734*4dc78e53SAndroid Build Coastguard Worker# If the value of the EXAMPLE_PATH tag contains directories, you can use the
735*4dc78e53SAndroid Build Coastguard Worker# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
736*4dc78e53SAndroid Build Coastguard Worker# and *.h) to filter out the source-files in the directories. If left
737*4dc78e53SAndroid Build Coastguard Worker# blank all files are included.
738*4dc78e53SAndroid Build Coastguard Worker
739*4dc78e53SAndroid Build Coastguard WorkerEXAMPLE_PATTERNS       =
740*4dc78e53SAndroid Build Coastguard Worker
741*4dc78e53SAndroid Build Coastguard Worker# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
742*4dc78e53SAndroid Build Coastguard Worker# searched for input files to be used with the \include or \dontinclude
743*4dc78e53SAndroid Build Coastguard Worker# commands irrespective of the value of the RECURSIVE tag.
744*4dc78e53SAndroid Build Coastguard Worker# Possible values are YES and NO. If left blank NO is used.
745*4dc78e53SAndroid Build Coastguard Worker
746*4dc78e53SAndroid Build Coastguard WorkerEXAMPLE_RECURSIVE      = NO
747*4dc78e53SAndroid Build Coastguard Worker
748*4dc78e53SAndroid Build Coastguard Worker# The IMAGE_PATH tag can be used to specify one or more files or
749*4dc78e53SAndroid Build Coastguard Worker# directories that contain image that are included in the documentation (see
750*4dc78e53SAndroid Build Coastguard Worker# the \image command).
751*4dc78e53SAndroid Build Coastguard Worker
752*4dc78e53SAndroid Build Coastguard WorkerIMAGE_PATH             =
753*4dc78e53SAndroid Build Coastguard Worker
754*4dc78e53SAndroid Build Coastguard Worker# The INPUT_FILTER tag can be used to specify a program that doxygen should
755*4dc78e53SAndroid Build Coastguard Worker# invoke to filter for each input file. Doxygen will invoke the filter program
756*4dc78e53SAndroid Build Coastguard Worker# by executing (via popen()) the command <filter> <input-file>, where <filter>
757*4dc78e53SAndroid Build Coastguard Worker# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
758*4dc78e53SAndroid Build Coastguard Worker# input file. Doxygen will then use the output that the filter program writes
759*4dc78e53SAndroid Build Coastguard Worker# to standard output.
760*4dc78e53SAndroid Build Coastguard Worker# If FILTER_PATTERNS is specified, this tag will be
761*4dc78e53SAndroid Build Coastguard Worker# ignored.
762*4dc78e53SAndroid Build Coastguard Worker
763*4dc78e53SAndroid Build Coastguard WorkerINPUT_FILTER           =
764*4dc78e53SAndroid Build Coastguard Worker
765*4dc78e53SAndroid Build Coastguard Worker# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
766*4dc78e53SAndroid Build Coastguard Worker# basis.
767*4dc78e53SAndroid Build Coastguard Worker# Doxygen will compare the file name with each pattern and apply the
768*4dc78e53SAndroid Build Coastguard Worker# filter if there is a match.
769*4dc78e53SAndroid Build Coastguard Worker# The filters are a list of the form:
770*4dc78e53SAndroid Build Coastguard Worker# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
771*4dc78e53SAndroid Build Coastguard Worker# info on how filters are used. If FILTER_PATTERNS is empty or if
772*4dc78e53SAndroid Build Coastguard Worker# non of the patterns match the file name, INPUT_FILTER is applied.
773*4dc78e53SAndroid Build Coastguard Worker
774*4dc78e53SAndroid Build Coastguard WorkerFILTER_PATTERNS        =
775*4dc78e53SAndroid Build Coastguard Worker
776*4dc78e53SAndroid Build Coastguard Worker# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
777*4dc78e53SAndroid Build Coastguard Worker# INPUT_FILTER) will be used to filter the input files when producing source
778*4dc78e53SAndroid Build Coastguard Worker# files to browse (i.e. when SOURCE_BROWSER is set to YES).
779*4dc78e53SAndroid Build Coastguard Worker
780*4dc78e53SAndroid Build Coastguard WorkerFILTER_SOURCE_FILES    = NO
781*4dc78e53SAndroid Build Coastguard Worker
782*4dc78e53SAndroid Build Coastguard Worker# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
783*4dc78e53SAndroid Build Coastguard Worker# pattern. A pattern will override the setting for FILTER_PATTERN (if any)
784*4dc78e53SAndroid Build Coastguard Worker# and it is also possible to disable source filtering for a specific pattern
785*4dc78e53SAndroid Build Coastguard Worker# using *.ext= (so without naming a filter). This option only has effect when
786*4dc78e53SAndroid Build Coastguard Worker# FILTER_SOURCE_FILES is enabled.
787*4dc78e53SAndroid Build Coastguard Worker
788*4dc78e53SAndroid Build Coastguard WorkerFILTER_SOURCE_PATTERNS =
789*4dc78e53SAndroid Build Coastguard Worker
790*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
791*4dc78e53SAndroid Build Coastguard Worker# configuration options related to source browsing
792*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
793*4dc78e53SAndroid Build Coastguard Worker
794*4dc78e53SAndroid Build Coastguard Worker# If the SOURCE_BROWSER tag is set to YES then a list of source files will
795*4dc78e53SAndroid Build Coastguard Worker# be generated. Documented entities will be cross-referenced with these sources.
796*4dc78e53SAndroid Build Coastguard Worker# Note: To get rid of all source code in the generated output, make sure also
797*4dc78e53SAndroid Build Coastguard Worker# VERBATIM_HEADERS is set to NO.
798*4dc78e53SAndroid Build Coastguard Worker
799*4dc78e53SAndroid Build Coastguard WorkerSOURCE_BROWSER         = YES
800*4dc78e53SAndroid Build Coastguard Worker
801*4dc78e53SAndroid Build Coastguard Worker# Setting the INLINE_SOURCES tag to YES will include the body
802*4dc78e53SAndroid Build Coastguard Worker# of functions and classes directly in the documentation.
803*4dc78e53SAndroid Build Coastguard Worker
804*4dc78e53SAndroid Build Coastguard WorkerINLINE_SOURCES         = NO
805*4dc78e53SAndroid Build Coastguard Worker
806*4dc78e53SAndroid Build Coastguard Worker# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
807*4dc78e53SAndroid Build Coastguard Worker# doxygen to hide any special comment blocks from generated source code
808*4dc78e53SAndroid Build Coastguard Worker# fragments. Normal C, C++ and Fortran comments will always remain visible.
809*4dc78e53SAndroid Build Coastguard Worker
810*4dc78e53SAndroid Build Coastguard WorkerSTRIP_CODE_COMMENTS    = NO
811*4dc78e53SAndroid Build Coastguard Worker
812*4dc78e53SAndroid Build Coastguard Worker# If the REFERENCED_BY_RELATION tag is set to YES
813*4dc78e53SAndroid Build Coastguard Worker# then for each documented function all documented
814*4dc78e53SAndroid Build Coastguard Worker# functions referencing it will be listed.
815*4dc78e53SAndroid Build Coastguard Worker
816*4dc78e53SAndroid Build Coastguard WorkerREFERENCED_BY_RELATION = YES
817*4dc78e53SAndroid Build Coastguard Worker
818*4dc78e53SAndroid Build Coastguard Worker# If the REFERENCES_RELATION tag is set to YES
819*4dc78e53SAndroid Build Coastguard Worker# then for each documented function all documented entities
820*4dc78e53SAndroid Build Coastguard Worker# called/used by that function will be listed.
821*4dc78e53SAndroid Build Coastguard Worker
822*4dc78e53SAndroid Build Coastguard WorkerREFERENCES_RELATION    = YES
823*4dc78e53SAndroid Build Coastguard Worker
824*4dc78e53SAndroid Build Coastguard Worker# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
825*4dc78e53SAndroid Build Coastguard Worker# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
826*4dc78e53SAndroid Build Coastguard Worker# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
827*4dc78e53SAndroid Build Coastguard Worker# link to the source code.
828*4dc78e53SAndroid Build Coastguard Worker# Otherwise they will link to the documentation.
829*4dc78e53SAndroid Build Coastguard Worker
830*4dc78e53SAndroid Build Coastguard WorkerREFERENCES_LINK_SOURCE = YES
831*4dc78e53SAndroid Build Coastguard Worker
832*4dc78e53SAndroid Build Coastguard Worker# If the USE_HTAGS tag is set to YES then the references to source code
833*4dc78e53SAndroid Build Coastguard Worker# will point to the HTML generated by the htags(1) tool instead of doxygen
834*4dc78e53SAndroid Build Coastguard Worker# built-in source browser. The htags tool is part of GNU's global source
835*4dc78e53SAndroid Build Coastguard Worker# tagging system (see http://www.gnu.org/software/global/global.html). You
836*4dc78e53SAndroid Build Coastguard Worker# will need version 4.8.6 or higher.
837*4dc78e53SAndroid Build Coastguard Worker
838*4dc78e53SAndroid Build Coastguard WorkerUSE_HTAGS              = NO
839*4dc78e53SAndroid Build Coastguard Worker
840*4dc78e53SAndroid Build Coastguard Worker# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
841*4dc78e53SAndroid Build Coastguard Worker# will generate a verbatim copy of the header file for each class for
842*4dc78e53SAndroid Build Coastguard Worker# which an include is specified. Set to NO to disable this.
843*4dc78e53SAndroid Build Coastguard Worker
844*4dc78e53SAndroid Build Coastguard WorkerVERBATIM_HEADERS       = YES
845*4dc78e53SAndroid Build Coastguard Worker
846*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
847*4dc78e53SAndroid Build Coastguard Worker# configuration options related to the alphabetical class index
848*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
849*4dc78e53SAndroid Build Coastguard Worker
850*4dc78e53SAndroid Build Coastguard Worker# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
851*4dc78e53SAndroid Build Coastguard Worker# of all compounds will be generated. Enable this if the project
852*4dc78e53SAndroid Build Coastguard Worker# contains a lot of classes, structs, unions or interfaces.
853*4dc78e53SAndroid Build Coastguard Worker
854*4dc78e53SAndroid Build Coastguard WorkerALPHABETICAL_INDEX     = YES
855*4dc78e53SAndroid Build Coastguard Worker
856*4dc78e53SAndroid Build Coastguard Worker# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
857*4dc78e53SAndroid Build Coastguard Worker# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
858*4dc78e53SAndroid Build Coastguard Worker# in which this list will be split (can be a number in the range [1..20])
859*4dc78e53SAndroid Build Coastguard Worker
860*4dc78e53SAndroid Build Coastguard WorkerCOLS_IN_ALPHA_INDEX    = 5
861*4dc78e53SAndroid Build Coastguard Worker
862*4dc78e53SAndroid Build Coastguard Worker# In case all classes in a project start with a common prefix, all
863*4dc78e53SAndroid Build Coastguard Worker# classes will be put under the same header in the alphabetical index.
864*4dc78e53SAndroid Build Coastguard Worker# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
865*4dc78e53SAndroid Build Coastguard Worker# should be ignored while generating the index headers.
866*4dc78e53SAndroid Build Coastguard Worker
867*4dc78e53SAndroid Build Coastguard WorkerIGNORE_PREFIX          = nl_
868*4dc78e53SAndroid Build Coastguard Worker
869*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
870*4dc78e53SAndroid Build Coastguard Worker# configuration options related to the HTML output
871*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
872*4dc78e53SAndroid Build Coastguard Worker
873*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
874*4dc78e53SAndroid Build Coastguard Worker# generate HTML output.
875*4dc78e53SAndroid Build Coastguard Worker
876*4dc78e53SAndroid Build Coastguard WorkerGENERATE_HTML          = YES
877*4dc78e53SAndroid Build Coastguard Worker
878*4dc78e53SAndroid Build Coastguard Worker# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
879*4dc78e53SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be
880*4dc78e53SAndroid Build Coastguard Worker# put in front of it. If left blank `html' will be used as the default path.
881*4dc78e53SAndroid Build Coastguard Worker
882*4dc78e53SAndroid Build Coastguard WorkerHTML_OUTPUT            = api
883*4dc78e53SAndroid Build Coastguard Worker
884*4dc78e53SAndroid Build Coastguard Worker# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
885*4dc78e53SAndroid Build Coastguard Worker# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
886*4dc78e53SAndroid Build Coastguard Worker# doxygen will generate files with .html extension.
887*4dc78e53SAndroid Build Coastguard Worker
888*4dc78e53SAndroid Build Coastguard WorkerHTML_FILE_EXTENSION    = .html
889*4dc78e53SAndroid Build Coastguard Worker
890*4dc78e53SAndroid Build Coastguard Worker# The HTML_HEADER tag can be used to specify a personal HTML header for
891*4dc78e53SAndroid Build Coastguard Worker# each generated HTML page. If it is left blank doxygen will generate a
892*4dc78e53SAndroid Build Coastguard Worker# standard header. Note that when using a custom header you are responsible
893*4dc78e53SAndroid Build Coastguard Worker#  for the proper inclusion of any scripts and style sheets that doxygen
894*4dc78e53SAndroid Build Coastguard Worker# needs, which is dependent on the configuration options used.
895*4dc78e53SAndroid Build Coastguard Worker# It is advised to generate a default header using "doxygen -w html
896*4dc78e53SAndroid Build Coastguard Worker# header.html footer.html stylesheet.css YourConfigFile" and then modify
897*4dc78e53SAndroid Build Coastguard Worker# that header. Note that the header is subject to change so you typically
898*4dc78e53SAndroid Build Coastguard Worker# have to redo this when upgrading to a newer version of doxygen or when
899*4dc78e53SAndroid Build Coastguard Worker# changing the value of configuration settings such as GENERATE_TREEVIEW!
900*4dc78e53SAndroid Build Coastguard Worker
901*4dc78e53SAndroid Build Coastguard WorkerHTML_HEADER            =
902*4dc78e53SAndroid Build Coastguard Worker
903*4dc78e53SAndroid Build Coastguard Worker# The HTML_FOOTER tag can be used to specify a personal HTML footer for
904*4dc78e53SAndroid Build Coastguard Worker# each generated HTML page. If it is left blank doxygen will generate a
905*4dc78e53SAndroid Build Coastguard Worker# standard footer.
906*4dc78e53SAndroid Build Coastguard Worker
907*4dc78e53SAndroid Build Coastguard WorkerHTML_FOOTER            =
908*4dc78e53SAndroid Build Coastguard Worker
909*4dc78e53SAndroid Build Coastguard Worker# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
910*4dc78e53SAndroid Build Coastguard Worker# style sheet that is used by each HTML page. It can be used to
911*4dc78e53SAndroid Build Coastguard Worker# fine-tune the look of the HTML output. If the tag is left blank doxygen
912*4dc78e53SAndroid Build Coastguard Worker# will generate a default style sheet. Note that doxygen will try to copy
913*4dc78e53SAndroid Build Coastguard Worker# the style sheet file to the HTML output directory, so don't put your own
914*4dc78e53SAndroid Build Coastguard Worker# style sheet in the HTML output directory as well, or it will be erased!
915*4dc78e53SAndroid Build Coastguard Worker
916*4dc78e53SAndroid Build Coastguard WorkerHTML_STYLESHEET        = @srcdir@/libnl.css
917*4dc78e53SAndroid Build Coastguard Worker
918*4dc78e53SAndroid Build Coastguard Worker# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
919*4dc78e53SAndroid Build Coastguard Worker# other source files which should be copied to the HTML output directory. Note
920*4dc78e53SAndroid Build Coastguard Worker# that these files will be copied to the base HTML output directory. Use the
921*4dc78e53SAndroid Build Coastguard Worker# $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
922*4dc78e53SAndroid Build Coastguard Worker# files. In the HTML_STYLESHEET file, use the file name only. Also note that
923*4dc78e53SAndroid Build Coastguard Worker# the files will be copied as-is; there are no commands or markers available.
924*4dc78e53SAndroid Build Coastguard Worker
925*4dc78e53SAndroid Build Coastguard WorkerHTML_EXTRA_FILES       =
926*4dc78e53SAndroid Build Coastguard Worker
927*4dc78e53SAndroid Build Coastguard Worker# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
928*4dc78e53SAndroid Build Coastguard Worker# Doxygen will adjust the colors in the style sheet and background images
929*4dc78e53SAndroid Build Coastguard Worker# according to this color. Hue is specified as an angle on a colorwheel,
930*4dc78e53SAndroid Build Coastguard Worker# see http://en.wikipedia.org/wiki/Hue for more information.
931*4dc78e53SAndroid Build Coastguard Worker# For instance the value 0 represents red, 60 is yellow, 120 is green,
932*4dc78e53SAndroid Build Coastguard Worker# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
933*4dc78e53SAndroid Build Coastguard Worker# The allowed range is 0 to 359.
934*4dc78e53SAndroid Build Coastguard Worker
935*4dc78e53SAndroid Build Coastguard WorkerHTML_COLORSTYLE_HUE    = 220
936*4dc78e53SAndroid Build Coastguard Worker
937*4dc78e53SAndroid Build Coastguard Worker# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
938*4dc78e53SAndroid Build Coastguard Worker# the colors in the HTML output. For a value of 0 the output will use
939*4dc78e53SAndroid Build Coastguard Worker# grayscales only. A value of 255 will produce the most vivid colors.
940*4dc78e53SAndroid Build Coastguard Worker
941*4dc78e53SAndroid Build Coastguard WorkerHTML_COLORSTYLE_SAT    = 100
942*4dc78e53SAndroid Build Coastguard Worker
943*4dc78e53SAndroid Build Coastguard Worker# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
944*4dc78e53SAndroid Build Coastguard Worker# the luminance component of the colors in the HTML output. Values below
945*4dc78e53SAndroid Build Coastguard Worker# 100 gradually make the output lighter, whereas values above 100 make
946*4dc78e53SAndroid Build Coastguard Worker# the output darker. The value divided by 100 is the actual gamma applied,
947*4dc78e53SAndroid Build Coastguard Worker# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
948*4dc78e53SAndroid Build Coastguard Worker# and 100 does not change the gamma.
949*4dc78e53SAndroid Build Coastguard Worker
950*4dc78e53SAndroid Build Coastguard WorkerHTML_COLORSTYLE_GAMMA  = 80
951*4dc78e53SAndroid Build Coastguard Worker
952*4dc78e53SAndroid Build Coastguard Worker# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
953*4dc78e53SAndroid Build Coastguard Worker# page will contain the date and time when the page was generated. Setting
954*4dc78e53SAndroid Build Coastguard Worker# this to NO can help when comparing the output of multiple runs.
955*4dc78e53SAndroid Build Coastguard Worker
956*4dc78e53SAndroid Build Coastguard WorkerHTML_TIMESTAMP         = YES
957*4dc78e53SAndroid Build Coastguard Worker
958*4dc78e53SAndroid Build Coastguard Worker# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
959*4dc78e53SAndroid Build Coastguard Worker# documentation will contain sections that can be hidden and shown after the
960*4dc78e53SAndroid Build Coastguard Worker# page has loaded.
961*4dc78e53SAndroid Build Coastguard Worker
962*4dc78e53SAndroid Build Coastguard WorkerHTML_DYNAMIC_SECTIONS  = YES
963*4dc78e53SAndroid Build Coastguard Worker
964*4dc78e53SAndroid Build Coastguard Worker# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of
965*4dc78e53SAndroid Build Coastguard Worker# entries shown in the various tree structured indices initially; the user
966*4dc78e53SAndroid Build Coastguard Worker# can expand and collapse entries dynamically later on. Doxygen will expand
967*4dc78e53SAndroid Build Coastguard Worker# the tree to such a level that at most the specified number of entries are
968*4dc78e53SAndroid Build Coastguard Worker# visible (unless a fully collapsed tree already exceeds this amount).
969*4dc78e53SAndroid Build Coastguard Worker# So setting the number of entries 1 will produce a full collapsed tree by
970*4dc78e53SAndroid Build Coastguard Worker# default. 0 is a special value representing an infinite number of entries
971*4dc78e53SAndroid Build Coastguard Worker# and will result in a full expanded tree by default.
972*4dc78e53SAndroid Build Coastguard Worker
973*4dc78e53SAndroid Build Coastguard WorkerHTML_INDEX_NUM_ENTRIES = 100
974*4dc78e53SAndroid Build Coastguard Worker
975*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_DOCSET tag is set to YES, additional index files
976*4dc78e53SAndroid Build Coastguard Worker# will be generated that can be used as input for Apple's Xcode 3
977*4dc78e53SAndroid Build Coastguard Worker# integrated development environment, introduced with OSX 10.5 (Leopard).
978*4dc78e53SAndroid Build Coastguard Worker# To create a documentation set, doxygen will generate a Makefile in the
979*4dc78e53SAndroid Build Coastguard Worker# HTML output directory. Running make will produce the docset in that
980*4dc78e53SAndroid Build Coastguard Worker# directory and running "make install" will install the docset in
981*4dc78e53SAndroid Build Coastguard Worker# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
982*4dc78e53SAndroid Build Coastguard Worker# it at startup.
983*4dc78e53SAndroid Build Coastguard Worker# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
984*4dc78e53SAndroid Build Coastguard Worker# for more information.
985*4dc78e53SAndroid Build Coastguard Worker
986*4dc78e53SAndroid Build Coastguard WorkerGENERATE_DOCSET        = NO
987*4dc78e53SAndroid Build Coastguard Worker
988*4dc78e53SAndroid Build Coastguard Worker# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
989*4dc78e53SAndroid Build Coastguard Worker# feed. A documentation feed provides an umbrella under which multiple
990*4dc78e53SAndroid Build Coastguard Worker# documentation sets from a single provider (such as a company or product suite)
991*4dc78e53SAndroid Build Coastguard Worker# can be grouped.
992*4dc78e53SAndroid Build Coastguard Worker
993*4dc78e53SAndroid Build Coastguard WorkerDOCSET_FEEDNAME        = "Doxygen generated docs"
994*4dc78e53SAndroid Build Coastguard Worker
995*4dc78e53SAndroid Build Coastguard Worker# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
996*4dc78e53SAndroid Build Coastguard Worker# should uniquely identify the documentation set bundle. This should be a
997*4dc78e53SAndroid Build Coastguard Worker# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
998*4dc78e53SAndroid Build Coastguard Worker# will append .docset to the name.
999*4dc78e53SAndroid Build Coastguard Worker
1000*4dc78e53SAndroid Build Coastguard WorkerDOCSET_BUNDLE_ID       = org.doxygen.Project
1001*4dc78e53SAndroid Build Coastguard Worker
1002*4dc78e53SAndroid Build Coastguard Worker# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
1003*4dc78e53SAndroid Build Coastguard Worker# the documentation publisher. This should be a reverse domain-name style
1004*4dc78e53SAndroid Build Coastguard Worker# string, e.g. com.mycompany.MyDocSet.documentation.
1005*4dc78e53SAndroid Build Coastguard Worker
1006*4dc78e53SAndroid Build Coastguard WorkerDOCSET_PUBLISHER_ID    = org.doxygen.Publisher
1007*4dc78e53SAndroid Build Coastguard Worker
1008*4dc78e53SAndroid Build Coastguard Worker# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
1009*4dc78e53SAndroid Build Coastguard Worker
1010*4dc78e53SAndroid Build Coastguard WorkerDOCSET_PUBLISHER_NAME  = Publisher
1011*4dc78e53SAndroid Build Coastguard Worker
1012*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, additional index files
1013*4dc78e53SAndroid Build Coastguard Worker# will be generated that can be used as input for tools like the
1014*4dc78e53SAndroid Build Coastguard Worker# Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
1015*4dc78e53SAndroid Build Coastguard Worker# of the generated HTML documentation.
1016*4dc78e53SAndroid Build Coastguard Worker
1017*4dc78e53SAndroid Build Coastguard WorkerGENERATE_HTMLHELP      = NO
1018*4dc78e53SAndroid Build Coastguard Worker
1019*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
1020*4dc78e53SAndroid Build Coastguard Worker# be used to specify the file name of the resulting .chm file. You
1021*4dc78e53SAndroid Build Coastguard Worker# can add a path in front of the file if the result should not be
1022*4dc78e53SAndroid Build Coastguard Worker# written to the html output directory.
1023*4dc78e53SAndroid Build Coastguard Worker
1024*4dc78e53SAndroid Build Coastguard WorkerCHM_FILE               =
1025*4dc78e53SAndroid Build Coastguard Worker
1026*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
1027*4dc78e53SAndroid Build Coastguard Worker# be used to specify the location (absolute path including file name) of
1028*4dc78e53SAndroid Build Coastguard Worker# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
1029*4dc78e53SAndroid Build Coastguard Worker# the HTML help compiler on the generated index.hhp.
1030*4dc78e53SAndroid Build Coastguard Worker
1031*4dc78e53SAndroid Build Coastguard WorkerHHC_LOCATION           =
1032*4dc78e53SAndroid Build Coastguard Worker
1033*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
1034*4dc78e53SAndroid Build Coastguard Worker# controls if a separate .chi index file is generated (YES) or that
1035*4dc78e53SAndroid Build Coastguard Worker# it should be included in the master .chm file (NO).
1036*4dc78e53SAndroid Build Coastguard Worker
1037*4dc78e53SAndroid Build Coastguard WorkerGENERATE_CHI           = NO
1038*4dc78e53SAndroid Build Coastguard Worker
1039*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
1040*4dc78e53SAndroid Build Coastguard Worker# is used to encode HtmlHelp index (hhk), content (hhc) and project file
1041*4dc78e53SAndroid Build Coastguard Worker# content.
1042*4dc78e53SAndroid Build Coastguard Worker
1043*4dc78e53SAndroid Build Coastguard WorkerCHM_INDEX_ENCODING     =
1044*4dc78e53SAndroid Build Coastguard Worker
1045*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
1046*4dc78e53SAndroid Build Coastguard Worker# controls whether a binary table of contents is generated (YES) or a
1047*4dc78e53SAndroid Build Coastguard Worker# normal table of contents (NO) in the .chm file.
1048*4dc78e53SAndroid Build Coastguard Worker
1049*4dc78e53SAndroid Build Coastguard WorkerBINARY_TOC             = NO
1050*4dc78e53SAndroid Build Coastguard Worker
1051*4dc78e53SAndroid Build Coastguard Worker# The TOC_EXPAND flag can be set to YES to add extra items for group members
1052*4dc78e53SAndroid Build Coastguard Worker# to the contents of the HTML help documentation and to the tree view.
1053*4dc78e53SAndroid Build Coastguard Worker
1054*4dc78e53SAndroid Build Coastguard WorkerTOC_EXPAND             = NO
1055*4dc78e53SAndroid Build Coastguard Worker
1056*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1057*4dc78e53SAndroid Build Coastguard Worker# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
1058*4dc78e53SAndroid Build Coastguard Worker# that can be used as input for Qt's qhelpgenerator to generate a
1059*4dc78e53SAndroid Build Coastguard Worker# Qt Compressed Help (.qch) of the generated HTML documentation.
1060*4dc78e53SAndroid Build Coastguard Worker
1061*4dc78e53SAndroid Build Coastguard WorkerGENERATE_QHP           = NO
1062*4dc78e53SAndroid Build Coastguard Worker
1063*4dc78e53SAndroid Build Coastguard Worker# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
1064*4dc78e53SAndroid Build Coastguard Worker# be used to specify the file name of the resulting .qch file.
1065*4dc78e53SAndroid Build Coastguard Worker# The path specified is relative to the HTML output folder.
1066*4dc78e53SAndroid Build Coastguard Worker
1067*4dc78e53SAndroid Build Coastguard WorkerQCH_FILE               =
1068*4dc78e53SAndroid Build Coastguard Worker
1069*4dc78e53SAndroid Build Coastguard Worker# The QHP_NAMESPACE tag specifies the namespace to use when generating
1070*4dc78e53SAndroid Build Coastguard Worker# Qt Help Project output. For more information please see
1071*4dc78e53SAndroid Build Coastguard Worker# http://doc.trolltech.com/qthelpproject.html#namespace
1072*4dc78e53SAndroid Build Coastguard Worker
1073*4dc78e53SAndroid Build Coastguard WorkerQHP_NAMESPACE          = org.doxygen.Project
1074*4dc78e53SAndroid Build Coastguard Worker
1075*4dc78e53SAndroid Build Coastguard Worker# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
1076*4dc78e53SAndroid Build Coastguard Worker# Qt Help Project output. For more information please see
1077*4dc78e53SAndroid Build Coastguard Worker# http://doc.trolltech.com/qthelpproject.html#virtual-folders
1078*4dc78e53SAndroid Build Coastguard Worker
1079*4dc78e53SAndroid Build Coastguard WorkerQHP_VIRTUAL_FOLDER     = doc
1080*4dc78e53SAndroid Build Coastguard Worker
1081*4dc78e53SAndroid Build Coastguard Worker# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
1082*4dc78e53SAndroid Build Coastguard Worker# add. For more information please see
1083*4dc78e53SAndroid Build Coastguard Worker# http://doc.trolltech.com/qthelpproject.html#custom-filters
1084*4dc78e53SAndroid Build Coastguard Worker
1085*4dc78e53SAndroid Build Coastguard WorkerQHP_CUST_FILTER_NAME   =
1086*4dc78e53SAndroid Build Coastguard Worker
1087*4dc78e53SAndroid Build Coastguard Worker# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
1088*4dc78e53SAndroid Build Coastguard Worker# custom filter to add. For more information please see
1089*4dc78e53SAndroid Build Coastguard Worker# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
1090*4dc78e53SAndroid Build Coastguard Worker# Qt Help Project / Custom Filters</a>.
1091*4dc78e53SAndroid Build Coastguard Worker
1092*4dc78e53SAndroid Build Coastguard WorkerQHP_CUST_FILTER_ATTRS  =
1093*4dc78e53SAndroid Build Coastguard Worker
1094*4dc78e53SAndroid Build Coastguard Worker# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
1095*4dc78e53SAndroid Build Coastguard Worker# project's
1096*4dc78e53SAndroid Build Coastguard Worker# filter section matches.
1097*4dc78e53SAndroid Build Coastguard Worker# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
1098*4dc78e53SAndroid Build Coastguard Worker# Qt Help Project / Filter Attributes</a>.
1099*4dc78e53SAndroid Build Coastguard Worker
1100*4dc78e53SAndroid Build Coastguard WorkerQHP_SECT_FILTER_ATTRS  =
1101*4dc78e53SAndroid Build Coastguard Worker
1102*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
1103*4dc78e53SAndroid Build Coastguard Worker# be used to specify the location of Qt's qhelpgenerator.
1104*4dc78e53SAndroid Build Coastguard Worker# If non-empty doxygen will try to run qhelpgenerator on the generated
1105*4dc78e53SAndroid Build Coastguard Worker# .qhp file.
1106*4dc78e53SAndroid Build Coastguard Worker
1107*4dc78e53SAndroid Build Coastguard WorkerQHG_LOCATION           =
1108*4dc78e53SAndroid Build Coastguard Worker
1109*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1110*4dc78e53SAndroid Build Coastguard Worker#  will be generated, which together with the HTML files, form an Eclipse help
1111*4dc78e53SAndroid Build Coastguard Worker# plugin. To install this plugin and make it available under the help contents
1112*4dc78e53SAndroid Build Coastguard Worker# menu in Eclipse, the contents of the directory containing the HTML and XML
1113*4dc78e53SAndroid Build Coastguard Worker# files needs to be copied into the plugins directory of eclipse. The name of
1114*4dc78e53SAndroid Build Coastguard Worker# the directory within the plugins directory should be the same as
1115*4dc78e53SAndroid Build Coastguard Worker# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1116*4dc78e53SAndroid Build Coastguard Worker# the help appears.
1117*4dc78e53SAndroid Build Coastguard Worker
1118*4dc78e53SAndroid Build Coastguard WorkerGENERATE_ECLIPSEHELP   = NO
1119*4dc78e53SAndroid Build Coastguard Worker
1120*4dc78e53SAndroid Build Coastguard Worker# A unique identifier for the eclipse help plugin. When installing the plugin
1121*4dc78e53SAndroid Build Coastguard Worker# the directory name containing the HTML and XML files should also have
1122*4dc78e53SAndroid Build Coastguard Worker# this name.
1123*4dc78e53SAndroid Build Coastguard Worker
1124*4dc78e53SAndroid Build Coastguard WorkerECLIPSE_DOC_ID         = org.infradead.libnl
1125*4dc78e53SAndroid Build Coastguard Worker
1126*4dc78e53SAndroid Build Coastguard Worker# The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs)
1127*4dc78e53SAndroid Build Coastguard Worker# at top of each HTML page. The value NO (the default) enables the index and
1128*4dc78e53SAndroid Build Coastguard Worker# the value YES disables it. Since the tabs have the same information as the
1129*4dc78e53SAndroid Build Coastguard Worker# navigation tree you can set this option to NO if you already set
1130*4dc78e53SAndroid Build Coastguard Worker# GENERATE_TREEVIEW to YES.
1131*4dc78e53SAndroid Build Coastguard Worker
1132*4dc78e53SAndroid Build Coastguard WorkerDISABLE_INDEX          = NO
1133*4dc78e53SAndroid Build Coastguard Worker
1134*4dc78e53SAndroid Build Coastguard Worker# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1135*4dc78e53SAndroid Build Coastguard Worker# structure should be generated to display hierarchical information.
1136*4dc78e53SAndroid Build Coastguard Worker# If the tag value is set to YES, a side panel will be generated
1137*4dc78e53SAndroid Build Coastguard Worker# containing a tree-like index structure (just like the one that
1138*4dc78e53SAndroid Build Coastguard Worker# is generated for HTML Help). For this to work a browser that supports
1139*4dc78e53SAndroid Build Coastguard Worker# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
1140*4dc78e53SAndroid Build Coastguard Worker# Windows users are probably better off using the HTML help feature.
1141*4dc78e53SAndroid Build Coastguard Worker# Since the tree basically has the same information as the tab index you
1142*4dc78e53SAndroid Build Coastguard Worker# could consider to set DISABLE_INDEX to NO when enabling this option.
1143*4dc78e53SAndroid Build Coastguard Worker
1144*4dc78e53SAndroid Build Coastguard WorkerGENERATE_TREEVIEW      = YES
1145*4dc78e53SAndroid Build Coastguard Worker
1146*4dc78e53SAndroid Build Coastguard Worker# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
1147*4dc78e53SAndroid Build Coastguard Worker# (range [0,1..20]) that doxygen will group on one line in the generated HTML
1148*4dc78e53SAndroid Build Coastguard Worker# documentation. Note that a value of 0 will completely suppress the enum
1149*4dc78e53SAndroid Build Coastguard Worker# values from appearing in the overview section.
1150*4dc78e53SAndroid Build Coastguard Worker
1151*4dc78e53SAndroid Build Coastguard WorkerENUM_VALUES_PER_LINE   = 1
1152*4dc78e53SAndroid Build Coastguard Worker
1153*4dc78e53SAndroid Build Coastguard Worker# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
1154*4dc78e53SAndroid Build Coastguard Worker# used to set the initial width (in pixels) of the frame in which the tree
1155*4dc78e53SAndroid Build Coastguard Worker# is shown.
1156*4dc78e53SAndroid Build Coastguard Worker
1157*4dc78e53SAndroid Build Coastguard WorkerTREEVIEW_WIDTH         = 205
1158*4dc78e53SAndroid Build Coastguard Worker
1159*4dc78e53SAndroid Build Coastguard Worker# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1160*4dc78e53SAndroid Build Coastguard Worker# links to external symbols imported via tag files in a separate window.
1161*4dc78e53SAndroid Build Coastguard Worker
1162*4dc78e53SAndroid Build Coastguard WorkerEXT_LINKS_IN_WINDOW    = NO
1163*4dc78e53SAndroid Build Coastguard Worker
1164*4dc78e53SAndroid Build Coastguard Worker# Use this tag to change the font size of Latex formulas included
1165*4dc78e53SAndroid Build Coastguard Worker# as images in the HTML documentation. The default is 10. Note that
1166*4dc78e53SAndroid Build Coastguard Worker# when you change the font size after a successful doxygen run you need
1167*4dc78e53SAndroid Build Coastguard Worker# to manually remove any form_*.png images from the HTML output directory
1168*4dc78e53SAndroid Build Coastguard Worker# to force them to be regenerated.
1169*4dc78e53SAndroid Build Coastguard Worker
1170*4dc78e53SAndroid Build Coastguard WorkerFORMULA_FONTSIZE       = 10
1171*4dc78e53SAndroid Build Coastguard Worker
1172*4dc78e53SAndroid Build Coastguard Worker# Use the FORMULA_TRANPARENT tag to determine whether or not the images
1173*4dc78e53SAndroid Build Coastguard Worker# generated for formulas are transparent PNGs. Transparent PNGs are
1174*4dc78e53SAndroid Build Coastguard Worker# not supported properly for IE 6.0, but are supported on all modern browsers.
1175*4dc78e53SAndroid Build Coastguard Worker# Note that when changing this option you need to delete any form_*.png files
1176*4dc78e53SAndroid Build Coastguard Worker# in the HTML output before the changes have effect.
1177*4dc78e53SAndroid Build Coastguard Worker
1178*4dc78e53SAndroid Build Coastguard WorkerFORMULA_TRANSPARENT    = YES
1179*4dc78e53SAndroid Build Coastguard Worker
1180*4dc78e53SAndroid Build Coastguard Worker# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
1181*4dc78e53SAndroid Build Coastguard Worker# (see http://www.mathjax.org) which uses client side Javascript for the
1182*4dc78e53SAndroid Build Coastguard Worker# rendering instead of using prerendered bitmaps. Use this if you do not
1183*4dc78e53SAndroid Build Coastguard Worker# have LaTeX installed or if you want to formulas look prettier in the HTML
1184*4dc78e53SAndroid Build Coastguard Worker# output. When enabled you may also need to install MathJax separately and
1185*4dc78e53SAndroid Build Coastguard Worker# configure the path to it using the MATHJAX_RELPATH option.
1186*4dc78e53SAndroid Build Coastguard Worker
1187*4dc78e53SAndroid Build Coastguard WorkerUSE_MATHJAX            = NO
1188*4dc78e53SAndroid Build Coastguard Worker
1189*4dc78e53SAndroid Build Coastguard Worker# When MathJax is enabled you need to specify the location relative to the
1190*4dc78e53SAndroid Build Coastguard Worker# HTML output directory using the MATHJAX_RELPATH option. The destination
1191*4dc78e53SAndroid Build Coastguard Worker# directory should contain the MathJax.js script. For instance, if the mathjax
1192*4dc78e53SAndroid Build Coastguard Worker# directory is located at the same level as the HTML output directory, then
1193*4dc78e53SAndroid Build Coastguard Worker# MATHJAX_RELPATH should be ../mathjax. The default value points to
1194*4dc78e53SAndroid Build Coastguard Worker# the MathJax Content Delivery Network so you can quickly see the result without
1195*4dc78e53SAndroid Build Coastguard Worker# installing MathJax.
1196*4dc78e53SAndroid Build Coastguard Worker# However, it is strongly recommended to install a local
1197*4dc78e53SAndroid Build Coastguard Worker# copy of MathJax from http://www.mathjax.org before deployment.
1198*4dc78e53SAndroid Build Coastguard Worker
1199*4dc78e53SAndroid Build Coastguard WorkerMATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest
1200*4dc78e53SAndroid Build Coastguard Worker
1201*4dc78e53SAndroid Build Coastguard Worker# The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
1202*4dc78e53SAndroid Build Coastguard Worker# names that should be enabled during MathJax rendering.
1203*4dc78e53SAndroid Build Coastguard Worker
1204*4dc78e53SAndroid Build Coastguard WorkerMATHJAX_EXTENSIONS     =
1205*4dc78e53SAndroid Build Coastguard Worker
1206*4dc78e53SAndroid Build Coastguard Worker# When the SEARCHENGINE tag is enabled doxygen will generate a search box
1207*4dc78e53SAndroid Build Coastguard Worker# for the HTML output. The underlying search engine uses javascript
1208*4dc78e53SAndroid Build Coastguard Worker# and DHTML and should work on any modern browser. Note that when using
1209*4dc78e53SAndroid Build Coastguard Worker# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
1210*4dc78e53SAndroid Build Coastguard Worker# (GENERATE_DOCSET) there is already a search function so this one should
1211*4dc78e53SAndroid Build Coastguard Worker# typically be disabled. For large projects the javascript based search engine
1212*4dc78e53SAndroid Build Coastguard Worker# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
1213*4dc78e53SAndroid Build Coastguard Worker
1214*4dc78e53SAndroid Build Coastguard WorkerSEARCHENGINE           = NO
1215*4dc78e53SAndroid Build Coastguard Worker
1216*4dc78e53SAndroid Build Coastguard Worker# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1217*4dc78e53SAndroid Build Coastguard Worker# implemented using a PHP enabled web server instead of at the web client
1218*4dc78e53SAndroid Build Coastguard Worker# using Javascript. Doxygen will generate the search PHP script and index
1219*4dc78e53SAndroid Build Coastguard Worker# file to put on the web server. The advantage of the server
1220*4dc78e53SAndroid Build Coastguard Worker# based approach is that it scales better to large projects and allows
1221*4dc78e53SAndroid Build Coastguard Worker# full text search. The disadvantages are that it is more difficult to setup
1222*4dc78e53SAndroid Build Coastguard Worker# and does not have live searching capabilities.
1223*4dc78e53SAndroid Build Coastguard Worker
1224*4dc78e53SAndroid Build Coastguard WorkerSERVER_BASED_SEARCH    = NO
1225*4dc78e53SAndroid Build Coastguard Worker
1226*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1227*4dc78e53SAndroid Build Coastguard Worker# configuration options related to the LaTeX output
1228*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1229*4dc78e53SAndroid Build Coastguard Worker
1230*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1231*4dc78e53SAndroid Build Coastguard Worker# generate Latex output.
1232*4dc78e53SAndroid Build Coastguard Worker
1233*4dc78e53SAndroid Build Coastguard WorkerGENERATE_LATEX         = NO
1234*4dc78e53SAndroid Build Coastguard Worker
1235*4dc78e53SAndroid Build Coastguard Worker# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1236*4dc78e53SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be
1237*4dc78e53SAndroid Build Coastguard Worker# put in front of it. If left blank `latex' will be used as the default path.
1238*4dc78e53SAndroid Build Coastguard Worker
1239*4dc78e53SAndroid Build Coastguard WorkerLATEX_OUTPUT           = latex
1240*4dc78e53SAndroid Build Coastguard Worker
1241*4dc78e53SAndroid Build Coastguard Worker# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1242*4dc78e53SAndroid Build Coastguard Worker# invoked. If left blank `latex' will be used as the default command name.
1243*4dc78e53SAndroid Build Coastguard Worker# Note that when enabling USE_PDFLATEX this option is only used for
1244*4dc78e53SAndroid Build Coastguard Worker# generating bitmaps for formulas in the HTML output, but not in the
1245*4dc78e53SAndroid Build Coastguard Worker# Makefile that is written to the output directory.
1246*4dc78e53SAndroid Build Coastguard Worker
1247*4dc78e53SAndroid Build Coastguard WorkerLATEX_CMD_NAME         = latex
1248*4dc78e53SAndroid Build Coastguard Worker
1249*4dc78e53SAndroid Build Coastguard Worker# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1250*4dc78e53SAndroid Build Coastguard Worker# generate index for LaTeX. If left blank `makeindex' will be used as the
1251*4dc78e53SAndroid Build Coastguard Worker# default command name.
1252*4dc78e53SAndroid Build Coastguard Worker
1253*4dc78e53SAndroid Build Coastguard WorkerMAKEINDEX_CMD_NAME     = makeindex
1254*4dc78e53SAndroid Build Coastguard Worker
1255*4dc78e53SAndroid Build Coastguard Worker# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1256*4dc78e53SAndroid Build Coastguard Worker# LaTeX documents. This may be useful for small projects and may help to
1257*4dc78e53SAndroid Build Coastguard Worker# save some trees in general.
1258*4dc78e53SAndroid Build Coastguard Worker
1259*4dc78e53SAndroid Build Coastguard WorkerCOMPACT_LATEX          = NO
1260*4dc78e53SAndroid Build Coastguard Worker
1261*4dc78e53SAndroid Build Coastguard Worker# The PAPER_TYPE tag can be used to set the paper type that is used
1262*4dc78e53SAndroid Build Coastguard Worker# by the printer. Possible values are: a4, letter, legal and
1263*4dc78e53SAndroid Build Coastguard Worker# executive. If left blank a4wide will be used.
1264*4dc78e53SAndroid Build Coastguard Worker
1265*4dc78e53SAndroid Build Coastguard WorkerPAPER_TYPE             = a4wide
1266*4dc78e53SAndroid Build Coastguard Worker
1267*4dc78e53SAndroid Build Coastguard Worker# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1268*4dc78e53SAndroid Build Coastguard Worker# packages that should be included in the LaTeX output.
1269*4dc78e53SAndroid Build Coastguard Worker
1270*4dc78e53SAndroid Build Coastguard WorkerEXTRA_PACKAGES         =
1271*4dc78e53SAndroid Build Coastguard Worker
1272*4dc78e53SAndroid Build Coastguard Worker# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1273*4dc78e53SAndroid Build Coastguard Worker# the generated latex document. The header should contain everything until
1274*4dc78e53SAndroid Build Coastguard Worker# the first chapter. If it is left blank doxygen will generate a
1275*4dc78e53SAndroid Build Coastguard Worker# standard header. Notice: only use this tag if you know what you are doing!
1276*4dc78e53SAndroid Build Coastguard Worker
1277*4dc78e53SAndroid Build Coastguard WorkerLATEX_HEADER           =
1278*4dc78e53SAndroid Build Coastguard Worker
1279*4dc78e53SAndroid Build Coastguard Worker# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for
1280*4dc78e53SAndroid Build Coastguard Worker# the generated latex document. The footer should contain everything after
1281*4dc78e53SAndroid Build Coastguard Worker# the last chapter. If it is left blank doxygen will generate a
1282*4dc78e53SAndroid Build Coastguard Worker# standard footer. Notice: only use this tag if you know what you are doing!
1283*4dc78e53SAndroid Build Coastguard Worker
1284*4dc78e53SAndroid Build Coastguard WorkerLATEX_FOOTER           =
1285*4dc78e53SAndroid Build Coastguard Worker
1286*4dc78e53SAndroid Build Coastguard Worker# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1287*4dc78e53SAndroid Build Coastguard Worker# is prepared for conversion to pdf (using ps2pdf). The pdf file will
1288*4dc78e53SAndroid Build Coastguard Worker# contain links (just like the HTML output) instead of page references
1289*4dc78e53SAndroid Build Coastguard Worker# This makes the output suitable for online browsing using a pdf viewer.
1290*4dc78e53SAndroid Build Coastguard Worker
1291*4dc78e53SAndroid Build Coastguard WorkerPDF_HYPERLINKS         = NO
1292*4dc78e53SAndroid Build Coastguard Worker
1293*4dc78e53SAndroid Build Coastguard Worker# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1294*4dc78e53SAndroid Build Coastguard Worker# plain latex in the generated Makefile. Set this option to YES to get a
1295*4dc78e53SAndroid Build Coastguard Worker# higher quality PDF documentation.
1296*4dc78e53SAndroid Build Coastguard Worker
1297*4dc78e53SAndroid Build Coastguard WorkerUSE_PDFLATEX           = NO
1298*4dc78e53SAndroid Build Coastguard Worker
1299*4dc78e53SAndroid Build Coastguard Worker# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1300*4dc78e53SAndroid Build Coastguard Worker# command to the generated LaTeX files. This will instruct LaTeX to keep
1301*4dc78e53SAndroid Build Coastguard Worker# running if errors occur, instead of asking the user for help.
1302*4dc78e53SAndroid Build Coastguard Worker# This option is also used when generating formulas in HTML.
1303*4dc78e53SAndroid Build Coastguard Worker
1304*4dc78e53SAndroid Build Coastguard WorkerLATEX_BATCHMODE        = NO
1305*4dc78e53SAndroid Build Coastguard Worker
1306*4dc78e53SAndroid Build Coastguard Worker# If LATEX_HIDE_INDICES is set to YES then doxygen will not
1307*4dc78e53SAndroid Build Coastguard Worker# include the index chapters (such as File Index, Compound Index, etc.)
1308*4dc78e53SAndroid Build Coastguard Worker# in the output.
1309*4dc78e53SAndroid Build Coastguard Worker
1310*4dc78e53SAndroid Build Coastguard WorkerLATEX_HIDE_INDICES     = NO
1311*4dc78e53SAndroid Build Coastguard Worker
1312*4dc78e53SAndroid Build Coastguard Worker# If LATEX_SOURCE_CODE is set to YES then doxygen will include
1313*4dc78e53SAndroid Build Coastguard Worker# source code with syntax highlighting in the LaTeX output.
1314*4dc78e53SAndroid Build Coastguard Worker# Note that which sources are shown also depends on other settings
1315*4dc78e53SAndroid Build Coastguard Worker# such as SOURCE_BROWSER.
1316*4dc78e53SAndroid Build Coastguard Worker
1317*4dc78e53SAndroid Build Coastguard WorkerLATEX_SOURCE_CODE      = NO
1318*4dc78e53SAndroid Build Coastguard Worker
1319*4dc78e53SAndroid Build Coastguard Worker# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1320*4dc78e53SAndroid Build Coastguard Worker# bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See
1321*4dc78e53SAndroid Build Coastguard Worker# http://en.wikipedia.org/wiki/BibTeX for more info.
1322*4dc78e53SAndroid Build Coastguard Worker
1323*4dc78e53SAndroid Build Coastguard WorkerLATEX_BIB_STYLE        = plain
1324*4dc78e53SAndroid Build Coastguard Worker
1325*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1326*4dc78e53SAndroid Build Coastguard Worker# configuration options related to the RTF output
1327*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1328*4dc78e53SAndroid Build Coastguard Worker
1329*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1330*4dc78e53SAndroid Build Coastguard Worker# The RTF output is optimized for Word 97 and may not look very pretty with
1331*4dc78e53SAndroid Build Coastguard Worker# other RTF readers or editors.
1332*4dc78e53SAndroid Build Coastguard Worker
1333*4dc78e53SAndroid Build Coastguard WorkerGENERATE_RTF           = NO
1334*4dc78e53SAndroid Build Coastguard Worker
1335*4dc78e53SAndroid Build Coastguard Worker# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1336*4dc78e53SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be
1337*4dc78e53SAndroid Build Coastguard Worker# put in front of it. If left blank `rtf' will be used as the default path.
1338*4dc78e53SAndroid Build Coastguard Worker
1339*4dc78e53SAndroid Build Coastguard WorkerRTF_OUTPUT             = rtf
1340*4dc78e53SAndroid Build Coastguard Worker
1341*4dc78e53SAndroid Build Coastguard Worker# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1342*4dc78e53SAndroid Build Coastguard Worker# RTF documents. This may be useful for small projects and may help to
1343*4dc78e53SAndroid Build Coastguard Worker# save some trees in general.
1344*4dc78e53SAndroid Build Coastguard Worker
1345*4dc78e53SAndroid Build Coastguard WorkerCOMPACT_RTF            = NO
1346*4dc78e53SAndroid Build Coastguard Worker
1347*4dc78e53SAndroid Build Coastguard Worker# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1348*4dc78e53SAndroid Build Coastguard Worker# will contain hyperlink fields. The RTF file will
1349*4dc78e53SAndroid Build Coastguard Worker# contain links (just like the HTML output) instead of page references.
1350*4dc78e53SAndroid Build Coastguard Worker# This makes the output suitable for online browsing using WORD or other
1351*4dc78e53SAndroid Build Coastguard Worker# programs which support those fields.
1352*4dc78e53SAndroid Build Coastguard Worker# Note: wordpad (write) and others do not support links.
1353*4dc78e53SAndroid Build Coastguard Worker
1354*4dc78e53SAndroid Build Coastguard WorkerRTF_HYPERLINKS         = NO
1355*4dc78e53SAndroid Build Coastguard Worker
1356*4dc78e53SAndroid Build Coastguard Worker# Load style sheet definitions from file. Syntax is similar to doxygen's
1357*4dc78e53SAndroid Build Coastguard Worker# config file, i.e. a series of assignments. You only have to provide
1358*4dc78e53SAndroid Build Coastguard Worker# replacements, missing definitions are set to their default value.
1359*4dc78e53SAndroid Build Coastguard Worker
1360*4dc78e53SAndroid Build Coastguard WorkerRTF_STYLESHEET_FILE    =
1361*4dc78e53SAndroid Build Coastguard Worker
1362*4dc78e53SAndroid Build Coastguard Worker# Set optional variables used in the generation of an rtf document.
1363*4dc78e53SAndroid Build Coastguard Worker# Syntax is similar to doxygen's config file.
1364*4dc78e53SAndroid Build Coastguard Worker
1365*4dc78e53SAndroid Build Coastguard WorkerRTF_EXTENSIONS_FILE    =
1366*4dc78e53SAndroid Build Coastguard Worker
1367*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1368*4dc78e53SAndroid Build Coastguard Worker# configuration options related to the man page output
1369*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1370*4dc78e53SAndroid Build Coastguard Worker
1371*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1372*4dc78e53SAndroid Build Coastguard Worker# generate man pages
1373*4dc78e53SAndroid Build Coastguard Worker
1374*4dc78e53SAndroid Build Coastguard WorkerGENERATE_MAN           = NO
1375*4dc78e53SAndroid Build Coastguard Worker
1376*4dc78e53SAndroid Build Coastguard Worker# The MAN_OUTPUT tag is used to specify where the man pages will be put.
1377*4dc78e53SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be
1378*4dc78e53SAndroid Build Coastguard Worker# put in front of it. If left blank `man' will be used as the default path.
1379*4dc78e53SAndroid Build Coastguard Worker
1380*4dc78e53SAndroid Build Coastguard WorkerMAN_OUTPUT             = man
1381*4dc78e53SAndroid Build Coastguard Worker
1382*4dc78e53SAndroid Build Coastguard Worker# The MAN_EXTENSION tag determines the extension that is added to
1383*4dc78e53SAndroid Build Coastguard Worker# the generated man pages (default is the subroutine's section .3)
1384*4dc78e53SAndroid Build Coastguard Worker
1385*4dc78e53SAndroid Build Coastguard WorkerMAN_EXTENSION          = .3
1386*4dc78e53SAndroid Build Coastguard Worker
1387*4dc78e53SAndroid Build Coastguard Worker# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1388*4dc78e53SAndroid Build Coastguard Worker# then it will generate one additional man file for each entity
1389*4dc78e53SAndroid Build Coastguard Worker# documented in the real man page(s). These additional files
1390*4dc78e53SAndroid Build Coastguard Worker# only source the real man page, but without them the man command
1391*4dc78e53SAndroid Build Coastguard Worker# would be unable to find the correct page. The default is NO.
1392*4dc78e53SAndroid Build Coastguard Worker
1393*4dc78e53SAndroid Build Coastguard WorkerMAN_LINKS              = NO
1394*4dc78e53SAndroid Build Coastguard Worker
1395*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1396*4dc78e53SAndroid Build Coastguard Worker# configuration options related to the XML output
1397*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1398*4dc78e53SAndroid Build Coastguard Worker
1399*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_XML tag is set to YES Doxygen will
1400*4dc78e53SAndroid Build Coastguard Worker# generate an XML file that captures the structure of
1401*4dc78e53SAndroid Build Coastguard Worker# the code including all documentation.
1402*4dc78e53SAndroid Build Coastguard Worker
1403*4dc78e53SAndroid Build Coastguard WorkerGENERATE_XML           = NO
1404*4dc78e53SAndroid Build Coastguard Worker
1405*4dc78e53SAndroid Build Coastguard Worker# The XML_OUTPUT tag is used to specify where the XML pages will be put.
1406*4dc78e53SAndroid Build Coastguard Worker# If a relative path is entered the value of OUTPUT_DIRECTORY will be
1407*4dc78e53SAndroid Build Coastguard Worker# put in front of it. If left blank `xml' will be used as the default path.
1408*4dc78e53SAndroid Build Coastguard Worker
1409*4dc78e53SAndroid Build Coastguard WorkerXML_OUTPUT             = xml
1410*4dc78e53SAndroid Build Coastguard Worker
1411*4dc78e53SAndroid Build Coastguard Worker# The XML_SCHEMA tag can be used to specify an XML schema,
1412*4dc78e53SAndroid Build Coastguard Worker# which can be used by a validating XML parser to check the
1413*4dc78e53SAndroid Build Coastguard Worker# syntax of the XML files.
1414*4dc78e53SAndroid Build Coastguard Worker
1415*4dc78e53SAndroid Build Coastguard WorkerXML_SCHEMA             =
1416*4dc78e53SAndroid Build Coastguard Worker
1417*4dc78e53SAndroid Build Coastguard Worker# The XML_DTD tag can be used to specify an XML DTD,
1418*4dc78e53SAndroid Build Coastguard Worker# which can be used by a validating XML parser to check the
1419*4dc78e53SAndroid Build Coastguard Worker# syntax of the XML files.
1420*4dc78e53SAndroid Build Coastguard Worker
1421*4dc78e53SAndroid Build Coastguard WorkerXML_DTD                =
1422*4dc78e53SAndroid Build Coastguard Worker
1423*4dc78e53SAndroid Build Coastguard Worker# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1424*4dc78e53SAndroid Build Coastguard Worker# dump the program listings (including syntax highlighting
1425*4dc78e53SAndroid Build Coastguard Worker# and cross-referencing information) to the XML output. Note that
1426*4dc78e53SAndroid Build Coastguard Worker# enabling this will significantly increase the size of the XML output.
1427*4dc78e53SAndroid Build Coastguard Worker
1428*4dc78e53SAndroid Build Coastguard WorkerXML_PROGRAMLISTING     = YES
1429*4dc78e53SAndroid Build Coastguard Worker
1430*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1431*4dc78e53SAndroid Build Coastguard Worker# configuration options for the AutoGen Definitions output
1432*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1433*4dc78e53SAndroid Build Coastguard Worker
1434*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1435*4dc78e53SAndroid Build Coastguard Worker# generate an AutoGen Definitions (see autogen.sf.net) file
1436*4dc78e53SAndroid Build Coastguard Worker# that captures the structure of the code including all
1437*4dc78e53SAndroid Build Coastguard Worker# documentation. Note that this feature is still experimental
1438*4dc78e53SAndroid Build Coastguard Worker# and incomplete at the moment.
1439*4dc78e53SAndroid Build Coastguard Worker
1440*4dc78e53SAndroid Build Coastguard WorkerGENERATE_AUTOGEN_DEF   = NO
1441*4dc78e53SAndroid Build Coastguard Worker
1442*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1443*4dc78e53SAndroid Build Coastguard Worker# configuration options related to the Perl module output
1444*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1445*4dc78e53SAndroid Build Coastguard Worker
1446*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_PERLMOD tag is set to YES Doxygen will
1447*4dc78e53SAndroid Build Coastguard Worker# generate a Perl module file that captures the structure of
1448*4dc78e53SAndroid Build Coastguard Worker# the code including all documentation. Note that this
1449*4dc78e53SAndroid Build Coastguard Worker# feature is still experimental and incomplete at the
1450*4dc78e53SAndroid Build Coastguard Worker# moment.
1451*4dc78e53SAndroid Build Coastguard Worker
1452*4dc78e53SAndroid Build Coastguard WorkerGENERATE_PERLMOD       = NO
1453*4dc78e53SAndroid Build Coastguard Worker
1454*4dc78e53SAndroid Build Coastguard Worker# If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1455*4dc78e53SAndroid Build Coastguard Worker# the necessary Makefile rules, Perl scripts and LaTeX code to be able
1456*4dc78e53SAndroid Build Coastguard Worker# to generate PDF and DVI output from the Perl module output.
1457*4dc78e53SAndroid Build Coastguard Worker
1458*4dc78e53SAndroid Build Coastguard WorkerPERLMOD_LATEX          = NO
1459*4dc78e53SAndroid Build Coastguard Worker
1460*4dc78e53SAndroid Build Coastguard Worker# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1461*4dc78e53SAndroid Build Coastguard Worker# nicely formatted so it can be parsed by a human reader.
1462*4dc78e53SAndroid Build Coastguard Worker# This is useful
1463*4dc78e53SAndroid Build Coastguard Worker# if you want to understand what is going on.
1464*4dc78e53SAndroid Build Coastguard Worker# On the other hand, if this
1465*4dc78e53SAndroid Build Coastguard Worker# tag is set to NO the size of the Perl module output will be much smaller
1466*4dc78e53SAndroid Build Coastguard Worker# and Perl will parse it just the same.
1467*4dc78e53SAndroid Build Coastguard Worker
1468*4dc78e53SAndroid Build Coastguard WorkerPERLMOD_PRETTY         = YES
1469*4dc78e53SAndroid Build Coastguard Worker
1470*4dc78e53SAndroid Build Coastguard Worker# The names of the make variables in the generated doxyrules.make file
1471*4dc78e53SAndroid Build Coastguard Worker# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
1472*4dc78e53SAndroid Build Coastguard Worker# This is useful so different doxyrules.make files included by the same
1473*4dc78e53SAndroid Build Coastguard Worker# Makefile don't overwrite each other's variables.
1474*4dc78e53SAndroid Build Coastguard Worker
1475*4dc78e53SAndroid Build Coastguard WorkerPERLMOD_MAKEVAR_PREFIX =
1476*4dc78e53SAndroid Build Coastguard Worker
1477*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1478*4dc78e53SAndroid Build Coastguard Worker# Configuration options related to the preprocessor
1479*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1480*4dc78e53SAndroid Build Coastguard Worker
1481*4dc78e53SAndroid Build Coastguard Worker# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1482*4dc78e53SAndroid Build Coastguard Worker# evaluate all C-preprocessor directives found in the sources and include
1483*4dc78e53SAndroid Build Coastguard Worker# files.
1484*4dc78e53SAndroid Build Coastguard Worker
1485*4dc78e53SAndroid Build Coastguard WorkerENABLE_PREPROCESSING   = YES
1486*4dc78e53SAndroid Build Coastguard Worker
1487*4dc78e53SAndroid Build Coastguard Worker# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1488*4dc78e53SAndroid Build Coastguard Worker# names in the source code. If set to NO (the default) only conditional
1489*4dc78e53SAndroid Build Coastguard Worker# compilation will be performed. Macro expansion can be done in a controlled
1490*4dc78e53SAndroid Build Coastguard Worker# way by setting EXPAND_ONLY_PREDEF to YES.
1491*4dc78e53SAndroid Build Coastguard Worker
1492*4dc78e53SAndroid Build Coastguard WorkerMACRO_EXPANSION        = NO
1493*4dc78e53SAndroid Build Coastguard Worker
1494*4dc78e53SAndroid Build Coastguard Worker# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1495*4dc78e53SAndroid Build Coastguard Worker# then the macro expansion is limited to the macros specified with the
1496*4dc78e53SAndroid Build Coastguard Worker# PREDEFINED and EXPAND_AS_DEFINED tags.
1497*4dc78e53SAndroid Build Coastguard Worker
1498*4dc78e53SAndroid Build Coastguard WorkerEXPAND_ONLY_PREDEF     = NO
1499*4dc78e53SAndroid Build Coastguard Worker
1500*4dc78e53SAndroid Build Coastguard Worker# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1501*4dc78e53SAndroid Build Coastguard Worker# pointed to by INCLUDE_PATH will be searched when a #include is found.
1502*4dc78e53SAndroid Build Coastguard Worker
1503*4dc78e53SAndroid Build Coastguard WorkerSEARCH_INCLUDES        = NO
1504*4dc78e53SAndroid Build Coastguard Worker
1505*4dc78e53SAndroid Build Coastguard Worker# The INCLUDE_PATH tag can be used to specify one or more directories that
1506*4dc78e53SAndroid Build Coastguard Worker# contain include files that are not input files but should be processed by
1507*4dc78e53SAndroid Build Coastguard Worker# the preprocessor.
1508*4dc78e53SAndroid Build Coastguard Worker
1509*4dc78e53SAndroid Build Coastguard WorkerINCLUDE_PATH           =
1510*4dc78e53SAndroid Build Coastguard Worker
1511*4dc78e53SAndroid Build Coastguard Worker# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1512*4dc78e53SAndroid Build Coastguard Worker# patterns (like *.h and *.hpp) to filter out the header-files in the
1513*4dc78e53SAndroid Build Coastguard Worker# directories. If left blank, the patterns specified with FILE_PATTERNS will
1514*4dc78e53SAndroid Build Coastguard Worker# be used.
1515*4dc78e53SAndroid Build Coastguard Worker
1516*4dc78e53SAndroid Build Coastguard WorkerINCLUDE_FILE_PATTERNS  =
1517*4dc78e53SAndroid Build Coastguard Worker
1518*4dc78e53SAndroid Build Coastguard Worker# The PREDEFINED tag can be used to specify one or more macro names that
1519*4dc78e53SAndroid Build Coastguard Worker# are defined before the preprocessor is started (similar to the -D option of
1520*4dc78e53SAndroid Build Coastguard Worker# gcc). The argument of the tag is a list of macros of the form: name
1521*4dc78e53SAndroid Build Coastguard Worker# or name=definition (no spaces). If the definition and the = are
1522*4dc78e53SAndroid Build Coastguard Worker# omitted =1 is assumed. To prevent a macro definition from being
1523*4dc78e53SAndroid Build Coastguard Worker# undefined via #undef or recursively expanded use the := operator
1524*4dc78e53SAndroid Build Coastguard Worker# instead of the = operator.
1525*4dc78e53SAndroid Build Coastguard Worker
1526*4dc78e53SAndroid Build Coastguard WorkerPREDEFINED             =
1527*4dc78e53SAndroid Build Coastguard Worker
1528*4dc78e53SAndroid Build Coastguard Worker# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1529*4dc78e53SAndroid Build Coastguard Worker# this tag can be used to specify a list of macro names that should be expanded.
1530*4dc78e53SAndroid Build Coastguard Worker# The macro definition that is found in the sources will be used.
1531*4dc78e53SAndroid Build Coastguard Worker# Use the PREDEFINED tag if you want to use a different macro definition that
1532*4dc78e53SAndroid Build Coastguard Worker# overrules the definition found in the source code.
1533*4dc78e53SAndroid Build Coastguard Worker
1534*4dc78e53SAndroid Build Coastguard WorkerEXPAND_AS_DEFINED      =
1535*4dc78e53SAndroid Build Coastguard Worker
1536*4dc78e53SAndroid Build Coastguard Worker# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1537*4dc78e53SAndroid Build Coastguard Worker# doxygen's preprocessor will remove all references to function-like macros
1538*4dc78e53SAndroid Build Coastguard Worker# that are alone on a line, have an all uppercase name, and do not end with a
1539*4dc78e53SAndroid Build Coastguard Worker# semicolon, because these will confuse the parser if not removed.
1540*4dc78e53SAndroid Build Coastguard Worker
1541*4dc78e53SAndroid Build Coastguard WorkerSKIP_FUNCTION_MACROS   = YES
1542*4dc78e53SAndroid Build Coastguard Worker
1543*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1544*4dc78e53SAndroid Build Coastguard Worker# Configuration::additions related to external references
1545*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1546*4dc78e53SAndroid Build Coastguard Worker
1547*4dc78e53SAndroid Build Coastguard Worker# The TAGFILES option can be used to specify one or more tagfiles. For each
1548*4dc78e53SAndroid Build Coastguard Worker# tag file the location of the external documentation should be added. The
1549*4dc78e53SAndroid Build Coastguard Worker# format of a tag file without this location is as follows:
1550*4dc78e53SAndroid Build Coastguard Worker#
1551*4dc78e53SAndroid Build Coastguard Worker# TAGFILES = file1 file2 ...
1552*4dc78e53SAndroid Build Coastguard Worker# Adding location for the tag files is done as follows:
1553*4dc78e53SAndroid Build Coastguard Worker#
1554*4dc78e53SAndroid Build Coastguard Worker# TAGFILES = file1=loc1 "file2 = loc2" ...
1555*4dc78e53SAndroid Build Coastguard Worker# where "loc1" and "loc2" can be relative or absolute paths
1556*4dc78e53SAndroid Build Coastguard Worker# or URLs. Note that each tag file must have a unique name (where the name does
1557*4dc78e53SAndroid Build Coastguard Worker# NOT include the path). If a tag file is not located in the directory in which
1558*4dc78e53SAndroid Build Coastguard Worker# doxygen is run, you must also specify the path to the tagfile here.
1559*4dc78e53SAndroid Build Coastguard Worker
1560*4dc78e53SAndroid Build Coastguard WorkerTAGFILES               =
1561*4dc78e53SAndroid Build Coastguard Worker
1562*4dc78e53SAndroid Build Coastguard Worker# When a file name is specified after GENERATE_TAGFILE, doxygen will create
1563*4dc78e53SAndroid Build Coastguard Worker# a tag file that is based on the input files it reads.
1564*4dc78e53SAndroid Build Coastguard Worker
1565*4dc78e53SAndroid Build Coastguard WorkerGENERATE_TAGFILE       = api/libnl.tag
1566*4dc78e53SAndroid Build Coastguard Worker
1567*4dc78e53SAndroid Build Coastguard Worker# If the ALLEXTERNALS tag is set to YES all external classes will be listed
1568*4dc78e53SAndroid Build Coastguard Worker# in the class index. If set to NO only the inherited external classes
1569*4dc78e53SAndroid Build Coastguard Worker# will be listed.
1570*4dc78e53SAndroid Build Coastguard Worker
1571*4dc78e53SAndroid Build Coastguard WorkerALLEXTERNALS           = YES
1572*4dc78e53SAndroid Build Coastguard Worker
1573*4dc78e53SAndroid Build Coastguard Worker# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1574*4dc78e53SAndroid Build Coastguard Worker# in the modules index. If set to NO, only the current project's groups will
1575*4dc78e53SAndroid Build Coastguard Worker# be listed.
1576*4dc78e53SAndroid Build Coastguard Worker
1577*4dc78e53SAndroid Build Coastguard WorkerEXTERNAL_GROUPS        = YES
1578*4dc78e53SAndroid Build Coastguard Worker
1579*4dc78e53SAndroid Build Coastguard Worker# The PERL_PATH should be the absolute path and name of the perl script
1580*4dc78e53SAndroid Build Coastguard Worker# interpreter (i.e. the result of `which perl').
1581*4dc78e53SAndroid Build Coastguard Worker
1582*4dc78e53SAndroid Build Coastguard WorkerPERL_PATH              = /usr/bin/perl
1583*4dc78e53SAndroid Build Coastguard Worker
1584*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1585*4dc78e53SAndroid Build Coastguard Worker# Configuration options related to the dot tool
1586*4dc78e53SAndroid Build Coastguard Worker#---------------------------------------------------------------------------
1587*4dc78e53SAndroid Build Coastguard Worker
1588*4dc78e53SAndroid Build Coastguard Worker# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1589*4dc78e53SAndroid Build Coastguard Worker# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
1590*4dc78e53SAndroid Build Coastguard Worker# or super classes. Setting the tag to NO turns the diagrams off. Note that
1591*4dc78e53SAndroid Build Coastguard Worker# this option also works with HAVE_DOT disabled, but it is recommended to
1592*4dc78e53SAndroid Build Coastguard Worker# install and use dot, since it yields more powerful graphs.
1593*4dc78e53SAndroid Build Coastguard Worker
1594*4dc78e53SAndroid Build Coastguard WorkerCLASS_DIAGRAMS         = NO
1595*4dc78e53SAndroid Build Coastguard Worker
1596*4dc78e53SAndroid Build Coastguard Worker# You can define message sequence charts within doxygen comments using the \msc
1597*4dc78e53SAndroid Build Coastguard Worker# command. Doxygen will then run the mscgen tool (see
1598*4dc78e53SAndroid Build Coastguard Worker# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
1599*4dc78e53SAndroid Build Coastguard Worker# documentation. The MSCGEN_PATH tag allows you to specify the directory where
1600*4dc78e53SAndroid Build Coastguard Worker# the mscgen tool resides. If left empty the tool is assumed to be found in the
1601*4dc78e53SAndroid Build Coastguard Worker# default search path.
1602*4dc78e53SAndroid Build Coastguard Worker
1603*4dc78e53SAndroid Build Coastguard WorkerMSCGEN_PATH            =
1604*4dc78e53SAndroid Build Coastguard Worker
1605*4dc78e53SAndroid Build Coastguard Worker# If set to YES, the inheritance and collaboration graphs will hide
1606*4dc78e53SAndroid Build Coastguard Worker# inheritance and usage relations if the target is undocumented
1607*4dc78e53SAndroid Build Coastguard Worker# or is not a class.
1608*4dc78e53SAndroid Build Coastguard Worker
1609*4dc78e53SAndroid Build Coastguard WorkerHIDE_UNDOC_RELATIONS   = YES
1610*4dc78e53SAndroid Build Coastguard Worker
1611*4dc78e53SAndroid Build Coastguard Worker# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1612*4dc78e53SAndroid Build Coastguard Worker# available from the path. This tool is part of Graphviz, a graph visualization
1613*4dc78e53SAndroid Build Coastguard Worker# toolkit from AT&T and Lucent Bell Labs. The other options in this section
1614*4dc78e53SAndroid Build Coastguard Worker# have no effect if this option is set to NO (the default)
1615*4dc78e53SAndroid Build Coastguard Worker
1616*4dc78e53SAndroid Build Coastguard WorkerHAVE_DOT               = YES
1617*4dc78e53SAndroid Build Coastguard Worker
1618*4dc78e53SAndroid Build Coastguard Worker# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
1619*4dc78e53SAndroid Build Coastguard Worker# allowed to run in parallel. When set to 0 (the default) doxygen will
1620*4dc78e53SAndroid Build Coastguard Worker# base this on the number of processors available in the system. You can set it
1621*4dc78e53SAndroid Build Coastguard Worker# explicitly to a value larger than 0 to get control over the balance
1622*4dc78e53SAndroid Build Coastguard Worker# between CPU load and processing speed.
1623*4dc78e53SAndroid Build Coastguard Worker
1624*4dc78e53SAndroid Build Coastguard WorkerDOT_NUM_THREADS        = 0
1625*4dc78e53SAndroid Build Coastguard Worker
1626*4dc78e53SAndroid Build Coastguard Worker# By default doxygen will use the Helvetica font for all dot files that
1627*4dc78e53SAndroid Build Coastguard Worker# doxygen generates. When you want a differently looking font you can specify
1628*4dc78e53SAndroid Build Coastguard Worker# the font name using DOT_FONTNAME. You need to make sure dot is able to find
1629*4dc78e53SAndroid Build Coastguard Worker# the font, which can be done by putting it in a standard location or by setting
1630*4dc78e53SAndroid Build Coastguard Worker# the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
1631*4dc78e53SAndroid Build Coastguard Worker# directory containing the font.
1632*4dc78e53SAndroid Build Coastguard Worker
1633*4dc78e53SAndroid Build Coastguard WorkerDOT_FONTNAME           = FreeSans.ttf
1634*4dc78e53SAndroid Build Coastguard Worker
1635*4dc78e53SAndroid Build Coastguard Worker# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1636*4dc78e53SAndroid Build Coastguard Worker# The default size is 10pt.
1637*4dc78e53SAndroid Build Coastguard Worker
1638*4dc78e53SAndroid Build Coastguard WorkerDOT_FONTSIZE           = 10
1639*4dc78e53SAndroid Build Coastguard Worker
1640*4dc78e53SAndroid Build Coastguard Worker# By default doxygen will tell dot to use the Helvetica font.
1641*4dc78e53SAndroid Build Coastguard Worker# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
1642*4dc78e53SAndroid Build Coastguard Worker# set the path where dot can find it.
1643*4dc78e53SAndroid Build Coastguard Worker
1644*4dc78e53SAndroid Build Coastguard WorkerDOT_FONTPATH           =
1645*4dc78e53SAndroid Build Coastguard Worker
1646*4dc78e53SAndroid Build Coastguard Worker# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1647*4dc78e53SAndroid Build Coastguard Worker# will generate a graph for each documented class showing the direct and
1648*4dc78e53SAndroid Build Coastguard Worker# indirect inheritance relations. Setting this tag to YES will force the
1649*4dc78e53SAndroid Build Coastguard Worker# CLASS_DIAGRAMS tag to NO.
1650*4dc78e53SAndroid Build Coastguard Worker
1651*4dc78e53SAndroid Build Coastguard WorkerCLASS_GRAPH            = NO
1652*4dc78e53SAndroid Build Coastguard Worker
1653*4dc78e53SAndroid Build Coastguard Worker# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1654*4dc78e53SAndroid Build Coastguard Worker# will generate a graph for each documented class showing the direct and
1655*4dc78e53SAndroid Build Coastguard Worker# indirect implementation dependencies (inheritance, containment, and
1656*4dc78e53SAndroid Build Coastguard Worker# class references variables) of the class with other documented classes.
1657*4dc78e53SAndroid Build Coastguard Worker
1658*4dc78e53SAndroid Build Coastguard WorkerCOLLABORATION_GRAPH    = NO
1659*4dc78e53SAndroid Build Coastguard Worker
1660*4dc78e53SAndroid Build Coastguard Worker# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1661*4dc78e53SAndroid Build Coastguard Worker# will generate a graph for groups, showing the direct groups dependencies
1662*4dc78e53SAndroid Build Coastguard Worker
1663*4dc78e53SAndroid Build Coastguard WorkerGROUP_GRAPHS           = NO
1664*4dc78e53SAndroid Build Coastguard Worker
1665*4dc78e53SAndroid Build Coastguard Worker# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1666*4dc78e53SAndroid Build Coastguard Worker# collaboration diagrams in a style similar to the OMG's Unified Modeling
1667*4dc78e53SAndroid Build Coastguard Worker# Language.
1668*4dc78e53SAndroid Build Coastguard Worker
1669*4dc78e53SAndroid Build Coastguard WorkerUML_LOOK               = YES
1670*4dc78e53SAndroid Build Coastguard Worker
1671*4dc78e53SAndroid Build Coastguard Worker# If the UML_LOOK tag is enabled, the fields and methods are shown inside
1672*4dc78e53SAndroid Build Coastguard Worker# the class node. If there are many fields or methods and many nodes the
1673*4dc78e53SAndroid Build Coastguard Worker# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
1674*4dc78e53SAndroid Build Coastguard Worker# threshold limits the number of items for each type to make the size more
1675*4dc78e53SAndroid Build Coastguard Worker# managable. Set this to 0 for no limit. Note that the threshold may be
1676*4dc78e53SAndroid Build Coastguard Worker# exceeded by 50% before the limit is enforced.
1677*4dc78e53SAndroid Build Coastguard Worker
1678*4dc78e53SAndroid Build Coastguard WorkerUML_LIMIT_NUM_FIELDS   = 10
1679*4dc78e53SAndroid Build Coastguard Worker
1680*4dc78e53SAndroid Build Coastguard Worker# If set to YES, the inheritance and collaboration graphs will show the
1681*4dc78e53SAndroid Build Coastguard Worker# relations between templates and their instances.
1682*4dc78e53SAndroid Build Coastguard Worker
1683*4dc78e53SAndroid Build Coastguard WorkerTEMPLATE_RELATIONS     = NO
1684*4dc78e53SAndroid Build Coastguard Worker
1685*4dc78e53SAndroid Build Coastguard Worker# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
1686*4dc78e53SAndroid Build Coastguard Worker# tags are set to YES then doxygen will generate a graph for each documented
1687*4dc78e53SAndroid Build Coastguard Worker# file showing the direct and indirect include dependencies of the file with
1688*4dc78e53SAndroid Build Coastguard Worker# other documented files.
1689*4dc78e53SAndroid Build Coastguard Worker
1690*4dc78e53SAndroid Build Coastguard WorkerINCLUDE_GRAPH          = NO
1691*4dc78e53SAndroid Build Coastguard Worker
1692*4dc78e53SAndroid Build Coastguard Worker# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
1693*4dc78e53SAndroid Build Coastguard Worker# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1694*4dc78e53SAndroid Build Coastguard Worker# documented header file showing the documented files that directly or
1695*4dc78e53SAndroid Build Coastguard Worker# indirectly include this file.
1696*4dc78e53SAndroid Build Coastguard Worker
1697*4dc78e53SAndroid Build Coastguard WorkerINCLUDED_BY_GRAPH      = NO
1698*4dc78e53SAndroid Build Coastguard Worker
1699*4dc78e53SAndroid Build Coastguard Worker# If the CALL_GRAPH and HAVE_DOT options are set to YES then
1700*4dc78e53SAndroid Build Coastguard Worker# doxygen will generate a call dependency graph for every global function
1701*4dc78e53SAndroid Build Coastguard Worker# or class method. Note that enabling this option will significantly increase
1702*4dc78e53SAndroid Build Coastguard Worker# the time of a run. So in most cases it will be better to enable call graphs
1703*4dc78e53SAndroid Build Coastguard Worker# for selected functions only using the \callgraph command.
1704*4dc78e53SAndroid Build Coastguard Worker
1705*4dc78e53SAndroid Build Coastguard WorkerCALL_GRAPH             = YES
1706*4dc78e53SAndroid Build Coastguard Worker
1707*4dc78e53SAndroid Build Coastguard Worker# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1708*4dc78e53SAndroid Build Coastguard Worker# doxygen will generate a caller dependency graph for every global function
1709*4dc78e53SAndroid Build Coastguard Worker# or class method. Note that enabling this option will significantly increase
1710*4dc78e53SAndroid Build Coastguard Worker# the time of a run. So in most cases it will be better to enable caller
1711*4dc78e53SAndroid Build Coastguard Worker# graphs for selected functions only using the \callergraph command.
1712*4dc78e53SAndroid Build Coastguard Worker
1713*4dc78e53SAndroid Build Coastguard WorkerCALLER_GRAPH           = YES
1714*4dc78e53SAndroid Build Coastguard Worker
1715*4dc78e53SAndroid Build Coastguard Worker# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1716*4dc78e53SAndroid Build Coastguard Worker# will generate a graphical hierarchy of all classes instead of a textual one.
1717*4dc78e53SAndroid Build Coastguard Worker
1718*4dc78e53SAndroid Build Coastguard WorkerGRAPHICAL_HIERARCHY    = YES
1719*4dc78e53SAndroid Build Coastguard Worker
1720*4dc78e53SAndroid Build Coastguard Worker# If the DIRECTORY_GRAPH and HAVE_DOT tags are set to YES
1721*4dc78e53SAndroid Build Coastguard Worker# then doxygen will show the dependencies a directory has on other directories
1722*4dc78e53SAndroid Build Coastguard Worker# in a graphical way. The dependency relations are determined by the #include
1723*4dc78e53SAndroid Build Coastguard Worker# relations between the files in the directories.
1724*4dc78e53SAndroid Build Coastguard Worker
1725*4dc78e53SAndroid Build Coastguard WorkerDIRECTORY_GRAPH        = YES
1726*4dc78e53SAndroid Build Coastguard Worker
1727*4dc78e53SAndroid Build Coastguard Worker# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1728*4dc78e53SAndroid Build Coastguard Worker# generated by dot. Possible values are svg, png, jpg, or gif.
1729*4dc78e53SAndroid Build Coastguard Worker# If left blank png will be used. If you choose svg you need to set
1730*4dc78e53SAndroid Build Coastguard Worker# HTML_FILE_EXTENSION to xhtml in order to make the SVG files
1731*4dc78e53SAndroid Build Coastguard Worker# visible in IE 9+ (other browsers do not have this requirement).
1732*4dc78e53SAndroid Build Coastguard Worker
1733*4dc78e53SAndroid Build Coastguard WorkerDOT_IMAGE_FORMAT       = png
1734*4dc78e53SAndroid Build Coastguard Worker
1735*4dc78e53SAndroid Build Coastguard Worker# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
1736*4dc78e53SAndroid Build Coastguard Worker# enable generation of interactive SVG images that allow zooming and panning.
1737*4dc78e53SAndroid Build Coastguard Worker# Note that this requires a modern browser other than Internet Explorer.
1738*4dc78e53SAndroid Build Coastguard Worker# Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you
1739*4dc78e53SAndroid Build Coastguard Worker# need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
1740*4dc78e53SAndroid Build Coastguard Worker# visible. Older versions of IE do not have SVG support.
1741*4dc78e53SAndroid Build Coastguard Worker
1742*4dc78e53SAndroid Build Coastguard WorkerINTERACTIVE_SVG        = NO
1743*4dc78e53SAndroid Build Coastguard Worker
1744*4dc78e53SAndroid Build Coastguard Worker# The tag DOT_PATH can be used to specify the path where the dot tool can be
1745*4dc78e53SAndroid Build Coastguard Worker# found. If left blank, it is assumed the dot tool can be found in the path.
1746*4dc78e53SAndroid Build Coastguard Worker
1747*4dc78e53SAndroid Build Coastguard WorkerDOT_PATH               =
1748*4dc78e53SAndroid Build Coastguard Worker
1749*4dc78e53SAndroid Build Coastguard Worker# The DOTFILE_DIRS tag can be used to specify one or more directories that
1750*4dc78e53SAndroid Build Coastguard Worker# contain dot files that are included in the documentation (see the
1751*4dc78e53SAndroid Build Coastguard Worker# \dotfile command).
1752*4dc78e53SAndroid Build Coastguard Worker
1753*4dc78e53SAndroid Build Coastguard WorkerDOTFILE_DIRS           =
1754*4dc78e53SAndroid Build Coastguard Worker
1755*4dc78e53SAndroid Build Coastguard Worker# The MSCFILE_DIRS tag can be used to specify one or more directories that
1756*4dc78e53SAndroid Build Coastguard Worker# contain msc files that are included in the documentation (see the
1757*4dc78e53SAndroid Build Coastguard Worker# \mscfile command).
1758*4dc78e53SAndroid Build Coastguard Worker
1759*4dc78e53SAndroid Build Coastguard WorkerMSCFILE_DIRS           =
1760*4dc78e53SAndroid Build Coastguard Worker
1761*4dc78e53SAndroid Build Coastguard Worker# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1762*4dc78e53SAndroid Build Coastguard Worker# nodes that will be shown in the graph. If the number of nodes in a graph
1763*4dc78e53SAndroid Build Coastguard Worker# becomes larger than this value, doxygen will truncate the graph, which is
1764*4dc78e53SAndroid Build Coastguard Worker# visualized by representing a node as a red box. Note that doxygen if the
1765*4dc78e53SAndroid Build Coastguard Worker# number of direct children of the root node in a graph is already larger than
1766*4dc78e53SAndroid Build Coastguard Worker# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1767*4dc78e53SAndroid Build Coastguard Worker# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
1768*4dc78e53SAndroid Build Coastguard Worker
1769*4dc78e53SAndroid Build Coastguard WorkerDOT_GRAPH_MAX_NODES    = 100
1770*4dc78e53SAndroid Build Coastguard Worker
1771*4dc78e53SAndroid Build Coastguard Worker# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1772*4dc78e53SAndroid Build Coastguard Worker# graphs generated by dot. A depth value of 3 means that only nodes reachable
1773*4dc78e53SAndroid Build Coastguard Worker# from the root by following a path via at most 3 edges will be shown. Nodes
1774*4dc78e53SAndroid Build Coastguard Worker# that lay further from the root node will be omitted. Note that setting this
1775*4dc78e53SAndroid Build Coastguard Worker# option to 1 or 2 may greatly reduce the computation time needed for large
1776*4dc78e53SAndroid Build Coastguard Worker# code bases. Also note that the size of a graph can be further restricted by
1777*4dc78e53SAndroid Build Coastguard Worker# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
1778*4dc78e53SAndroid Build Coastguard Worker
1779*4dc78e53SAndroid Build Coastguard WorkerMAX_DOT_GRAPH_DEPTH    = 0
1780*4dc78e53SAndroid Build Coastguard Worker
1781*4dc78e53SAndroid Build Coastguard Worker# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1782*4dc78e53SAndroid Build Coastguard Worker# background. This is disabled by default, because dot on Windows does not
1783*4dc78e53SAndroid Build Coastguard Worker# seem to support this out of the box. Warning: Depending on the platform used,
1784*4dc78e53SAndroid Build Coastguard Worker# enabling this option may lead to badly anti-aliased labels on the edges of
1785*4dc78e53SAndroid Build Coastguard Worker# a graph (i.e. they become hard to read).
1786*4dc78e53SAndroid Build Coastguard Worker
1787*4dc78e53SAndroid Build Coastguard WorkerDOT_TRANSPARENT        = NO
1788*4dc78e53SAndroid Build Coastguard Worker
1789*4dc78e53SAndroid Build Coastguard Worker# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1790*4dc78e53SAndroid Build Coastguard Worker# files in one run (i.e. multiple -o and -T options on the command line). This
1791*4dc78e53SAndroid Build Coastguard Worker# makes dot run faster, but since only newer versions of dot (>1.8.10)
1792*4dc78e53SAndroid Build Coastguard Worker# support this, this feature is disabled by default.
1793*4dc78e53SAndroid Build Coastguard Worker
1794*4dc78e53SAndroid Build Coastguard WorkerDOT_MULTI_TARGETS      = NO
1795*4dc78e53SAndroid Build Coastguard Worker
1796*4dc78e53SAndroid Build Coastguard Worker# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1797*4dc78e53SAndroid Build Coastguard Worker# generate a legend page explaining the meaning of the various boxes and
1798*4dc78e53SAndroid Build Coastguard Worker# arrows in the dot generated graphs.
1799*4dc78e53SAndroid Build Coastguard Worker
1800*4dc78e53SAndroid Build Coastguard WorkerGENERATE_LEGEND        = YES
1801*4dc78e53SAndroid Build Coastguard Worker
1802*4dc78e53SAndroid Build Coastguard Worker# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1803*4dc78e53SAndroid Build Coastguard Worker# remove the intermediate dot files that are used to generate
1804*4dc78e53SAndroid Build Coastguard Worker# the various graphs.
1805*4dc78e53SAndroid Build Coastguard Worker
1806*4dc78e53SAndroid Build Coastguard WorkerDOT_CLEANUP            = YES
1807