xref: /llvm-project/lldb/docs/doxygen.cfg.in (revision eadf6db585e1f018e30d9c8de4b32c5d78468e19)
1f92c4a81SDaniel Malea# Doxyfile 1.7.1
2f92c4a81SDaniel Malea
3f92c4a81SDaniel Malea# This file describes the settings to be used by the documentation system
4f92c4a81SDaniel Malea# doxygen (www.doxygen.org) for a project
5f92c4a81SDaniel Malea#
6f92c4a81SDaniel Malea# All text after a hash (#) is considered a comment and will be ignored
7f92c4a81SDaniel Malea# The format is:
8f92c4a81SDaniel Malea#       TAG = value [value, ...]
9f92c4a81SDaniel Malea# For lists items can also be appended using:
10f92c4a81SDaniel Malea#       TAG += value [value, ...]
11f92c4a81SDaniel Malea# Values that contain spaces should be placed between quotes (" ")
12f92c4a81SDaniel Malea
13f92c4a81SDaniel Malea#---------------------------------------------------------------------------
14f92c4a81SDaniel Malea# Project related configuration options
15f92c4a81SDaniel Malea#---------------------------------------------------------------------------
16f92c4a81SDaniel Malea
17f92c4a81SDaniel Malea# This tag specifies the encoding used for all characters in the config file
18f92c4a81SDaniel Malea# that follow. The default is UTF-8 which is also the encoding used for all
19f92c4a81SDaniel Malea# text before the first occurrence of this tag. Doxygen uses libiconv (or the
20f92c4a81SDaniel Malea# iconv built into libc) for the transcoding. See
21f92c4a81SDaniel Malea# http://www.gnu.org/software/libiconv for the list of possible encodings.
22f92c4a81SDaniel Malea
23f92c4a81SDaniel MaleaDOXYFILE_ENCODING      = UTF-8
24f92c4a81SDaniel Malea
25f92c4a81SDaniel Malea# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
26f92c4a81SDaniel Malea# by quotes) that should identify the project.
27f92c4a81SDaniel Malea
2852cf9409SJonas DevliegherePROJECT_NAME           = LLDB
29f92c4a81SDaniel Malea
30f92c4a81SDaniel Malea# The PROJECT_NUMBER tag can be used to enter a project or revision number.
31f92c4a81SDaniel Malea# This could be handy for archiving the generated documentation or
32f92c4a81SDaniel Malea# if some version control system is used.
33f92c4a81SDaniel Malea
34f92c4a81SDaniel MaleaPROJECT_NUMBER         = @PACKAGE_VERSION@
35f92c4a81SDaniel Malea
36f92c4a81SDaniel Malea# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37f92c4a81SDaniel Malea# base path where the generated documentation will be put.
38f92c4a81SDaniel Malea# If a relative path is entered, it will be relative to the location
39f92c4a81SDaniel Malea# where doxygen was started. If left blank the current directory will be used.
40f92c4a81SDaniel Malea
41f92c4a81SDaniel MaleaOUTPUT_DIRECTORY       = @abs_top_builddir@/docs/cpp_reference
42f92c4a81SDaniel Malea
43f92c4a81SDaniel Malea# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44f92c4a81SDaniel Malea# 4096 sub-directories (in 2 levels) under the output directory of each output
45f92c4a81SDaniel Malea# format and will distribute the generated files over these directories.
46f92c4a81SDaniel Malea# Enabling this option can be useful when feeding doxygen a huge amount of
47f92c4a81SDaniel Malea# source files, where putting all generated files in the same directory would
48f92c4a81SDaniel Malea# otherwise cause performance problems for the file system.
49f92c4a81SDaniel Malea
50f92c4a81SDaniel MaleaCREATE_SUBDIRS         = NO
51f92c4a81SDaniel Malea
52f92c4a81SDaniel Malea# The OUTPUT_LANGUAGE tag is used to specify the language in which all
53f92c4a81SDaniel Malea# documentation generated by doxygen is written. Doxygen will use this
54f92c4a81SDaniel Malea# information to generate all constant output in the proper language.
55f92c4a81SDaniel Malea# The default language is English, other supported languages are:
56f92c4a81SDaniel Malea# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
57f92c4a81SDaniel Malea# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
58f92c4a81SDaniel Malea# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
59f92c4a81SDaniel Malea# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
60f92c4a81SDaniel Malea# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
61f92c4a81SDaniel Malea# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
62f92c4a81SDaniel Malea
63f92c4a81SDaniel MaleaOUTPUT_LANGUAGE        = English
64f92c4a81SDaniel Malea
65f92c4a81SDaniel Malea# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
66f92c4a81SDaniel Malea# include brief member descriptions after the members that are listed in
67f92c4a81SDaniel Malea# the file and class documentation (similar to JavaDoc).
68f92c4a81SDaniel Malea# Set to NO to disable this.
69f92c4a81SDaniel Malea
70f92c4a81SDaniel MaleaBRIEF_MEMBER_DESC      = YES
71f92c4a81SDaniel Malea
72f92c4a81SDaniel Malea# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
73f92c4a81SDaniel Malea# the brief description of a member or function before the detailed description.
74f92c4a81SDaniel Malea# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
75f92c4a81SDaniel Malea# brief descriptions will be completely suppressed.
76f92c4a81SDaniel Malea
77f92c4a81SDaniel MaleaREPEAT_BRIEF           = YES
78f92c4a81SDaniel Malea
79f92c4a81SDaniel Malea# This tag implements a quasi-intelligent brief description abbreviator
80f92c4a81SDaniel Malea# that is used to form the text in various listings. Each string
81f92c4a81SDaniel Malea# in this list, if found as the leading text of the brief description, will be
82f92c4a81SDaniel Malea# stripped from the text and the result after processing the whole list, is
83f92c4a81SDaniel Malea# used as the annotated text. Otherwise, the brief description is used as-is.
84f92c4a81SDaniel Malea# If left blank, the following values are used ("$name" is automatically
85f92c4a81SDaniel Malea# replaced with the name of the entity): "The $name class" "The $name widget"
86f92c4a81SDaniel Malea# "The $name file" "is" "provides" "specifies" "contains"
87f92c4a81SDaniel Malea# "represents" "a" "an" "the"
88f92c4a81SDaniel Malea
89f92c4a81SDaniel MaleaABBREVIATE_BRIEF       =
90f92c4a81SDaniel Malea
91f92c4a81SDaniel Malea# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
92f92c4a81SDaniel Malea# Doxygen will generate a detailed section even if there is only a brief
93f92c4a81SDaniel Malea# description.
94f92c4a81SDaniel Malea
95f92c4a81SDaniel MaleaALWAYS_DETAILED_SEC    = NO
96f92c4a81SDaniel Malea
97f92c4a81SDaniel Malea# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
98f92c4a81SDaniel Malea# inherited members of a class in the documentation of that class as if those
99f92c4a81SDaniel Malea# members were ordinary class members. Constructors, destructors and assignment
100f92c4a81SDaniel Malea# operators of the base classes will not be shown.
101f92c4a81SDaniel Malea
102f92c4a81SDaniel MaleaINLINE_INHERITED_MEMB  = NO
103f92c4a81SDaniel Malea
104f92c4a81SDaniel Malea# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
105f92c4a81SDaniel Malea# path before files name in the file list and in the header files. If set
106f92c4a81SDaniel Malea# to NO the shortest path that makes the file name unique will be used.
107f92c4a81SDaniel Malea
108f92c4a81SDaniel MaleaFULL_PATH_NAMES        = NO
109f92c4a81SDaniel Malea
110f92c4a81SDaniel Malea# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
111f92c4a81SDaniel Malea# can be used to strip a user-defined part of the path. Stripping is
112f92c4a81SDaniel Malea# only done if one of the specified strings matches the left-hand part of
113f92c4a81SDaniel Malea# the path. The tag can be used to show relative paths in the file list.
114f92c4a81SDaniel Malea# If left blank the directory from which doxygen is run is used as the
115f92c4a81SDaniel Malea# path to strip.
116f92c4a81SDaniel Malea
117f92c4a81SDaniel MaleaSTRIP_FROM_PATH        = ../..
118f92c4a81SDaniel Malea
119f92c4a81SDaniel Malea# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
120f92c4a81SDaniel Malea# the path mentioned in the documentation of a class, which tells
121f92c4a81SDaniel Malea# the reader which header file to include in order to use a class.
122f92c4a81SDaniel Malea# If left blank only the name of the header file containing the class
123f92c4a81SDaniel Malea# definition is used. Otherwise one should specify the include paths that
124f92c4a81SDaniel Malea# are normally passed to the compiler using the -I flag.
125f92c4a81SDaniel Malea
126f92c4a81SDaniel MaleaSTRIP_FROM_INC_PATH    =
127f92c4a81SDaniel Malea
128f92c4a81SDaniel Malea# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
129f92c4a81SDaniel Malea# (but less readable) file names. This can be useful is your file systems
130f92c4a81SDaniel Malea# doesn't support long names like on DOS, Mac, or CD-ROM.
131f92c4a81SDaniel Malea
132f92c4a81SDaniel MaleaSHORT_NAMES            = NO
133f92c4a81SDaniel Malea
134f92c4a81SDaniel Malea# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
135f92c4a81SDaniel Malea# will interpret the first line (until the first dot) of a JavaDoc-style
136f92c4a81SDaniel Malea# comment as the brief description. If set to NO, the JavaDoc
137f92c4a81SDaniel Malea# comments will behave just like regular Qt-style comments
138f92c4a81SDaniel Malea# (thus requiring an explicit @brief command for a brief description.)
139f92c4a81SDaniel Malea
140d8f460e8SAdrian PrantlJAVADOC_AUTOBRIEF      = YES
141f92c4a81SDaniel Malea
142f92c4a81SDaniel Malea# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
143f92c4a81SDaniel Malea# interpret the first line (until the first dot) of a Qt-style
144f92c4a81SDaniel Malea# comment as the brief description. If set to NO, the comments
145f92c4a81SDaniel Malea# will behave just like regular Qt-style comments (thus requiring
146f92c4a81SDaniel Malea# an explicit \brief command for a brief description.)
147f92c4a81SDaniel Malea
148d8f460e8SAdrian PrantlQT_AUTOBRIEF           = YES
149f92c4a81SDaniel Malea
150f92c4a81SDaniel Malea# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
151f92c4a81SDaniel Malea# treat a multi-line C++ special comment block (i.e. a block of //! or ///
152f92c4a81SDaniel Malea# comments) as a brief description. This used to be the default behaviour.
153f92c4a81SDaniel Malea# The new default is to treat a multi-line C++ comment block as a detailed
154f92c4a81SDaniel Malea# description. Set this tag to YES if you prefer the old behaviour instead.
155f92c4a81SDaniel Malea
156f92c4a81SDaniel MaleaMULTILINE_CPP_IS_BRIEF = NO
157f92c4a81SDaniel Malea
158f92c4a81SDaniel Malea# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
159f92c4a81SDaniel Malea# member inherits the documentation from any documented member that it
160f92c4a81SDaniel Malea# re-implements.
161f92c4a81SDaniel Malea
162f92c4a81SDaniel MaleaINHERIT_DOCS           = YES
163f92c4a81SDaniel Malea
164f92c4a81SDaniel Malea# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
165f92c4a81SDaniel Malea# a new page for each member. If set to NO, the documentation of a member will
166f92c4a81SDaniel Malea# be part of the file/class/namespace that contains it.
167f92c4a81SDaniel Malea
168f92c4a81SDaniel MaleaSEPARATE_MEMBER_PAGES  = NO
169f92c4a81SDaniel Malea
170f92c4a81SDaniel Malea# The TAB_SIZE tag can be used to set the number of spaces in a tab.
171f92c4a81SDaniel Malea# Doxygen uses this value to replace tabs by spaces in code fragments.
172f92c4a81SDaniel Malea
173f92c4a81SDaniel MaleaTAB_SIZE               = 2
174f92c4a81SDaniel Malea
175f92c4a81SDaniel Malea# This tag can be used to specify a number of aliases that acts
176f92c4a81SDaniel Malea# as commands in the documentation. An alias has the form "name=value".
177f92c4a81SDaniel Malea# For example adding "sideeffect=\par Side Effects:\n" will allow you to
178f92c4a81SDaniel Malea# put the command \sideeffect (or @sideeffect) in the documentation, which
179f92c4a81SDaniel Malea# will result in a user-defined paragraph with heading "Side Effects:".
180f92c4a81SDaniel Malea# You can put \n's in the value part of an alias to insert newlines.
181f92c4a81SDaniel Malea
182f92c4a81SDaniel MaleaALIASES                =
183f92c4a81SDaniel Malea
184f92c4a81SDaniel Malea# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
185f92c4a81SDaniel Malea# sources only. Doxygen will then generate output that is more tailored for C.
186f92c4a81SDaniel Malea# For instance, some of the names that are used will be different. The list
187f92c4a81SDaniel Malea# of all members will be omitted, etc.
188f92c4a81SDaniel Malea
189f92c4a81SDaniel MaleaOPTIMIZE_OUTPUT_FOR_C  = NO
190f92c4a81SDaniel Malea
191f92c4a81SDaniel Malea# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
192f92c4a81SDaniel Malea# sources only. Doxygen will then generate output that is more tailored for
193f92c4a81SDaniel Malea# Java. For instance, namespaces will be presented as packages, qualified
194f92c4a81SDaniel Malea# scopes will look different, etc.
195f92c4a81SDaniel Malea
196f92c4a81SDaniel MaleaOPTIMIZE_OUTPUT_JAVA   = NO
197f92c4a81SDaniel Malea
198f92c4a81SDaniel Malea# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
199f92c4a81SDaniel Malea# sources only. Doxygen will then generate output that is more tailored for
200f92c4a81SDaniel Malea# Fortran.
201f92c4a81SDaniel Malea
202f92c4a81SDaniel MaleaOPTIMIZE_FOR_FORTRAN   = NO
203f92c4a81SDaniel Malea
204f92c4a81SDaniel Malea# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
205f92c4a81SDaniel Malea# sources. Doxygen will then generate output that is tailored for
206f92c4a81SDaniel Malea# VHDL.
207f92c4a81SDaniel Malea
208f92c4a81SDaniel MaleaOPTIMIZE_OUTPUT_VHDL   = NO
209f92c4a81SDaniel Malea
210f92c4a81SDaniel Malea# Doxygen selects the parser to use depending on the extension of the files it
211f92c4a81SDaniel Malea# parses. With this tag you can assign which parser to use for a given extension.
212f92c4a81SDaniel Malea# Doxygen has a built-in mapping, but you can override or extend it using this
213f92c4a81SDaniel Malea# tag. The format is ext=language, where ext is a file extension, and language
214f92c4a81SDaniel Malea# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
215f92c4a81SDaniel Malea# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
216f92c4a81SDaniel Malea# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
217f92c4a81SDaniel Malea# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
218f92c4a81SDaniel Malea# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
219f92c4a81SDaniel Malea
220f92c4a81SDaniel MaleaEXTENSION_MAPPING      =
221f92c4a81SDaniel Malea
222f92c4a81SDaniel Malea# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
223f92c4a81SDaniel Malea# to include (a tag file for) the STL sources as input, then you should
224f92c4a81SDaniel Malea# set this tag to YES in order to let doxygen match functions declarations and
225f92c4a81SDaniel Malea# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
226f92c4a81SDaniel Malea# func(std::string) {}). This also make the inheritance and collaboration
227f92c4a81SDaniel Malea# diagrams that involve STL classes more complete and accurate.
228f92c4a81SDaniel Malea
229f92c4a81SDaniel MaleaBUILTIN_STL_SUPPORT    = NO
230f92c4a81SDaniel Malea
231f92c4a81SDaniel Malea# If you use Microsoft's C++/CLI language, you should set this option to YES to
232f92c4a81SDaniel Malea# enable parsing support.
233f92c4a81SDaniel Malea
234f92c4a81SDaniel MaleaCPP_CLI_SUPPORT        = NO
235f92c4a81SDaniel Malea
236f92c4a81SDaniel Malea# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
237f92c4a81SDaniel Malea# Doxygen will parse them like normal C++ but will assume all classes use public
238f92c4a81SDaniel Malea# instead of private inheritance when no explicit protection keyword is present.
239f92c4a81SDaniel Malea
240f92c4a81SDaniel MaleaSIP_SUPPORT            = NO
241f92c4a81SDaniel Malea
242f92c4a81SDaniel Malea# For Microsoft's IDL there are propget and propput attributes to indicate getter
243f92c4a81SDaniel Malea# and setter methods for a property. Setting this option to YES (the default)
244f92c4a81SDaniel Malea# will make doxygen to replace the get and set methods by a property in the
245f92c4a81SDaniel Malea# documentation. This will only work if the methods are indeed getting or
246f92c4a81SDaniel Malea# setting a simple type. If this is not the case, or you want to show the
247f92c4a81SDaniel Malea# methods anyway, you should set this option to NO.
248f92c4a81SDaniel Malea
249f92c4a81SDaniel MaleaIDL_PROPERTY_SUPPORT   = YES
250f92c4a81SDaniel Malea
251f92c4a81SDaniel Malea# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
252f92c4a81SDaniel Malea# tag is set to YES, then doxygen will reuse the documentation of the first
253f92c4a81SDaniel Malea# member in the group (if any) for the other members of the group. By default
254f92c4a81SDaniel Malea# all members of a group must be documented explicitly.
255f92c4a81SDaniel Malea
256f92c4a81SDaniel MaleaDISTRIBUTE_GROUP_DOC   = NO
257f92c4a81SDaniel Malea
258f92c4a81SDaniel Malea# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
259f92c4a81SDaniel Malea# the same type (for instance a group of public functions) to be put as a
260f92c4a81SDaniel Malea# subgroup of that type (e.g. under the Public Functions section). Set it to
261f92c4a81SDaniel Malea# NO to prevent subgrouping. Alternatively, this can be done per class using
262f92c4a81SDaniel Malea# the \nosubgrouping command.
263f92c4a81SDaniel Malea
264f92c4a81SDaniel MaleaSUBGROUPING            = YES
265f92c4a81SDaniel Malea
266f92c4a81SDaniel Malea# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
267f92c4a81SDaniel Malea# is documented as struct, union, or enum with the name of the typedef. So
268f92c4a81SDaniel Malea# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
269f92c4a81SDaniel Malea# with name TypeT. When disabled the typedef will appear as a member of a file,
270f92c4a81SDaniel Malea# namespace, or class. And the struct will be named TypeS. This can typically
271f92c4a81SDaniel Malea# be useful for C code in case the coding convention dictates that all compound
272f92c4a81SDaniel Malea# types are typedef'ed and only the typedef is referenced, never the tag name.
273f92c4a81SDaniel Malea
274f92c4a81SDaniel MaleaTYPEDEF_HIDES_STRUCT   = NO
275f92c4a81SDaniel Malea
276f92c4a81SDaniel Malea# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
277f92c4a81SDaniel Malea# determine which symbols to keep in memory and which to flush to disk.
278f92c4a81SDaniel Malea# When the cache is full, less often used symbols will be written to disk.
279f92c4a81SDaniel Malea# For small to medium size projects (<1000 input files) the default value is
280f92c4a81SDaniel Malea# probably good enough. For larger projects a too small cache size can cause
281f92c4a81SDaniel Malea# doxygen to be busy swapping symbols to and from disk most of the time
282f92c4a81SDaniel Malea# causing a significant performance penality.
283f92c4a81SDaniel Malea# If the system has enough physical memory increasing the cache will improve the
284f92c4a81SDaniel Malea# performance by keeping more symbols in memory. Note that the value works on
285f92c4a81SDaniel Malea# a logarithmic scale so increasing the size by one will rougly double the
286f92c4a81SDaniel Malea# memory usage. The cache size is given by this formula:
287f92c4a81SDaniel Malea# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
288f92c4a81SDaniel Malea# corresponding to a cache size of 2^16 = 65536 symbols
289f92c4a81SDaniel Malea
290f92c4a81SDaniel MaleaSYMBOL_CACHE_SIZE      = 0
291f92c4a81SDaniel Malea
292f92c4a81SDaniel Malea#---------------------------------------------------------------------------
293f92c4a81SDaniel Malea# Build related configuration options
294f92c4a81SDaniel Malea#---------------------------------------------------------------------------
295f92c4a81SDaniel Malea
296f92c4a81SDaniel Malea# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
297f92c4a81SDaniel Malea# documentation are documented, even if no documentation was available.
298f92c4a81SDaniel Malea# Private class members and static file members will be hidden unless
299f92c4a81SDaniel Malea# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
300f92c4a81SDaniel Malea
301f92c4a81SDaniel MaleaEXTRACT_ALL            = YES
302f92c4a81SDaniel Malea
303f92c4a81SDaniel Malea# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
304f92c4a81SDaniel Malea# will be included in the documentation.
305f92c4a81SDaniel Malea
306d979a299SJonas DevlieghereEXTRACT_PRIVATE        = YES
307f92c4a81SDaniel Malea
308f92c4a81SDaniel Malea# If the EXTRACT_STATIC tag is set to YES all static members of a file
309f92c4a81SDaniel Malea# will be included in the documentation.
310f92c4a81SDaniel Malea
311f92c4a81SDaniel MaleaEXTRACT_STATIC         = YES
312f92c4a81SDaniel Malea
313f92c4a81SDaniel Malea# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
314f92c4a81SDaniel Malea# defined locally in source files will be included in the documentation.
315f92c4a81SDaniel Malea# If set to NO only classes defined in header files are included.
316f92c4a81SDaniel Malea
317f92c4a81SDaniel MaleaEXTRACT_LOCAL_CLASSES  = YES
318f92c4a81SDaniel Malea
319f92c4a81SDaniel Malea# This flag is only useful for Objective-C code. When set to YES local
320f92c4a81SDaniel Malea# methods, which are defined in the implementation section but not in
321f92c4a81SDaniel Malea# the interface are included in the documentation.
322f92c4a81SDaniel Malea# If set to NO (the default) only methods in the interface are included.
323f92c4a81SDaniel Malea
324f92c4a81SDaniel MaleaEXTRACT_LOCAL_METHODS  = NO
325f92c4a81SDaniel Malea
326f92c4a81SDaniel Malea# If this flag is set to YES, the members of anonymous namespaces will be
327f92c4a81SDaniel Malea# extracted and appear in the documentation as a namespace called
328f92c4a81SDaniel Malea# 'anonymous_namespace{file}', where file will be replaced with the base
329f92c4a81SDaniel Malea# name of the file that contains the anonymous namespace. By default
330f92c4a81SDaniel Malea# anonymous namespace are hidden.
331f92c4a81SDaniel Malea
332f92c4a81SDaniel MaleaEXTRACT_ANON_NSPACES   = NO
333f92c4a81SDaniel Malea
334f92c4a81SDaniel Malea# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
335f92c4a81SDaniel Malea# undocumented members of documented classes, files or namespaces.
336f92c4a81SDaniel Malea# If set to NO (the default) these members will be included in the
337f92c4a81SDaniel Malea# various overviews, but no documentation section is generated.
338f92c4a81SDaniel Malea# This option has no effect if EXTRACT_ALL is enabled.
339f92c4a81SDaniel Malea
340f92c4a81SDaniel MaleaHIDE_UNDOC_MEMBERS     = NO
341f92c4a81SDaniel Malea
342f92c4a81SDaniel Malea# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
343f92c4a81SDaniel Malea# undocumented classes that are normally visible in the class hierarchy.
344f92c4a81SDaniel Malea# If set to NO (the default) these classes will be included in the various
345f92c4a81SDaniel Malea# overviews. This option has no effect if EXTRACT_ALL is enabled.
346f92c4a81SDaniel Malea
347f92c4a81SDaniel MaleaHIDE_UNDOC_CLASSES     = NO
348f92c4a81SDaniel Malea
349f92c4a81SDaniel Malea# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
350f92c4a81SDaniel Malea# friend (class|struct|union) declarations.
351f92c4a81SDaniel Malea# If set to NO (the default) these declarations will be included in the
352f92c4a81SDaniel Malea# documentation.
353f92c4a81SDaniel Malea
354f92c4a81SDaniel MaleaHIDE_FRIEND_COMPOUNDS  = NO
355f92c4a81SDaniel Malea
356f92c4a81SDaniel Malea# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
357f92c4a81SDaniel Malea# documentation blocks found inside the body of a function.
358f92c4a81SDaniel Malea# If set to NO (the default) these blocks will be appended to the
359f92c4a81SDaniel Malea# function's detailed documentation block.
360f92c4a81SDaniel Malea
361f92c4a81SDaniel MaleaHIDE_IN_BODY_DOCS      = NO
362f92c4a81SDaniel Malea
363f92c4a81SDaniel Malea# The INTERNAL_DOCS tag determines if documentation
364f92c4a81SDaniel Malea# that is typed after a \internal command is included. If the tag is set
365f92c4a81SDaniel Malea# to NO (the default) then the documentation will be excluded.
366f92c4a81SDaniel Malea# Set it to YES to include the internal documentation.
367f92c4a81SDaniel Malea
368f92c4a81SDaniel MaleaINTERNAL_DOCS          = NO
369f92c4a81SDaniel Malea
370f92c4a81SDaniel Malea# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
371f92c4a81SDaniel Malea# file names in lower-case letters. If set to YES upper-case letters are also
372f92c4a81SDaniel Malea# allowed. This is useful if you have classes or files whose names only differ
373f92c4a81SDaniel Malea# in case and if your file system supports case sensitive file names. Windows
374f92c4a81SDaniel Malea# and Mac users are advised to set this option to NO.
375f92c4a81SDaniel Malea
376f92c4a81SDaniel MaleaCASE_SENSE_NAMES       = YES
377f92c4a81SDaniel Malea
378f92c4a81SDaniel Malea# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
379f92c4a81SDaniel Malea# will show members with their full class and namespace scopes in the
380f92c4a81SDaniel Malea# documentation. If set to YES the scope will be hidden.
381f92c4a81SDaniel Malea
382f92c4a81SDaniel MaleaHIDE_SCOPE_NAMES       = NO
383f92c4a81SDaniel Malea
384f92c4a81SDaniel Malea# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
385f92c4a81SDaniel Malea# will put a list of the files that are included by a file in the documentation
386f92c4a81SDaniel Malea# of that file.
387f92c4a81SDaniel Malea
388f92c4a81SDaniel MaleaSHOW_INCLUDE_FILES     = YES
389f92c4a81SDaniel Malea
390f92c4a81SDaniel Malea# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
391f92c4a81SDaniel Malea# will list include files with double quotes in the documentation
392f92c4a81SDaniel Malea# rather than with sharp brackets.
393f92c4a81SDaniel Malea
394f92c4a81SDaniel MaleaFORCE_LOCAL_INCLUDES   = NO
395f92c4a81SDaniel Malea
396f92c4a81SDaniel Malea# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
397f92c4a81SDaniel Malea# is inserted in the documentation for inline members.
398f92c4a81SDaniel Malea
399f92c4a81SDaniel MaleaINLINE_INFO            = YES
400f92c4a81SDaniel Malea
401f92c4a81SDaniel Malea# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
402f92c4a81SDaniel Malea# will sort the (detailed) documentation of file and class members
403f92c4a81SDaniel Malea# alphabetically by member name. If set to NO the members will appear in
404f92c4a81SDaniel Malea# declaration order.
405f92c4a81SDaniel Malea
406f92c4a81SDaniel MaleaSORT_MEMBER_DOCS       = YES
407f92c4a81SDaniel Malea
408f92c4a81SDaniel Malea# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
409f92c4a81SDaniel Malea# brief documentation of file, namespace and class members alphabetically
410f92c4a81SDaniel Malea# by member name. If set to NO (the default) the members will appear in
411f92c4a81SDaniel Malea# declaration order.
412f92c4a81SDaniel Malea
413f92c4a81SDaniel MaleaSORT_BRIEF_DOCS        = NO
414f92c4a81SDaniel Malea
415f92c4a81SDaniel Malea# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
416f92c4a81SDaniel Malea# will sort the (brief and detailed) documentation of class members so that
417f92c4a81SDaniel Malea# constructors and destructors are listed first. If set to NO (the default)
418f92c4a81SDaniel Malea# the constructors will appear in the respective orders defined by
419f92c4a81SDaniel Malea# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS.
420f92c4a81SDaniel Malea# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
421f92c4a81SDaniel Malea# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
422f92c4a81SDaniel Malea
423f92c4a81SDaniel MaleaSORT_MEMBERS_CTORS_1ST = NO
424f92c4a81SDaniel Malea
425f92c4a81SDaniel Malea# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
426f92c4a81SDaniel Malea# hierarchy of group names into alphabetical order. If set to NO (the default)
427f92c4a81SDaniel Malea# the group names will appear in their defined order.
428f92c4a81SDaniel Malea
429f92c4a81SDaniel MaleaSORT_GROUP_NAMES       = NO
430f92c4a81SDaniel Malea
431f92c4a81SDaniel Malea# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
432f92c4a81SDaniel Malea# sorted by fully-qualified names, including namespaces. If set to
433f92c4a81SDaniel Malea# NO (the default), the class list will be sorted only by class name,
434f92c4a81SDaniel Malea# not including the namespace part.
435f92c4a81SDaniel Malea# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
436f92c4a81SDaniel Malea# Note: This option applies only to the class list, not to the
437f92c4a81SDaniel Malea# alphabetical list.
438f92c4a81SDaniel Malea
439f92c4a81SDaniel MaleaSORT_BY_SCOPE_NAME     = NO
440f92c4a81SDaniel Malea
441f92c4a81SDaniel Malea# The GENERATE_TODOLIST tag can be used to enable (YES) or
442f92c4a81SDaniel Malea# disable (NO) the todo list. This list is created by putting \todo
443f92c4a81SDaniel Malea# commands in the documentation.
444f92c4a81SDaniel Malea
445f92c4a81SDaniel MaleaGENERATE_TODOLIST      = YES
446f92c4a81SDaniel Malea
447f92c4a81SDaniel Malea# The GENERATE_TESTLIST tag can be used to enable (YES) or
448f92c4a81SDaniel Malea# disable (NO) the test list. This list is created by putting \test
449f92c4a81SDaniel Malea# commands in the documentation.
450f92c4a81SDaniel Malea
451f92c4a81SDaniel MaleaGENERATE_TESTLIST      = YES
452f92c4a81SDaniel Malea
453f92c4a81SDaniel Malea# The GENERATE_BUGLIST tag can be used to enable (YES) or
454f92c4a81SDaniel Malea# disable (NO) the bug list. This list is created by putting \bug
455f92c4a81SDaniel Malea# commands in the documentation.
456f92c4a81SDaniel Malea
457f92c4a81SDaniel MaleaGENERATE_BUGLIST       = YES
458f92c4a81SDaniel Malea
459f92c4a81SDaniel Malea# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
460f92c4a81SDaniel Malea# disable (NO) the deprecated list. This list is created by putting
461f92c4a81SDaniel Malea# \deprecated commands in the documentation.
462f92c4a81SDaniel Malea
463f92c4a81SDaniel MaleaGENERATE_DEPRECATEDLIST= YES
464f92c4a81SDaniel Malea
465f92c4a81SDaniel Malea# The ENABLED_SECTIONS tag can be used to enable conditional
466f92c4a81SDaniel Malea# documentation sections, marked by \if sectionname ... \endif.
467f92c4a81SDaniel Malea
468f92c4a81SDaniel MaleaENABLED_SECTIONS       =
469f92c4a81SDaniel Malea
470f92c4a81SDaniel Malea# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
471f92c4a81SDaniel Malea# the initial value of a variable or define consists of for it to appear in
472f92c4a81SDaniel Malea# the documentation. If the initializer consists of more lines than specified
473f92c4a81SDaniel Malea# here it will be hidden. Use a value of 0 to hide initializers completely.
474f92c4a81SDaniel Malea# The appearance of the initializer of individual variables and defines in the
475f92c4a81SDaniel Malea# documentation can be controlled using \showinitializer or \hideinitializer
476f92c4a81SDaniel Malea# command in the documentation regardless of this setting.
477f92c4a81SDaniel Malea
478f92c4a81SDaniel MaleaMAX_INITIALIZER_LINES  = 30
479f92c4a81SDaniel Malea
480f92c4a81SDaniel Malea# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
481f92c4a81SDaniel Malea# at the bottom of the documentation of classes and structs. If set to YES the
482f92c4a81SDaniel Malea# list will mention the files that were used to generate the documentation.
483f92c4a81SDaniel Malea
484f92c4a81SDaniel MaleaSHOW_USED_FILES        = YES
485f92c4a81SDaniel Malea
486f92c4a81SDaniel Malea# If the sources in your project are distributed over multiple directories
487f92c4a81SDaniel Malea# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
488f92c4a81SDaniel Malea# in the documentation. The default is NO.
489f92c4a81SDaniel Malea
490f92c4a81SDaniel MaleaSHOW_DIRECTORIES       = YES
491f92c4a81SDaniel Malea
492f92c4a81SDaniel Malea# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
493f92c4a81SDaniel Malea# This will remove the Files entry from the Quick Index and from the
494f92c4a81SDaniel Malea# Folder Tree View (if specified). The default is YES.
495f92c4a81SDaniel Malea
496f92c4a81SDaniel MaleaSHOW_FILES             = YES
497f92c4a81SDaniel Malea
498f92c4a81SDaniel Malea# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
499f92c4a81SDaniel Malea# Namespaces page.
500f92c4a81SDaniel Malea# This will remove the Namespaces entry from the Quick Index
501f92c4a81SDaniel Malea# and from the Folder Tree View (if specified). The default is YES.
502f92c4a81SDaniel Malea
503f92c4a81SDaniel MaleaSHOW_NAMESPACES        = YES
504f92c4a81SDaniel Malea
505f92c4a81SDaniel Malea# The FILE_VERSION_FILTER tag can be used to specify a program or script that
506f92c4a81SDaniel Malea# doxygen should invoke to get the current version for each file (typically from
507f92c4a81SDaniel Malea# the version control system). Doxygen will invoke the program by executing (via
508f92c4a81SDaniel Malea# popen()) the command <command> <input-file>, where <command> is the value of
509f92c4a81SDaniel Malea# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
510f92c4a81SDaniel Malea# provided by doxygen. Whatever the program writes to standard output
511f92c4a81SDaniel Malea# is used as the file version. See the manual for examples.
512f92c4a81SDaniel Malea
513f92c4a81SDaniel MaleaFILE_VERSION_FILTER    =
514f92c4a81SDaniel Malea
515f92c4a81SDaniel Malea# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
516f92c4a81SDaniel Malea# by doxygen. The layout file controls the global structure of the generated
517f92c4a81SDaniel Malea# output files in an output format independent way. The create the layout file
518f92c4a81SDaniel Malea# that represents doxygen's defaults, run doxygen with the -l option.
519f92c4a81SDaniel Malea# You can optionally specify a file name after the option, if omitted
520f92c4a81SDaniel Malea# DoxygenLayout.xml will be used as the name of the layout file.
521f92c4a81SDaniel Malea
522f92c4a81SDaniel MaleaLAYOUT_FILE            =
523f92c4a81SDaniel Malea
524f92c4a81SDaniel Malea#---------------------------------------------------------------------------
525f92c4a81SDaniel Malea# configuration options related to warning and progress messages
526f92c4a81SDaniel Malea#---------------------------------------------------------------------------
527f92c4a81SDaniel Malea
528f92c4a81SDaniel Malea# The QUIET tag can be used to turn on/off the messages that are generated
529f92c4a81SDaniel Malea# by doxygen. Possible values are YES and NO. If left blank NO is used.
530f92c4a81SDaniel Malea
531f92c4a81SDaniel MaleaQUIET                  = NO
532f92c4a81SDaniel Malea
533f92c4a81SDaniel Malea# The WARNINGS tag can be used to turn on/off the warning messages that are
534f92c4a81SDaniel Malea# generated by doxygen. Possible values are YES and NO. If left blank
535f92c4a81SDaniel Malea# NO is used.
536f92c4a81SDaniel Malea
537f92c4a81SDaniel MaleaWARNINGS               = NO
538f92c4a81SDaniel Malea
539f92c4a81SDaniel Malea# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
540f92c4a81SDaniel Malea# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
541f92c4a81SDaniel Malea# automatically be disabled.
542f92c4a81SDaniel Malea
543f92c4a81SDaniel MaleaWARN_IF_UNDOCUMENTED   = NO
544f92c4a81SDaniel Malea
545f92c4a81SDaniel Malea# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
546f92c4a81SDaniel Malea# potential errors in the documentation, such as not documenting some
547f92c4a81SDaniel Malea# parameters in a documented function, or documenting parameters that
548f92c4a81SDaniel Malea# don't exist or using markup commands wrongly.
549f92c4a81SDaniel Malea
550f92c4a81SDaniel MaleaWARN_IF_DOC_ERROR      = YES
551f92c4a81SDaniel Malea
552f92c4a81SDaniel Malea# This WARN_NO_PARAMDOC option can be abled to get warnings for
553f92c4a81SDaniel Malea# functions that are documented, but have no documentation for their parameters
554f92c4a81SDaniel Malea# or return value. If set to NO (the default) doxygen will only warn about
555f92c4a81SDaniel Malea# wrong or incomplete parameter documentation, but not about the absence of
556f92c4a81SDaniel Malea# documentation.
557f92c4a81SDaniel Malea
558f92c4a81SDaniel MaleaWARN_NO_PARAMDOC       = NO
559f92c4a81SDaniel Malea
560f92c4a81SDaniel Malea# The WARN_FORMAT tag determines the format of the warning messages that
561f92c4a81SDaniel Malea# doxygen can produce. The string should contain the $file, $line, and $text
562f92c4a81SDaniel Malea# tags, which will be replaced by the file and line number from which the
563f92c4a81SDaniel Malea# warning originated and the warning text. Optionally the format may contain
564f92c4a81SDaniel Malea# $version, which will be replaced by the version of the file (if it could
565f92c4a81SDaniel Malea# be obtained via FILE_VERSION_FILTER)
566f92c4a81SDaniel Malea
567f92c4a81SDaniel MaleaWARN_FORMAT            =
568f92c4a81SDaniel Malea
569f92c4a81SDaniel Malea# The WARN_LOGFILE tag can be used to specify a file to which warning
570f92c4a81SDaniel Malea# and error messages should be written. If left blank the output is written
571f92c4a81SDaniel Malea# to stderr.
572f92c4a81SDaniel Malea
573f92c4a81SDaniel MaleaWARN_LOGFILE           =
574f92c4a81SDaniel Malea
575f92c4a81SDaniel Malea#---------------------------------------------------------------------------
576f92c4a81SDaniel Malea# configuration options related to the input files
577f92c4a81SDaniel Malea#---------------------------------------------------------------------------
578f92c4a81SDaniel Malea
579f92c4a81SDaniel Malea# The INPUT tag can be used to specify the files and/or directories that contain
580f92c4a81SDaniel Malea# documented source files. You may enter file names like "myfile.cpp" or
581f92c4a81SDaniel Malea# directories like "/usr/src/myproject". Separate the files or directories
582f92c4a81SDaniel Malea# with spaces.
583f92c4a81SDaniel Malea
58452cf9409SJonas DevlieghereINPUT                  = @abs_top_srcdir@/include/ \
58552cf9409SJonas Devlieghere                         @abs_top_srcdir@/source/ \
58652cf9409SJonas Devlieghere                         @abs_top_srcdir@/docs/doxygen-mainpage.dox
587f92c4a81SDaniel Malea
588f92c4a81SDaniel Malea# This tag can be used to specify the character encoding of the source files
589f92c4a81SDaniel Malea# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
590f92c4a81SDaniel Malea# also the default input encoding. Doxygen uses libiconv (or the iconv built
591f92c4a81SDaniel Malea# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
592f92c4a81SDaniel Malea# the list of possible encodings.
593f92c4a81SDaniel Malea
594f92c4a81SDaniel MaleaINPUT_ENCODING         = UTF-8
595f92c4a81SDaniel Malea
596f92c4a81SDaniel Malea# If the value of the INPUT tag contains directories, you can use the
597f92c4a81SDaniel Malea# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
598f92c4a81SDaniel Malea# and *.h) to filter out the source-files in the directories. If left
599f92c4a81SDaniel Malea# blank the following patterns are tested:
600f92c4a81SDaniel Malea# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
601f92c4a81SDaniel Malea# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
602f92c4a81SDaniel Malea
603f92c4a81SDaniel MaleaFILE_PATTERNS          =
604f92c4a81SDaniel Malea
605f92c4a81SDaniel Malea# The RECURSIVE tag can be used to turn specify whether or not subdirectories
606f92c4a81SDaniel Malea# should be searched for input files as well. Possible values are YES and NO.
607f92c4a81SDaniel Malea# If left blank NO is used.
608f92c4a81SDaniel Malea
609f92c4a81SDaniel MaleaRECURSIVE              = YES
610f92c4a81SDaniel Malea
611f92c4a81SDaniel Malea# The EXCLUDE tag can be used to specify files and/or directories that should
612f92c4a81SDaniel Malea# excluded from the INPUT source files. This way you can easily exclude a
613f92c4a81SDaniel Malea# subdirectory from a directory tree whose root is specified with the INPUT tag.
614f92c4a81SDaniel Malea
615f92c4a81SDaniel MaleaEXCLUDE                =
616f92c4a81SDaniel Malea
617f92c4a81SDaniel Malea# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
618f92c4a81SDaniel Malea# directories that are symbolic links (a Unix filesystem feature) are excluded
619f92c4a81SDaniel Malea# from the input.
620f92c4a81SDaniel Malea
621f92c4a81SDaniel MaleaEXCLUDE_SYMLINKS       = NO
622f92c4a81SDaniel Malea
623f92c4a81SDaniel Malea# If the value of the INPUT tag contains directories, you can use the
624f92c4a81SDaniel Malea# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
625f92c4a81SDaniel Malea# certain files from those directories. Note that the wildcards are matched
626f92c4a81SDaniel Malea# against the file with absolute path, so to exclude all test directories
627f92c4a81SDaniel Malea# for example use the pattern */test/*
628f92c4a81SDaniel Malea
629f92c4a81SDaniel MaleaEXCLUDE_PATTERNS       =
630f92c4a81SDaniel Malea
631f92c4a81SDaniel Malea# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
632f92c4a81SDaniel Malea# (namespaces, classes, functions, etc.) that should be excluded from the
633f92c4a81SDaniel Malea# output. The symbol name can be a fully qualified name, a word, or if the
634f92c4a81SDaniel Malea# wildcard * is used, a substring. Examples: ANamespace, AClass,
635f92c4a81SDaniel Malea# AClass::ANamespace, ANamespace::*Test
636f92c4a81SDaniel Malea
637f92c4a81SDaniel MaleaEXCLUDE_SYMBOLS        =
638f92c4a81SDaniel Malea
639f92c4a81SDaniel Malea# The EXAMPLE_PATH tag can be used to specify one or more files or
640f92c4a81SDaniel Malea# directories that contain example code fragments that are included (see
641f92c4a81SDaniel Malea# the \include command).
642f92c4a81SDaniel Malea
643f92c4a81SDaniel MaleaEXAMPLE_PATH           = @abs_top_srcdir@/examples
644f92c4a81SDaniel Malea
645f92c4a81SDaniel Malea# If the value of the EXAMPLE_PATH tag contains directories, you can use the
646f92c4a81SDaniel Malea# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
647f92c4a81SDaniel Malea# and *.h) to filter out the source-files in the directories. If left
648f92c4a81SDaniel Malea# blank all files are included.
649f92c4a81SDaniel Malea
650f92c4a81SDaniel MaleaEXAMPLE_PATTERNS       =
651f92c4a81SDaniel Malea
652f92c4a81SDaniel Malea# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
653f92c4a81SDaniel Malea# searched for input files to be used with the \include or \dontinclude
654f92c4a81SDaniel Malea# commands irrespective of the value of the RECURSIVE tag.
655f92c4a81SDaniel Malea# Possible values are YES and NO. If left blank NO is used.
656f92c4a81SDaniel Malea
657f92c4a81SDaniel MaleaEXAMPLE_RECURSIVE      = YES
658f92c4a81SDaniel Malea
659f92c4a81SDaniel Malea# The IMAGE_PATH tag can be used to specify one or more files or
660f92c4a81SDaniel Malea# directories that contain image that are included in the documentation (see
661f92c4a81SDaniel Malea# the \image command).
662f92c4a81SDaniel Malea
663f92c4a81SDaniel MaleaIMAGE_PATH             = @abs_top_srcdir@/docs/img
664f92c4a81SDaniel Malea
665f92c4a81SDaniel Malea# The INPUT_FILTER tag can be used to specify a program that doxygen should
666f92c4a81SDaniel Malea# invoke to filter for each input file. Doxygen will invoke the filter program
667f92c4a81SDaniel Malea# by executing (via popen()) the command <filter> <input-file>, where <filter>
668f92c4a81SDaniel Malea# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
669f92c4a81SDaniel Malea# input file. Doxygen will then use the output that the filter program writes
670f92c4a81SDaniel Malea# to standard output.
671f92c4a81SDaniel Malea# If FILTER_PATTERNS is specified, this tag will be
672f92c4a81SDaniel Malea# ignored.
673f92c4a81SDaniel Malea
674f92c4a81SDaniel MaleaINPUT_FILTER           =
675f92c4a81SDaniel Malea
676f92c4a81SDaniel Malea# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
677f92c4a81SDaniel Malea# basis.
678f92c4a81SDaniel Malea# Doxygen will compare the file name with each pattern and apply the
679f92c4a81SDaniel Malea# filter if there is a match.
680f92c4a81SDaniel Malea# The filters are a list of the form:
681f92c4a81SDaniel Malea# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
682f92c4a81SDaniel Malea# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
683f92c4a81SDaniel Malea# is applied to all files.
684f92c4a81SDaniel Malea
685f92c4a81SDaniel MaleaFILTER_PATTERNS        =
686f92c4a81SDaniel Malea
687f92c4a81SDaniel Malea# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
688f92c4a81SDaniel Malea# INPUT_FILTER) will be used to filter the input files when producing source
689f92c4a81SDaniel Malea# files to browse (i.e. when SOURCE_BROWSER is set to YES).
690f92c4a81SDaniel Malea
691f92c4a81SDaniel MaleaFILTER_SOURCE_FILES    = NO
692f92c4a81SDaniel Malea
693f92c4a81SDaniel Malea#---------------------------------------------------------------------------
694f92c4a81SDaniel Malea# configuration options related to source browsing
695f92c4a81SDaniel Malea#---------------------------------------------------------------------------
696f92c4a81SDaniel Malea
697f92c4a81SDaniel Malea# If the SOURCE_BROWSER tag is set to YES then a list of source files will
698f92c4a81SDaniel Malea# be generated. Documented entities will be cross-referenced with these sources.
699f92c4a81SDaniel Malea# Note: To get rid of all source code in the generated output, make sure also
700f92c4a81SDaniel Malea# VERBATIM_HEADERS is set to NO.
701f92c4a81SDaniel Malea
702f92c4a81SDaniel MaleaSOURCE_BROWSER         = YES
703f92c4a81SDaniel Malea
704f92c4a81SDaniel Malea# Setting the INLINE_SOURCES tag to YES will include the body
705f92c4a81SDaniel Malea# of functions and classes directly in the documentation.
706f92c4a81SDaniel Malea
707f92c4a81SDaniel MaleaINLINE_SOURCES         = NO
708f92c4a81SDaniel Malea
709f92c4a81SDaniel Malea# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
710f92c4a81SDaniel Malea# doxygen to hide any special comment blocks from generated source code
711f92c4a81SDaniel Malea# fragments. Normal C and C++ comments will always remain visible.
712f92c4a81SDaniel Malea
713f92c4a81SDaniel MaleaSTRIP_CODE_COMMENTS    = NO
714f92c4a81SDaniel Malea
715f92c4a81SDaniel Malea# If the REFERENCED_BY_RELATION tag is set to YES
716f92c4a81SDaniel Malea# then for each documented function all documented
717f92c4a81SDaniel Malea# functions referencing it will be listed.
718f92c4a81SDaniel Malea
719f92c4a81SDaniel MaleaREFERENCED_BY_RELATION = YES
720f92c4a81SDaniel Malea
721f92c4a81SDaniel Malea# If the REFERENCES_RELATION tag is set to YES
722f92c4a81SDaniel Malea# then for each documented function all documented entities
723f92c4a81SDaniel Malea# called/used by that function will be listed.
724f92c4a81SDaniel Malea
725f92c4a81SDaniel MaleaREFERENCES_RELATION    = YES
726f92c4a81SDaniel Malea
727f92c4a81SDaniel Malea# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
728f92c4a81SDaniel Malea# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
729f92c4a81SDaniel Malea# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
730f92c4a81SDaniel Malea# link to the source code.
731f92c4a81SDaniel Malea# Otherwise they will link to the documentation.
732f92c4a81SDaniel Malea
733f92c4a81SDaniel MaleaREFERENCES_LINK_SOURCE = YES
734f92c4a81SDaniel Malea
735f92c4a81SDaniel Malea# If the USE_HTAGS tag is set to YES then the references to source code
736f92c4a81SDaniel Malea# will point to the HTML generated by the htags(1) tool instead of doxygen
737f92c4a81SDaniel Malea# built-in source browser. The htags tool is part of GNU's global source
738f92c4a81SDaniel Malea# tagging system (see http://www.gnu.org/software/global/global.html). You
739f92c4a81SDaniel Malea# will need version 4.8.6 or higher.
740f92c4a81SDaniel Malea
741f92c4a81SDaniel MaleaUSE_HTAGS              = NO
742f92c4a81SDaniel Malea
743f92c4a81SDaniel Malea# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
744f92c4a81SDaniel Malea# will generate a verbatim copy of the header file for each class for
745f92c4a81SDaniel Malea# which an include is specified. Set to NO to disable this.
746f92c4a81SDaniel Malea
747f92c4a81SDaniel MaleaVERBATIM_HEADERS       = YES
748f92c4a81SDaniel Malea
749f92c4a81SDaniel Malea#---------------------------------------------------------------------------
750f92c4a81SDaniel Malea# configuration options related to the alphabetical class index
751f92c4a81SDaniel Malea#---------------------------------------------------------------------------
752f92c4a81SDaniel Malea
753f92c4a81SDaniel Malea# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
754f92c4a81SDaniel Malea# of all compounds will be generated. Enable this if the project
755f92c4a81SDaniel Malea# contains a lot of classes, structs, unions or interfaces.
756f92c4a81SDaniel Malea
757f92c4a81SDaniel MaleaALPHABETICAL_INDEX     = YES
758f92c4a81SDaniel Malea
759f92c4a81SDaniel Malea# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
760f92c4a81SDaniel Malea# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
761f92c4a81SDaniel Malea# in which this list will be split (can be a number in the range [1..20])
762f92c4a81SDaniel Malea
763f92c4a81SDaniel MaleaCOLS_IN_ALPHA_INDEX    = 4
764f92c4a81SDaniel Malea
765f92c4a81SDaniel Malea# In case all classes in a project start with a common prefix, all
766f92c4a81SDaniel Malea# classes will be put under the same header in the alphabetical index.
767f92c4a81SDaniel Malea# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
768f92c4a81SDaniel Malea# should be ignored while generating the index headers.
769f92c4a81SDaniel Malea
770f92c4a81SDaniel MaleaIGNORE_PREFIX          = llvm::
771f92c4a81SDaniel Malea
772f92c4a81SDaniel Malea#---------------------------------------------------------------------------
773f92c4a81SDaniel Malea# configuration options related to the HTML output
774f92c4a81SDaniel Malea#---------------------------------------------------------------------------
775f92c4a81SDaniel Malea
776f92c4a81SDaniel Malea# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
777f92c4a81SDaniel Malea# generate HTML output.
778f92c4a81SDaniel Malea
779f92c4a81SDaniel MaleaGENERATE_HTML          = YES
780f92c4a81SDaniel Malea
781f92c4a81SDaniel Malea# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
782f92c4a81SDaniel Malea# If a relative path is entered the value of OUTPUT_DIRECTORY will be
783f92c4a81SDaniel Malea# put in front of it. If left blank `html' will be used as the default path.
784f92c4a81SDaniel Malea
785f92c4a81SDaniel MaleaHTML_OUTPUT            = html
786f92c4a81SDaniel Malea
787f92c4a81SDaniel Malea# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
788f92c4a81SDaniel Malea# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
789f92c4a81SDaniel Malea# doxygen will generate files with .html extension.
790f92c4a81SDaniel Malea
791f92c4a81SDaniel MaleaHTML_FILE_EXTENSION    = .html
792f92c4a81SDaniel Malea
793f92c4a81SDaniel Malea# The HTML_HEADER tag can be used to specify a personal HTML header for
794f92c4a81SDaniel Malea# each generated HTML page. If it is left blank doxygen will generate a
795f92c4a81SDaniel Malea# standard header.
796f92c4a81SDaniel Malea
79752cf9409SJonas DevlieghereHTML_HEADER            =
798f92c4a81SDaniel Malea
799f92c4a81SDaniel Malea# The HTML_FOOTER tag can be used to specify a personal HTML footer for
800f92c4a81SDaniel Malea# each generated HTML page. If it is left blank doxygen will generate a
801f92c4a81SDaniel Malea# standard footer.
802f92c4a81SDaniel Malea
80352cf9409SJonas DevlieghereHTML_FOOTER            =
804f92c4a81SDaniel Malea
805f92c4a81SDaniel Malea# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
806f92c4a81SDaniel Malea# style sheet that is used by each HTML page. It can be used to
807f92c4a81SDaniel Malea# fine-tune the look of the HTML output. If the tag is left blank doxygen
808f92c4a81SDaniel Malea# will generate a default style sheet. Note that doxygen will try to copy
809f92c4a81SDaniel Malea# the style sheet file to the HTML output directory, so don't put your own
810f92c4a81SDaniel Malea# stylesheet in the HTML output directory as well, or it will be erased!
811f92c4a81SDaniel Malea
81252cf9409SJonas DevlieghereHTML_STYLESHEET        =
813f92c4a81SDaniel Malea
814f92c4a81SDaniel Malea# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
815f92c4a81SDaniel Malea# Doxygen will adjust the colors in the stylesheet and background images
816f92c4a81SDaniel Malea# according to this color. Hue is specified as an angle on a colorwheel,
817f92c4a81SDaniel Malea# see http://en.wikipedia.org/wiki/Hue for more information.
818f92c4a81SDaniel Malea# For instance the value 0 represents red, 60 is yellow, 120 is green,
819f92c4a81SDaniel Malea# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
820f92c4a81SDaniel Malea# The allowed range is 0 to 359.
821f92c4a81SDaniel Malea
822f92c4a81SDaniel MaleaHTML_COLORSTYLE_HUE    = 220
823f92c4a81SDaniel Malea
824f92c4a81SDaniel Malea# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
825f92c4a81SDaniel Malea# the colors in the HTML output. For a value of 0 the output will use
826f92c4a81SDaniel Malea# grayscales only. A value of 255 will produce the most vivid colors.
827f92c4a81SDaniel Malea
828f92c4a81SDaniel MaleaHTML_COLORSTYLE_SAT    = 100
829f92c4a81SDaniel Malea
830f92c4a81SDaniel Malea# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
831f92c4a81SDaniel Malea# the luminance component of the colors in the HTML output. Values below
832f92c4a81SDaniel Malea# 100 gradually make the output lighter, whereas values above 100 make
833f92c4a81SDaniel Malea# the output darker. The value divided by 100 is the actual gamma applied,
834f92c4a81SDaniel Malea# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
835f92c4a81SDaniel Malea# and 100 does not change the gamma.
836f92c4a81SDaniel Malea
837f92c4a81SDaniel MaleaHTML_COLORSTYLE_GAMMA  = 80
838f92c4a81SDaniel Malea
839f92c4a81SDaniel Malea# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
840f92c4a81SDaniel Malea# page will contain the date and time when the page was generated. Setting
841f92c4a81SDaniel Malea# this to NO can help when comparing the output of multiple runs.
842f92c4a81SDaniel Malea
843f92c4a81SDaniel MaleaHTML_TIMESTAMP         = YES
844f92c4a81SDaniel Malea
845f92c4a81SDaniel Malea# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
846f92c4a81SDaniel Malea# files or namespaces will be aligned in HTML using tables. If set to
847f92c4a81SDaniel Malea# NO a bullet list will be used.
848f92c4a81SDaniel Malea
849f92c4a81SDaniel MaleaHTML_ALIGN_MEMBERS     = YES
850f92c4a81SDaniel Malea
851f92c4a81SDaniel Malea# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
852f92c4a81SDaniel Malea# documentation will contain sections that can be hidden and shown after the
853f92c4a81SDaniel Malea# page has loaded. For this to work a browser that supports
854f92c4a81SDaniel Malea# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
855f92c4a81SDaniel Malea# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
856f92c4a81SDaniel Malea
857f92c4a81SDaniel MaleaHTML_DYNAMIC_SECTIONS  = NO
858f92c4a81SDaniel Malea
859f92c4a81SDaniel Malea# If the GENERATE_DOCSET tag is set to YES, additional index files
860f92c4a81SDaniel Malea# will be generated that can be used as input for Apple's Xcode 3
861f92c4a81SDaniel Malea# integrated development environment, introduced with OSX 10.5 (Leopard).
862f92c4a81SDaniel Malea# To create a documentation set, doxygen will generate a Makefile in the
863f92c4a81SDaniel Malea# HTML output directory. Running make will produce the docset in that
864f92c4a81SDaniel Malea# directory and running "make install" will install the docset in
865f92c4a81SDaniel Malea# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
866f92c4a81SDaniel Malea# it at startup.
867f92c4a81SDaniel Malea# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
868f92c4a81SDaniel Malea# for more information.
869f92c4a81SDaniel Malea
870f92c4a81SDaniel MaleaGENERATE_DOCSET        = NO
871f92c4a81SDaniel Malea
872f92c4a81SDaniel Malea# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
873f92c4a81SDaniel Malea# feed. A documentation feed provides an umbrella under which multiple
874f92c4a81SDaniel Malea# documentation sets from a single provider (such as a company or product suite)
875f92c4a81SDaniel Malea# can be grouped.
876f92c4a81SDaniel Malea
877f92c4a81SDaniel MaleaDOCSET_FEEDNAME        = "Doxygen generated docs"
878f92c4a81SDaniel Malea
879f92c4a81SDaniel Malea# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
880f92c4a81SDaniel Malea# should uniquely identify the documentation set bundle. This should be a
881f92c4a81SDaniel Malea# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
882f92c4a81SDaniel Malea# will append .docset to the name.
883f92c4a81SDaniel Malea
884f92c4a81SDaniel MaleaDOCSET_BUNDLE_ID       = org.doxygen.Project
885f92c4a81SDaniel Malea
886f92c4a81SDaniel Malea# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
887f92c4a81SDaniel Malea# the documentation publisher. This should be a reverse domain-name style
888f92c4a81SDaniel Malea# string, e.g. com.mycompany.MyDocSet.documentation.
889f92c4a81SDaniel Malea
890f92c4a81SDaniel MaleaDOCSET_PUBLISHER_ID    = org.doxygen.Publisher
891f92c4a81SDaniel Malea
892f92c4a81SDaniel Malea# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
893f92c4a81SDaniel Malea
894f92c4a81SDaniel MaleaDOCSET_PUBLISHER_NAME  = Publisher
895f92c4a81SDaniel Malea
896f92c4a81SDaniel Malea# If the GENERATE_HTMLHELP tag is set to YES, additional index files
897f92c4a81SDaniel Malea# will be generated that can be used as input for tools like the
898f92c4a81SDaniel Malea# Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
899f92c4a81SDaniel Malea# of the generated HTML documentation.
900f92c4a81SDaniel Malea
901f92c4a81SDaniel MaleaGENERATE_HTMLHELP      = NO
902f92c4a81SDaniel Malea
903f92c4a81SDaniel Malea# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
904f92c4a81SDaniel Malea# be used to specify the file name of the resulting .chm file. You
905f92c4a81SDaniel Malea# can add a path in front of the file if the result should not be
906f92c4a81SDaniel Malea# written to the html output directory.
907f92c4a81SDaniel Malea
908f92c4a81SDaniel MaleaCHM_FILE               =
909f92c4a81SDaniel Malea
910f92c4a81SDaniel Malea# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
911f92c4a81SDaniel Malea# be used to specify the location (absolute path including file name) of
912f92c4a81SDaniel Malea# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
913f92c4a81SDaniel Malea# the HTML help compiler on the generated index.hhp.
914f92c4a81SDaniel Malea
915f92c4a81SDaniel MaleaHHC_LOCATION           =
916f92c4a81SDaniel Malea
917f92c4a81SDaniel Malea# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
918f92c4a81SDaniel Malea# controls if a separate .chi index file is generated (YES) or that
919c3b15b71SQuinn Pham# it should be included in the main .chm file (NO).
920f92c4a81SDaniel Malea
921f92c4a81SDaniel MaleaGENERATE_CHI           = NO
922f92c4a81SDaniel Malea
923f92c4a81SDaniel Malea# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
924f92c4a81SDaniel Malea# is used to encode HtmlHelp index (hhk), content (hhc) and project file
925f92c4a81SDaniel Malea# content.
926f92c4a81SDaniel Malea
927f92c4a81SDaniel MaleaCHM_INDEX_ENCODING     =
928f92c4a81SDaniel Malea
929f92c4a81SDaniel Malea# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
930f92c4a81SDaniel Malea# controls whether a binary table of contents is generated (YES) or a
931f92c4a81SDaniel Malea# normal table of contents (NO) in the .chm file.
932f92c4a81SDaniel Malea
933f92c4a81SDaniel MaleaBINARY_TOC             = NO
934f92c4a81SDaniel Malea
935f92c4a81SDaniel Malea# The TOC_EXPAND flag can be set to YES to add extra items for group members
936f92c4a81SDaniel Malea# to the contents of the HTML help documentation and to the tree view.
937f92c4a81SDaniel Malea
938f92c4a81SDaniel MaleaTOC_EXPAND             = NO
939f92c4a81SDaniel Malea
940f92c4a81SDaniel Malea# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
941f92c4a81SDaniel Malea# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
942f92c4a81SDaniel Malea# that can be used as input for Qt's qhelpgenerator to generate a
943f92c4a81SDaniel Malea# Qt Compressed Help (.qch) of the generated HTML documentation.
944f92c4a81SDaniel Malea
945f92c4a81SDaniel MaleaGENERATE_QHP           = NO
946f92c4a81SDaniel Malea
947f92c4a81SDaniel Malea# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
948f92c4a81SDaniel Malea# be used to specify the file name of the resulting .qch file.
949f92c4a81SDaniel Malea# The path specified is relative to the HTML output folder.
950f92c4a81SDaniel Malea
951f92c4a81SDaniel MaleaQCH_FILE               =
952f92c4a81SDaniel Malea
953f92c4a81SDaniel Malea# The QHP_NAMESPACE tag specifies the namespace to use when generating
954f92c4a81SDaniel Malea# Qt Help Project output. For more information please see
955f92c4a81SDaniel Malea# http://doc.trolltech.com/qthelpproject.html#namespace
956f92c4a81SDaniel Malea
957f92c4a81SDaniel MaleaQHP_NAMESPACE          = org.doxygen.Project
958f92c4a81SDaniel Malea
959f92c4a81SDaniel Malea# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
960f92c4a81SDaniel Malea# Qt Help Project output. For more information please see
961f92c4a81SDaniel Malea# http://doc.trolltech.com/qthelpproject.html#virtual-folders
962f92c4a81SDaniel Malea
963f92c4a81SDaniel MaleaQHP_VIRTUAL_FOLDER     = doc
964f92c4a81SDaniel Malea
965f92c4a81SDaniel Malea# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
966f92c4a81SDaniel Malea# add. For more information please see
967f92c4a81SDaniel Malea# http://doc.trolltech.com/qthelpproject.html#custom-filters
968f92c4a81SDaniel Malea
969f92c4a81SDaniel MaleaQHP_CUST_FILTER_NAME   =
970f92c4a81SDaniel Malea
971f92c4a81SDaniel Malea# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
972f92c4a81SDaniel Malea# custom filter to add. For more information please see
973f92c4a81SDaniel Malea# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
974f92c4a81SDaniel Malea# Qt Help Project / Custom Filters</a>.
975f92c4a81SDaniel Malea
976f92c4a81SDaniel MaleaQHP_CUST_FILTER_ATTRS  =
977f92c4a81SDaniel Malea
978f92c4a81SDaniel Malea# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
979f92c4a81SDaniel Malea# project's
980f92c4a81SDaniel Malea# filter section matches.
981f92c4a81SDaniel Malea# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
982f92c4a81SDaniel Malea# Qt Help Project / Filter Attributes</a>.
983f92c4a81SDaniel Malea
984f92c4a81SDaniel MaleaQHP_SECT_FILTER_ATTRS  =
985f92c4a81SDaniel Malea
986f92c4a81SDaniel Malea# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
987f92c4a81SDaniel Malea# be used to specify the location of Qt's qhelpgenerator.
988f92c4a81SDaniel Malea# If non-empty doxygen will try to run qhelpgenerator on the generated
989f92c4a81SDaniel Malea# .qhp file.
990f92c4a81SDaniel Malea
991f92c4a81SDaniel MaleaQHG_LOCATION           =
992f92c4a81SDaniel Malea
993f92c4a81SDaniel Malea# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
994f92c4a81SDaniel Malea#  will be generated, which together with the HTML files, form an Eclipse help
995f92c4a81SDaniel Malea# plugin. To install this plugin and make it available under the help contents
996f92c4a81SDaniel Malea# menu in Eclipse, the contents of the directory containing the HTML and XML
997f92c4a81SDaniel Malea# files needs to be copied into the plugins directory of eclipse. The name of
998f92c4a81SDaniel Malea# the directory within the plugins directory should be the same as
999f92c4a81SDaniel Malea# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1000f92c4a81SDaniel Malea# the help appears.
1001f92c4a81SDaniel Malea
1002f92c4a81SDaniel MaleaGENERATE_ECLIPSEHELP   = NO
1003f92c4a81SDaniel Malea
1004f92c4a81SDaniel Malea# A unique identifier for the eclipse help plugin. When installing the plugin
1005f92c4a81SDaniel Malea# the directory name containing the HTML and XML files should also have
1006f92c4a81SDaniel Malea# this name.
1007f92c4a81SDaniel Malea
1008f92c4a81SDaniel MaleaECLIPSE_DOC_ID         = org.doxygen.Project
1009f92c4a81SDaniel Malea
1010f92c4a81SDaniel Malea# The DISABLE_INDEX tag can be used to turn on/off the condensed index at
1011f92c4a81SDaniel Malea# top of each HTML page. The value NO (the default) enables the index and
1012f92c4a81SDaniel Malea# the value YES disables it.
1013f92c4a81SDaniel Malea
1014f92c4a81SDaniel MaleaDISABLE_INDEX          = NO
1015f92c4a81SDaniel Malea
1016f92c4a81SDaniel Malea# This tag can be used to set the number of enum values (range [1..20])
1017f92c4a81SDaniel Malea# that doxygen will group on one line in the generated HTML documentation.
1018f92c4a81SDaniel Malea
1019f92c4a81SDaniel MaleaENUM_VALUES_PER_LINE   = 4
1020f92c4a81SDaniel Malea
1021f92c4a81SDaniel Malea# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1022f92c4a81SDaniel Malea# structure should be generated to display hierarchical information.
1023f92c4a81SDaniel Malea# If the tag value is set to YES, a side panel will be generated
1024f92c4a81SDaniel Malea# containing a tree-like index structure (just like the one that
1025f92c4a81SDaniel Malea# is generated for HTML Help). For this to work a browser that supports
1026f92c4a81SDaniel Malea# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
1027f92c4a81SDaniel Malea# Windows users are probably better off using the HTML help feature.
1028f92c4a81SDaniel Malea
1029f92c4a81SDaniel MaleaGENERATE_TREEVIEW      = NO
1030f92c4a81SDaniel Malea
1031f92c4a81SDaniel Malea# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1032f92c4a81SDaniel Malea# and Class Hierarchy pages using a tree view instead of an ordered list.
1033f92c4a81SDaniel Malea
1034f92c4a81SDaniel MaleaUSE_INLINE_TREES       = NO
1035f92c4a81SDaniel Malea
1036f92c4a81SDaniel Malea# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
1037f92c4a81SDaniel Malea# used to set the initial width (in pixels) of the frame in which the tree
1038f92c4a81SDaniel Malea# is shown.
1039f92c4a81SDaniel Malea
1040f92c4a81SDaniel MaleaTREEVIEW_WIDTH         = 250
1041f92c4a81SDaniel Malea
1042f92c4a81SDaniel Malea# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1043f92c4a81SDaniel Malea# links to external symbols imported via tag files in a separate window.
1044f92c4a81SDaniel Malea
1045f92c4a81SDaniel MaleaEXT_LINKS_IN_WINDOW    = NO
1046f92c4a81SDaniel Malea
1047f92c4a81SDaniel Malea# Use this tag to change the font size of Latex formulas included
1048f92c4a81SDaniel Malea# as images in the HTML documentation. The default is 10. Note that
1049f92c4a81SDaniel Malea# when you change the font size after a successful doxygen run you need
1050f92c4a81SDaniel Malea# to manually remove any form_*.png images from the HTML output directory
1051f92c4a81SDaniel Malea# to force them to be regenerated.
1052f92c4a81SDaniel Malea
1053f92c4a81SDaniel MaleaFORMULA_FONTSIZE       = 10
1054f92c4a81SDaniel Malea
1055f92c4a81SDaniel Malea# Use the FORMULA_TRANPARENT tag to determine whether or not the images
1056f92c4a81SDaniel Malea# generated for formulas are transparent PNGs. Transparent PNGs are
1057f92c4a81SDaniel Malea# not supported properly for IE 6.0, but are supported on all modern browsers.
1058f92c4a81SDaniel Malea# Note that when changing this option you need to delete any form_*.png files
1059f92c4a81SDaniel Malea# in the HTML output before the changes have effect.
1060f92c4a81SDaniel Malea
1061f92c4a81SDaniel MaleaFORMULA_TRANSPARENT    = YES
1062f92c4a81SDaniel Malea
1063f92c4a81SDaniel Malea# When the SEARCHENGINE tag is enabled doxygen will generate a search box
1064f92c4a81SDaniel Malea# for the HTML output. The underlying search engine uses javascript
1065f92c4a81SDaniel Malea# and DHTML and should work on any modern browser. Note that when using
1066f92c4a81SDaniel Malea# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
1067f92c4a81SDaniel Malea# (GENERATE_DOCSET) there is already a search function so this one should
1068f92c4a81SDaniel Malea# typically be disabled. For large projects the javascript based search engine
1069f92c4a81SDaniel Malea# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
1070f92c4a81SDaniel Malea
1071f92c4a81SDaniel MaleaSEARCHENGINE           = NO
1072f92c4a81SDaniel Malea
1073f92c4a81SDaniel Malea# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1074f92c4a81SDaniel Malea# implemented using a PHP enabled web server instead of at the web client
1075f92c4a81SDaniel Malea# using Javascript. Doxygen will generate the search PHP script and index
1076f92c4a81SDaniel Malea# file to put on the web server. The advantage of the server
1077f92c4a81SDaniel Malea# based approach is that it scales better to large projects and allows
1078f92c4a81SDaniel Malea# full text search. The disadvances is that it is more difficult to setup
1079f92c4a81SDaniel Malea# and does not have live searching capabilities.
1080f92c4a81SDaniel Malea
1081f92c4a81SDaniel MaleaSERVER_BASED_SEARCH    = NO
1082f92c4a81SDaniel Malea
1083f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1084f92c4a81SDaniel Malea# configuration options related to the LaTeX output
1085f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1086f92c4a81SDaniel Malea
1087f92c4a81SDaniel Malea# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1088f92c4a81SDaniel Malea# generate Latex output.
1089f92c4a81SDaniel Malea
1090f92c4a81SDaniel MaleaGENERATE_LATEX         = NO
1091f92c4a81SDaniel Malea
1092f92c4a81SDaniel Malea# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1093f92c4a81SDaniel Malea# If a relative path is entered the value of OUTPUT_DIRECTORY will be
1094f92c4a81SDaniel Malea# put in front of it. If left blank `latex' will be used as the default path.
1095f92c4a81SDaniel Malea
1096f92c4a81SDaniel MaleaLATEX_OUTPUT           =
1097f92c4a81SDaniel Malea
1098f92c4a81SDaniel Malea# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1099f92c4a81SDaniel Malea# invoked. If left blank `latex' will be used as the default command name.
1100f92c4a81SDaniel Malea# Note that when enabling USE_PDFLATEX this option is only used for
1101f92c4a81SDaniel Malea# generating bitmaps for formulas in the HTML output, but not in the
1102f92c4a81SDaniel Malea# Makefile that is written to the output directory.
1103f92c4a81SDaniel Malea
1104f92c4a81SDaniel MaleaLATEX_CMD_NAME         = latex
1105f92c4a81SDaniel Malea
1106f92c4a81SDaniel Malea# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1107f92c4a81SDaniel Malea# generate index for LaTeX. If left blank `makeindex' will be used as the
1108f92c4a81SDaniel Malea# default command name.
1109f92c4a81SDaniel Malea
1110f92c4a81SDaniel MaleaMAKEINDEX_CMD_NAME     = makeindex
1111f92c4a81SDaniel Malea
1112f92c4a81SDaniel Malea# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1113f92c4a81SDaniel Malea# LaTeX documents. This may be useful for small projects and may help to
1114f92c4a81SDaniel Malea# save some trees in general.
1115f92c4a81SDaniel Malea
1116f92c4a81SDaniel MaleaCOMPACT_LATEX          = NO
1117f92c4a81SDaniel Malea
1118f92c4a81SDaniel Malea# The PAPER_TYPE tag can be used to set the paper type that is used
1119f92c4a81SDaniel Malea# by the printer. Possible values are: a4, a4wide, letter, legal and
1120f92c4a81SDaniel Malea# executive. If left blank a4wide will be used.
1121f92c4a81SDaniel Malea
1122f92c4a81SDaniel MaleaPAPER_TYPE             = letter
1123f92c4a81SDaniel Malea
1124f92c4a81SDaniel Malea# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1125f92c4a81SDaniel Malea# packages that should be included in the LaTeX output.
1126f92c4a81SDaniel Malea
1127f92c4a81SDaniel MaleaEXTRA_PACKAGES         =
1128f92c4a81SDaniel Malea
1129f92c4a81SDaniel Malea# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1130f92c4a81SDaniel Malea# the generated latex document. The header should contain everything until
1131f92c4a81SDaniel Malea# the first chapter. If it is left blank doxygen will generate a
1132f92c4a81SDaniel Malea# standard header. Notice: only use this tag if you know what you are doing!
1133f92c4a81SDaniel Malea
1134f92c4a81SDaniel MaleaLATEX_HEADER           =
1135f92c4a81SDaniel Malea
1136f92c4a81SDaniel Malea# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1137f92c4a81SDaniel Malea# is prepared for conversion to pdf (using ps2pdf). The pdf file will
1138f92c4a81SDaniel Malea# contain links (just like the HTML output) instead of page references
1139f92c4a81SDaniel Malea# This makes the output suitable for online browsing using a pdf viewer.
1140f92c4a81SDaniel Malea
1141f92c4a81SDaniel MaleaPDF_HYPERLINKS         = NO
1142f92c4a81SDaniel Malea
1143f92c4a81SDaniel Malea# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1144f92c4a81SDaniel Malea# plain latex in the generated Makefile. Set this option to YES to get a
1145f92c4a81SDaniel Malea# higher quality PDF documentation.
1146f92c4a81SDaniel Malea
1147f92c4a81SDaniel MaleaUSE_PDFLATEX           = NO
1148f92c4a81SDaniel Malea
1149f92c4a81SDaniel Malea# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1150f92c4a81SDaniel Malea# command to the generated LaTeX files. This will instruct LaTeX to keep
1151f92c4a81SDaniel Malea# running if errors occur, instead of asking the user for help.
1152f92c4a81SDaniel Malea# This option is also used when generating formulas in HTML.
1153f92c4a81SDaniel Malea
1154f92c4a81SDaniel MaleaLATEX_BATCHMODE        = NO
1155f92c4a81SDaniel Malea
1156f92c4a81SDaniel Malea# If LATEX_HIDE_INDICES is set to YES then doxygen will not
1157f92c4a81SDaniel Malea# include the index chapters (such as File Index, Compound Index, etc.)
1158f92c4a81SDaniel Malea# in the output.
1159f92c4a81SDaniel Malea
1160f92c4a81SDaniel MaleaLATEX_HIDE_INDICES     = NO
1161f92c4a81SDaniel Malea
1162f92c4a81SDaniel Malea# If LATEX_SOURCE_CODE is set to YES then doxygen will include
1163f92c4a81SDaniel Malea# source code with syntax highlighting in the LaTeX output.
1164f92c4a81SDaniel Malea# Note that which sources are shown also depends on other settings
1165f92c4a81SDaniel Malea# such as SOURCE_BROWSER.
1166f92c4a81SDaniel Malea
1167f92c4a81SDaniel MaleaLATEX_SOURCE_CODE      = NO
1168f92c4a81SDaniel Malea
1169f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1170f92c4a81SDaniel Malea# configuration options related to the RTF output
1171f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1172f92c4a81SDaniel Malea
1173f92c4a81SDaniel Malea# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1174f92c4a81SDaniel Malea# The RTF output is optimized for Word 97 and may not look very pretty with
1175f92c4a81SDaniel Malea# other RTF readers or editors.
1176f92c4a81SDaniel Malea
1177f92c4a81SDaniel MaleaGENERATE_RTF           = NO
1178f92c4a81SDaniel Malea
1179f92c4a81SDaniel Malea# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1180f92c4a81SDaniel Malea# If a relative path is entered the value of OUTPUT_DIRECTORY will be
1181f92c4a81SDaniel Malea# put in front of it. If left blank `rtf' will be used as the default path.
1182f92c4a81SDaniel Malea
1183f92c4a81SDaniel MaleaRTF_OUTPUT             =
1184f92c4a81SDaniel Malea
1185f92c4a81SDaniel Malea# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1186f92c4a81SDaniel Malea# RTF documents. This may be useful for small projects and may help to
1187f92c4a81SDaniel Malea# save some trees in general.
1188f92c4a81SDaniel Malea
1189f92c4a81SDaniel MaleaCOMPACT_RTF            = NO
1190f92c4a81SDaniel Malea
1191f92c4a81SDaniel Malea# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1192f92c4a81SDaniel Malea# will contain hyperlink fields. The RTF file will
1193f92c4a81SDaniel Malea# contain links (just like the HTML output) instead of page references.
1194f92c4a81SDaniel Malea# This makes the output suitable for online browsing using WORD or other
1195f92c4a81SDaniel Malea# programs which support those fields.
1196f92c4a81SDaniel Malea# Note: wordpad (write) and others do not support links.
1197f92c4a81SDaniel Malea
1198f92c4a81SDaniel MaleaRTF_HYPERLINKS         = NO
1199f92c4a81SDaniel Malea
1200f92c4a81SDaniel Malea# Load stylesheet definitions from file. Syntax is similar to doxygen's
1201f92c4a81SDaniel Malea# config file, i.e. a series of assignments. You only have to provide
1202f92c4a81SDaniel Malea# replacements, missing definitions are set to their default value.
1203f92c4a81SDaniel Malea
1204f92c4a81SDaniel MaleaRTF_STYLESHEET_FILE    =
1205f92c4a81SDaniel Malea
1206f92c4a81SDaniel Malea# Set optional variables used in the generation of an rtf document.
1207f92c4a81SDaniel Malea# Syntax is similar to doxygen's config file.
1208f92c4a81SDaniel Malea
1209f92c4a81SDaniel MaleaRTF_EXTENSIONS_FILE    =
1210f92c4a81SDaniel Malea
1211f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1212f92c4a81SDaniel Malea# configuration options related to the man page output
1213f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1214f92c4a81SDaniel Malea
1215f92c4a81SDaniel Malea# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1216f92c4a81SDaniel Malea# generate man pages
1217f92c4a81SDaniel Malea
1218f92c4a81SDaniel MaleaGENERATE_MAN           = NO
1219f92c4a81SDaniel Malea
1220f92c4a81SDaniel Malea# The MAN_OUTPUT tag is used to specify where the man pages will be put.
1221f92c4a81SDaniel Malea# If a relative path is entered the value of OUTPUT_DIRECTORY will be
1222f92c4a81SDaniel Malea# put in front of it. If left blank `man' will be used as the default path.
1223f92c4a81SDaniel Malea
1224f92c4a81SDaniel MaleaMAN_OUTPUT             =
1225f92c4a81SDaniel Malea
1226f92c4a81SDaniel Malea# The MAN_EXTENSION tag determines the extension that is added to
1227f92c4a81SDaniel Malea# the generated man pages (default is the subroutine's section .3)
1228f92c4a81SDaniel Malea
1229f92c4a81SDaniel MaleaMAN_EXTENSION          =
1230f92c4a81SDaniel Malea
1231f92c4a81SDaniel Malea# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1232f92c4a81SDaniel Malea# then it will generate one additional man file for each entity
1233f92c4a81SDaniel Malea# documented in the real man page(s). These additional files
1234f92c4a81SDaniel Malea# only source the real man page, but without them the man command
1235f92c4a81SDaniel Malea# would be unable to find the correct page. The default is NO.
1236f92c4a81SDaniel Malea
1237f92c4a81SDaniel MaleaMAN_LINKS              = NO
1238f92c4a81SDaniel Malea
1239f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1240f92c4a81SDaniel Malea# configuration options related to the XML output
1241f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1242f92c4a81SDaniel Malea
1243f92c4a81SDaniel Malea# If the GENERATE_XML tag is set to YES Doxygen will
1244f92c4a81SDaniel Malea# generate an XML file that captures the structure of
1245f92c4a81SDaniel Malea# the code including all documentation.
1246f92c4a81SDaniel Malea
1247f92c4a81SDaniel MaleaGENERATE_XML           = NO
1248f92c4a81SDaniel Malea
1249f92c4a81SDaniel Malea# The XML_OUTPUT tag is used to specify where the XML pages will be put.
1250f92c4a81SDaniel Malea# If a relative path is entered the value of OUTPUT_DIRECTORY will be
1251f92c4a81SDaniel Malea# put in front of it. If left blank `xml' will be used as the default path.
1252f92c4a81SDaniel Malea
1253f92c4a81SDaniel MaleaXML_OUTPUT             = xml
1254f92c4a81SDaniel Malea
1255f92c4a81SDaniel Malea# The XML_SCHEMA tag can be used to specify an XML schema,
1256f92c4a81SDaniel Malea# which can be used by a validating XML parser to check the
1257f92c4a81SDaniel Malea# syntax of the XML files.
1258f92c4a81SDaniel Malea
1259f92c4a81SDaniel MaleaXML_SCHEMA             =
1260f92c4a81SDaniel Malea
1261f92c4a81SDaniel Malea# The XML_DTD tag can be used to specify an XML DTD,
1262f92c4a81SDaniel Malea# which can be used by a validating XML parser to check the
1263f92c4a81SDaniel Malea# syntax of the XML files.
1264f92c4a81SDaniel Malea
1265f92c4a81SDaniel MaleaXML_DTD                =
1266f92c4a81SDaniel Malea
1267f92c4a81SDaniel Malea# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1268f92c4a81SDaniel Malea# dump the program listings (including syntax highlighting
1269f92c4a81SDaniel Malea# and cross-referencing information) to the XML output. Note that
1270f92c4a81SDaniel Malea# enabling this will significantly increase the size of the XML output.
1271f92c4a81SDaniel Malea
1272f92c4a81SDaniel MaleaXML_PROGRAMLISTING     = YES
1273f92c4a81SDaniel Malea
1274f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1275f92c4a81SDaniel Malea# configuration options for the AutoGen Definitions output
1276f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1277f92c4a81SDaniel Malea
1278f92c4a81SDaniel Malea# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1279f92c4a81SDaniel Malea# generate an AutoGen Definitions (see autogen.sf.net) file
1280f92c4a81SDaniel Malea# that captures the structure of the code including all
1281f92c4a81SDaniel Malea# documentation. Note that this feature is still experimental
1282f92c4a81SDaniel Malea# and incomplete at the moment.
1283f92c4a81SDaniel Malea
1284f92c4a81SDaniel MaleaGENERATE_AUTOGEN_DEF   = NO
1285f92c4a81SDaniel Malea
1286f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1287f92c4a81SDaniel Malea# configuration options related to the Perl module output
1288f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1289f92c4a81SDaniel Malea
1290f92c4a81SDaniel Malea# If the GENERATE_PERLMOD tag is set to YES Doxygen will
1291f92c4a81SDaniel Malea# generate a Perl module file that captures the structure of
1292f92c4a81SDaniel Malea# the code including all documentation. Note that this
1293f92c4a81SDaniel Malea# feature is still experimental and incomplete at the
1294f92c4a81SDaniel Malea# moment.
1295f92c4a81SDaniel Malea
1296f92c4a81SDaniel MaleaGENERATE_PERLMOD       = NO
1297f92c4a81SDaniel Malea
1298f92c4a81SDaniel Malea# If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1299f92c4a81SDaniel Malea# the necessary Makefile rules, Perl scripts and LaTeX code to be able
1300f92c4a81SDaniel Malea# to generate PDF and DVI output from the Perl module output.
1301f92c4a81SDaniel Malea
1302f92c4a81SDaniel MaleaPERLMOD_LATEX          = NO
1303f92c4a81SDaniel Malea
1304f92c4a81SDaniel Malea# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1305f92c4a81SDaniel Malea# nicely formatted so it can be parsed by a human reader.
1306f92c4a81SDaniel Malea# This is useful
1307f92c4a81SDaniel Malea# if you want to understand what is going on.
1308f92c4a81SDaniel Malea# On the other hand, if this
1309f92c4a81SDaniel Malea# tag is set to NO the size of the Perl module output will be much smaller
1310f92c4a81SDaniel Malea# and Perl will parse it just the same.
1311f92c4a81SDaniel Malea
1312f92c4a81SDaniel MaleaPERLMOD_PRETTY         = YES
1313f92c4a81SDaniel Malea
1314f92c4a81SDaniel Malea# The names of the make variables in the generated doxyrules.make file
1315f92c4a81SDaniel Malea# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
1316f92c4a81SDaniel Malea# This is useful so different doxyrules.make files included by the same
1317f92c4a81SDaniel Malea# Makefile don't overwrite each other's variables.
1318f92c4a81SDaniel Malea
1319f92c4a81SDaniel MaleaPERLMOD_MAKEVAR_PREFIX =
1320f92c4a81SDaniel Malea
1321f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1322f92c4a81SDaniel Malea# Configuration options related to the preprocessor
1323f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1324f92c4a81SDaniel Malea
1325f92c4a81SDaniel Malea# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1326f92c4a81SDaniel Malea# evaluate all C-preprocessor directives found in the sources and include
1327f92c4a81SDaniel Malea# files.
1328f92c4a81SDaniel Malea
1329f92c4a81SDaniel MaleaENABLE_PREPROCESSING   = YES
1330f92c4a81SDaniel Malea
1331f92c4a81SDaniel Malea# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1332f92c4a81SDaniel Malea# names in the source code. If set to NO (the default) only conditional
1333f92c4a81SDaniel Malea# compilation will be performed. Macro expansion can be done in a controlled
1334f92c4a81SDaniel Malea# way by setting EXPAND_ONLY_PREDEF to YES.
1335f92c4a81SDaniel Malea
1336f92c4a81SDaniel MaleaMACRO_EXPANSION        = NO
1337f92c4a81SDaniel Malea
1338f92c4a81SDaniel Malea# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1339f92c4a81SDaniel Malea# then the macro expansion is limited to the macros specified with the
1340f92c4a81SDaniel Malea# PREDEFINED and EXPAND_AS_DEFINED tags.
1341f92c4a81SDaniel Malea
1342f92c4a81SDaniel MaleaEXPAND_ONLY_PREDEF     = NO
1343f92c4a81SDaniel Malea
1344f92c4a81SDaniel Malea# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1345f92c4a81SDaniel Malea# in the INCLUDE_PATH (see below) will be search if a #include is found.
1346f92c4a81SDaniel Malea
1347f92c4a81SDaniel MaleaSEARCH_INCLUDES        = YES
1348f92c4a81SDaniel Malea
1349f92c4a81SDaniel Malea# The INCLUDE_PATH tag can be used to specify one or more directories that
1350f92c4a81SDaniel Malea# contain include files that are not input files but should be processed by
1351f92c4a81SDaniel Malea# the preprocessor.
1352f92c4a81SDaniel Malea
135317d2730eSBruce MitchenerINCLUDE_PATH           = ../scripts/interface
1354f92c4a81SDaniel Malea
1355f92c4a81SDaniel Malea# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1356f92c4a81SDaniel Malea# patterns (like *.h and *.hpp) to filter out the header-files in the
1357f92c4a81SDaniel Malea# directories. If left blank, the patterns specified with FILE_PATTERNS will
1358f92c4a81SDaniel Malea# be used.
1359f92c4a81SDaniel Malea
1360f92c4a81SDaniel MaleaINCLUDE_FILE_PATTERNS  =
1361f92c4a81SDaniel Malea
1362f92c4a81SDaniel Malea# The PREDEFINED tag can be used to specify one or more macro names that
1363f92c4a81SDaniel Malea# are defined before the preprocessor is started (similar to the -D option of
1364f92c4a81SDaniel Malea# gcc). The argument of the tag is a list of macros of the form: name
1365f92c4a81SDaniel Malea# or name=definition (no spaces). If the definition and the = are
1366f92c4a81SDaniel Malea# omitted =1 is assumed. To prevent a macro definition from being
1367f92c4a81SDaniel Malea# undefined via #undef or recursively expanded use the := operator
1368f92c4a81SDaniel Malea# instead of the = operator.
1369f92c4a81SDaniel Malea
1370f92c4a81SDaniel MaleaPREDEFINED             =
1371f92c4a81SDaniel Malea
1372f92c4a81SDaniel Malea# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1373f92c4a81SDaniel Malea# this tag can be used to specify a list of macro names that should be expanded.
1374f92c4a81SDaniel Malea# The macro definition that is found in the sources will be used.
1375f92c4a81SDaniel Malea# Use the PREDEFINED tag if you want to use a different macro definition.
1376f92c4a81SDaniel Malea
1377f92c4a81SDaniel MaleaEXPAND_AS_DEFINED      =
1378f92c4a81SDaniel Malea
1379f92c4a81SDaniel Malea# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1380f92c4a81SDaniel Malea# doxygen's preprocessor will remove all function-like macros that are alone
1381f92c4a81SDaniel Malea# on a line, have an all uppercase name, and do not end with a semicolon. Such
1382f92c4a81SDaniel Malea# function macros are typically used for boiler-plate code, and will confuse
1383f92c4a81SDaniel Malea# the parser if not removed.
1384f92c4a81SDaniel Malea
1385f92c4a81SDaniel MaleaSKIP_FUNCTION_MACROS   = YES
1386f92c4a81SDaniel Malea
1387f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1388f92c4a81SDaniel Malea# Configuration::additions related to external references
1389f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1390f92c4a81SDaniel Malea
1391f92c4a81SDaniel Malea# The TAGFILES option can be used to specify one or more tagfiles.
1392f92c4a81SDaniel Malea# Optionally an initial location of the external documentation
1393f92c4a81SDaniel Malea# can be added for each tagfile. The format of a tag file without
1394f92c4a81SDaniel Malea# this location is as follows:
1395f92c4a81SDaniel Malea#
1396f92c4a81SDaniel Malea# TAGFILES = file1 file2 ...
1397f92c4a81SDaniel Malea# Adding location for the tag files is done as follows:
1398f92c4a81SDaniel Malea#
1399f92c4a81SDaniel Malea# TAGFILES = file1=loc1 "file2 = loc2" ...
1400f92c4a81SDaniel Malea# where "loc1" and "loc2" can be relative or absolute paths or
1401f92c4a81SDaniel Malea# URLs. If a location is present for each tag, the installdox tool
1402f92c4a81SDaniel Malea# does not have to be run to correct the links.
1403f92c4a81SDaniel Malea# Note that each tag file must have a unique name
1404f92c4a81SDaniel Malea# (where the name does NOT include the path)
1405f92c4a81SDaniel Malea# If a tag file is not located in the directory in which doxygen
1406f92c4a81SDaniel Malea# is run, you must also specify the path to the tagfile here.
1407f92c4a81SDaniel Malea
1408f92c4a81SDaniel MaleaTAGFILES               =
1409f92c4a81SDaniel Malea
1410f92c4a81SDaniel Malea# When a file name is specified after GENERATE_TAGFILE, doxygen will create
1411f92c4a81SDaniel Malea# a tag file that is based on the input files it reads.
1412f92c4a81SDaniel Malea
1413f92c4a81SDaniel MaleaGENERATE_TAGFILE       =
1414f92c4a81SDaniel Malea
1415f92c4a81SDaniel Malea# If the ALLEXTERNALS tag is set to YES all external classes will be listed
1416f92c4a81SDaniel Malea# in the class index. If set to NO only the inherited external classes
1417f92c4a81SDaniel Malea# will be listed.
1418f92c4a81SDaniel Malea
1419f92c4a81SDaniel MaleaALLEXTERNALS           = YES
1420f92c4a81SDaniel Malea
1421f92c4a81SDaniel Malea# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1422f92c4a81SDaniel Malea# in the modules index. If set to NO, only the current project's groups will
1423f92c4a81SDaniel Malea# be listed.
1424f92c4a81SDaniel Malea
1425f92c4a81SDaniel MaleaEXTERNAL_GROUPS        = YES
1426f92c4a81SDaniel Malea
1427f92c4a81SDaniel Malea# The PERL_PATH should be the absolute path and name of the perl script
1428f92c4a81SDaniel Malea# interpreter (i.e. the result of `which perl').
1429f92c4a81SDaniel Malea
1430f92c4a81SDaniel MaleaPERL_PATH              =
1431f92c4a81SDaniel Malea
1432f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1433f92c4a81SDaniel Malea# Configuration options related to the dot tool
1434f92c4a81SDaniel Malea#---------------------------------------------------------------------------
1435f92c4a81SDaniel Malea
1436f92c4a81SDaniel Malea# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
14374fd3347dSKazu Hirata# generate an inheritance diagram (in HTML, RTF and LaTeX) for classes with base
1438f92c4a81SDaniel Malea# or super classes. Setting the tag to NO turns the diagrams off. Note that
1439f92c4a81SDaniel Malea# this option is superseded by the HAVE_DOT option below. This is only a
1440f92c4a81SDaniel Malea# fallback. It is recommended to install and use dot, since it yields more
1441f92c4a81SDaniel Malea# powerful graphs.
1442f92c4a81SDaniel Malea
1443f92c4a81SDaniel MaleaCLASS_DIAGRAMS         = YES
1444f92c4a81SDaniel Malea
1445f92c4a81SDaniel Malea# You can define message sequence charts within doxygen comments using the \msc
1446f92c4a81SDaniel Malea# command. Doxygen will then run the mscgen tool (see
1447f92c4a81SDaniel Malea# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
1448f92c4a81SDaniel Malea# documentation. The MSCGEN_PATH tag allows you to specify the directory where
1449f92c4a81SDaniel Malea# the mscgen tool resides. If left empty the tool is assumed to be found in the
1450f92c4a81SDaniel Malea# default search path.
1451f92c4a81SDaniel Malea
1452f92c4a81SDaniel MaleaMSCGEN_PATH            =
1453f92c4a81SDaniel Malea
1454f92c4a81SDaniel Malea# If set to YES, the inheritance and collaboration graphs will hide
1455f92c4a81SDaniel Malea# inheritance and usage relations if the target is undocumented
1456f92c4a81SDaniel Malea# or is not a class.
1457f92c4a81SDaniel Malea
1458f92c4a81SDaniel MaleaHIDE_UNDOC_RELATIONS   = NO
1459f92c4a81SDaniel Malea
1460f92c4a81SDaniel Malea# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1461f92c4a81SDaniel Malea# available from the path. This tool is part of Graphviz, a graph visualization
1462f92c4a81SDaniel Malea# toolkit from AT&T and Lucent Bell Labs. The other options in this section
1463f92c4a81SDaniel Malea# have no effect if this option is set to NO (the default)
1464f92c4a81SDaniel Malea
1465f92c4a81SDaniel MaleaHAVE_DOT               = YES
1466f92c4a81SDaniel Malea
1467f92c4a81SDaniel Malea# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
1468f92c4a81SDaniel Malea# allowed to run in parallel. When set to 0 (the default) doxygen will
1469f92c4a81SDaniel Malea# base this on the number of processors available in the system. You can set it
1470f92c4a81SDaniel Malea# explicitly to a value larger than 0 to get control over the balance
1471f92c4a81SDaniel Malea# between CPU load and processing speed.
1472f92c4a81SDaniel Malea
1473f92c4a81SDaniel MaleaDOT_NUM_THREADS        = 0
1474f92c4a81SDaniel Malea
1475f92c4a81SDaniel Malea# By default doxygen will write a font called FreeSans.ttf to the output
1476f92c4a81SDaniel Malea# directory and reference it in all dot files that doxygen generates. This
1477f92c4a81SDaniel Malea# font does not include all possible unicode characters however, so when you need
1478f92c4a81SDaniel Malea# these (or just want a differently looking font) you can specify the font name
1479f92c4a81SDaniel Malea# using DOT_FONTNAME. You need need to make sure dot is able to find the font,
1480f92c4a81SDaniel Malea# which can be done by putting it in a standard location or by setting the
1481f92c4a81SDaniel Malea# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
1482f92c4a81SDaniel Malea# containing the font.
1483f92c4a81SDaniel Malea
1484f92c4a81SDaniel MaleaDOT_FONTNAME           = FreeSans
1485f92c4a81SDaniel Malea
1486f92c4a81SDaniel Malea# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1487f92c4a81SDaniel Malea# The default size is 10pt.
1488f92c4a81SDaniel Malea
1489f92c4a81SDaniel MaleaDOT_FONTSIZE           = 10
1490f92c4a81SDaniel Malea
1491f92c4a81SDaniel Malea# By default doxygen will tell dot to use the output directory to look for the
1492f92c4a81SDaniel Malea# FreeSans.ttf font (which doxygen will put there itself). If you specify a
1493f92c4a81SDaniel Malea# different font using DOT_FONTNAME you can set the path where dot
1494f92c4a81SDaniel Malea# can find it using this tag.
1495f92c4a81SDaniel Malea
1496f92c4a81SDaniel MaleaDOT_FONTPATH           =
1497f92c4a81SDaniel Malea
1498f92c4a81SDaniel Malea# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1499f92c4a81SDaniel Malea# will generate a graph for each documented class showing the direct and
1500f92c4a81SDaniel Malea# indirect inheritance relations. Setting this tag to YES will force the
1501f92c4a81SDaniel Malea# the CLASS_DIAGRAMS tag to NO.
1502f92c4a81SDaniel Malea
1503f92c4a81SDaniel MaleaCLASS_GRAPH            = YES
1504f92c4a81SDaniel Malea
1505f92c4a81SDaniel Malea# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1506f92c4a81SDaniel Malea# will generate a graph for each documented class showing the direct and
1507f92c4a81SDaniel Malea# indirect implementation dependencies (inheritance, containment, and
1508f92c4a81SDaniel Malea# class references variables) of the class with other documented classes.
1509f92c4a81SDaniel Malea
1510*eadf6db5STimm BäderCOLLABORATION_GRAPH    = NO
1511f92c4a81SDaniel Malea
1512f92c4a81SDaniel Malea# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1513f92c4a81SDaniel Malea# will generate a graph for groups, showing the direct groups dependencies
1514f92c4a81SDaniel Malea
1515f92c4a81SDaniel MaleaGROUP_GRAPHS           = YES
1516f92c4a81SDaniel Malea
1517f92c4a81SDaniel Malea# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1518f92c4a81SDaniel Malea# collaboration diagrams in a style similar to the OMG's Unified Modeling
1519f92c4a81SDaniel Malea# Language.
1520f92c4a81SDaniel Malea
1521f92c4a81SDaniel MaleaUML_LOOK               = NO
1522f92c4a81SDaniel Malea
1523f92c4a81SDaniel Malea# If set to YES, the inheritance and collaboration graphs will show the
1524f92c4a81SDaniel Malea# relations between templates and their instances.
1525f92c4a81SDaniel Malea
1526f92c4a81SDaniel MaleaTEMPLATE_RELATIONS     = YES
1527f92c4a81SDaniel Malea
1528f92c4a81SDaniel Malea# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
1529f92c4a81SDaniel Malea# tags are set to YES then doxygen will generate a graph for each documented
1530f92c4a81SDaniel Malea# file showing the direct and indirect include dependencies of the file with
1531f92c4a81SDaniel Malea# other documented files.
1532f92c4a81SDaniel Malea
1533*eadf6db5STimm BäderINCLUDE_GRAPH          = NO
1534f92c4a81SDaniel Malea
1535f92c4a81SDaniel Malea# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
1536f92c4a81SDaniel Malea# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1537f92c4a81SDaniel Malea# documented header file showing the documented files that directly or
1538f92c4a81SDaniel Malea# indirectly include this file.
1539f92c4a81SDaniel Malea
1540*eadf6db5STimm BäderINCLUDED_BY_GRAPH      = NO
1541f92c4a81SDaniel Malea
1542f92c4a81SDaniel Malea# If the CALL_GRAPH and HAVE_DOT options are set to YES then
1543f92c4a81SDaniel Malea# doxygen will generate a call dependency graph for every global function
1544f92c4a81SDaniel Malea# or class method. Note that enabling this option will significantly increase
1545f92c4a81SDaniel Malea# the time of a run. So in most cases it will be better to enable call graphs
1546f92c4a81SDaniel Malea# for selected functions only using the \callgraph command.
1547f92c4a81SDaniel Malea
1548f92c4a81SDaniel MaleaCALL_GRAPH             = NO
1549f92c4a81SDaniel Malea
1550f92c4a81SDaniel Malea# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1551f92c4a81SDaniel Malea# doxygen will generate a caller dependency graph for every global function
1552f92c4a81SDaniel Malea# or class method. Note that enabling this option will significantly increase
1553f92c4a81SDaniel Malea# the time of a run. So in most cases it will be better to enable caller
1554f92c4a81SDaniel Malea# graphs for selected functions only using the \callergraph command.
1555f92c4a81SDaniel Malea
1556f92c4a81SDaniel MaleaCALLER_GRAPH           = NO
1557f92c4a81SDaniel Malea
1558f92c4a81SDaniel Malea# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1559f92c4a81SDaniel Malea# will graphical hierarchy of all classes instead of a textual one.
1560f92c4a81SDaniel Malea
1561f92c4a81SDaniel MaleaGRAPHICAL_HIERARCHY    = YES
1562f92c4a81SDaniel Malea
1563f92c4a81SDaniel Malea# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1564f92c4a81SDaniel Malea# then doxygen will show the dependencies a directory has on other directories
1565f92c4a81SDaniel Malea# in a graphical way. The dependency relations are determined by the #include
1566f92c4a81SDaniel Malea# relations between the files in the directories.
1567f92c4a81SDaniel Malea
1568f92c4a81SDaniel MaleaDIRECTORY_GRAPH        = YES
1569f92c4a81SDaniel Malea
1570f92c4a81SDaniel Malea# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1571f92c4a81SDaniel Malea# generated by dot. Possible values are png, jpg, or gif
1572f92c4a81SDaniel Malea# If left blank png will be used.
1573f92c4a81SDaniel Malea
1574f92c4a81SDaniel MaleaDOT_IMAGE_FORMAT       = png
1575f92c4a81SDaniel Malea
1576f92c4a81SDaniel Malea# The tag DOT_PATH can be used to specify the path where the dot tool can be
1577f92c4a81SDaniel Malea# found. If left blank, it is assumed the dot tool can be found in the path.
1578f92c4a81SDaniel Malea
1579f92c4a81SDaniel MaleaDOT_PATH               = @DOT@
1580f92c4a81SDaniel Malea
1581f92c4a81SDaniel Malea# The DOTFILE_DIRS tag can be used to specify one or more directories that
1582f92c4a81SDaniel Malea# contain dot files that are included in the documentation (see the
1583f92c4a81SDaniel Malea# \dotfile command).
1584f92c4a81SDaniel Malea
1585f92c4a81SDaniel MaleaDOTFILE_DIRS           =
1586f92c4a81SDaniel Malea
1587f92c4a81SDaniel Malea# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1588f92c4a81SDaniel Malea# nodes that will be shown in the graph. If the number of nodes in a graph
1589f92c4a81SDaniel Malea# becomes larger than this value, doxygen will truncate the graph, which is
1590f92c4a81SDaniel Malea# visualized by representing a node as a red box. Note that doxygen if the
1591f92c4a81SDaniel Malea# number of direct children of the root node in a graph is already larger than
1592f92c4a81SDaniel Malea# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1593f92c4a81SDaniel Malea# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
1594f92c4a81SDaniel Malea
1595f92c4a81SDaniel MaleaDOT_GRAPH_MAX_NODES    = 50
1596f92c4a81SDaniel Malea
1597f92c4a81SDaniel Malea# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1598f92c4a81SDaniel Malea# graphs generated by dot. A depth value of 3 means that only nodes reachable
1599f92c4a81SDaniel Malea# from the root by following a path via at most 3 edges will be shown. Nodes
1600f92c4a81SDaniel Malea# that lay further from the root node will be omitted. Note that setting this
1601f92c4a81SDaniel Malea# option to 1 or 2 may greatly reduce the computation time needed for large
1602f92c4a81SDaniel Malea# code bases. Also note that the size of a graph can be further restricted by
1603f92c4a81SDaniel Malea# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
1604f92c4a81SDaniel Malea
1605f92c4a81SDaniel MaleaMAX_DOT_GRAPH_DEPTH    = 0
1606f92c4a81SDaniel Malea
1607f92c4a81SDaniel Malea# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1608f92c4a81SDaniel Malea# background. This is disabled by default, because dot on Windows does not
1609f92c4a81SDaniel Malea# seem to support this out of the box. Warning: Depending on the platform used,
1610f92c4a81SDaniel Malea# enabling this option may lead to badly anti-aliased labels on the edges of
1611f92c4a81SDaniel Malea# a graph (i.e. they become hard to read).
1612f92c4a81SDaniel Malea
1613f92c4a81SDaniel MaleaDOT_TRANSPARENT        = YES
1614f92c4a81SDaniel Malea
1615f92c4a81SDaniel Malea# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1616f92c4a81SDaniel Malea# files in one run (i.e. multiple -o and -T options on the command line). This
1617f92c4a81SDaniel Malea# makes dot run faster, but since only newer versions of dot (>1.8.10)
1618f92c4a81SDaniel Malea# support this, this feature is disabled by default.
1619f92c4a81SDaniel Malea
1620f92c4a81SDaniel MaleaDOT_MULTI_TARGETS      = NO
1621f92c4a81SDaniel Malea
1622f92c4a81SDaniel Malea# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1623f92c4a81SDaniel Malea# generate a legend page explaining the meaning of the various boxes and
1624f92c4a81SDaniel Malea# arrows in the dot generated graphs.
1625f92c4a81SDaniel Malea
1626f92c4a81SDaniel MaleaGENERATE_LEGEND        = YES
1627f92c4a81SDaniel Malea
1628f92c4a81SDaniel Malea# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1629f92c4a81SDaniel Malea# remove the intermediate dot files that are used to generate
1630f92c4a81SDaniel Malea# the various graphs.
1631f92c4a81SDaniel Malea
1632f92c4a81SDaniel MaleaDOT_CLEANUP            = YES
1633