···11-# Doxyfile 1.7.6.1
11+# Doxyfile 1.8.9.1
2233# This file describes the settings to be used by the documentation system
44# doxygen (www.doxygen.org) for a project.
55#
66-# All text after a hash (#) is considered a comment and will be ignored.
66+# All text after a double hash (##) is considered a comment and is placed in
77+# front of the TAG it is preceding.
88+#
99+# All text after a single hash (#) is considered a comment and will be ignored.
710# The format is:
88-# TAG = value [value, ...]
99-# For lists items can also be appended using:
1010-# TAG += value [value, ...]
1111-# Values that contain spaces should be placed between quotes (" ").
1111+# TAG = value [value, ...]
1212+# For lists, items can also be appended using:
1313+# TAG += value [value, ...]
1414+# Values that contain spaces should be placed between quotes (\" \").
12151316#---------------------------------------------------------------------------
1417# Project related configuration options
1518#---------------------------------------------------------------------------
16191720# This tag specifies the encoding used for all characters in the config file
1818-# that follow. The default is UTF-8 which is also the encoding used for all
1919-# text before the first occurrence of this tag. Doxygen uses libiconv (or the
2020-# iconv built into libc) for the transcoding. See
2121-# http://www.gnu.org/software/libiconv for the list of possible encodings.
2121+# that follow. The default is UTF-8 which is also the encoding used for all text
2222+# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
2323+# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
2424+# for the list of possible encodings.
2525+# The default value is: UTF-8.
22262327DOXYFILE_ENCODING = UTF-8
24282525-# The PROJECT_NAME tag is a single word (or sequence of words) that should
2626-# identify the project. Note that if you do not use Doxywizard you need
2727-# to put quotes around the project name if it contains spaces.
2929+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
3030+# double-quotes, unless you are using Doxywizard) that should identify the
3131+# project for which the documentation is generated. This name is used in the
3232+# title of most generated pages and in a few other places.
3333+# The default value is: My Project.
28342929-PROJECT_NAME = "SDL_gpu"
3535+PROJECT_NAME = SDL_gpu
30363131-# The PROJECT_NUMBER tag can be used to enter a project or revision number.
3232-# This could be handy for archiving the generated documentation or
3333-# if some version control system is used.
3737+# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838+# could be handy for archiving the generated documentation or if some version
3939+# control system is used.
34403541PROJECT_NUMBER = 0.11.0
36423743# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838-# for a project that appears at the top of each page and should give viewer
3939-# a quick idea about the purpose of the project. Keep the description short.
4444+# for a project that appears at the top of each page and should give viewer a
4545+# quick idea about the purpose of the project. Keep the description short.
40464147PROJECT_BRIEF = "A hardware-accelerated, cross-platform 2D graphics API"
42484343-# With the PROJECT_LOGO tag one can specify an logo or icon that is
4444-# included in the documentation. The maximum height of the logo should not
4545-# exceed 55 pixels and the maximum width should not exceed 200 pixels.
4646-# Doxygen will copy the logo to the output directory.
4949+# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5050+# in the documentation. The maximum height of the logo should not exceed 55
5151+# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
5252+# the logo to the output directory.
47534848-PROJECT_LOGO =
5454+PROJECT_LOGO =
49555050-# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
5151-# base path where the generated documentation will be put.
5252-# If a relative path is entered, it will be relative to the location
5353-# where doxygen was started. If left blank the current directory will be used.
5656+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
5757+# into which the generated documentation will be written. If a relative path is
5858+# entered, it will be relative to the location where doxygen was started. If
5959+# left blank the current directory will be used.
54605561OUTPUT_DIRECTORY = documentation
56625757-# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
5858-# 4096 sub-directories (in 2 levels) under the output directory of each output
5959-# format and will distribute the generated files over these directories.
6060-# Enabling this option can be useful when feeding doxygen a huge amount of
6161-# source files, where putting all generated files in the same directory would
6262-# otherwise cause performance problems for the file system.
6363+# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464+# directories (in 2 levels) under the output directory of each output format and
6565+# will distribute the generated files over these directories. Enabling this
6666+# option can be useful when feeding doxygen a huge amount of source files, where
6767+# putting all generated files in the same directory would otherwise causes
6868+# performance problems for the file system.
6969+# The default value is: NO.
63706471CREATE_SUBDIRS = NO
65727373+# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
7474+# characters to appear in the names of generated files. If set to NO, non-ASCII
7575+# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
7676+# U+3044.
7777+# The default value is: NO.
7878+7979+ALLOW_UNICODE_NAMES = NO
8080+6681# The OUTPUT_LANGUAGE tag is used to specify the language in which all
6782# documentation generated by doxygen is written. Doxygen will use this
6883# information to generate all constant output in the proper language.
6969-# The default language is English, other supported languages are:
7070-# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
7171-# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
7272-# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
7373-# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
7474-# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
7575-# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
8484+# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
8585+# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
8686+# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
8787+# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
8888+# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
8989+# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
9090+# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
9191+# Ukrainian and Vietnamese.
9292+# The default value is: English.
76937794OUTPUT_LANGUAGE = English
78957979-# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
8080-# include brief member descriptions after the members that are listed in
8181-# the file and class documentation (similar to JavaDoc).
8282-# Set to NO to disable this.
9696+# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
9797+# descriptions after the members that are listed in the file and class
9898+# documentation (similar to Javadoc). Set to NO to disable this.
9999+# The default value is: YES.
8310084101BRIEF_MEMBER_DESC = YES
851028686-# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
8787-# the brief description of a member or function before the detailed description.
8888-# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
103103+# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
104104+# description of a member or function before the detailed description
105105+#
106106+# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
89107# brief descriptions will be completely suppressed.
108108+# The default value is: YES.
9010991110REPEAT_BRIEF = YES
921119393-# This tag implements a quasi-intelligent brief description abbreviator
9494-# that is used to form the text in various listings. Each string
9595-# in this list, if found as the leading text of the brief description, will be
9696-# stripped from the text and the result after processing the whole list, is
9797-# used as the annotated text. Otherwise, the brief description is used as-is.
9898-# If left blank, the following values are used ("$name" is automatically
9999-# replaced with the name of the entity): "The $name class" "The $name widget"
100100-# "The $name file" "is" "provides" "specifies" "contains"
101101-# "represents" "a" "an" "the"
112112+# This tag implements a quasi-intelligent brief description abbreviator that is
113113+# used to form the text in various listings. Each string in this list, if found
114114+# as the leading text of the brief description, will be stripped from the text
115115+# and the result, after processing the whole list, is used as the annotated
116116+# text. Otherwise, the brief description is used as-is. If left blank, the
117117+# following values are used ($name is automatically replaced with the name of
118118+# the entity):The $name class, The $name widget, The $name file, is, provides,
119119+# specifies, contains, represents, a, an and the.
102120103103-ABBREVIATE_BRIEF =
121121+ABBREVIATE_BRIEF = "The $name class" \
122122+ "The $name widget" \
123123+ "The $name file" \
124124+ is \
125125+ provides \
126126+ specifies \
127127+ contains \
128128+ represents \
129129+ a \
130130+ an \
131131+ the
104132105133# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
106106-# Doxygen will generate a detailed section even if there is only a brief
134134+# doxygen will generate a detailed section even if there is only a brief
107135# description.
136136+# The default value is: NO.
108137109138ALWAYS_DETAILED_SEC = NO
110139···112141# inherited members of a class in the documentation of that class as if those
113142# members were ordinary class members. Constructors, destructors and assignment
114143# operators of the base classes will not be shown.
144144+# The default value is: NO.
115145116146INLINE_INHERITED_MEMB = NO
117147118118-# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
119119-# path before files name in the file list and in the header files. If set
120120-# to NO the shortest path that makes the file name unique will be used.
148148+# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
149149+# before files name in the file list and in the header files. If set to NO the
150150+# shortest path that makes the file name unique will be used
151151+# The default value is: YES.
121152122153FULL_PATH_NAMES = NO
123154124124-# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
125125-# can be used to strip a user-defined part of the path. Stripping is
126126-# only done if one of the specified strings matches the left-hand part of
127127-# the path. The tag can be used to show relative paths in the file list.
128128-# If left blank the directory from which doxygen is run is used as the
129129-# path to strip.
155155+# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
156156+# Stripping is only done if one of the specified strings matches the left-hand
157157+# part of the path. The tag can be used to show relative paths in the file list.
158158+# If left blank the directory from which doxygen is run is used as the path to
159159+# strip.
160160+#
161161+# Note that you can specify absolute paths here, but also relative paths, which
162162+# will be relative from the directory where doxygen is started.
163163+# This tag requires that the tag FULL_PATH_NAMES is set to YES.
130164131131-STRIP_FROM_PATH =
165165+STRIP_FROM_PATH =
132166133133-# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
134134-# the path mentioned in the documentation of a class, which tells
135135-# the reader which header file to include in order to use a class.
136136-# If left blank only the name of the header file containing the class
137137-# definition is used. Otherwise one should specify the include paths that
138138-# are normally passed to the compiler using the -I flag.
167167+# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
168168+# path mentioned in the documentation of a class, which tells the reader which
169169+# header file to include in order to use a class. If left blank only the name of
170170+# the header file containing the class definition is used. Otherwise one should
171171+# specify the list of include paths that are normally passed to the compiler
172172+# using the -I flag.
139173140140-STRIP_FROM_INC_PATH =
174174+STRIP_FROM_INC_PATH =
141175142142-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
143143-# (but less readable) file names. This can be useful if your file system
144144-# doesn't support long names like on DOS, Mac, or CD-ROM.
176176+# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
177177+# less readable) file names. This can be useful is your file systems doesn't
178178+# support long names like on DOS, Mac, or CD-ROM.
179179+# The default value is: NO.
145180146181SHORT_NAMES = NO
147182148148-# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
149149-# will interpret the first line (until the first dot) of a JavaDoc-style
150150-# comment as the brief description. If set to NO, the JavaDoc
151151-# comments will behave just like regular Qt-style comments
152152-# (thus requiring an explicit @brief command for a brief description.)
183183+# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
184184+# first line (until the first dot) of a Javadoc-style comment as the brief
185185+# description. If set to NO, the Javadoc-style will behave just like regular Qt-
186186+# style comments (thus requiring an explicit @brief command for a brief
187187+# description.)
188188+# The default value is: NO.
153189154190JAVADOC_AUTOBRIEF = NO
155191156156-# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
157157-# interpret the first line (until the first dot) of a Qt-style
158158-# comment as the brief description. If set to NO, the comments
159159-# will behave just like regular Qt-style comments (thus requiring
160160-# an explicit \brief command for a brief description.)
192192+# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
193193+# line (until the first dot) of a Qt-style comment as the brief description. If
194194+# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
195195+# requiring an explicit \brief command for a brief description.)
196196+# The default value is: NO.
161197162198QT_AUTOBRIEF = NO
163199164164-# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
165165-# treat a multi-line C++ special comment block (i.e. a block of //! or ///
166166-# comments) as a brief description. This used to be the default behaviour.
167167-# The new default is to treat a multi-line C++ comment block as a detailed
168168-# description. Set this tag to YES if you prefer the old behaviour instead.
200200+# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
201201+# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
202202+# a brief description. This used to be the default behavior. The new default is
203203+# to treat a multi-line C++ comment block as a detailed description. Set this
204204+# tag to YES if you prefer the old behavior instead.
205205+#
206206+# Note that setting this tag to YES also means that rational rose comments are
207207+# not recognized any more.
208208+# The default value is: NO.
169209170210MULTILINE_CPP_IS_BRIEF = NO
171211172172-# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
173173-# member inherits the documentation from any documented member that it
174174-# re-implements.
212212+# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
213213+# documentation from any documented member that it re-implements.
214214+# The default value is: YES.
175215176216INHERIT_DOCS = YES
177217178178-# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
179179-# a new page for each member. If set to NO, the documentation of a member will
180180-# be part of the file/class/namespace that contains it.
218218+# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
219219+# page for each member. If set to NO, the documentation of a member will be part
220220+# of the file/class/namespace that contains it.
221221+# The default value is: NO.
181222182182-SEPARATE_MEMBER_PAGES = YES
223223+SEPARATE_MEMBER_PAGES = NO
183224184184-# The TAB_SIZE tag can be used to set the number of spaces in a tab.
185185-# Doxygen uses this value to replace tabs by spaces in code fragments.
225225+# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
226226+# uses this value to replace tabs by spaces in code fragments.
227227+# Minimum value: 1, maximum value: 16, default value: 4.
186228187187-TAB_SIZE = 8
229229+TAB_SIZE = 4
188230189189-# This tag can be used to specify a number of aliases that acts
190190-# as commands in the documentation. An alias has the form "name=value".
191191-# For example adding "sideeffect=\par Side Effects:\n" will allow you to
192192-# put the command \sideeffect (or @sideeffect) in the documentation, which
193193-# will result in a user-defined paragraph with heading "Side Effects:".
194194-# You can put \n's in the value part of an alias to insert newlines.
231231+# This tag can be used to specify a number of aliases that act as commands in
232232+# the documentation. An alias has the form:
233233+# name=value
234234+# For example adding
235235+# "sideeffect=@par Side Effects:\n"
236236+# will allow you to put the command \sideeffect (or @sideeffect) in the
237237+# documentation, which will result in a user-defined paragraph with heading
238238+# "Side Effects:". You can put \n's in the value part of an alias to insert
239239+# newlines.
195240196196-ALIASES =
241241+ALIASES =
197242198243# This tag can be used to specify a number of word-keyword mappings (TCL only).
199199-# A mapping has the form "name=value". For example adding
200200-# "class=itcl::class" will allow you to use the command class in the
201201-# itcl::class meaning.
244244+# A mapping has the form "name=value". For example adding "class=itcl::class"
245245+# will allow you to use the command class in the itcl::class meaning.
202246203203-TCL_SUBST =
247247+TCL_SUBST =
204248205205-# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
206206-# sources only. Doxygen will then generate output that is more tailored for C.
207207-# For instance, some of the names that are used will be different. The list
208208-# of all members will be omitted, etc.
249249+# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
250250+# only. Doxygen will then generate output that is more tailored for C. For
251251+# instance, some of the names that are used will be different. The list of all
252252+# members will be omitted, etc.
253253+# The default value is: NO.
209254210255OPTIMIZE_OUTPUT_FOR_C = YES
211256212212-# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
213213-# sources only. Doxygen will then generate output that is more tailored for
214214-# Java. For instance, namespaces will be presented as packages, qualified
215215-# scopes will look different, etc.
257257+# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
258258+# Python sources only. Doxygen will then generate output that is more tailored
259259+# for that language. For instance, namespaces will be presented as packages,
260260+# qualified scopes will look different, etc.
261261+# The default value is: NO.
216262217263OPTIMIZE_OUTPUT_JAVA = NO
218264219265# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
220220-# sources only. Doxygen will then generate output that is more tailored for
221221-# Fortran.
266266+# sources. Doxygen will then generate output that is tailored for Fortran.
267267+# The default value is: NO.
222268223269OPTIMIZE_FOR_FORTRAN = NO
224270225271# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
226226-# sources. Doxygen will then generate output that is tailored for
227227-# VHDL.
272272+# sources. Doxygen will then generate output that is tailored for VHDL.
273273+# The default value is: NO.
228274229275OPTIMIZE_OUTPUT_VHDL = NO
230276231277# Doxygen selects the parser to use depending on the extension of the files it
232232-# parses. With this tag you can assign which parser to use for a given extension.
233233-# Doxygen has a built-in mapping, but you can override or extend it using this
234234-# tag. The format is ext=language, where ext is a file extension, and language
235235-# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
236236-# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
237237-# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
238238-# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
239239-# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
278278+# parses. With this tag you can assign which parser to use for a given
279279+# extension. Doxygen has a built-in mapping, but you can override or extend it
280280+# using this tag. The format is ext=language, where ext is a file extension, and
281281+# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
282282+# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
283283+# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
284284+# Fortran. In the later case the parser tries to guess whether the code is fixed
285285+# or free formatted code, this is the default for Fortran type files), VHDL. For
286286+# instance to make doxygen treat .inc files as Fortran files (default is PHP),
287287+# and .f files as C (default is Fortran), use: inc=Fortran f=C.
288288+#
289289+# Note: For files without extension you can use no_extension as a placeholder.
290290+#
291291+# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
292292+# the files are not read by doxygen.
293293+294294+EXTENSION_MAPPING =
295295+296296+# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
297297+# according to the Markdown format, which allows for more readable
298298+# documentation. See http://daringfireball.net/projects/markdown/ for details.
299299+# The output of markdown processing is further processed by doxygen, so you can
300300+# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
301301+# case of backward compatibilities issues.
302302+# The default value is: YES.
303303+304304+MARKDOWN_SUPPORT = YES
305305+306306+# When enabled doxygen tries to link words that correspond to documented
307307+# classes, or namespaces to their corresponding documentation. Such a link can
308308+# be prevented in individual cases by putting a % sign in front of the word or
309309+# globally by setting AUTOLINK_SUPPORT to NO.
310310+# The default value is: YES.
240311241241-EXTENSION_MAPPING =
312312+AUTOLINK_SUPPORT = YES
242313243314# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
244244-# to include (a tag file for) the STL sources as input, then you should
245245-# set this tag to YES in order to let doxygen match functions declarations and
246246-# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
247247-# func(std::string) {}). This also makes the inheritance and collaboration
315315+# to include (a tag file for) the STL sources as input, then you should set this
316316+# tag to YES in order to let doxygen match functions declarations and
317317+# definitions whose arguments contain STL classes (e.g. func(std::string);
318318+# versus func(std::string) {}). This also make the inheritance and collaboration
248319# diagrams that involve STL classes more complete and accurate.
320320+# The default value is: NO.
249321250322BUILTIN_STL_SUPPORT = NO
251323252324# If you use Microsoft's C++/CLI language, you should set this option to YES to
253325# enable parsing support.
326326+# The default value is: NO.
254327255328CPP_CLI_SUPPORT = NO
256329257257-# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
258258-# Doxygen will parse them like normal C++ but will assume all classes use public
259259-# instead of private inheritance when no explicit protection keyword is present.
330330+# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
331331+# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
332332+# will parse them like normal C++ but will assume all classes use public instead
333333+# of private inheritance when no explicit protection keyword is present.
334334+# The default value is: NO.
260335261336SIP_SUPPORT = NO
262337263263-# For Microsoft's IDL there are propget and propput attributes to indicate getter
264264-# and setter methods for a property. Setting this option to YES (the default)
265265-# will make doxygen replace the get and set methods by a property in the
266266-# documentation. This will only work if the methods are indeed getting or
267267-# setting a simple type. If this is not the case, or you want to show the
268268-# methods anyway, you should set this option to NO.
338338+# For Microsoft's IDL there are propget and propput attributes to indicate
339339+# getter and setter methods for a property. Setting this option to YES will make
340340+# doxygen to replace the get and set methods by a property in the documentation.
341341+# This will only work if the methods are indeed getting or setting a simple
342342+# type. If this is not the case, or you want to show the methods anyway, you
343343+# should set this option to NO.
344344+# The default value is: YES.
269345270346IDL_PROPERTY_SUPPORT = YES
271347272348# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
273273-# tag is set to YES, then doxygen will reuse the documentation of the first
349349+# tag is set to YES then doxygen will reuse the documentation of the first
274350# member in the group (if any) for the other members of the group. By default
275351# all members of a group must be documented explicitly.
352352+# The default value is: NO.
276353277354DISTRIBUTE_GROUP_DOC = NO
278355279279-# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
280280-# the same type (for instance a group of public functions) to be put as a
281281-# subgroup of that type (e.g. under the Public Functions section). Set it to
282282-# NO to prevent subgrouping. Alternatively, this can be done per class using
283283-# the \nosubgrouping command.
356356+# Set the SUBGROUPING tag to YES to allow class member groups of the same type
357357+# (for instance a group of public functions) to be put as a subgroup of that
358358+# type (e.g. under the Public Functions section). Set it to NO to prevent
359359+# subgrouping. Alternatively, this can be done per class using the
360360+# \nosubgrouping command.
361361+# The default value is: YES.
284362285363SUBGROUPING = YES
286364287287-# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
288288-# unions are shown inside the group in which they are included (e.g. using
289289-# @ingroup) instead of on a separate page (for HTML and Man pages) or
290290-# section (for LaTeX and RTF).
365365+# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
366366+# are shown inside the group in which they are included (e.g. using \ingroup)
367367+# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
368368+# and RTF).
369369+#
370370+# Note that this feature does not work in combination with
371371+# SEPARATE_MEMBER_PAGES.
372372+# The default value is: NO.
291373292374INLINE_GROUPED_CLASSES = NO
293375294294-# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
295295-# unions with only public data fields will be shown inline in the documentation
296296-# of the scope in which they are defined (i.e. file, namespace, or group
297297-# documentation), provided this scope is documented. If set to NO (the default),
298298-# structs, classes, and unions are shown on a separate page (for HTML and Man
299299-# pages) or section (for LaTeX and RTF).
376376+# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
377377+# with only public data fields or simple typedef fields will be shown inline in
378378+# the documentation of the scope in which they are defined (i.e. file,
379379+# namespace, or group documentation), provided this scope is documented. If set
380380+# to NO, structs, classes, and unions are shown on a separate page (for HTML and
381381+# Man pages) or section (for LaTeX and RTF).
382382+# The default value is: NO.
300383301384INLINE_SIMPLE_STRUCTS = NO
302385303303-# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
304304-# is documented as struct, union, or enum with the name of the typedef. So
386386+# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
387387+# enum is documented as struct, union, or enum with the name of the typedef. So
305388# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
306389# with name TypeT. When disabled the typedef will appear as a member of a file,
307307-# namespace, or class. And the struct will be named TypeS. This can typically
308308-# be useful for C code in case the coding convention dictates that all compound
390390+# namespace, or class. And the struct will be named TypeS. This can typically be
391391+# useful for C code in case the coding convention dictates that all compound
309392# types are typedef'ed and only the typedef is referenced, never the tag name.
393393+# The default value is: NO.
310394311395TYPEDEF_HIDES_STRUCT = YES
312396313313-# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
314314-# determine which symbols to keep in memory and which to flush to disk.
315315-# When the cache is full, less often used symbols will be written to disk.
316316-# For small to medium size projects (<1000 input files) the default value is
317317-# probably good enough. For larger projects a too small cache size can cause
318318-# doxygen to be busy swapping symbols to and from disk most of the time
319319-# causing a significant performance penalty.
320320-# If the system has enough physical memory increasing the cache will improve the
321321-# performance by keeping more symbols in memory. Note that the value works on
322322-# a logarithmic scale so increasing the size by one will roughly double the
323323-# memory usage. The cache size is given by this formula:
324324-# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
325325-# corresponding to a cache size of 2^16 = 65536 symbols.
326326-327327-SYMBOL_CACHE_SIZE = 0
328328-329329-# Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be
330330-# set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
331331-# their name and scope. Since this can be an expensive process and often the
332332-# same symbol appear multiple times in the code, doxygen keeps a cache of
333333-# pre-resolved symbols. If the cache is too small doxygen will become slower.
334334-# If the cache is too large, memory is wasted. The cache size is given by this
335335-# formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0,
336336-# corresponding to a cache size of 2^16 = 65536 symbols.
397397+# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
398398+# cache is used to resolve symbols given their name and scope. Since this can be
399399+# an expensive process and often the same symbol appears multiple times in the
400400+# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
401401+# doxygen will become slower. If the cache is too large, memory is wasted. The
402402+# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
403403+# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
404404+# symbols. At the end of a run doxygen will report the cache usage and suggest
405405+# the optimal cache size from a speed point of view.
406406+# Minimum value: 0, maximum value: 9, default value: 0.
337407338408LOOKUP_CACHE_SIZE = 0
339409···341411# Build related configuration options
342412#---------------------------------------------------------------------------
343413344344-# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
345345-# documentation are documented, even if no documentation was available.
346346-# Private class members and static file members will be hidden unless
347347-# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
414414+# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
415415+# documentation are documented, even if no documentation was available. Private
416416+# class members and static file members will be hidden unless the
417417+# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
418418+# Note: This will also disable the warnings about undocumented members that are
419419+# normally produced when WARNINGS is set to YES.
420420+# The default value is: NO.
348421349422EXTRACT_ALL = YES
350423351351-# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
352352-# will be included in the documentation.
424424+# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
425425+# be included in the documentation.
426426+# The default value is: NO.
353427354428EXTRACT_PRIVATE = NO
355429356356-# If the EXTRACT_STATIC tag is set to YES all static members of a file
357357-# will be included in the documentation.
430430+# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
431431+# scope will be included in the documentation.
432432+# The default value is: NO.
433433+434434+EXTRACT_PACKAGE = NO
435435+436436+# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
437437+# included in the documentation.
438438+# The default value is: NO.
358439359440EXTRACT_STATIC = NO
360441361361-# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
362362-# defined locally in source files will be included in the documentation.
363363-# If set to NO only classes defined in header files are included.
442442+# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
443443+# locally in source files will be included in the documentation. If set to NO,
444444+# only classes defined in header files are included. Does not have any effect
445445+# for Java sources.
446446+# The default value is: YES.
364447365448EXTRACT_LOCAL_CLASSES = YES
366449367367-# This flag is only useful for Objective-C code. When set to YES local
368368-# methods, which are defined in the implementation section but not in
369369-# the interface are included in the documentation.
370370-# If set to NO (the default) only methods in the interface are included.
450450+# This flag is only useful for Objective-C code. If set to YES, local methods,
451451+# which are defined in the implementation section but not in the interface are
452452+# included in the documentation. If set to NO, only methods in the interface are
453453+# included.
454454+# The default value is: NO.
371455372456EXTRACT_LOCAL_METHODS = NO
373457374458# If this flag is set to YES, the members of anonymous namespaces will be
375459# extracted and appear in the documentation as a namespace called
376376-# 'anonymous_namespace{file}', where file will be replaced with the base
377377-# name of the file that contains the anonymous namespace. By default
378378-# anonymous namespaces are hidden.
460460+# 'anonymous_namespace{file}', where file will be replaced with the base name of
461461+# the file that contains the anonymous namespace. By default anonymous namespace
462462+# are hidden.
463463+# The default value is: NO.
379464380465EXTRACT_ANON_NSPACES = NO
381466382382-# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
383383-# undocumented members of documented classes, files or namespaces.
384384-# If set to NO (the default) these members will be included in the
385385-# various overviews, but no documentation section is generated.
386386-# This option has no effect if EXTRACT_ALL is enabled.
467467+# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
468468+# undocumented members inside documented classes or files. If set to NO these
469469+# members will be included in the various overviews, but no documentation
470470+# section is generated. This option has no effect if EXTRACT_ALL is enabled.
471471+# The default value is: NO.
387472388473HIDE_UNDOC_MEMBERS = NO
389474390390-# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
391391-# undocumented classes that are normally visible in the class hierarchy.
392392-# If set to NO (the default) these classes will be included in the various
393393-# overviews. This option has no effect if EXTRACT_ALL is enabled.
475475+# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
476476+# undocumented classes that are normally visible in the class hierarchy. If set
477477+# to NO, these classes will be included in the various overviews. This option
478478+# has no effect if EXTRACT_ALL is enabled.
479479+# The default value is: NO.
394480395481HIDE_UNDOC_CLASSES = NO
396482397397-# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
398398-# friend (class|struct|union) declarations.
399399-# If set to NO (the default) these declarations will be included in the
400400-# documentation.
483483+# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
484484+# (class|struct|union) declarations. If set to NO, these declarations will be
485485+# included in the documentation.
486486+# The default value is: NO.
401487402488HIDE_FRIEND_COMPOUNDS = NO
403489404404-# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
405405-# documentation blocks found inside the body of a function.
406406-# If set to NO (the default) these blocks will be appended to the
407407-# function's detailed documentation block.
490490+# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
491491+# documentation blocks found inside the body of a function. If set to NO, these
492492+# blocks will be appended to the function's detailed documentation block.
493493+# The default value is: NO.
408494409495HIDE_IN_BODY_DOCS = NO
410496411411-# The INTERNAL_DOCS tag determines if documentation
412412-# that is typed after a \internal command is included. If the tag is set
413413-# to NO (the default) then the documentation will be excluded.
414414-# Set it to YES to include the internal documentation.
497497+# The INTERNAL_DOCS tag determines if documentation that is typed after a
498498+# \internal command is included. If the tag is set to NO then the documentation
499499+# will be excluded. Set it to YES to include the internal documentation.
500500+# The default value is: NO.
415501416502INTERNAL_DOCS = NO
417503418418-# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
419419-# file names in lower-case letters. If set to YES upper-case letters are also
504504+# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
505505+# names in lower-case letters. If set to YES, upper-case letters are also
420506# allowed. This is useful if you have classes or files whose names only differ
421507# in case and if your file system supports case sensitive file names. Windows
422508# and Mac users are advised to set this option to NO.
509509+# The default value is: system dependent.
423510424424-CASE_SENSE_NAMES = YES
511511+CASE_SENSE_NAMES = NO
425512426426-# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
427427-# will show members with their full class and namespace scopes in the
428428-# documentation. If set to YES the scope will be hidden.
513513+# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
514514+# their full class and namespace scopes in the documentation. If set to YES, the
515515+# scope will be hidden.
516516+# The default value is: NO.
429517430518HIDE_SCOPE_NAMES = NO
431519432432-# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
433433-# will put a list of the files that are included by a file in the documentation
434434-# of that file.
520520+# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
521521+# append additional text to a page's title, such as Class Reference. If set to
522522+# YES the compound reference will be hidden.
523523+# The default value is: NO.
524524+525525+HIDE_COMPOUND_REFERENCE= NO
526526+527527+# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
528528+# the files that are included by a file in the documentation of that file.
529529+# The default value is: YES.
435530436531SHOW_INCLUDE_FILES = YES
437532438438-# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
439439-# will list include files with double quotes in the documentation
440440-# rather than with sharp brackets.
533533+# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
534534+# grouped member an include statement to the documentation, telling the reader
535535+# which file to include in order to use the member.
536536+# The default value is: NO.
537537+538538+SHOW_GROUPED_MEMB_INC = NO
539539+540540+# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
541541+# files with double quotes in the documentation rather than with sharp brackets.
542542+# The default value is: NO.
441543442544FORCE_LOCAL_INCLUDES = NO
443545444444-# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
445445-# is inserted in the documentation for inline members.
546546+# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
547547+# documentation for inline members.
548548+# The default value is: YES.
446549447550INLINE_INFO = YES
448551449449-# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
450450-# will sort the (detailed) documentation of file and class members
451451-# alphabetically by member name. If set to NO the members will appear in
452452-# declaration order.
552552+# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
553553+# (detailed) documentation of file and class members alphabetically by member
554554+# name. If set to NO, the members will appear in declaration order.
555555+# The default value is: YES.
453556454557SORT_MEMBER_DOCS = YES
455558456456-# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
457457-# brief documentation of file, namespace and class members alphabetically
458458-# by member name. If set to NO (the default) the members will appear in
459459-# declaration order.
559559+# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
560560+# descriptions of file, namespace and class members alphabetically by member
561561+# name. If set to NO, the members will appear in declaration order. Note that
562562+# this will also influence the order of the classes in the class list.
563563+# The default value is: NO.
460564461565SORT_BRIEF_DOCS = NO
462566463463-# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
464464-# will sort the (brief and detailed) documentation of class members so that
465465-# constructors and destructors are listed first. If set to NO (the default)
466466-# the constructors will appear in the respective orders defined by
467467-# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS.
468468-# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
469469-# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
567567+# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
568568+# (brief and detailed) documentation of class members so that constructors and
569569+# destructors are listed first. If set to NO the constructors will appear in the
570570+# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
571571+# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
572572+# member documentation.
573573+# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
574574+# detailed member documentation.
575575+# The default value is: NO.
470576471577SORT_MEMBERS_CTORS_1ST = NO
472578473473-# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
474474-# hierarchy of group names into alphabetical order. If set to NO (the default)
475475-# the group names will appear in their defined order.
579579+# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
580580+# of group names into alphabetical order. If set to NO the group names will
581581+# appear in their defined order.
582582+# The default value is: NO.
476583477584SORT_GROUP_NAMES = NO
478585479479-# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
480480-# sorted by fully-qualified names, including namespaces. If set to
481481-# NO (the default), the class list will be sorted only by class name,
482482-# not including the namespace part.
586586+# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
587587+# fully-qualified names, including namespaces. If set to NO, the class list will
588588+# be sorted only by class name, not including the namespace part.
483589# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
484484-# Note: This option applies only to the class list, not to the
485485-# alphabetical list.
590590+# Note: This option applies only to the class list, not to the alphabetical
591591+# list.
592592+# The default value is: NO.
486593487594SORT_BY_SCOPE_NAME = NO
488595489489-# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
490490-# do proper type resolution of all parameters of a function it will reject a
491491-# match between the prototype and the implementation of a member function even
492492-# if there is only one candidate or it is obvious which candidate to choose
493493-# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
494494-# will still accept a match between prototype and implementation in such cases.
596596+# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
597597+# type resolution of all parameters of a function it will reject a match between
598598+# the prototype and the implementation of a member function even if there is
599599+# only one candidate or it is obvious which candidate to choose by doing a
600600+# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
601601+# accept a match between prototype and implementation in such cases.
602602+# The default value is: NO.
495603496604STRICT_PROTO_MATCHING = NO
497605498498-# The GENERATE_TODOLIST tag can be used to enable (YES) or
499499-# disable (NO) the todo list. This list is created by putting \todo
500500-# commands in the documentation.
606606+# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
607607+# list. This list is created by putting \todo commands in the documentation.
608608+# The default value is: YES.
501609502610GENERATE_TODOLIST = YES
503611504504-# The GENERATE_TESTLIST tag can be used to enable (YES) or
505505-# disable (NO) the test list. This list is created by putting \test
506506-# commands in the documentation.
612612+# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
613613+# list. This list is created by putting \test commands in the documentation.
614614+# The default value is: YES.
507615508616GENERATE_TESTLIST = YES
509617510510-# The GENERATE_BUGLIST tag can be used to enable (YES) or
511511-# disable (NO) the bug list. This list is created by putting \bug
512512-# commands in the documentation.
618618+# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
619619+# list. This list is created by putting \bug commands in the documentation.
620620+# The default value is: YES.
513621514622GENERATE_BUGLIST = YES
515623516516-# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
517517-# disable (NO) the deprecated list. This list is created by putting
518518-# \deprecated commands in the documentation.
624624+# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
625625+# the deprecated list. This list is created by putting \deprecated commands in
626626+# the documentation.
627627+# The default value is: YES.
519628520629GENERATE_DEPRECATEDLIST= YES
521630522522-# The ENABLED_SECTIONS tag can be used to enable conditional
523523-# documentation sections, marked by \if sectionname ... \endif.
631631+# The ENABLED_SECTIONS tag can be used to enable conditional documentation
632632+# sections, marked by \if <section_label> ... \endif and \cond <section_label>
633633+# ... \endcond blocks.
524634525525-ENABLED_SECTIONS =
635635+ENABLED_SECTIONS =
526636527527-# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
528528-# the initial value of a variable or macro consists of for it to appear in
529529-# the documentation. If the initializer consists of more lines than specified
530530-# here it will be hidden. Use a value of 0 to hide initializers completely.
531531-# The appearance of the initializer of individual variables and macros in the
532532-# documentation can be controlled using \showinitializer or \hideinitializer
533533-# command in the documentation regardless of this setting.
637637+# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
638638+# initial value of a variable or macro / define can have for it to appear in the
639639+# documentation. If the initializer consists of more lines than specified here
640640+# it will be hidden. Use a value of 0 to hide initializers completely. The
641641+# appearance of the value of individual variables and macros / defines can be
642642+# controlled using \showinitializer or \hideinitializer command in the
643643+# documentation regardless of this setting.
644644+# Minimum value: 0, maximum value: 10000, default value: 30.
534645535646MAX_INITIALIZER_LINES = 30
536647537537-# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
538538-# at the bottom of the documentation of classes and structs. If set to YES the
648648+# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
649649+# the bottom of the documentation of classes and structs. If set to YES, the
539650# list will mention the files that were used to generate the documentation.
651651+# The default value is: YES.
540652541653SHOW_USED_FILES = YES
542654543543-# If the sources in your project are distributed over multiple directories
544544-# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
545545-# in the documentation. The default is NO.
546546-547547-SHOW_DIRECTORIES = NO
548548-549549-# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
550550-# This will remove the Files entry from the Quick Index and from the
551551-# Folder Tree View (if specified). The default is YES.
655655+# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
656656+# will remove the Files entry from the Quick Index and from the Folder Tree View
657657+# (if specified).
658658+# The default value is: YES.
552659553660SHOW_FILES = YES
554661555555-# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
556556-# Namespaces page.
557557-# This will remove the Namespaces entry from the Quick Index
558558-# and from the Folder Tree View (if specified). The default is YES.
662662+# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
663663+# page. This will remove the Namespaces entry from the Quick Index and from the
664664+# Folder Tree View (if specified).
665665+# The default value is: YES.
559666560667SHOW_NAMESPACES = YES
561668562669# The FILE_VERSION_FILTER tag can be used to specify a program or script that
563670# doxygen should invoke to get the current version for each file (typically from
564671# the version control system). Doxygen will invoke the program by executing (via
565565-# popen()) the command <command> <input-file>, where <command> is the value of
566566-# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
567567-# provided by doxygen. Whatever the program writes to standard output
568568-# is used as the file version. See the manual for examples.
672672+# popen()) the command command input-file, where command is the value of the
673673+# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
674674+# by doxygen. Whatever the program writes to standard output is used as the file
675675+# version. For an example see the documentation.
569676570570-FILE_VERSION_FILTER =
677677+FILE_VERSION_FILTER =
571678572679# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
573680# by doxygen. The layout file controls the global structure of the generated
574574-# output files in an output format independent way. The create the layout file
575575-# that represents doxygen's defaults, run doxygen with the -l option.
576576-# You can optionally specify a file name after the option, if omitted
577577-# DoxygenLayout.xml will be used as the name of the layout file.
681681+# output files in an output format independent way. To create the layout file
682682+# that represents doxygen's defaults, run doxygen with the -l option. You can
683683+# optionally specify a file name after the option, if omitted DoxygenLayout.xml
684684+# will be used as the name of the layout file.
685685+#
686686+# Note that if you run doxygen from a directory containing a file called
687687+# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
688688+# tag is left empty.
578689579579-LAYOUT_FILE =
690690+LAYOUT_FILE =
580691581581-# The CITE_BIB_FILES tag can be used to specify one or more bib files
582582-# containing the references data. This must be a list of .bib files. The
583583-# .bib extension is automatically appended if omitted. Using this command
584584-# requires the bibtex tool to be installed. See also
585585-# http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style
586586-# of the bibliography can be controlled using LATEX_BIB_STYLE. To use this
587587-# feature you need bibtex and perl available in the search path.
692692+# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
693693+# the reference definitions. This must be a list of .bib files. The .bib
694694+# extension is automatically appended if omitted. This requires the bibtex tool
695695+# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
696696+# For LaTeX the style of the bibliography can be controlled using
697697+# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
698698+# search path. See also \cite for info how to create references.
588699589589-CITE_BIB_FILES =
700700+CITE_BIB_FILES =
590701591702#---------------------------------------------------------------------------
592592-# configuration options related to warning and progress messages
703703+# Configuration options related to warning and progress messages
593704#---------------------------------------------------------------------------
594705595595-# The QUIET tag can be used to turn on/off the messages that are generated
596596-# by doxygen. Possible values are YES and NO. If left blank NO is used.
706706+# The QUIET tag can be used to turn on/off the messages that are generated to
707707+# standard output by doxygen. If QUIET is set to YES this implies that the
708708+# messages are off.
709709+# The default value is: NO.
597710598711QUIET = NO
599712600713# The WARNINGS tag can be used to turn on/off the warning messages that are
601601-# generated by doxygen. Possible values are YES and NO. If left blank
602602-# NO is used.
714714+# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
715715+# this implies that the warnings are on.
716716+#
717717+# Tip: Turn warnings on while writing the documentation.
718718+# The default value is: YES.
603719604720WARNINGS = YES
605721606606-# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
607607-# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
608608-# automatically be disabled.
722722+# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
723723+# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
724724+# will automatically be disabled.
725725+# The default value is: YES.
609726610727WARN_IF_UNDOCUMENTED = YES
611728612612-# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
613613-# potential errors in the documentation, such as not documenting some
614614-# parameters in a documented function, or documenting parameters that
615615-# don't exist or using markup commands wrongly.
729729+# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
730730+# potential errors in the documentation, such as not documenting some parameters
731731+# in a documented function, or documenting parameters that don't exist or using
732732+# markup commands wrongly.
733733+# The default value is: YES.
616734617735WARN_IF_DOC_ERROR = YES
618736619619-# The WARN_NO_PARAMDOC option can be enabled to get warnings for
620620-# functions that are documented, but have no documentation for their parameters
621621-# or return value. If set to NO (the default) doxygen will only warn about
622622-# wrong or incomplete parameter documentation, but not about the absence of
623623-# documentation.
737737+# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
738738+# are documented, but have no documentation for their parameters or return
739739+# value. If set to NO, doxygen will only warn about wrong or incomplete
740740+# parameter documentation, but not about the absence of documentation.
741741+# The default value is: NO.
624742625743WARN_NO_PARAMDOC = NO
626744627627-# The WARN_FORMAT tag determines the format of the warning messages that
628628-# doxygen can produce. The string should contain the $file, $line, and $text
629629-# tags, which will be replaced by the file and line number from which the
630630-# warning originated and the warning text. Optionally the format may contain
631631-# $version, which will be replaced by the version of the file (if it could
632632-# be obtained via FILE_VERSION_FILTER)
745745+# The WARN_FORMAT tag determines the format of the warning messages that doxygen
746746+# can produce. The string should contain the $file, $line, and $text tags, which
747747+# will be replaced by the file and line number from which the warning originated
748748+# and the warning text. Optionally the format may contain $version, which will
749749+# be replaced by the version of the file (if it could be obtained via
750750+# FILE_VERSION_FILTER)
751751+# The default value is: $file:$line: $text.
633752634753WARN_FORMAT = "$file:$line: $text"
635754636636-# The WARN_LOGFILE tag can be used to specify a file to which warning
637637-# and error messages should be written. If left blank the output is written
638638-# to stderr.
755755+# The WARN_LOGFILE tag can be used to specify a file to which warning and error
756756+# messages should be written. If left blank the output is written to standard
757757+# error (stderr).
639758640640-WARN_LOGFILE =
759759+WARN_LOGFILE =
641760642761#---------------------------------------------------------------------------
643643-# configuration options related to the input files
762762+# Configuration options related to the input files
644763#---------------------------------------------------------------------------
645764646646-# The INPUT tag can be used to specify the files and/or directories that contain
647647-# documented source files. You may enter file names like "myfile.cpp" or
648648-# directories like "/usr/src/myproject". Separate the files or directories
649649-# with spaces.
765765+# The INPUT tag is used to specify the files and/or directories that contain
766766+# documented source files. You may enter file names like myfile.cpp or
767767+# directories like /usr/src/myproject. Separate the files or directories with
768768+# spaces.
769769+# Note: If this tag is empty the current directory is searched.
650770651771INPUT = include src
652772653773# This tag can be used to specify the character encoding of the source files
654654-# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
655655-# also the default input encoding. Doxygen uses libiconv (or the iconv built
656656-# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
657657-# the list of possible encodings.
774774+# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
775775+# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
776776+# documentation (see: http://www.gnu.org/software/libiconv) for the list of
777777+# possible encodings.
778778+# The default value is: UTF-8.
658779659780INPUT_ENCODING = UTF-8
660781661782# If the value of the INPUT tag contains directories, you can use the
662662-# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
663663-# and *.h) to filter out the source-files in the directories. If left
664664-# blank the following patterns are tested:
665665-# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
666666-# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
667667-# *.f90 *.f *.for *.vhd *.vhdl
783783+# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
784784+# *.h) to filter out the source-files in the directories. If left blank the
785785+# following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
786786+# *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
787787+# *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
788788+# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
789789+# *.qsf, *.as and *.js.
668790669669-FILE_PATTERNS =
791791+FILE_PATTERNS = *.c \
792792+ *.cc \
793793+ *.cxx \
794794+ *.cpp \
795795+ *.c++ \
796796+ *.java \
797797+ *.ii \
798798+ *.ixx \
799799+ *.ipp \
800800+ *.i++ \
801801+ *.inl \
802802+ *.idl \
803803+ *.ddl \
804804+ *.odl \
805805+ *.h \
806806+ *.hh \
807807+ *.hxx \
808808+ *.hpp \
809809+ *.h++ \
810810+ *.cs \
811811+ *.d \
812812+ *.php \
813813+ *.php4 \
814814+ *.php5 \
815815+ *.phtml \
816816+ *.inc \
817817+ *.m \
818818+ *.markdown \
819819+ *.md \
820820+ *.mm \
821821+ *.dox \
822822+ *.py \
823823+ *.f90 \
824824+ *.f \
825825+ *.for \
826826+ *.tcl \
827827+ *.vhd \
828828+ *.vhdl \
829829+ *.ucf \
830830+ *.qsf \
831831+ *.as \
832832+ *.js
670833671671-# The RECURSIVE tag can be used to turn specify whether or not subdirectories
672672-# should be searched for input files as well. Possible values are YES and NO.
673673-# If left blank NO is used.
834834+# The RECURSIVE tag can be used to specify whether or not subdirectories should
835835+# be searched for input files as well.
836836+# The default value is: NO.
674837675838RECURSIVE = NO
676839677840# The EXCLUDE tag can be used to specify files and/or directories that should be
678841# excluded from the INPUT source files. This way you can easily exclude a
679842# subdirectory from a directory tree whose root is specified with the INPUT tag.
843843+#
680844# Note that relative paths are relative to the directory from which doxygen is
681845# run.
682846683683-EXCLUDE =
847847+EXCLUDE =
684848685849# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
686850# directories that are symbolic links (a Unix file system feature) are excluded
687851# from the input.
852852+# The default value is: NO.
688853689854EXCLUDE_SYMLINKS = NO
690855691856# If the value of the INPUT tag contains directories, you can use the
692857# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
693693-# certain files from those directories. Note that the wildcards are matched
694694-# against the file with absolute path, so to exclude all test directories
695695-# for example use the pattern */test/*
858858+# certain files from those directories.
859859+#
860860+# Note that the wildcards are matched against the file with absolute path, so to
861861+# exclude all test directories for example use the pattern */test/*
696862697697-EXCLUDE_PATTERNS =
863863+EXCLUDE_PATTERNS =
698864699865# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
700866# (namespaces, classes, functions, etc.) that should be excluded from the
701867# output. The symbol name can be a fully qualified name, a word, or if the
702868# wildcard * is used, a substring. Examples: ANamespace, AClass,
703869# AClass::ANamespace, ANamespace::*Test
870870+#
871871+# Note that the wildcards are matched against the file with absolute path, so to
872872+# exclude all test directories use the pattern */test/*
704873705705-EXCLUDE_SYMBOLS =
874874+EXCLUDE_SYMBOLS =
706875707707-# The EXAMPLE_PATH tag can be used to specify one or more files or
708708-# directories that contain example code fragments that are included (see
709709-# the \include command).
876876+# The EXAMPLE_PATH tag can be used to specify one or more files or directories
877877+# that contain example code fragments that are included (see the \include
878878+# command).
710879711711-EXAMPLE_PATH =
880880+EXAMPLE_PATH =
712881713882# If the value of the EXAMPLE_PATH tag contains directories, you can use the
714714-# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
715715-# and *.h) to filter out the source-files in the directories. If left
716716-# blank all files are included.
883883+# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
884884+# *.h) to filter out the source-files in the directories. If left blank all
885885+# files are included.
717886718718-EXAMPLE_PATTERNS =
887887+EXAMPLE_PATTERNS = *
719888720889# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
721721-# searched for input files to be used with the \include or \dontinclude
722722-# commands irrespective of the value of the RECURSIVE tag.
723723-# Possible values are YES and NO. If left blank NO is used.
890890+# searched for input files to be used with the \include or \dontinclude commands
891891+# irrespective of the value of the RECURSIVE tag.
892892+# The default value is: NO.
724893725894EXAMPLE_RECURSIVE = NO
726895727727-# The IMAGE_PATH tag can be used to specify one or more files or
728728-# directories that contain image that are included in the documentation (see
729729-# the \image command).
896896+# The IMAGE_PATH tag can be used to specify one or more files or directories
897897+# that contain images that are to be included in the documentation (see the
898898+# \image command).
730899731731-IMAGE_PATH =
900900+IMAGE_PATH =
732901733902# The INPUT_FILTER tag can be used to specify a program that doxygen should
734903# invoke to filter for each input file. Doxygen will invoke the filter program
735735-# by executing (via popen()) the command <filter> <input-file>, where <filter>
736736-# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
737737-# input file. Doxygen will then use the output that the filter program writes
738738-# to standard output.
739739-# If FILTER_PATTERNS is specified, this tag will be
740740-# ignored.
904904+# by executing (via popen()) the command:
905905+#
906906+# <filter> <input-file>
907907+#
908908+# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
909909+# name of an input file. Doxygen will then use the output that the filter
910910+# program writes to standard output. If FILTER_PATTERNS is specified, this tag
911911+# will be ignored.
912912+#
913913+# Note that the filter must not add or remove lines; it is applied before the
914914+# code is scanned, but not when the output code is generated. If lines are added
915915+# or removed, the anchors will not be placed correctly.
741916742742-INPUT_FILTER =
917917+INPUT_FILTER =
743918744919# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
745745-# basis.
746746-# Doxygen will compare the file name with each pattern and apply the
747747-# filter if there is a match.
748748-# The filters are a list of the form:
749749-# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
750750-# info on how filters are used. If FILTER_PATTERNS is empty or if
751751-# non of the patterns match the file name, INPUT_FILTER is applied.
920920+# basis. Doxygen will compare the file name with each pattern and apply the
921921+# filter if there is a match. The filters are a list of the form: pattern=filter
922922+# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
923923+# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
924924+# patterns match the file name, INPUT_FILTER is applied.
752925753753-FILTER_PATTERNS =
926926+FILTER_PATTERNS =
754927755928# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
756756-# INPUT_FILTER) will be used to filter the input files when producing source
757757-# files to browse (i.e. when SOURCE_BROWSER is set to YES).
929929+# INPUT_FILTER) will also be used to filter the input files that are used for
930930+# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
931931+# The default value is: NO.
758932759933FILTER_SOURCE_FILES = NO
760934761935# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
762762-# pattern. A pattern will override the setting for FILTER_PATTERN (if any)
763763-# and it is also possible to disable source filtering for a specific pattern
764764-# using *.ext= (so without naming a filter). This option only has effect when
765765-# FILTER_SOURCE_FILES is enabled.
936936+# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
937937+# it is also possible to disable source filtering for a specific pattern using
938938+# *.ext= (so without naming a filter).
939939+# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
766940767767-FILTER_SOURCE_PATTERNS =
941941+FILTER_SOURCE_PATTERNS =
942942+943943+# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
944944+# is part of the input, its contents will be placed on the main page
945945+# (index.html). This can be useful if you have a project on for instance GitHub
946946+# and want to reuse the introduction page also for the doxygen output.
947947+948948+USE_MDFILE_AS_MAINPAGE =
768949769950#---------------------------------------------------------------------------
770770-# configuration options related to source browsing
951951+# Configuration options related to source browsing
771952#---------------------------------------------------------------------------
772953773773-# If the SOURCE_BROWSER tag is set to YES then a list of source files will
774774-# be generated. Documented entities will be cross-referenced with these sources.
775775-# Note: To get rid of all source code in the generated output, make sure also
776776-# VERBATIM_HEADERS is set to NO.
954954+# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
955955+# generated. Documented entities will be cross-referenced with these sources.
956956+#
957957+# Note: To get rid of all source code in the generated output, make sure that
958958+# also VERBATIM_HEADERS is set to NO.
959959+# The default value is: NO.
777960778778-SOURCE_BROWSER = NO
961961+SOURCE_BROWSER = YES
779962780780-# Setting the INLINE_SOURCES tag to YES will include the body
781781-# of functions and classes directly in the documentation.
963963+# Setting the INLINE_SOURCES tag to YES will include the body of functions,
964964+# classes and enums directly into the documentation.
965965+# The default value is: NO.
782966783967INLINE_SOURCES = NO
784968785785-# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
786786-# doxygen to hide any special comment blocks from generated source code
787787-# fragments. Normal C and C++ comments will always remain visible.
969969+# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
970970+# special comment blocks from generated source code fragments. Normal C, C++ and
971971+# Fortran comments will always remain visible.
972972+# The default value is: YES.
788973789974STRIP_CODE_COMMENTS = YES
790975791791-# If the REFERENCED_BY_RELATION tag is set to YES
792792-# then for each documented function all documented
793793-# functions referencing it will be listed.
976976+# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
977977+# function all documented functions referencing it will be listed.
978978+# The default value is: NO.
794979795980REFERENCED_BY_RELATION = NO
796981797797-# If the REFERENCES_RELATION tag is set to YES
798798-# then for each documented function all documented entities
799799-# called/used by that function will be listed.
982982+# If the REFERENCES_RELATION tag is set to YES then for each documented function
983983+# all documented entities called/used by that function will be listed.
984984+# The default value is: NO.
800985801986REFERENCES_RELATION = NO
802987803803-# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
804804-# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
805805-# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
806806-# link to the source code.
807807-# Otherwise they will link to the documentation.
988988+# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
989989+# to YES then the hyperlinks from functions in REFERENCES_RELATION and
990990+# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
991991+# link to the documentation.
992992+# The default value is: YES.
808993809994REFERENCES_LINK_SOURCE = YES
810995811811-# If the USE_HTAGS tag is set to YES then the references to source code
812812-# will point to the HTML generated by the htags(1) tool instead of doxygen
813813-# built-in source browser. The htags tool is part of GNU's global source
814814-# tagging system (see http://www.gnu.org/software/global/global.html). You
815815-# will need version 4.8.6 or higher.
996996+# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
997997+# source code will show a tooltip with additional information such as prototype,
998998+# brief description and links to the definition and documentation. Since this
999999+# will make the HTML file larger and loading of large files a bit slower, you
10001000+# can opt to disable this feature.
10011001+# The default value is: YES.
10021002+# This tag requires that the tag SOURCE_BROWSER is set to YES.
10031003+10041004+SOURCE_TOOLTIPS = YES
10051005+10061006+# If the USE_HTAGS tag is set to YES then the references to source code will
10071007+# point to the HTML generated by the htags(1) tool instead of doxygen built-in
10081008+# source browser. The htags tool is part of GNU's global source tagging system
10091009+# (see http://www.gnu.org/software/global/global.html). You will need version
10101010+# 4.8.6 or higher.
10111011+#
10121012+# To use it do the following:
10131013+# - Install the latest version of global
10141014+# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
10151015+# - Make sure the INPUT points to the root of the source tree
10161016+# - Run doxygen as normal
10171017+#
10181018+# Doxygen will invoke htags (and that will in turn invoke gtags), so these
10191019+# tools must be available from the command line (i.e. in the search path).
10201020+#
10211021+# The result: instead of the source browser generated by doxygen, the links to
10221022+# source code will now point to the output of htags.
10231023+# The default value is: NO.
10241024+# This tag requires that the tag SOURCE_BROWSER is set to YES.
81610258171026USE_HTAGS = NO
8181027819819-# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
820820-# will generate a verbatim copy of the header file for each class for
821821-# which an include is specified. Set to NO to disable this.
10281028+# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
10291029+# verbatim copy of the header file for each class for which an include is
10301030+# specified. Set to NO to disable this.
10311031+# See also: Section \class.
10321032+# The default value is: YES.
82210338231034VERBATIM_HEADERS = YES
824103510361036+# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
10371037+# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
10381038+# cost of reduced performance. This can be particularly helpful with template
10391039+# rich C++ code for which doxygen's built-in parser lacks the necessary type
10401040+# information.
10411041+# Note: The availability of this option depends on whether or not doxygen was
10421042+# compiled with the --with-libclang option.
10431043+# The default value is: NO.
10441044+10451045+CLANG_ASSISTED_PARSING = NO
10461046+10471047+# If clang assisted parsing is enabled you can provide the compiler with command
10481048+# line options that you would normally use when invoking the compiler. Note that
10491049+# the include paths will already be set by doxygen for the files and directories
10501050+# specified with INPUT and INCLUDE_PATH.
10511051+# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
10521052+10531053+CLANG_OPTIONS =
10541054+8251055#---------------------------------------------------------------------------
826826-# configuration options related to the alphabetical class index
10561056+# Configuration options related to the alphabetical class index
8271057#---------------------------------------------------------------------------
8281058829829-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
830830-# of all compounds will be generated. Enable this if the project
831831-# contains a lot of classes, structs, unions or interfaces.
10591059+# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
10601060+# compounds will be generated. Enable this if the project contains a lot of
10611061+# classes, structs, unions or interfaces.
10621062+# The default value is: YES.
83210638331064ALPHABETICAL_INDEX = YES
8341065835835-# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
836836-# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
837837-# in which this list will be split (can be a number in the range [1..20])
10661066+# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
10671067+# which the alphabetical index list will be split.
10681068+# Minimum value: 1, maximum value: 20, default value: 5.
10691069+# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
83810708391071COLS_IN_ALPHA_INDEX = 5
8401072841841-# In case all classes in a project start with a common prefix, all
842842-# classes will be put under the same header in the alphabetical index.
843843-# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
844844-# should be ignored while generating the index headers.
10731073+# In case all classes in a project start with a common prefix, all classes will
10741074+# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
10751075+# can be used to specify a prefix (or a list of prefixes) that should be ignored
10761076+# while generating the index headers.
10771077+# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
8451078846846-IGNORE_PREFIX =
10791079+IGNORE_PREFIX =
84710808481081#---------------------------------------------------------------------------
849849-# configuration options related to the HTML output
10821082+# Configuration options related to the HTML output
8501083#---------------------------------------------------------------------------
8511084852852-# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
853853-# generate HTML output.
10851085+# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
10861086+# The default value is: YES.
85410878551088GENERATE_HTML = YES
8561089857857-# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
858858-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
859859-# put in front of it. If left blank `html' will be used as the default path.
10901090+# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
10911091+# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
10921092+# it.
10931093+# The default directory is: html.
10941094+# This tag requires that the tag GENERATE_HTML is set to YES.
86010958611096HTML_OUTPUT = html
8621097863863-# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
864864-# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
865865-# doxygen will generate files with .html extension.
10981098+# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
10991099+# generated HTML page (for example: .htm, .php, .asp).
11001100+# The default value is: .html.
11011101+# This tag requires that the tag GENERATE_HTML is set to YES.
86611028671103HTML_FILE_EXTENSION = .html
8681104869869-# The HTML_HEADER tag can be used to specify a personal HTML header for
870870-# each generated HTML page. If it is left blank doxygen will generate a
871871-# standard header. Note that when using a custom header you are responsible
872872-# for the proper inclusion of any scripts and style sheets that doxygen
873873-# needs, which is dependent on the configuration options used.
874874-# It is advised to generate a default header using "doxygen -w html
875875-# header.html footer.html stylesheet.css YourConfigFile" and then modify
876876-# that header. Note that the header is subject to change so you typically
877877-# have to redo this when upgrading to a newer version of doxygen or when
878878-# changing the value of configuration settings such as GENERATE_TREEVIEW!
11051105+# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
11061106+# each generated HTML page. If the tag is left blank doxygen will generate a
11071107+# standard header.
11081108+#
11091109+# To get valid HTML the header file that includes any scripts and style sheets
11101110+# that doxygen needs, which is dependent on the configuration options used (e.g.
11111111+# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
11121112+# default header using
11131113+# doxygen -w html new_header.html new_footer.html new_stylesheet.css
11141114+# YourConfigFile
11151115+# and then modify the file new_header.html. See also section "Doxygen usage"
11161116+# for information on how to generate the default header that doxygen normally
11171117+# uses.
11181118+# Note: The header is subject to change so you typically have to regenerate the
11191119+# default header when upgrading to a newer version of doxygen. For a description
11201120+# of the possible markers and block names see the documentation.
11211121+# This tag requires that the tag GENERATE_HTML is set to YES.
8791122880880-HTML_HEADER =
11231123+HTML_HEADER =
11241124+11251125+# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
11261126+# generated HTML page. If the tag is left blank doxygen will generate a standard
11271127+# footer. See HTML_HEADER for more information on how to generate a default
11281128+# footer and what special commands can be used inside the footer. See also
11291129+# section "Doxygen usage" for information on how to generate the default footer
11301130+# that doxygen normally uses.
11311131+# This tag requires that the tag GENERATE_HTML is set to YES.
8811132882882-# The HTML_FOOTER tag can be used to specify a personal HTML footer for
883883-# each generated HTML page. If it is left blank doxygen will generate a
884884-# standard footer.
11331133+HTML_FOOTER =
11341134+11351135+# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
11361136+# sheet that is used by each HTML page. It can be used to fine-tune the look of
11371137+# the HTML output. If left blank doxygen will generate a default style sheet.
11381138+# See also section "Doxygen usage" for information on how to generate the style
11391139+# sheet that doxygen normally uses.
11401140+# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
11411141+# it is more robust and this tag (HTML_STYLESHEET) will in the future become
11421142+# obsolete.
11431143+# This tag requires that the tag GENERATE_HTML is set to YES.
8851144886886-HTML_FOOTER =
11451145+HTML_STYLESHEET =
8871146888888-# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
889889-# style sheet that is used by each HTML page. It can be used to
890890-# fine-tune the look of the HTML output. If the tag is left blank doxygen
891891-# will generate a default style sheet. Note that doxygen will try to copy
892892-# the style sheet file to the HTML output directory, so don't put your own
893893-# style sheet in the HTML output directory as well, or it will be erased!
11471147+# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
11481148+# cascading style sheets that are included after the standard style sheets
11491149+# created by doxygen. Using this option one can overrule certain style aspects.
11501150+# This is preferred over using HTML_STYLESHEET since it does not replace the
11511151+# standard style sheet and is therefore more robust against future updates.
11521152+# Doxygen will copy the style sheet files to the output directory.
11531153+# Note: The order of the extra style sheet files is of importance (e.g. the last
11541154+# style sheet in the list overrules the setting of the previous ones in the
11551155+# list). For an example see the documentation.
11561156+# This tag requires that the tag GENERATE_HTML is set to YES.
8941157895895-HTML_STYLESHEET =
11581158+HTML_EXTRA_STYLESHEET =
89611598971160# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
8981161# other source files which should be copied to the HTML output directory. Note
8991162# that these files will be copied to the base HTML output directory. Use the
900900-# $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
901901-# files. In the HTML_STYLESHEET file, use the file name only. Also note that
902902-# the files will be copied as-is; there are no commands or markers available.
11631163+# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
11641164+# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
11651165+# files will be copied as-is; there are no commands or markers available.
11661166+# This tag requires that the tag GENERATE_HTML is set to YES.
9031167904904-HTML_EXTRA_FILES =
11681168+HTML_EXTRA_FILES =
9051169906906-# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
907907-# Doxygen will adjust the colors in the style sheet and background images
908908-# according to this color. Hue is specified as an angle on a colorwheel,
909909-# see http://en.wikipedia.org/wiki/Hue for more information.
910910-# For instance the value 0 represents red, 60 is yellow, 120 is green,
911911-# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
912912-# The allowed range is 0 to 359.
11701170+# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
11711171+# will adjust the colors in the style sheet and background images according to
11721172+# this color. Hue is specified as an angle on a colorwheel, see
11731173+# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
11741174+# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
11751175+# purple, and 360 is red again.
11761176+# Minimum value: 0, maximum value: 359, default value: 220.
11771177+# This tag requires that the tag GENERATE_HTML is set to YES.
91311789141179HTML_COLORSTYLE_HUE = 220
9151180916916-# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
917917-# the colors in the HTML output. For a value of 0 the output will use
918918-# grayscales only. A value of 255 will produce the most vivid colors.
11811181+# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
11821182+# in the HTML output. For a value of 0 the output will use grayscales only. A
11831183+# value of 255 will produce the most vivid colors.
11841184+# Minimum value: 0, maximum value: 255, default value: 100.
11851185+# This tag requires that the tag GENERATE_HTML is set to YES.
91911869201187HTML_COLORSTYLE_SAT = 100
9211188922922-# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
923923-# the luminance component of the colors in the HTML output. Values below
924924-# 100 gradually make the output lighter, whereas values above 100 make
925925-# the output darker. The value divided by 100 is the actual gamma applied,
926926-# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
927927-# and 100 does not change the gamma.
11891189+# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
11901190+# luminance component of the colors in the HTML output. Values below 100
11911191+# gradually make the output lighter, whereas values above 100 make the output
11921192+# darker. The value divided by 100 is the actual gamma applied, so 80 represents
11931193+# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
11941194+# change the gamma.
11951195+# Minimum value: 40, maximum value: 240, default value: 80.
11961196+# This tag requires that the tag GENERATE_HTML is set to YES.
92811979291198HTML_COLORSTYLE_GAMMA = 80
93011999311200# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
932932-# page will contain the date and time when the page was generated. Setting
933933-# this to NO can help when comparing the output of multiple runs.
12011201+# page will contain the date and time when the page was generated. Setting this
12021202+# to NO can help when comparing the output of multiple runs.
12031203+# The default value is: YES.
12041204+# This tag requires that the tag GENERATE_HTML is set to YES.
93412059351206HTML_TIMESTAMP = YES
9361207937937-# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
938938-# files or namespaces will be aligned in HTML using tables. If set to
939939-# NO a bullet list will be used.
940940-941941-HTML_ALIGN_MEMBERS = YES
942942-9431208# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
9441209# documentation will contain sections that can be hidden and shown after the
945945-# page has loaded. For this to work a browser that supports
946946-# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
947947-# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
12101210+# page has loaded.
12111211+# The default value is: NO.
12121212+# This tag requires that the tag GENERATE_HTML is set to YES.
94812139491214HTML_DYNAMIC_SECTIONS = NO
9501215951951-# If the GENERATE_DOCSET tag is set to YES, additional index files
952952-# will be generated that can be used as input for Apple's Xcode 3
953953-# integrated development environment, introduced with OSX 10.5 (Leopard).
954954-# To create a documentation set, doxygen will generate a Makefile in the
955955-# HTML output directory. Running make will produce the docset in that
956956-# directory and running "make install" will install the docset in
957957-# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
958958-# it at startup.
959959-# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
12161216+# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
12171217+# shown in the various tree structured indices initially; the user can expand
12181218+# and collapse entries dynamically later on. Doxygen will expand the tree to
12191219+# such a level that at most the specified number of entries are visible (unless
12201220+# a fully collapsed tree already exceeds this amount). So setting the number of
12211221+# entries 1 will produce a full collapsed tree by default. 0 is a special value
12221222+# representing an infinite number of entries and will result in a full expanded
12231223+# tree by default.
12241224+# Minimum value: 0, maximum value: 9999, default value: 100.
12251225+# This tag requires that the tag GENERATE_HTML is set to YES.
12261226+12271227+HTML_INDEX_NUM_ENTRIES = 100
12281228+12291229+# If the GENERATE_DOCSET tag is set to YES, additional index files will be
12301230+# generated that can be used as input for Apple's Xcode 3 integrated development
12311231+# environment (see: http://developer.apple.com/tools/xcode/), introduced with
12321232+# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
12331233+# Makefile in the HTML output directory. Running make will produce the docset in
12341234+# that directory and running make install will install the docset in
12351235+# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
12361236+# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
9601237# for more information.
12381238+# The default value is: NO.
12391239+# This tag requires that the tag GENERATE_HTML is set to YES.
96112409621241GENERATE_DOCSET = NO
9631242964964-# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
965965-# feed. A documentation feed provides an umbrella under which multiple
966966-# documentation sets from a single provider (such as a company or product suite)
967967-# can be grouped.
12431243+# This tag determines the name of the docset feed. A documentation feed provides
12441244+# an umbrella under which multiple documentation sets from a single provider
12451245+# (such as a company or product suite) can be grouped.
12461246+# The default value is: Doxygen generated docs.
12471247+# This tag requires that the tag GENERATE_DOCSET is set to YES.
96812489691249DOCSET_FEEDNAME = "Doxygen generated docs"
9701250971971-# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
972972-# should uniquely identify the documentation set bundle. This should be a
973973-# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
974974-# will append .docset to the name.
12511251+# This tag specifies a string that should uniquely identify the documentation
12521252+# set bundle. This should be a reverse domain-name style string, e.g.
12531253+# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
12541254+# The default value is: org.doxygen.Project.
12551255+# This tag requires that the tag GENERATE_DOCSET is set to YES.
97512569761257DOCSET_BUNDLE_ID = org.doxygen.Project
9771258978978-# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
12591259+# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
9791260# the documentation publisher. This should be a reverse domain-name style
9801261# string, e.g. com.mycompany.MyDocSet.documentation.
12621262+# The default value is: org.doxygen.Publisher.
12631263+# This tag requires that the tag GENERATE_DOCSET is set to YES.
98112649821265DOCSET_PUBLISHER_ID = org.doxygen.Publisher
9831266984984-# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
12671267+# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
12681268+# The default value is: Publisher.
12691269+# This tag requires that the tag GENERATE_DOCSET is set to YES.
98512709861271DOCSET_PUBLISHER_NAME = Publisher
9871272988988-# If the GENERATE_HTMLHELP tag is set to YES, additional index files
989989-# will be generated that can be used as input for tools like the
990990-# Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
991991-# of the generated HTML documentation.
12731273+# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
12741274+# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
12751275+# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
12761276+# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
12771277+# Windows.
12781278+#
12791279+# The HTML Help Workshop contains a compiler that can convert all HTML output
12801280+# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
12811281+# files are now used as the Windows 98 help format, and will replace the old
12821282+# Windows help format (.hlp) on all Windows platforms in the future. Compressed
12831283+# HTML files also contain an index, a table of contents, and you can search for
12841284+# words in the documentation. The HTML workshop also contains a viewer for
12851285+# compressed HTML files.
12861286+# The default value is: NO.
12871287+# This tag requires that the tag GENERATE_HTML is set to YES.
99212889931289GENERATE_HTMLHELP = NO
9941290995995-# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
996996-# be used to specify the file name of the resulting .chm file. You
997997-# can add a path in front of the file if the result should not be
12911291+# The CHM_FILE tag can be used to specify the file name of the resulting .chm
12921292+# file. You can add a path in front of the file if the result should not be
9981293# written to the html output directory.
12941294+# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
999129510001000-CHM_FILE =
12961296+CHM_FILE =
1001129710021002-# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
10031003-# be used to specify the location (absolute path including file name) of
10041004-# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
10051005-# the HTML help compiler on the generated index.hhp.
12981298+# The HHC_LOCATION tag can be used to specify the location (absolute path
12991299+# including file name) of the HTML help compiler (hhc.exe). If non-empty,
13001300+# doxygen will try to run the HTML help compiler on the generated index.hhp.
13011301+# The file has to be specified with full path.
13021302+# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1006130310071007-HHC_LOCATION =
13041304+HHC_LOCATION =
1008130510091009-# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
10101010-# controls if a separate .chi index file is generated (YES) or that
10111011-# it should be included in the master .chm file (NO).
13061306+# The GENERATE_CHI flag controls if a separate .chi index file is generated
13071307+# (YES) or that it should be included in the master .chm file (NO).
13081308+# The default value is: NO.
13091309+# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1012131010131311GENERATE_CHI = NO
1014131210151015-# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
10161016-# is used to encode HtmlHelp index (hhk), content (hhc) and project file
10171017-# content.
13131313+# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
13141314+# and project file content.
13151315+# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1018131610191019-CHM_INDEX_ENCODING =
13171317+CHM_INDEX_ENCODING =
1020131810211021-# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
10221022-# controls whether a binary table of contents is generated (YES) or a
10231023-# normal table of contents (NO) in the .chm file.
13191319+# The BINARY_TOC flag controls whether a binary table of contents is generated
13201320+# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
13211321+# enables the Previous and Next buttons.
13221322+# The default value is: NO.
13231323+# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1024132410251325BINARY_TOC = NO
1026132610271027-# The TOC_EXPAND flag can be set to YES to add extra items for group members
10281028-# to the contents of the HTML help documentation and to the tree view.
13271327+# The TOC_EXPAND flag can be set to YES to add extra items for group members to
13281328+# the table of contents of the HTML help documentation and to the tree view.
13291329+# The default value is: NO.
13301330+# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1029133110301332TOC_EXPAND = NO
1031133310321334# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
10331033-# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
10341034-# that can be used as input for Qt's qhelpgenerator to generate a
10351035-# Qt Compressed Help (.qch) of the generated HTML documentation.
13351335+# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
13361336+# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
13371337+# (.qch) of the generated HTML documentation.
13381338+# The default value is: NO.
13391339+# This tag requires that the tag GENERATE_HTML is set to YES.
1036134010371341GENERATE_QHP = NO
1038134210391039-# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
10401040-# be used to specify the file name of the resulting .qch file.
10411041-# The path specified is relative to the HTML output folder.
13431343+# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
13441344+# the file name of the resulting .qch file. The path specified is relative to
13451345+# the HTML output folder.
13461346+# This tag requires that the tag GENERATE_QHP is set to YES.
1042134710431043-QCH_FILE =
13481348+QCH_FILE =
1044134910451045-# The QHP_NAMESPACE tag specifies the namespace to use when generating
10461046-# Qt Help Project output. For more information please see
10471047-# http://doc.trolltech.com/qthelpproject.html#namespace
13501350+# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
13511351+# Project output. For more information please see Qt Help Project / Namespace
13521352+# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
13531353+# The default value is: org.doxygen.Project.
13541354+# This tag requires that the tag GENERATE_QHP is set to YES.
1048135510491356QHP_NAMESPACE = org.doxygen.Project
1050135710511051-# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
10521052-# Qt Help Project output. For more information please see
10531053-# http://doc.trolltech.com/qthelpproject.html#virtual-folders
13581358+# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
13591359+# Help Project output. For more information please see Qt Help Project / Virtual
13601360+# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
13611361+# folders).
13621362+# The default value is: doc.
13631363+# This tag requires that the tag GENERATE_QHP is set to YES.
1054136410551365QHP_VIRTUAL_FOLDER = doc
1056136610571057-# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
10581058-# add. For more information please see
10591059-# http://doc.trolltech.com/qthelpproject.html#custom-filters
13671367+# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
13681368+# filter to add. For more information please see Qt Help Project / Custom
13691369+# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
13701370+# filters).
13711371+# This tag requires that the tag GENERATE_QHP is set to YES.
1060137210611061-QHP_CUST_FILTER_NAME =
13731373+QHP_CUST_FILTER_NAME =
1062137410631063-# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
10641064-# custom filter to add. For more information please see
10651065-# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
10661066-# Qt Help Project / Custom Filters</a>.
13751375+# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
13761376+# custom filter to add. For more information please see Qt Help Project / Custom
13771377+# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
13781378+# filters).
13791379+# This tag requires that the tag GENERATE_QHP is set to YES.
1067138010681068-QHP_CUST_FILTER_ATTRS =
13811381+QHP_CUST_FILTER_ATTRS =
1069138210701383# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
10711071-# project's
10721072-# filter section matches.
10731073-# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
10741074-# Qt Help Project / Filter Attributes</a>.
13841384+# project's filter section matches. Qt Help Project / Filter Attributes (see:
13851385+# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
13861386+# This tag requires that the tag GENERATE_QHP is set to YES.
1075138710761076-QHP_SECT_FILTER_ATTRS =
13881388+QHP_SECT_FILTER_ATTRS =
1077138910781078-# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
10791079-# be used to specify the location of Qt's qhelpgenerator.
10801080-# If non-empty doxygen will try to run qhelpgenerator on the generated
10811081-# .qhp file.
13901390+# The QHG_LOCATION tag can be used to specify the location of Qt's
13911391+# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
13921392+# generated .qhp file.
13931393+# This tag requires that the tag GENERATE_QHP is set to YES.
1082139410831083-QHG_LOCATION =
13951395+QHG_LOCATION =
1084139610851085-# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
10861086-# will be generated, which together with the HTML files, form an Eclipse help
10871087-# plugin. To install this plugin and make it available under the help contents
10881088-# menu in Eclipse, the contents of the directory containing the HTML and XML
10891089-# files needs to be copied into the plugins directory of eclipse. The name of
10901090-# the directory within the plugins directory should be the same as
10911091-# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
10921092-# the help appears.
13971397+# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
13981398+# generated, together with the HTML files, they form an Eclipse help plugin. To
13991399+# install this plugin and make it available under the help contents menu in
14001400+# Eclipse, the contents of the directory containing the HTML and XML files needs
14011401+# to be copied into the plugins directory of eclipse. The name of the directory
14021402+# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
14031403+# After copying Eclipse needs to be restarted before the help appears.
14041404+# The default value is: NO.
14051405+# This tag requires that the tag GENERATE_HTML is set to YES.
1093140610941407GENERATE_ECLIPSEHELP = NO
1095140810961096-# A unique identifier for the eclipse help plugin. When installing the plugin
10971097-# the directory name containing the HTML and XML files should also have
10981098-# this name.
14091409+# A unique identifier for the Eclipse help plugin. When installing the plugin
14101410+# the directory name containing the HTML and XML files should also have this
14111411+# name. Each documentation set should have its own identifier.
14121412+# The default value is: org.doxygen.Project.
14131413+# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1099141411001415ECLIPSE_DOC_ID = org.doxygen.Project
1101141611021102-# The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs)
11031103-# at top of each HTML page. The value NO (the default) enables the index and
11041104-# the value YES disables it. Since the tabs have the same information as the
11051105-# navigation tree you can set this option to NO if you already set
11061106-# GENERATE_TREEVIEW to YES.
14171417+# If you want full control over the layout of the generated HTML pages it might
14181418+# be necessary to disable the index and replace it with your own. The
14191419+# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
14201420+# of each HTML page. A value of NO enables the index and the value YES disables
14211421+# it. Since the tabs in the index contain the same information as the navigation
14221422+# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
14231423+# The default value is: NO.
14241424+# This tag requires that the tag GENERATE_HTML is set to YES.
1107142511081426DISABLE_INDEX = NO
1109142711101428# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
11111111-# structure should be generated to display hierarchical information.
11121112-# If the tag value is set to YES, a side panel will be generated
11131113-# containing a tree-like index structure (just like the one that
11141114-# is generated for HTML Help). For this to work a browser that supports
11151115-# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
11161116-# Windows users are probably better off using the HTML help feature.
11171117-# Since the tree basically has the same information as the tab index you
11181118-# could consider to set DISABLE_INDEX to NO when enabling this option.
14291429+# structure should be generated to display hierarchical information. If the tag
14301430+# value is set to YES, a side panel will be generated containing a tree-like
14311431+# index structure (just like the one that is generated for HTML Help). For this
14321432+# to work a browser that supports JavaScript, DHTML, CSS and frames is required
14331433+# (i.e. any modern browser). Windows users are probably better off using the
14341434+# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
14351435+# further fine-tune the look of the index. As an example, the default style
14361436+# sheet generated by doxygen has an example that shows how to put an image at
14371437+# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
14381438+# the same information as the tab index, you could consider setting
14391439+# DISABLE_INDEX to YES when enabling this option.
14401440+# The default value is: NO.
14411441+# This tag requires that the tag GENERATE_HTML is set to YES.
1119144211201443GENERATE_TREEVIEW = NO
1121144411221122-# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
11231123-# (range [0,1..20]) that doxygen will group on one line in the generated HTML
11241124-# documentation. Note that a value of 0 will completely suppress the enum
11251125-# values from appearing in the overview section.
14451445+# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
14461446+# doxygen will group on one line in the generated HTML documentation.
14471447+#
14481448+# Note that a value of 0 will completely suppress the enum values from appearing
14491449+# in the overview section.
14501450+# Minimum value: 0, maximum value: 20, default value: 4.
14511451+# This tag requires that the tag GENERATE_HTML is set to YES.
1126145211271453ENUM_VALUES_PER_LINE = 4
1128145411291129-# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
11301130-# and Class Hierarchy pages using a tree view instead of an ordered list.
11311131-11321132-USE_INLINE_TREES = NO
11331133-11341134-# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
11351135-# used to set the initial width (in pixels) of the frame in which the tree
11361136-# is shown.
14551455+# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
14561456+# to set the initial width (in pixels) of the frame in which the tree is shown.
14571457+# Minimum value: 0, maximum value: 1500, default value: 250.
14581458+# This tag requires that the tag GENERATE_HTML is set to YES.
1137145911381460TREEVIEW_WIDTH = 250
1139146111401140-# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
11411141-# links to external symbols imported via tag files in a separate window.
14621462+# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
14631463+# external symbols imported via tag files in a separate window.
14641464+# The default value is: NO.
14651465+# This tag requires that the tag GENERATE_HTML is set to YES.
1142146611431467EXT_LINKS_IN_WINDOW = NO
1144146811451145-# Use this tag to change the font size of Latex formulas included
11461146-# as images in the HTML documentation. The default is 10. Note that
11471147-# when you change the font size after a successful doxygen run you need
11481148-# to manually remove any form_*.png images from the HTML output directory
11491149-# to force them to be regenerated.
14691469+# Use this tag to change the font size of LaTeX formulas included as images in
14701470+# the HTML documentation. When you change the font size after a successful
14711471+# doxygen run you need to manually remove any form_*.png images from the HTML
14721472+# output directory to force them to be regenerated.
14731473+# Minimum value: 8, maximum value: 50, default value: 10.
14741474+# This tag requires that the tag GENERATE_HTML is set to YES.
1150147511511476FORMULA_FONTSIZE = 10
1152147711531478# Use the FORMULA_TRANPARENT tag to determine whether or not the images
11541154-# generated for formulas are transparent PNGs. Transparent PNGs are
11551155-# not supported properly for IE 6.0, but are supported on all modern browsers.
11561156-# Note that when changing this option you need to delete any form_*.png files
11571157-# in the HTML output before the changes have effect.
14791479+# generated for formulas are transparent PNGs. Transparent PNGs are not
14801480+# supported properly for IE 6.0, but are supported on all modern browsers.
14811481+#
14821482+# Note that when changing this option you need to delete any form_*.png files in
14831483+# the HTML output directory before the changes have effect.
14841484+# The default value is: YES.
14851485+# This tag requires that the tag GENERATE_HTML is set to YES.
1158148611591487FORMULA_TRANSPARENT = YES
1160148811611161-# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
11621162-# (see http://www.mathjax.org) which uses client side Javascript for the
11631163-# rendering instead of using prerendered bitmaps. Use this if you do not
11641164-# have LaTeX installed or if you want to formulas look prettier in the HTML
11651165-# output. When enabled you also need to install MathJax separately and
11661166-# configure the path to it using the MATHJAX_RELPATH option.
14891489+# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
14901490+# http://www.mathjax.org) which uses client side Javascript for the rendering
14911491+# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
14921492+# installed or if you want to formulas look prettier in the HTML output. When
14931493+# enabled you may also need to install MathJax separately and configure the path
14941494+# to it using the MATHJAX_RELPATH option.
14951495+# The default value is: NO.
14961496+# This tag requires that the tag GENERATE_HTML is set to YES.
1167149711681498USE_MATHJAX = NO
1169149911701170-# When MathJax is enabled you need to specify the location relative to the
11711171-# HTML output directory using the MATHJAX_RELPATH option. The destination
11721172-# directory should contain the MathJax.js script. For instance, if the mathjax
11731173-# directory is located at the same level as the HTML output directory, then
11741174-# MATHJAX_RELPATH should be ../mathjax. The default value points to the
11751175-# mathjax.org site, so you can quickly see the result without installing
11761176-# MathJax, but it is strongly recommended to install a local copy of MathJax
11771177-# before deployment.
15001500+# When MathJax is enabled you can set the default output format to be used for
15011501+# the MathJax output. See the MathJax site (see:
15021502+# http://docs.mathjax.org/en/latest/output.html) for more details.
15031503+# Possible values are: HTML-CSS (which is slower, but has the best
15041504+# compatibility), NativeMML (i.e. MathML) and SVG.
15051505+# The default value is: HTML-CSS.
15061506+# This tag requires that the tag USE_MATHJAX is set to YES.
1178150711791179-MATHJAX_RELPATH = http://www.mathjax.org/mathjax
15081508+MATHJAX_FORMAT = HTML-CSS
1180150911811181-# The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
11821182-# names that should be enabled during MathJax rendering.
15101510+# When MathJax is enabled you need to specify the location relative to the HTML
15111511+# output directory using the MATHJAX_RELPATH option. The destination directory
15121512+# should contain the MathJax.js script. For instance, if the mathjax directory
15131513+# is located at the same level as the HTML output directory, then
15141514+# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
15151515+# Content Delivery Network so you can quickly see the result without installing
15161516+# MathJax. However, it is strongly recommended to install a local copy of
15171517+# MathJax from http://www.mathjax.org before deployment.
15181518+# The default value is: http://cdn.mathjax.org/mathjax/latest.
15191519+# This tag requires that the tag USE_MATHJAX is set to YES.
1183152011841184-MATHJAX_EXTENSIONS =
15211521+MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
1185152211861186-# When the SEARCHENGINE tag is enabled doxygen will generate a search box
11871187-# for the HTML output. The underlying search engine uses javascript
11881188-# and DHTML and should work on any modern browser. Note that when using
11891189-# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
11901190-# (GENERATE_DOCSET) there is already a search function so this one should
11911191-# typically be disabled. For large projects the javascript based search engine
11921192-# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
15231523+# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
15241524+# extension names that should be enabled during MathJax rendering. For example
15251525+# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
15261526+# This tag requires that the tag USE_MATHJAX is set to YES.
15271527+15281528+MATHJAX_EXTENSIONS =
15291529+15301530+# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
15311531+# of code that will be used on startup of the MathJax code. See the MathJax site
15321532+# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
15331533+# example see the documentation.
15341534+# This tag requires that the tag USE_MATHJAX is set to YES.
15351535+15361536+MATHJAX_CODEFILE =
15371537+15381538+# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
15391539+# the HTML output. The underlying search engine uses javascript and DHTML and
15401540+# should work on any modern browser. Note that when using HTML help
15411541+# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
15421542+# there is already a search function so this one should typically be disabled.
15431543+# For large projects the javascript based search engine can be slow, then
15441544+# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
15451545+# search using the keyboard; to jump to the search box use <access key> + S
15461546+# (what the <access key> is depends on the OS and browser, but it is typically
15471547+# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
15481548+# key> to jump into the search results window, the results can be navigated
15491549+# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
15501550+# the search. The filter options can be selected when the cursor is inside the
15511551+# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
15521552+# to select a filter and <Enter> or <escape> to activate or cancel the filter
15531553+# option.
15541554+# The default value is: YES.
15551555+# This tag requires that the tag GENERATE_HTML is set to YES.
1193155611941557SEARCHENGINE = YES
1195155811961559# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
11971197-# implemented using a PHP enabled web server instead of at the web client
11981198-# using Javascript. Doxygen will generate the search PHP script and index
11991199-# file to put on the web server. The advantage of the server
12001200-# based approach is that it scales better to large projects and allows
12011201-# full text search. The disadvantages are that it is more difficult to setup
12021202-# and does not have live searching capabilities.
15601560+# implemented using a web server instead of a web client using Javascript. There
15611561+# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
15621562+# setting. When disabled, doxygen will generate a PHP script for searching and
15631563+# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
15641564+# and searching needs to be provided by external tools. See the section
15651565+# "External Indexing and Searching" for details.
15661566+# The default value is: NO.
15671567+# This tag requires that the tag SEARCHENGINE is set to YES.
1203156812041569SERVER_BASED_SEARCH = NO
1205157015711571+# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
15721572+# script for searching. Instead the search results are written to an XML file
15731573+# which needs to be processed by an external indexer. Doxygen will invoke an
15741574+# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
15751575+# search results.
15761576+#
15771577+# Doxygen ships with an example indexer (doxyindexer) and search engine
15781578+# (doxysearch.cgi) which are based on the open source search engine library
15791579+# Xapian (see: http://xapian.org/).
15801580+#
15811581+# See the section "External Indexing and Searching" for details.
15821582+# The default value is: NO.
15831583+# This tag requires that the tag SEARCHENGINE is set to YES.
15841584+15851585+EXTERNAL_SEARCH = NO
15861586+15871587+# The SEARCHENGINE_URL should point to a search engine hosted by a web server
15881588+# which will return the search results when EXTERNAL_SEARCH is enabled.
15891589+#
15901590+# Doxygen ships with an example indexer (doxyindexer) and search engine
15911591+# (doxysearch.cgi) which are based on the open source search engine library
15921592+# Xapian (see: http://xapian.org/). See the section "External Indexing and
15931593+# Searching" for details.
15941594+# This tag requires that the tag SEARCHENGINE is set to YES.
15951595+15961596+SEARCHENGINE_URL =
15971597+15981598+# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
15991599+# search data is written to a file for indexing by an external tool. With the
16001600+# SEARCHDATA_FILE tag the name of this file can be specified.
16011601+# The default file is: searchdata.xml.
16021602+# This tag requires that the tag SEARCHENGINE is set to YES.
16031603+16041604+SEARCHDATA_FILE = searchdata.xml
16051605+16061606+# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
16071607+# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
16081608+# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
16091609+# projects and redirect the results back to the right project.
16101610+# This tag requires that the tag SEARCHENGINE is set to YES.
16111611+16121612+EXTERNAL_SEARCH_ID =
16131613+16141614+# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
16151615+# projects other than the one defined by this configuration file, but that are
16161616+# all added to the same external search index. Each project needs to have a
16171617+# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
16181618+# to a relative location where the documentation can be found. The format is:
16191619+# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
16201620+# This tag requires that the tag SEARCHENGINE is set to YES.
16211621+16221622+EXTRA_SEARCH_MAPPINGS =
16231623+12061624#---------------------------------------------------------------------------
12071207-# configuration options related to the LaTeX output
16251625+# Configuration options related to the LaTeX output
12081626#---------------------------------------------------------------------------
1209162712101210-# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
12111211-# generate Latex output.
16281628+# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
16291629+# The default value is: YES.
1212163012131631GENERATE_LATEX = YES
1214163212151215-# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
12161216-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
12171217-# put in front of it. If left blank `latex' will be used as the default path.
16331633+# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
16341634+# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
16351635+# it.
16361636+# The default directory is: latex.
16371637+# This tag requires that the tag GENERATE_LATEX is set to YES.
1218163812191639LATEX_OUTPUT = latex
1220164012211641# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
12221222-# invoked. If left blank `latex' will be used as the default command name.
12231223-# Note that when enabling USE_PDFLATEX this option is only used for
12241224-# generating bitmaps for formulas in the HTML output, but not in the
12251225-# Makefile that is written to the output directory.
16421642+# invoked.
16431643+#
16441644+# Note that when enabling USE_PDFLATEX this option is only used for generating
16451645+# bitmaps for formulas in the HTML output, but not in the Makefile that is
16461646+# written to the output directory.
16471647+# The default file is: latex.
16481648+# This tag requires that the tag GENERATE_LATEX is set to YES.
1226164912271650LATEX_CMD_NAME = latex
1228165112291229-# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
12301230-# generate index for LaTeX. If left blank `makeindex' will be used as the
12311231-# default command name.
16521652+# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
16531653+# index for LaTeX.
16541654+# The default file is: makeindex.
16551655+# This tag requires that the tag GENERATE_LATEX is set to YES.
1232165612331657MAKEINDEX_CMD_NAME = makeindex
1234165812351235-# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
12361236-# LaTeX documents. This may be useful for small projects and may help to
12371237-# save some trees in general.
16591659+# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
16601660+# documents. This may be useful for small projects and may help to save some
16611661+# trees in general.
16621662+# The default value is: NO.
16631663+# This tag requires that the tag GENERATE_LATEX is set to YES.
1238166412391665COMPACT_LATEX = NO
1240166612411241-# The PAPER_TYPE tag can be used to set the paper type that is used
12421242-# by the printer. Possible values are: a4, letter, legal and
12431243-# executive. If left blank a4wide will be used.
16671667+# The PAPER_TYPE tag can be used to set the paper type that is used by the
16681668+# printer.
16691669+# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
16701670+# 14 inches) and executive (7.25 x 10.5 inches).
16711671+# The default value is: a4.
16721672+# This tag requires that the tag GENERATE_LATEX is set to YES.
1244167312451674PAPER_TYPE = a4
1246167512471247-# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
12481248-# packages that should be included in the LaTeX output.
16761676+# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
16771677+# that should be included in the LaTeX output. To get the times font for
16781678+# instance you can specify
16791679+# EXTRA_PACKAGES=times
16801680+# If left blank no extra packages will be included.
16811681+# This tag requires that the tag GENERATE_LATEX is set to YES.
1249168212501250-EXTRA_PACKAGES =
16831683+EXTRA_PACKAGES =
1251168412521252-# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
12531253-# the generated latex document. The header should contain everything until
12541254-# the first chapter. If it is left blank doxygen will generate a
12551255-# standard header. Notice: only use this tag if you know what you are doing!
16851685+# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
16861686+# generated LaTeX document. The header should contain everything until the first
16871687+# chapter. If it is left blank doxygen will generate a standard header. See
16881688+# section "Doxygen usage" for information on how to let doxygen write the
16891689+# default header to a separate file.
16901690+#
16911691+# Note: Only use a user-defined header if you know what you are doing! The
16921692+# following commands have a special meaning inside the header: $title,
16931693+# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
16941694+# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
16951695+# string, for the replacement values of the other commands the user is referred
16961696+# to HTML_HEADER.
16971697+# This tag requires that the tag GENERATE_LATEX is set to YES.
1256169812571257-LATEX_HEADER =
16991699+LATEX_HEADER =
17001700+17011701+# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
17021702+# generated LaTeX document. The footer should contain everything after the last
17031703+# chapter. If it is left blank doxygen will generate a standard footer. See
17041704+# LATEX_HEADER for more information on how to generate a default footer and what
17051705+# special commands can be used inside the footer.
17061706+#
17071707+# Note: Only use a user-defined footer if you know what you are doing!
17081708+# This tag requires that the tag GENERATE_LATEX is set to YES.
17091709+17101710+LATEX_FOOTER =
17111711+17121712+# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
17131713+# LaTeX style sheets that are included after the standard style sheets created
17141714+# by doxygen. Using this option one can overrule certain style aspects. Doxygen
17151715+# will copy the style sheet files to the output directory.
17161716+# Note: The order of the extra style sheet files is of importance (e.g. the last
17171717+# style sheet in the list overrules the setting of the previous ones in the
17181718+# list).
17191719+# This tag requires that the tag GENERATE_LATEX is set to YES.
1258172012591259-# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for
12601260-# the generated latex document. The footer should contain everything after
12611261-# the last chapter. If it is left blank doxygen will generate a
12621262-# standard footer. Notice: only use this tag if you know what you are doing!
17211721+LATEX_EXTRA_STYLESHEET =
1263172212641264-LATEX_FOOTER =
17231723+# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
17241724+# other source files which should be copied to the LATEX_OUTPUT output
17251725+# directory. Note that the files will be copied as-is; there are no commands or
17261726+# markers available.
17271727+# This tag requires that the tag GENERATE_LATEX is set to YES.
17281728+17291729+LATEX_EXTRA_FILES =
1265173012661266-# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
12671267-# is prepared for conversion to pdf (using ps2pdf). The pdf file will
12681268-# contain links (just like the HTML output) instead of page references
12691269-# This makes the output suitable for online browsing using a pdf viewer.
17311731+# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
17321732+# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
17331733+# contain links (just like the HTML output) instead of page references. This
17341734+# makes the output suitable for online browsing using a PDF viewer.
17351735+# The default value is: YES.
17361736+# This tag requires that the tag GENERATE_LATEX is set to YES.
1270173712711738PDF_HYPERLINKS = YES
1272173912731273-# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
12741274-# plain latex in the generated Makefile. Set this option to YES to get a
17401740+# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
17411741+# the PDF file directly from the LaTeX files. Set this option to YES, to get a
12751742# higher quality PDF documentation.
17431743+# The default value is: YES.
17441744+# This tag requires that the tag GENERATE_LATEX is set to YES.
1276174512771746USE_PDFLATEX = YES
1278174712791279-# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
12801280-# command to the generated LaTeX files. This will instruct LaTeX to keep
12811281-# running if errors occur, instead of asking the user for help.
12821282-# This option is also used when generating formulas in HTML.
17481748+# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
17491749+# command to the generated LaTeX files. This will instruct LaTeX to keep running
17501750+# if errors occur, instead of asking the user for help. This option is also used
17511751+# when generating formulas in HTML.
17521752+# The default value is: NO.
17531753+# This tag requires that the tag GENERATE_LATEX is set to YES.
1283175412841755LATEX_BATCHMODE = NO
1285175612861286-# If LATEX_HIDE_INDICES is set to YES then doxygen will not
12871287-# include the index chapters (such as File Index, Compound Index, etc.)
12881288-# in the output.
17571757+# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
17581758+# index chapters (such as File Index, Compound Index, etc.) in the output.
17591759+# The default value is: NO.
17601760+# This tag requires that the tag GENERATE_LATEX is set to YES.
1289176112901762LATEX_HIDE_INDICES = NO
1291176312921292-# If LATEX_SOURCE_CODE is set to YES then doxygen will include
12931293-# source code with syntax highlighting in the LaTeX output.
12941294-# Note that which sources are shown also depends on other settings
12951295-# such as SOURCE_BROWSER.
17641764+# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
17651765+# code with syntax highlighting in the LaTeX output.
17661766+#
17671767+# Note that which sources are shown also depends on other settings such as
17681768+# SOURCE_BROWSER.
17691769+# The default value is: NO.
17701770+# This tag requires that the tag GENERATE_LATEX is set to YES.
1296177112971772LATEX_SOURCE_CODE = NO
1298177312991774# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
13001300-# bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See
13011301-# http://en.wikipedia.org/wiki/BibTeX for more info.
17751775+# bibliography, e.g. plainnat, or ieeetr. See
17761776+# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
17771777+# The default value is: plain.
17781778+# This tag requires that the tag GENERATE_LATEX is set to YES.
1302177913031780LATEX_BIB_STYLE = plain
1304178113051782#---------------------------------------------------------------------------
13061306-# configuration options related to the RTF output
17831783+# Configuration options related to the RTF output
13071784#---------------------------------------------------------------------------
1308178513091309-# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
13101310-# The RTF output is optimized for Word 97 and may not look very pretty with
13111311-# other RTF readers or editors.
17861786+# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
17871787+# RTF output is optimized for Word 97 and may not look too pretty with other RTF
17881788+# readers/editors.
17891789+# The default value is: NO.
1312179013131791GENERATE_RTF = NO
1314179213151315-# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
13161316-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
13171317-# put in front of it. If left blank `rtf' will be used as the default path.
17931793+# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
17941794+# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
17951795+# it.
17961796+# The default directory is: rtf.
17971797+# This tag requires that the tag GENERATE_RTF is set to YES.
1318179813191799RTF_OUTPUT = rtf
1320180013211321-# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
13221322-# RTF documents. This may be useful for small projects and may help to
13231323-# save some trees in general.
18011801+# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
18021802+# documents. This may be useful for small projects and may help to save some
18031803+# trees in general.
18041804+# The default value is: NO.
18051805+# This tag requires that the tag GENERATE_RTF is set to YES.
1324180613251807COMPACT_RTF = NO
1326180813271327-# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
13281328-# will contain hyperlink fields. The RTF file will
13291329-# contain links (just like the HTML output) instead of page references.
13301330-# This makes the output suitable for online browsing using WORD or other
13311331-# programs which support those fields.
13321332-# Note: wordpad (write) and others do not support links.
18091809+# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
18101810+# contain hyperlink fields. The RTF file will contain links (just like the HTML
18111811+# output) instead of page references. This makes the output suitable for online
18121812+# browsing using Word or some other Word compatible readers that support those
18131813+# fields.
18141814+#
18151815+# Note: WordPad (write) and others do not support links.
18161816+# The default value is: NO.
18171817+# This tag requires that the tag GENERATE_RTF is set to YES.
1333181813341819RTF_HYPERLINKS = NO
1335182013361336-# Load style sheet definitions from file. Syntax is similar to doxygen's
13371337-# config file, i.e. a series of assignments. You only have to provide
13381338-# replacements, missing definitions are set to their default value.
18211821+# Load stylesheet definitions from file. Syntax is similar to doxygen's config
18221822+# file, i.e. a series of assignments. You only have to provide replacements,
18231823+# missing definitions are set to their default value.
18241824+#
18251825+# See also section "Doxygen usage" for information on how to generate the
18261826+# default style sheet that doxygen normally uses.
18271827+# This tag requires that the tag GENERATE_RTF is set to YES.
18281828+18291829+RTF_STYLESHEET_FILE =
18301830+18311831+# Set optional variables used in the generation of an RTF document. Syntax is
18321832+# similar to doxygen's config file. A template extensions file can be generated
18331833+# using doxygen -e rtf extensionFile.
18341834+# This tag requires that the tag GENERATE_RTF is set to YES.
1339183513401340-RTF_STYLESHEET_FILE =
18361836+RTF_EXTENSIONS_FILE =
1341183713421342-# Set optional variables used in the generation of an rtf document.
13431343-# Syntax is similar to doxygen's config file.
18381838+# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
18391839+# with syntax highlighting in the RTF output.
18401840+#
18411841+# Note that which sources are shown also depends on other settings such as
18421842+# SOURCE_BROWSER.
18431843+# The default value is: NO.
18441844+# This tag requires that the tag GENERATE_RTF is set to YES.
1344184513451345-RTF_EXTENSIONS_FILE =
18461846+RTF_SOURCE_CODE = NO
1346184713471848#---------------------------------------------------------------------------
13481348-# configuration options related to the man page output
18491849+# Configuration options related to the man page output
13491850#---------------------------------------------------------------------------
1350185113511351-# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
13521352-# generate man pages
18521852+# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
18531853+# classes and files.
18541854+# The default value is: NO.
1353185513541856GENERATE_MAN = NO
1355185713561356-# The MAN_OUTPUT tag is used to specify where the man pages will be put.
13571357-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
13581358-# put in front of it. If left blank `man' will be used as the default path.
18581858+# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
18591859+# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
18601860+# it. A directory man3 will be created inside the directory specified by
18611861+# MAN_OUTPUT.
18621862+# The default directory is: man.
18631863+# This tag requires that the tag GENERATE_MAN is set to YES.
1359186413601865MAN_OUTPUT = man
1361186613621362-# The MAN_EXTENSION tag determines the extension that is added to
13631363-# the generated man pages (default is the subroutine's section .3)
18671867+# The MAN_EXTENSION tag determines the extension that is added to the generated
18681868+# man pages. In case the manual section does not start with a number, the number
18691869+# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
18701870+# optional.
18711871+# The default value is: .3.
18721872+# This tag requires that the tag GENERATE_MAN is set to YES.
1364187313651874MAN_EXTENSION = .3
1366187513671367-# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
13681368-# then it will generate one additional man file for each entity
13691369-# documented in the real man page(s). These additional files
13701370-# only source the real man page, but without them the man command
13711371-# would be unable to find the correct page. The default is NO.
18761876+# The MAN_SUBDIR tag determines the name of the directory created within
18771877+# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
18781878+# MAN_EXTENSION with the initial . removed.
18791879+# This tag requires that the tag GENERATE_MAN is set to YES.
18801880+18811881+MAN_SUBDIR =
18821882+18831883+# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
18841884+# will generate one additional man file for each entity documented in the real
18851885+# man page(s). These additional files only source the real man page, but without
18861886+# them the man command would be unable to find the correct page.
18871887+# The default value is: NO.
18881888+# This tag requires that the tag GENERATE_MAN is set to YES.
1372188913731890MAN_LINKS = NO
1374189113751892#---------------------------------------------------------------------------
13761376-# configuration options related to the XML output
18931893+# Configuration options related to the XML output
13771894#---------------------------------------------------------------------------
1378189513791379-# If the GENERATE_XML tag is set to YES Doxygen will
13801380-# generate an XML file that captures the structure of
13811381-# the code including all documentation.
18961896+# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
18971897+# captures the structure of the code including all documentation.
18981898+# The default value is: NO.
1382189913831900GENERATE_XML = NO
1384190113851385-# The XML_OUTPUT tag is used to specify where the XML pages will be put.
13861386-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
13871387-# put in front of it. If left blank `xml' will be used as the default path.
19021902+# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
19031903+# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
19041904+# it.
19051905+# The default directory is: xml.
19061906+# This tag requires that the tag GENERATE_XML is set to YES.
1388190713891908XML_OUTPUT = xml
1390190913911391-# The XML_SCHEMA tag can be used to specify an XML schema,
13921392-# which can be used by a validating XML parser to check the
13931393-# syntax of the XML files.
19101910+# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
19111911+# listings (including syntax highlighting and cross-referencing information) to
19121912+# the XML output. Note that enabling this will significantly increase the size
19131913+# of the XML output.
19141914+# The default value is: YES.
19151915+# This tag requires that the tag GENERATE_XML is set to YES.
1394191613951395-XML_SCHEMA =
19171917+XML_PROGRAMLISTING = YES
1396191813971397-# The XML_DTD tag can be used to specify an XML DTD,
13981398-# which can be used by a validating XML parser to check the
13991399-# syntax of the XML files.
19191919+#---------------------------------------------------------------------------
19201920+# Configuration options related to the DOCBOOK output
19211921+#---------------------------------------------------------------------------
1400192214011401-XML_DTD =
19231923+# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
19241924+# that can be used to generate PDF.
19251925+# The default value is: NO.
1402192614031403-# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
14041404-# dump the program listings (including syntax highlighting
14051405-# and cross-referencing information) to the XML output. Note that
14061406-# enabling this will significantly increase the size of the XML output.
19271927+GENERATE_DOCBOOK = NO
1407192814081408-XML_PROGRAMLISTING = YES
19291929+# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
19301930+# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
19311931+# front of it.
19321932+# The default directory is: docbook.
19331933+# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
19341934+19351935+DOCBOOK_OUTPUT = docbook
19361936+19371937+# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
19381938+# program listings (including syntax highlighting and cross-referencing
19391939+# information) to the DOCBOOK output. Note that enabling this will significantly
19401940+# increase the size of the DOCBOOK output.
19411941+# The default value is: NO.
19421942+# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
19431943+19441944+DOCBOOK_PROGRAMLISTING = NO
1409194514101946#---------------------------------------------------------------------------
14111411-# configuration options for the AutoGen Definitions output
19471947+# Configuration options for the AutoGen Definitions output
14121948#---------------------------------------------------------------------------
1413194914141414-# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
14151415-# generate an AutoGen Definitions (see autogen.sf.net) file
14161416-# that captures the structure of the code including all
14171417-# documentation. Note that this feature is still experimental
14181418-# and incomplete at the moment.
19501950+# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
19511951+# AutoGen Definitions (see http://autogen.sf.net) file that captures the
19521952+# structure of the code including all documentation. Note that this feature is
19531953+# still experimental and incomplete at the moment.
19541954+# The default value is: NO.
1419195514201956GENERATE_AUTOGEN_DEF = NO
1421195714221958#---------------------------------------------------------------------------
14231423-# configuration options related to the Perl module output
19591959+# Configuration options related to the Perl module output
14241960#---------------------------------------------------------------------------
1425196114261426-# If the GENERATE_PERLMOD tag is set to YES Doxygen will
14271427-# generate a Perl module file that captures the structure of
14281428-# the code including all documentation. Note that this
14291429-# feature is still experimental and incomplete at the
14301430-# moment.
19621962+# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
19631963+# file that captures the structure of the code including all documentation.
19641964+#
19651965+# Note that this feature is still experimental and incomplete at the moment.
19661966+# The default value is: NO.
1431196714321968GENERATE_PERLMOD = NO
1433196914341434-# If the PERLMOD_LATEX tag is set to YES Doxygen will generate
14351435-# the necessary Makefile rules, Perl scripts and LaTeX code to be able
14361436-# to generate PDF and DVI output from the Perl module output.
19701970+# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
19711971+# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
19721972+# output from the Perl module output.
19731973+# The default value is: NO.
19741974+# This tag requires that the tag GENERATE_PERLMOD is set to YES.
1437197514381976PERLMOD_LATEX = NO
1439197714401440-# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
14411441-# nicely formatted so it can be parsed by a human reader.
14421442-# This is useful
14431443-# if you want to understand what is going on.
14441444-# On the other hand, if this
14451445-# tag is set to NO the size of the Perl module output will be much smaller
14461446-# and Perl will parse it just the same.
19781978+# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
19791979+# formatted so it can be parsed by a human reader. This is useful if you want to
19801980+# understand what is going on. On the other hand, if this tag is set to NO, the
19811981+# size of the Perl module output will be much smaller and Perl will parse it
19821982+# just the same.
19831983+# The default value is: YES.
19841984+# This tag requires that the tag GENERATE_PERLMOD is set to YES.
1447198514481986PERLMOD_PRETTY = YES
1449198714501450-# The names of the make variables in the generated doxyrules.make file
14511451-# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
14521452-# This is useful so different doxyrules.make files included by the same
14531453-# Makefile don't overwrite each other's variables.
19881988+# The names of the make variables in the generated doxyrules.make file are
19891989+# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
19901990+# so different doxyrules.make files included by the same Makefile don't
19911991+# overwrite each other's variables.
19921992+# This tag requires that the tag GENERATE_PERLMOD is set to YES.
1454199314551455-PERLMOD_MAKEVAR_PREFIX =
19941994+PERLMOD_MAKEVAR_PREFIX =
1456199514571996#---------------------------------------------------------------------------
14581997# Configuration options related to the preprocessor
14591998#---------------------------------------------------------------------------
1460199914611461-# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
14621462-# evaluate all C-preprocessor directives found in the sources and include
14631463-# files.
20002000+# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
20012001+# C-preprocessor directives found in the sources and include files.
20022002+# The default value is: YES.
1464200314652004ENABLE_PREPROCESSING = YES
1466200514671467-# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
14681468-# names in the source code. If set to NO (the default) only conditional
14691469-# compilation will be performed. Macro expansion can be done in a controlled
14701470-# way by setting EXPAND_ONLY_PREDEF to YES.
20062006+# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
20072007+# in the source code. If set to NO, only conditional compilation will be
20082008+# performed. Macro expansion can be done in a controlled way by setting
20092009+# EXPAND_ONLY_PREDEF to YES.
20102010+# The default value is: NO.
20112011+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1471201214722013MACRO_EXPANSION = NO
1473201414741474-# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
14751475-# then the macro expansion is limited to the macros specified with the
14761476-# PREDEFINED and EXPAND_AS_DEFINED tags.
20152015+# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
20162016+# the macro expansion is limited to the macros specified with the PREDEFINED and
20172017+# EXPAND_AS_DEFINED tags.
20182018+# The default value is: NO.
20192019+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1477202014782021EXPAND_ONLY_PREDEF = NO
1479202214801480-# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
14811481-# pointed to by INCLUDE_PATH will be searched when a #include is found.
20232023+# If the SEARCH_INCLUDES tag is set to YES, the include files in the
20242024+# INCLUDE_PATH will be searched if a #include is found.
20252025+# The default value is: YES.
20262026+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1482202714832028SEARCH_INCLUDES = YES
1484202914852030# The INCLUDE_PATH tag can be used to specify one or more directories that
14861486-# contain include files that are not input files but should be processed by
14871487-# the preprocessor.
20312031+# contain include files that are not input files but should be processed by the
20322032+# preprocessor.
20332033+# This tag requires that the tag SEARCH_INCLUDES is set to YES.
1488203414891489-INCLUDE_PATH =
20352035+INCLUDE_PATH =
1490203614912037# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
14922038# patterns (like *.h and *.hpp) to filter out the header-files in the
14931493-# directories. If left blank, the patterns specified with FILE_PATTERNS will
14941494-# be used.
20392039+# directories. If left blank, the patterns specified with FILE_PATTERNS will be
20402040+# used.
20412041+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1495204214961496-INCLUDE_FILE_PATTERNS =
20432043+INCLUDE_FILE_PATTERNS =
1497204414981498-# The PREDEFINED tag can be used to specify one or more macro names that
14991499-# are defined before the preprocessor is started (similar to the -D option of
15001500-# gcc). The argument of the tag is a list of macros of the form: name
15011501-# or name=definition (no spaces). If the definition and the = are
15021502-# omitted =1 is assumed. To prevent a macro definition from being
15031503-# undefined via #undef or recursively expanded use the := operator
15041504-# instead of the = operator.
20452045+# The PREDEFINED tag can be used to specify one or more macro names that are
20462046+# defined before the preprocessor is started (similar to the -D option of e.g.
20472047+# gcc). The argument of the tag is a list of macros of the form: name or
20482048+# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
20492049+# is assumed. To prevent a macro definition from being undefined via #undef or
20502050+# recursively expanded use the := operator instead of the = operator.
20512051+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1505205215061506-PREDEFINED =
20532053+PREDEFINED =
1507205415081508-# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
15091509-# this tag can be used to specify a list of macro names that should be expanded.
15101510-# The macro definition that is found in the sources will be used.
15111511-# Use the PREDEFINED tag if you want to use a different macro definition that
15121512-# overrules the definition found in the source code.
20552055+# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
20562056+# tag can be used to specify a list of macro names that should be expanded. The
20572057+# macro definition that is found in the sources will be used. Use the PREDEFINED
20582058+# tag if you want to use a different macro definition that overrules the
20592059+# definition found in the source code.
20602060+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1513206115141514-EXPAND_AS_DEFINED =
20622062+EXPAND_AS_DEFINED =
1515206315161516-# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
15171517-# doxygen's preprocessor will remove all references to function-like macros
15181518-# that are alone on a line, have an all uppercase name, and do not end with a
15191519-# semicolon, because these will confuse the parser if not removed.
20642064+# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
20652065+# remove all references to function-like macros that are alone on a line, have
20662066+# an all uppercase name, and do not end with a semicolon. Such function macros
20672067+# are typically used for boiler-plate code, and will confuse the parser if not
20682068+# removed.
20692069+# The default value is: YES.
20702070+# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1520207115212072SKIP_FUNCTION_MACROS = YES
1522207315232074#---------------------------------------------------------------------------
15241524-# Configuration::additions related to external references
20752075+# Configuration options related to external references
15252076#---------------------------------------------------------------------------
1526207715271527-# The TAGFILES option can be used to specify one or more tagfiles.
15281528-# Optionally an initial location of the external documentation
15291529-# can be added for each tagfile. The format of a tag file without
15301530-# this location is as follows:
15311531-#
20782078+# The TAGFILES tag can be used to specify one or more tag files. For each tag
20792079+# file the location of the external documentation should be added. The format of
20802080+# a tag file without this location is as follows:
15322081# TAGFILES = file1 file2 ...
15332082# Adding location for the tag files is done as follows:
15341534-#
15352083# TAGFILES = file1=loc1 "file2 = loc2" ...
15361536-# where "loc1" and "loc2" can be relative or absolute paths or
15371537-# URLs. If a location is present for each tag, the installdox tool
15381538-# does not have to be run to correct the links.
15391539-# Note that each tag file must have a unique name
15401540-# (where the name does NOT include the path)
15411541-# If a tag file is not located in the directory in which doxygen
15421542-# is run, you must also specify the path to the tagfile here.
20842084+# where loc1 and loc2 can be relative or absolute paths or URLs. See the
20852085+# section "Linking to external documentation" for more information about the use
20862086+# of tag files.
20872087+# Note: Each tag file must have a unique name (where the name does NOT include
20882088+# the path). If a tag file is not located in the directory in which doxygen is
20892089+# run, you must also specify the path to the tagfile here.
1543209015441544-TAGFILES =
20912091+TAGFILES =
1545209215461546-# When a file name is specified after GENERATE_TAGFILE, doxygen will create
15471547-# a tag file that is based on the input files it reads.
20932093+# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
20942094+# tag file that is based on the input files it reads. See section "Linking to
20952095+# external documentation" for more information about the usage of tag files.
1548209615491549-GENERATE_TAGFILE =
20972097+GENERATE_TAGFILE =
1550209815511551-# If the ALLEXTERNALS tag is set to YES all external classes will be listed
15521552-# in the class index. If set to NO only the inherited external classes
15531553-# will be listed.
20992099+# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
21002100+# the class index. If set to NO, only the inherited external classes will be
21012101+# listed.
21022102+# The default value is: NO.
1554210315552104ALLEXTERNALS = NO
1556210515571557-# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
15581558-# in the modules index. If set to NO, only the current project's groups will
15591559-# be listed.
21062106+# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
21072107+# in the modules index. If set to NO, only the current project's groups will be
21082108+# listed.
21092109+# The default value is: YES.
1560211015612111EXTERNAL_GROUPS = YES
1562211221132113+# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
21142114+# the related pages index. If set to NO, only the current project's pages will
21152115+# be listed.
21162116+# The default value is: YES.
21172117+21182118+EXTERNAL_PAGES = YES
21192119+15632120# The PERL_PATH should be the absolute path and name of the perl script
15641564-# interpreter (i.e. the result of `which perl').
21212121+# interpreter (i.e. the result of 'which perl').
21222122+# The default file (with absolute path) is: /usr/bin/perl.
1565212315662124PERL_PATH = /usr/bin/perl
15672125···15692127# Configuration options related to the dot tool
15702128#---------------------------------------------------------------------------
1571212915721572-# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
15731573-# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
15741574-# or super classes. Setting the tag to NO turns the diagrams off. Note that
15751575-# this option also works with HAVE_DOT disabled, but it is recommended to
15761576-# install and use dot, since it yields more powerful graphs.
21302130+# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
21312131+# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
21322132+# NO turns the diagrams off. Note that this option also works with HAVE_DOT
21332133+# disabled, but it is recommended to install and use dot, since it yields more
21342134+# powerful graphs.
21352135+# The default value is: YES.
1577213615782137CLASS_DIAGRAMS = YES
1579213815802139# You can define message sequence charts within doxygen comments using the \msc
15811581-# command. Doxygen will then run the mscgen tool (see
15821582-# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
21402140+# command. Doxygen will then run the mscgen tool (see:
21412141+# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
15832142# documentation. The MSCGEN_PATH tag allows you to specify the directory where
15842143# the mscgen tool resides. If left empty the tool is assumed to be found in the
15852144# default search path.
1586214515871587-MSCGEN_PATH =
21462146+MSCGEN_PATH =
1588214715891589-# If set to YES, the inheritance and collaboration graphs will hide
15901590-# inheritance and usage relations if the target is undocumented
15911591-# or is not a class.
21482148+# You can include diagrams made with dia in doxygen documentation. Doxygen will
21492149+# then run dia to produce the diagram and insert it in the documentation. The
21502150+# DIA_PATH tag allows you to specify the directory where the dia binary resides.
21512151+# If left empty dia is assumed to be found in the default search path.
21522152+21532153+DIA_PATH =
21542154+21552155+# If set to YES the inheritance and collaboration graphs will hide inheritance
21562156+# and usage relations if the target is undocumented or is not a class.
21572157+# The default value is: YES.
1592215815932159HIDE_UNDOC_RELATIONS = YES
1594216015952161# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
15961596-# available from the path. This tool is part of Graphviz, a graph visualization
15971597-# toolkit from AT&T and Lucent Bell Labs. The other options in this section
15981598-# have no effect if this option is set to NO (the default)
21622162+# available from the path. This tool is part of Graphviz (see:
21632163+# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
21642164+# Bell Labs. The other options in this section have no effect if this option is
21652165+# set to NO
21662166+# The default value is: NO.
1599216716002168HAVE_DOT = NO
1601216916021602-# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
16031603-# allowed to run in parallel. When set to 0 (the default) doxygen will
16041604-# base this on the number of processors available in the system. You can set it
16051605-# explicitly to a value larger than 0 to get control over the balance
16061606-# between CPU load and processing speed.
21702170+# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
21712171+# to run in parallel. When set to 0 doxygen will base this on the number of
21722172+# processors available in the system. You can set it explicitly to a value
21732173+# larger than 0 to get control over the balance between CPU load and processing
21742174+# speed.
21752175+# Minimum value: 0, maximum value: 32, default value: 0.
21762176+# This tag requires that the tag HAVE_DOT is set to YES.
1607217716082178DOT_NUM_THREADS = 0
1609217916101610-# By default doxygen will use the Helvetica font for all dot files that
16111611-# doxygen generates. When you want a differently looking font you can specify
16121612-# the font name using DOT_FONTNAME. You need to make sure dot is able to find
16131613-# the font, which can be done by putting it in a standard location or by setting
16141614-# the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
16151615-# directory containing the font.
21802180+# When you want a differently looking font in the dot files that doxygen
21812181+# generates you can specify the font name using DOT_FONTNAME. You need to make
21822182+# sure dot is able to find the font, which can be done by putting it in a
21832183+# standard location or by setting the DOTFONTPATH environment variable or by
21842184+# setting DOT_FONTPATH to the directory containing the font.
21852185+# The default value is: Helvetica.
21862186+# This tag requires that the tag HAVE_DOT is set to YES.
1616218716172188DOT_FONTNAME = Helvetica
1618218916191619-# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
16201620-# The default size is 10pt.
21902190+# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
21912191+# dot graphs.
21922192+# Minimum value: 4, maximum value: 24, default value: 10.
21932193+# This tag requires that the tag HAVE_DOT is set to YES.
1621219416222195DOT_FONTSIZE = 10
1623219616241624-# By default doxygen will tell dot to use the Helvetica font.
16251625-# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
16261626-# set the path where dot can find it.
21972197+# By default doxygen will tell dot to use the default font as specified with
21982198+# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
21992199+# the path where dot can find it using this tag.
22002200+# This tag requires that the tag HAVE_DOT is set to YES.
1627220116281628-DOT_FONTPATH =
22022202+DOT_FONTPATH =
1629220316301630-# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
16311631-# will generate a graph for each documented class showing the direct and
16321632-# indirect inheritance relations. Setting this tag to YES will force the
16331633-# CLASS_DIAGRAMS tag to NO.
22042204+# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
22052205+# each documented class showing the direct and indirect inheritance relations.
22062206+# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
22072207+# The default value is: YES.
22082208+# This tag requires that the tag HAVE_DOT is set to YES.
1634220916352210CLASS_GRAPH = YES
1636221116371637-# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
16381638-# will generate a graph for each documented class showing the direct and
16391639-# indirect implementation dependencies (inheritance, containment, and
16401640-# class references variables) of the class with other documented classes.
22122212+# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
22132213+# graph for each documented class showing the direct and indirect implementation
22142214+# dependencies (inheritance, containment, and class references variables) of the
22152215+# class with other documented classes.
22162216+# The default value is: YES.
22172217+# This tag requires that the tag HAVE_DOT is set to YES.
1641221816422219COLLABORATION_GRAPH = YES
1643222016441644-# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
16451645-# will generate a graph for groups, showing the direct groups dependencies
22212221+# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
22222222+# groups, showing the direct groups dependencies.
22232223+# The default value is: YES.
22242224+# This tag requires that the tag HAVE_DOT is set to YES.
1646222516472226GROUP_GRAPHS = YES
1648222716491649-# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
22282228+# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
16502229# collaboration diagrams in a style similar to the OMG's Unified Modeling
16512230# Language.
22312231+# The default value is: NO.
22322232+# This tag requires that the tag HAVE_DOT is set to YES.
1652223316532234UML_LOOK = NO
1654223516551655-# If set to YES, the inheritance and collaboration graphs will show the
16561656-# relations between templates and their instances.
22362236+# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
22372237+# class node. If there are many fields or methods and many nodes the graph may
22382238+# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
22392239+# number of items for each type to make the size more manageable. Set this to 0
22402240+# for no limit. Note that the threshold may be exceeded by 50% before the limit
22412241+# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
22422242+# but if the number exceeds 15, the total amount of fields shown is limited to
22432243+# 10.
22442244+# Minimum value: 0, maximum value: 100, default value: 10.
22452245+# This tag requires that the tag HAVE_DOT is set to YES.
22462246+22472247+UML_LIMIT_NUM_FIELDS = 10
22482248+22492249+# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
22502250+# collaboration graphs will show the relations between templates and their
22512251+# instances.
22522252+# The default value is: NO.
22532253+# This tag requires that the tag HAVE_DOT is set to YES.
1657225416582255TEMPLATE_RELATIONS = NO
1659225616601660-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
16611661-# tags are set to YES then doxygen will generate a graph for each documented
16621662-# file showing the direct and indirect include dependencies of the file with
16631663-# other documented files.
22572257+# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
22582258+# YES then doxygen will generate a graph for each documented file showing the
22592259+# direct and indirect include dependencies of the file with other documented
22602260+# files.
22612261+# The default value is: YES.
22622262+# This tag requires that the tag HAVE_DOT is set to YES.
1664226316652264INCLUDE_GRAPH = YES
1666226516671667-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
16681668-# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
16691669-# documented header file showing the documented files that directly or
16701670-# indirectly include this file.
22662266+# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
22672267+# set to YES then doxygen will generate a graph for each documented file showing
22682268+# the direct and indirect include dependencies of the file with other documented
22692269+# files.
22702270+# The default value is: YES.
22712271+# This tag requires that the tag HAVE_DOT is set to YES.
1671227216722273INCLUDED_BY_GRAPH = YES
1673227416741674-# If the CALL_GRAPH and HAVE_DOT options are set to YES then
16751675-# doxygen will generate a call dependency graph for every global function
16761676-# or class method. Note that enabling this option will significantly increase
16771677-# the time of a run. So in most cases it will be better to enable call graphs
16781678-# for selected functions only using the \callgraph command.
22752275+# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
22762276+# dependency graph for every global function or class method.
22772277+#
22782278+# Note that enabling this option will significantly increase the time of a run.
22792279+# So in most cases it will be better to enable call graphs for selected
22802280+# functions only using the \callgraph command.
22812281+# The default value is: NO.
22822282+# This tag requires that the tag HAVE_DOT is set to YES.
1679228316802284CALL_GRAPH = NO
1681228516821682-# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
16831683-# doxygen will generate a caller dependency graph for every global function
16841684-# or class method. Note that enabling this option will significantly increase
16851685-# the time of a run. So in most cases it will be better to enable caller
16861686-# graphs for selected functions only using the \callergraph command.
22862286+# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
22872287+# dependency graph for every global function or class method.
22882288+#
22892289+# Note that enabling this option will significantly increase the time of a run.
22902290+# So in most cases it will be better to enable caller graphs for selected
22912291+# functions only using the \callergraph command.
22922292+# The default value is: NO.
22932293+# This tag requires that the tag HAVE_DOT is set to YES.
1687229416882295CALLER_GRAPH = NO
1689229616901690-# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
16911691-# will generate a graphical hierarchy of all classes instead of a textual one.
22972297+# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
22982298+# hierarchy of all classes instead of a textual one.
22992299+# The default value is: YES.
23002300+# This tag requires that the tag HAVE_DOT is set to YES.
1692230116932302GRAPHICAL_HIERARCHY = YES
1694230316951695-# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
16961696-# then doxygen will show the dependencies a directory has on other directories
16971697-# in a graphical way. The dependency relations are determined by the #include
16981698-# relations between the files in the directories.
23042304+# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
23052305+# dependencies a directory has on other directories in a graphical way. The
23062306+# dependency relations are determined by the #include relations between the
23072307+# files in the directories.
23082308+# The default value is: YES.
23092309+# This tag requires that the tag HAVE_DOT is set to YES.
1699231017002311DIRECTORY_GRAPH = YES
1701231217022313# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
17031703-# generated by dot. Possible values are svg, png, jpg, or gif.
17041704-# If left blank png will be used. If you choose svg you need to set
17051705-# HTML_FILE_EXTENSION to xhtml in order to make the SVG files
17061706-# visible in IE 9+ (other browsers do not have this requirement).
23142314+# generated by dot.
23152315+# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
23162316+# to make the SVG files visible in IE 9+ (other browsers do not have this
23172317+# requirement).
23182318+# Possible values are: png, jpg, gif and svg.
23192319+# The default value is: png.
23202320+# This tag requires that the tag HAVE_DOT is set to YES.
1707232117082322DOT_IMAGE_FORMAT = png
1709232317102324# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
17112325# enable generation of interactive SVG images that allow zooming and panning.
17121712-# Note that this requires a modern browser other than Internet Explorer.
17131713-# Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you
17141714-# need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
17151715-# visible. Older versions of IE do not have SVG support.
23262326+#
23272327+# Note that this requires a modern browser other than Internet Explorer. Tested
23282328+# and working are Firefox, Chrome, Safari, and Opera.
23292329+# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
23302330+# the SVG files visible. Older versions of IE do not have SVG support.
23312331+# The default value is: NO.
23322332+# This tag requires that the tag HAVE_DOT is set to YES.
1716233317172334INTERACTIVE_SVG = NO
1718233517191719-# The tag DOT_PATH can be used to specify the path where the dot tool can be
23362336+# The DOT_PATH tag can be used to specify the path where the dot tool can be
17202337# found. If left blank, it is assumed the dot tool can be found in the path.
23382338+# This tag requires that the tag HAVE_DOT is set to YES.
1721233917221722-DOT_PATH =
23402340+DOT_PATH =
1723234117242342# The DOTFILE_DIRS tag can be used to specify one or more directories that
17251725-# contain dot files that are included in the documentation (see the
17261726-# \dotfile command).
23432343+# contain dot files that are included in the documentation (see the \dotfile
23442344+# command).
23452345+# This tag requires that the tag HAVE_DOT is set to YES.
1727234617281728-DOTFILE_DIRS =
23472347+DOTFILE_DIRS =
1729234817302349# The MSCFILE_DIRS tag can be used to specify one or more directories that
17311731-# contain msc files that are included in the documentation (see the
17321732-# \mscfile command).
23502350+# contain msc files that are included in the documentation (see the \mscfile
23512351+# command).
23522352+23532353+MSCFILE_DIRS =
23542354+23552355+# The DIAFILE_DIRS tag can be used to specify one or more directories that
23562356+# contain dia files that are included in the documentation (see the \diafile
23572357+# command).
23582358+23592359+DIAFILE_DIRS =
23602360+23612361+# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
23622362+# path where java can find the plantuml.jar file. If left blank, it is assumed
23632363+# PlantUML is not used or called during a preprocessing step. Doxygen will
23642364+# generate a warning when it encounters a \startuml command in this case and
23652365+# will not generate output for the diagram.
23662366+23672367+PLANTUML_JAR_PATH =
23682368+23692369+# When using plantuml, the specified paths are searched for files specified by
23702370+# the !include statement in a plantuml block.
1733237117341734-MSCFILE_DIRS =
23722372+PLANTUML_INCLUDE_PATH =
1735237317361736-# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
17371737-# nodes that will be shown in the graph. If the number of nodes in a graph
17381738-# becomes larger than this value, doxygen will truncate the graph, which is
17391739-# visualized by representing a node as a red box. Note that doxygen if the
17401740-# number of direct children of the root node in a graph is already larger than
17411741-# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
17421742-# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
23742374+# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
23752375+# that will be shown in the graph. If the number of nodes in a graph becomes
23762376+# larger than this value, doxygen will truncate the graph, which is visualized
23772377+# by representing a node as a red box. Note that doxygen if the number of direct
23782378+# children of the root node in a graph is already larger than
23792379+# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
23802380+# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
23812381+# Minimum value: 0, maximum value: 10000, default value: 50.
23822382+# This tag requires that the tag HAVE_DOT is set to YES.
1743238317442384DOT_GRAPH_MAX_NODES = 50
1745238517461746-# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
17471747-# graphs generated by dot. A depth value of 3 means that only nodes reachable
17481748-# from the root by following a path via at most 3 edges will be shown. Nodes
17491749-# that lay further from the root node will be omitted. Note that setting this
17501750-# option to 1 or 2 may greatly reduce the computation time needed for large
17511751-# code bases. Also note that the size of a graph can be further restricted by
23862386+# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
23872387+# generated by dot. A depth value of 3 means that only nodes reachable from the
23882388+# root by following a path via at most 3 edges will be shown. Nodes that lay
23892389+# further from the root node will be omitted. Note that setting this option to 1
23902390+# or 2 may greatly reduce the computation time needed for large code bases. Also
23912391+# note that the size of a graph can be further restricted by
17522392# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
23932393+# Minimum value: 0, maximum value: 1000, default value: 0.
23942394+# This tag requires that the tag HAVE_DOT is set to YES.
1753239517542396MAX_DOT_GRAPH_DEPTH = 0
1755239717562398# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
17571757-# background. This is disabled by default, because dot on Windows does not
17581758-# seem to support this out of the box. Warning: Depending on the platform used,
17591759-# enabling this option may lead to badly anti-aliased labels on the edges of
17601760-# a graph (i.e. they become hard to read).
23992399+# background. This is disabled by default, because dot on Windows does not seem
24002400+# to support this out of the box.
24012401+#
24022402+# Warning: Depending on the platform used, enabling this option may lead to
24032403+# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
24042404+# read).
24052405+# The default value is: NO.
24062406+# This tag requires that the tag HAVE_DOT is set to YES.
1761240717622408DOT_TRANSPARENT = NO
1763240917641764-# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
24102410+# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
17652411# files in one run (i.e. multiple -o and -T options on the command line). This
17661766-# makes dot run faster, but since only newer versions of dot (>1.8.10)
17671767-# support this, this feature is disabled by default.
24122412+# makes dot run faster, but since only newer versions of dot (>1.8.10) support
24132413+# this, this feature is disabled by default.
24142414+# The default value is: NO.
24152415+# This tag requires that the tag HAVE_DOT is set to YES.
1768241617691769-DOT_MULTI_TARGETS = YES
24172417+DOT_MULTI_TARGETS = NO
1770241817711771-# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
17721772-# generate a legend page explaining the meaning of the various boxes and
17731773-# arrows in the dot generated graphs.
24192419+# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
24202420+# explaining the meaning of the various boxes and arrows in the dot generated
24212421+# graphs.
24222422+# The default value is: YES.
24232423+# This tag requires that the tag HAVE_DOT is set to YES.
1774242417752425GENERATE_LEGEND = YES
1776242617771777-# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
17781778-# remove the intermediate dot files that are used to generate
17791779-# the various graphs.
24272427+# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
24282428+# files that are used to generate the various graphs.
24292429+# The default value is: YES.
24302430+# This tag requires that the tag HAVE_DOT is set to YES.
1780243117812432DOT_CLEANUP = YES
+4-12
include/SDL_gpu.h
···29293030/*!
3131 * \defgroup Initialization Initialization
3232- * SDL_gpu has a fairly simple initialization process. If you need nothing more than the default initialization, call:
3333- * <pre>GPU_Target* screen = GPU_Init(width, height, GPU_DEFAULT_INIT_FLAGS);</pre>
3434- * Then when you're done, clean up with:
3535- * <pre>GPU_Quit();</pre>
3636- *
3737- * Other functions in the Initialization module control how initialization is performed.
3838- *
3932 * \defgroup Logging Debugging, Logging, and Error Handling
4040- * Use GPU_Log() for normal logging output (e.g. to replace printf). Other logging priorities are handled by GPU_LogWarning() and GPU_LogError().
4141- *
4242- * SDL_gpu stores an error queue that you can read and manipulate using GPU_PopErrorCode() and GPU_PushErrorCode(). If you set the debug level using GPU_SetDebugLevel(), you can have any errors automatically logged as they are generated.
4343- *
4433 * \defgroup RendererSetup Renderer Setup
4534 * \defgroup RendererControls Renderer Controls
4635 * \defgroup ContextControls Context Controls
···959948/*! Load surface from an image file that is supported by this renderer. Don't forget to SDL_FreeSurface() it. */
960949DECLSPEC SDL_Surface* SDLCALL GPU_LoadSurface(const char* filename);
961950951951+/*! Load surface from an image file in memory. Don't forget to SDL_FreeSurface() it. */
952952+DECLSPEC SDL_Surface* SDLCALL GPU_LoadSurface_RW(SDL_RWops* rwops, Uint8 free_rwops);
953953+962954/*! Save surface to a file.
963955 * With a format of GPU_FILE_AUTO, the file type is deduced from the extension. Supported formats are: png, bmp, tga.
964956 * Returns 0 on failure. */
···14501442DECLSPEC void SDLCALL GPU_FreeShaderProgram(Uint32 program_object);
1451144314521444/*! Loads shader source from an SDL_RWops, compiles it, and returns the new shader object. */
14531453-DECLSPEC Uint32 SDLCALL GPU_CompileShader_RW(GPU_ShaderEnum shader_type, SDL_RWops* shader_source);
14451445+DECLSPEC Uint32 SDLCALL GPU_CompileShader_RW(GPU_ShaderEnum shader_type, SDL_RWops* shader_source, Uint8 free_rwops);
1454144614551447/*! Compiles shader source and returns the new shader object. */
14561448DECLSPEC Uint32 SDLCALL GPU_CompileShader(GPU_ShaderEnum shader_type, const char* shader_source);
···11+22+/*!
33+ * \defgroup Initialization Initialization
44+ * SDL_gpu has a fairly simple initialization process. If you need nothing more than the default initialization, call:
55+ * <pre>GPU_Target* screen = GPU_Init(width, height, GPU_DEFAULT_INIT_FLAGS);</pre>
66+ * Then when you're done, clean up with:
77+ * <pre>GPU_Quit();</pre>
88+ *
99+ * Other functions in the Initialization module control how initialization is performed.
1010+ *
1111+ * \defgroup Logging Debugging, Logging, and Error Handling
1212+ * Use GPU_Log() for normal logging output (e.g. to replace printf). Other logging priorities are handled by GPU_LogWarning() and GPU_LogError().
1313+ *
1414+ * SDL_gpu stores an error queue that you can read and manipulate using GPU_PopErrorCode() and GPU_PushErrorCode(). If you set the debug level using GPU_SetDebugLevel(), you can have any errors automatically logged as they are generated.
1515+ *
1616+ * \defgroup RendererSetup Renderer Setup
1717+ * \defgroup RendererControls Renderer Controls
1818+ * \defgroup ContextControls Context Controls
1919+ * \defgroup TargetControls Target Controls
2020+ * \defgroup SurfaceControls Surface Controls
2121+ * \defgroup ImageControls Image Controls
2222+ * \defgroup Conversions Surface, Image, and Target Conversions
2323+ * \defgroup Matrix Matrix Controls
2424+ * \defgroup Rendering Rendering
2525+ * \defgroup Shapes Shapes
2626+ * \defgroup ShaderInterface Shader Interface
2727+ */
2828+2929+3030+3131+3232+