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