···66 doc/changes/misc_features/*
77 doc/changes/misc_fixes/*
88 doc/changes/state_trackers/*
99+ doc/changes/ipc/*
1010+ doc/changes/xrt/*
1111+ doc/changes/auxiliary/*
1212+ doc/changes/compositor/*
913Copyright: 2020, Collabora, Ltd. and the Monado contributors
1014License: CC0-1.0
1115Comment: Prevents needing a license header per fragment between releases.
+11-1
README.md
···11# Monado - XR Runtime (XRT)
2233+<!--
44+Copyright 2018-2020, Collabora, Ltd.
55+SPDX-License-Identifier: CC-BY-4.0
66+77+This must stay in sync with the last section!
88+-->
99+1010+311> * Promotional homepage: <https://monado.dev>
412> * Maintained at <https://gitlab.freedesktop.org/monado/monado>
513> * Latest API documentation: <https://monado.pages.freedesktop.org/monado>
···266274267275For this file only:
268276269269-> Copyright 2018-2019 Collabora, Ltd.
277277+> Copyright 2018-2020, Collabora, Ltd.
270278> Code of Conduct section: excerpt adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.4.1,
271279> available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>,
272280> and from the freedesktop.org-specific version of that code,
···274282>
275283>
276284> SPDX-License-Identifier: CC-BY-4.0
285285+286286+<!-- This must stay in sync with the comment at the start! -->
+3-2463
doc/Doxyfile.in
···11-## Changed properties goes on the top.
11+# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
22+# SPDX-License-Identifier: BSL-1.0
2334QUIET = YES
45PROJECT_NAME = "Monado OpenXR Runtime"
···65666667MACRO_EXPANSION = YES
67686868-# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
6969-# path mentioned in the documentation of a class, which tells the reader which
7070-# header file to include in order to use a class. If left blank only the name of
7171-# the header file containing the class definition is used. Otherwise one should
7272-# specify the list of include paths that are normally passed to the compiler
7373-# using the -I flag.
7474-7569STRIP_FROM_INC_PATH = \
7670 @SRCDIR@/src/xrt/include \
7771 @SRCDIR@/src/xrt/auxiliary \
···7973 @SRCDIR@/src/xrt/drivers \
8074 @SRCDIR@/src/xrt/state_trackers \
8175 @SRCDIR@/src/xrt/targets
8282-# Doxyfile 1.8.13
83768484-# This file describes the settings to be used by the documentation system
8585-# doxygen (www.doxygen.org) for a project.
8686-#
8787-# All text after a double hash (##) is considered a comment and is placed in
8888-# front of the TAG it is preceding.
8989-#
9090-# All text after a single hash (#) is considered a comment and will be ignored.
9191-# The format is:
9292-# TAG = value [value, ...]
9393-# For lists, items can also be appended using:
9494-# TAG += value [value, ...]
9595-# Values that contain spaces should be placed between quotes (\" \").
9696-9797-#---------------------------------------------------------------------------
9898-# Project related configuration options
9999-#---------------------------------------------------------------------------
100100-101101-# This tag specifies the encoding used for all characters in the config file
102102-# that follow. The default is UTF-8 which is also the encoding used for all text
103103-# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
104104-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
105105-# for the list of possible encodings.
106106-# The default value is: UTF-8.
107107-108108-DOXYFILE_ENCODING = UTF-8
109109-110110-# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
111111-# double-quotes, unless you are using Doxywizard) that should identify the
112112-# project for which the documentation is generated. This name is used in the
113113-# title of most generated pages and in a few other places.
114114-# The default value is: My Project.
115115-116116-#PROJECT_NAME = "My Project"
117117-118118-# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
119119-# could be handy for archiving the generated documentation or if some version
120120-# control system is used.
121121-122122-PROJECT_NUMBER =
123123-124124-# Using the PROJECT_BRIEF tag one can provide an optional one line description
125125-# for a project that appears at the top of each page and should give viewer a
126126-# quick idea about the purpose of the project. Keep the description short.
127127-128128-PROJECT_BRIEF =
129129-130130-# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
131131-# in the documentation. The maximum height of the logo should not exceed 55
132132-# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
133133-# the logo to the output directory.
134134-135135-PROJECT_LOGO =
136136-137137-# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
138138-# into which the generated documentation will be written. If a relative path is
139139-# entered, it will be relative to the location where doxygen was started. If
140140-# left blank the current directory will be used.
141141-142142-#OUTPUT_DIRECTORY =
143143-144144-# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
145145-# directories (in 2 levels) under the output directory of each output format and
146146-# will distribute the generated files over these directories. Enabling this
147147-# option can be useful when feeding doxygen a huge amount of source files, where
148148-# putting all generated files in the same directory would otherwise causes
149149-# performance problems for the file system.
150150-# The default value is: NO.
151151-152152-CREATE_SUBDIRS = NO
153153-154154-# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
155155-# characters to appear in the names of generated files. If set to NO, non-ASCII
156156-# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
157157-# U+3044.
158158-# The default value is: NO.
159159-160160-ALLOW_UNICODE_NAMES = NO
161161-162162-# The OUTPUT_LANGUAGE tag is used to specify the language in which all
163163-# documentation generated by doxygen is written. Doxygen will use this
164164-# information to generate all constant output in the proper language.
165165-# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
166166-# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
167167-# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
168168-# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
169169-# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
170170-# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
171171-# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
172172-# Ukrainian and Vietnamese.
173173-# The default value is: English.
174174-175175-OUTPUT_LANGUAGE = English
176176-177177-# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
178178-# descriptions after the members that are listed in the file and class
179179-# documentation (similar to Javadoc). Set to NO to disable this.
180180-# The default value is: YES.
181181-182182-BRIEF_MEMBER_DESC = YES
183183-184184-# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
185185-# description of a member or function before the detailed description
186186-#
187187-# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
188188-# brief descriptions will be completely suppressed.
189189-# The default value is: YES.
190190-191191-REPEAT_BRIEF = YES
192192-193193-# This tag implements a quasi-intelligent brief description abbreviator that is
194194-# used to form the text in various listings. Each string in this list, if found
195195-# as the leading text of the brief description, will be stripped from the text
196196-# and the result, after processing the whole list, is used as the annotated
197197-# text. Otherwise, the brief description is used as-is. If left blank, the
198198-# following values are used ($name is automatically replaced with the name of
199199-# the entity):The $name class, The $name widget, The $name file, is, provides,
200200-# specifies, contains, represents, a, an and the.
201201-202202-ABBREVIATE_BRIEF = "The $name class" \
203203- "The $name widget" \
204204- "The $name file" \
205205- is \
206206- provides \
207207- specifies \
208208- contains \
209209- represents \
210210- a \
211211- an \
212212- the
213213-214214-# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
215215-# doxygen will generate a detailed section even if there is only a brief
216216-# description.
217217-# The default value is: NO.
218218-219219-#ALWAYS_DETAILED_SEC = NO
220220-221221-# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
222222-# inherited members of a class in the documentation of that class as if those
223223-# members were ordinary class members. Constructors, destructors and assignment
224224-# operators of the base classes will not be shown.
225225-# The default value is: NO.
226226-227227-INLINE_INHERITED_MEMB = NO
228228-229229-# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
230230-# before files name in the file list and in the header files. If set to NO the
231231-# shortest path that makes the file name unique will be used
232232-# The default value is: YES.
233233-234234-FULL_PATH_NAMES = YES
235235-236236-# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
237237-# Stripping is only done if one of the specified strings matches the left-hand
238238-# part of the path. The tag can be used to show relative paths in the file list.
239239-# If left blank the directory from which doxygen is run is used as the path to
240240-# strip.
241241-#
242242-# Note that you can specify absolute paths here, but also relative paths, which
243243-# will be relative from the directory where doxygen is started.
244244-# This tag requires that the tag FULL_PATH_NAMES is set to YES.
245245-246246-#STRIP_FROM_PATH =
247247-248248-249249-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
250250-# less readable) file names. This can be useful is yogur file systems doesn't
251251-# support long names like on DOS, Mac, or CD-ROM.
252252-# The default value is: NO.
253253-254254-SHORT_NAMES = NO
255255-256256-# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
257257-# first line (until the first dot) of a Javadoc-style comment as the brief
258258-# description. If set to NO, the Javadoc-style will behave just like regular Qt-
259259-# style comments (thus requiring an explicit @brief command for a brief
260260-# description.)
261261-# The default value is: NO.
2627726378JAVADOC_AUTOBRIEF = YES
26479265265-# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
266266-# line (until the first dot) of a Qt-style comment as the brief description. If
267267-# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
268268-# requiring an explicit \brief command for a brief description.)
269269-# The default value is: NO.
270270-27180QT_AUTOBRIEF = YES
27281273273-# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
274274-# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
275275-# a brief description. This used to be the default behavior. The new default is
276276-# to treat a multi-line C++ comment block as a detailed description. Set this
277277-# tag to YES if you prefer the old behavior instead.
278278-#
279279-# Note that setting this tag to YES also means that rational rose comments are
280280-# not recognized any more.
281281-# The default value is: NO.
282282-283283-MULTILINE_CPP_IS_BRIEF = NO
284284-285285-# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
286286-# documentation from any documented member that it re-implements.
287287-# The default value is: YES.
288288-289289-INHERIT_DOCS = YES
290290-291291-# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
292292-# page for each member. If set to NO, the documentation of a member will be part
293293-# of the file/class/namespace that contains it.
294294-# The default value is: NO.
295295-296296-SEPARATE_MEMBER_PAGES = NO
297297-298298-# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
299299-# uses this value to replace tabs by spaces in code fragments.
300300-# Minimum value: 1, maximum value: 16, default value: 4.
301301-30282TAB_SIZE = 8
30383304304-# This tag can be used to specify a number of aliases that act as commands in
305305-# the documentation. An alias has the form:
306306-# name=value
307307-# For example adding
308308-# "sideeffect=@par Side Effects:\n"
309309-# will allow you to put the command \sideeffect (or @sideeffect) in the
310310-# documentation, which will result in a user-defined paragraph with heading
311311-# "Side Effects:". You can put \n's in the value part of an alias to insert
312312-# newlines.
313313-314314-#ALIASES =
315315-316316-# This tag can be used to specify a number of word-keyword mappings (TCL only).
317317-# A mapping has the form "name=value". For example adding "class=itcl::class"
318318-# will allow you to use the command class in the itcl::class meaning.
319319-320320-TCL_SUBST =
321321-322322-# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
323323-# only. Doxygen will then generate output that is more tailored for C. For
324324-# instance, some of the names that are used will be different. The list of all
325325-# members will be omitted, etc.
326326-# The default value is: NO.
327327-32884OPTIMIZE_OUTPUT_FOR_C = YES
32985330330-# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
331331-# Python sources only. Doxygen will then generate output that is more tailored
332332-# for that language. For instance, namespaces will be presented as packages,
333333-# qualified scopes will look different, etc.
334334-# The default value is: NO.
335335-336336-OPTIMIZE_OUTPUT_JAVA = NO
337337-338338-# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
339339-# sources. Doxygen will then generate output that is tailored for Fortran.
340340-# The default value is: NO.
341341-342342-OPTIMIZE_FOR_FORTRAN = NO
343343-344344-# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
345345-# sources. Doxygen will then generate output that is tailored for VHDL.
346346-# The default value is: NO.
347347-348348-OPTIMIZE_OUTPUT_VHDL = NO
349349-350350-# Doxygen selects the parser to use depending on the extension of the files it
351351-# parses. With this tag you can assign which parser to use for a given
352352-# extension. Doxygen has a built-in mapping, but you can override or extend it
353353-# using this tag. The format is ext=language, where ext is a file extension, and
354354-# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
355355-# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
356356-# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
357357-# Fortran. In the later case the parser tries to guess whether the code is fixed
358358-# or free formatted code, this is the default for Fortran type files), VHDL. For
359359-# instance to make doxygen treat .inc files as Fortran files (default is PHP),
360360-# and .f files as C (default is Fortran), use: inc=Fortran f=C.
361361-#
362362-# Note: For files without extension you can use no_extension as a placeholder.
363363-#
364364-# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
365365-# the files are not read by doxygen.
366366-367367-EXTENSION_MAPPING =
368368-369369-# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
370370-# according to the Markdown format, which allows for more readable
371371-# documentation. See http://daringfireball.net/projects/markdown/ for details.
372372-# The output of markdown processing is further processed by doxygen, so you can
373373-# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
374374-# case of backward compatibilities issues.
375375-# The default value is: YES.
376376-377377-MARKDOWN_SUPPORT = YES
378378-379379-# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
380380-# to that level are automatically included in the table of contents, even if
381381-# they do not have an id attribute.
382382-# Note: This feature currently applies only to Markdown headings.
383383-# Minimum value: 0, maximum value: 99, default value: 0.
384384-# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
385385-386386-TOC_INCLUDE_HEADINGS = 0
387387-388388-# When enabled doxygen tries to link words that correspond to documented
389389-# classes, or namespaces to their corresponding documentation. Such a link can
390390-# be prevented in individual cases by putting a % sign in front of the word or
391391-# globally by setting AUTOLINK_SUPPORT to NO.
392392-# The default value is: YES.
393393-394394-AUTOLINK_SUPPORT = YES
395395-396396-# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
397397-# to include (a tag file for) the STL sources as input, then you should set this
398398-# tag to YES in order to let doxygen match functions declarations and
399399-# definitions whose arguments contain STL classes (e.g. func(std::string);
400400-# versus func(std::string) {}). This also make the inheritance and collaboration
401401-# diagrams that involve STL classes more complete and accurate.
402402-# The default value is: NO.
403403-40486BUILTIN_STL_SUPPORT = YES
40587406406-# If you use Microsoft's C++/CLI language, you should set this option to YES to
407407-# enable parsing support.
408408-# The default value is: NO.
409409-410410-CPP_CLI_SUPPORT = NO
411411-412412-# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
413413-# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
414414-# will parse them like normal C++ but will assume all classes use public instead
415415-# of private inheritance when no explicit protection keyword is present.
416416-# The default value is: NO.
417417-418418-SIP_SUPPORT = NO
419419-420420-# For Microsoft's IDL there are propget and propput attributes to indicate
421421-# getter and setter methods for a property. Setting this option to YES will make
422422-# doxygen to replace the get and set methods by a property in the documentation.
423423-# This will only work if the methods are indeed getting or setting a simple
424424-# type. If this is not the case, or you want to show the methods anyway, you
425425-# should set this option to NO.
426426-# The default value is: YES.
427427-428428-IDL_PROPERTY_SUPPORT = YES
429429-430430-# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
431431-# tag is set to YES then doxygen will reuse the documentation of the first
432432-# member in the group (if any) for the other members of the group. By default
433433-# all members of a group must be documented explicitly.
434434-# The default value is: NO.
435435-436436-DISTRIBUTE_GROUP_DOC = NO
437437-438438-# If one adds a struct or class to a group and this option is enabled, then also
439439-# any nested class or struct is added to the same group. By default this option
440440-# is disabled and one has to add nested compounds explicitly via \ingroup.
441441-# The default value is: NO.
442442-443443-GROUP_NESTED_COMPOUNDS = NO
444444-445445-# Set the SUBGROUPING tag to YES to allow class member groups of the same type
446446-# (for instance a group of public functions) to be put as a subgroup of that
447447-# type (e.g. under the Public Functions section). Set it to NO to prevent
448448-# subgrouping. Alternatively, this can be done per class using the
449449-# \nosubgrouping command.
450450-# The default value is: YES.
451451-452452-SUBGROUPING = YES
453453-454454-# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
455455-# are shown inside the group in which they are included (e.g. using \ingroup)
456456-# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
457457-# and RTF).
458458-#
459459-# Note that this feature does not work in combination with
460460-# SEPARATE_MEMBER_PAGES.
461461-# The default value is: NO.
462462-463463-INLINE_GROUPED_CLASSES = NO
464464-465465-# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
466466-# with only public data fields or simple typedef fields will be shown inline in
467467-# the documentation of the scope in which they are defined (i.e. file,
468468-# namespace, or group documentation), provided this scope is documented. If set
469469-# to NO, structs, classes, and unions are shown on a separate page (for HTML and
470470-# Man pages) or section (for LaTeX and RTF).
471471-# The default value is: NO.
472472-473473-INLINE_SIMPLE_STRUCTS = NO
474474-475475-# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
476476-# enum is documented as struct, union, or enum with the name of the typedef. So
477477-# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
478478-# with name TypeT. When disabled the typedef will appear as a member of a file,
479479-# namespace, or class. And the struct will be named TypeS. This can typically be
480480-# useful for C code in case the coding convention dictates that all compound
481481-# types are typedef'ed and only the typedef is referenced, never the tag name.
482482-# The default value is: NO.
483483-484484-TYPEDEF_HIDES_STRUCT = NO
485485-486486-# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
487487-# cache is used to resolve symbols given their name and scope. Since this can be
488488-# an expensive process and often the same symbol appears multiple times in the
489489-# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
490490-# doxygen will become slower. If the cache is too large, memory is wasted. The
491491-# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
492492-# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
493493-# symbols. At the end of a run doxygen will report the cache usage and suggest
494494-# the optimal cache size from a speed point of view.
495495-# Minimum value: 0, maximum value: 9, default value: 0.
496496-497497-LOOKUP_CACHE_SIZE = 0
498498-499499-#---------------------------------------------------------------------------
500500-# Build related configuration options
501501-#---------------------------------------------------------------------------
502502-503503-# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
504504-# documentation are documented, even if no documentation was available. Private
505505-# class members and static file members will be hidden unless the
506506-# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
507507-# Note: This will also disable the warnings about undocumented members that are
508508-# normally produced when WARNINGS is set to YES.
509509-# The default value is: NO.
510510-511511-# EXTRACT_ALL = NO
512512-513513-# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
514514-# be included in the documentation.
515515-# The default value is: NO.
516516-517517-EXTRACT_PRIVATE = NO
518518-519519-# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
520520-# scope will be included in the documentation.
521521-# The default value is: NO.
522522-523523-EXTRACT_PACKAGE = NO
524524-525525-# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
526526-# included in the documentation.
527527-# The default value is: NO.
528528-529529-# EXTRACT_STATIC = NO
530530-531531-# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
532532-# locally in source files will be included in the documentation. If set to NO,
533533-# only classes defined in header files are included. Does not have any effect
534534-# for Java sources.
535535-# The default value is: YES.
536536-537537-EXTRACT_LOCAL_CLASSES = YES
538538-539539-# This flag is only useful for Objective-C code. If set to YES, local methods,
540540-# which are defined in the implementation section but not in the interface are
541541-# included in the documentation. If set to NO, only methods in the interface are
542542-# included.
543543-# The default value is: NO.
544544-545545-EXTRACT_LOCAL_METHODS = NO
546546-547547-# If this flag is set to YES, the members of anonymous namespaces will be
548548-# extracted and appear in the documentation as a namespace called
549549-# 'anonymous_namespace{file}', where file will be replaced with the base name of
550550-# the file that contains the anonymous namespace. By default anonymous namespace
551551-# are hidden.
552552-# The default value is: NO.
553553-554554-EXTRACT_ANON_NSPACES = NO
555555-556556-# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
557557-# undocumented members inside documented classes or files. If set to NO these
558558-# members will be included in the various overviews, but no documentation
559559-# section is generated. This option has no effect if EXTRACT_ALL is enabled.
560560-# The default value is: NO.
561561-562562-HIDE_UNDOC_MEMBERS = NO
563563-564564-# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
565565-# undocumented classes that are normally visible in the class hierarchy. If set
566566-# to NO, these classes will be included in the various overviews. This option
567567-# has no effect if EXTRACT_ALL is enabled.
568568-# The default value is: NO.
569569-570570-HIDE_UNDOC_CLASSES = NO
571571-572572-# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
573573-# (class|struct|union) declarations. If set to NO, these declarations will be
574574-# included in the documentation.
575575-# The default value is: NO.
576576-577577-HIDE_FRIEND_COMPOUNDS = NO
578578-579579-# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
580580-# documentation blocks found inside the body of a function. If set to NO, these
581581-# blocks will be appended to the function's detailed documentation block.
582582-# The default value is: NO.
583583-584584-HIDE_IN_BODY_DOCS = NO
585585-586586-# The INTERNAL_DOCS tag determines if documentation that is typed after a
587587-# \internal command is included. If the tag is set to NO then the documentation
588588-# will be excluded. Set it to YES to include the internal documentation.
589589-# The default value is: NO.
590590-591591-INTERNAL_DOCS = NO
592592-593593-# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
594594-# names in lower-case letters. If set to YES, upper-case letters are also
595595-# allowed. This is useful if you have classes or files whose names only differ
596596-# in case and if your file system supports case sensitive file names. Windows
597597-# and Mac users are advised to set this option to NO.
598598-# The default value is: system dependent.
599599-600600-CASE_SENSE_NAMES = YES
601601-602602-# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
603603-# their full class and namespace scopes in the documentation. If set to YES, the
604604-# scope will be hidden.
605605-# The default value is: NO.
606606-607607-HIDE_SCOPE_NAMES = NO
608608-609609-# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
610610-# append additional text to a page's title, such as Class Reference. If set to
611611-# YES the compound reference will be hidden.
612612-# The default value is: NO.
613613-614614-HIDE_COMPOUND_REFERENCE= NO
615615-616616-# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
617617-# the files that are included by a file in the documentation of that file.
618618-# The default value is: YES.
619619-620620-SHOW_INCLUDE_FILES = YES
621621-622622-# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
623623-# grouped member an include statement to the documentation, telling the reader
624624-# which file to include in order to use the member.
625625-# The default value is: NO.
626626-627627-#SHOW_GROUPED_MEMB_INC = NO
628628-629629-# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
630630-# files with double quotes in the documentation rather than with sharp brackets.
631631-# The default value is: NO.
632632-633633-#FORCE_LOCAL_INCLUDES = NO
634634-635635-# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
636636-# documentation for inline members.
637637-# The default value is: YES.
638638-639639-INLINE_INFO = YES
640640-641641-# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
642642-# (detailed) documentation of file and class members alphabetically by member
643643-# name. If set to NO, the members will appear in declaration order.
644644-# The default value is: YES.
645645-646646-SORT_MEMBER_DOCS = YES
647647-648648-# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
649649-# descriptions of file, namespace and class members alphabetically by member
650650-# name. If set to NO, the members will appear in declaration order. Note that
651651-# this will also influence the order of the classes in the class list.
652652-# The default value is: NO.
653653-654654-SORT_BRIEF_DOCS = NO
655655-656656-# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
657657-# (brief and detailed) documentation of class members so that constructors and
658658-# destructors are listed first. If set to NO the constructors will appear in the
659659-# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
660660-# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
661661-# member documentation.
662662-# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
663663-# detailed member documentation.
664664-# The default value is: NO.
665665-666666-SORT_MEMBERS_CTORS_1ST = NO
667667-668668-# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
669669-# of group names into alphabetical order. If set to NO the group names will
670670-# appear in their defined order.
671671-# The default value is: NO.
672672-673673-SORT_GROUP_NAMES = NO
674674-675675-# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
676676-# fully-qualified names, including namespaces. If set to NO, the class list will
677677-# be sorted only by class name, not including the namespace part.
678678-# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
679679-# Note: This option applies only to the class list, not to the alphabetical
680680-# list.
681681-# The default value is: NO.
682682-683683-SORT_BY_SCOPE_NAME = NO
684684-685685-# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
686686-# type resolution of all parameters of a function it will reject a match between
687687-# the prototype and the implementation of a member function even if there is
688688-# only one candidate or it is obvious which candidate to choose by doing a
689689-# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
690690-# accept a match between prototype and implementation in such cases.
691691-# The default value is: NO.
692692-693693-STRICT_PROTO_MATCHING = NO
694694-695695-# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
696696-# list. This list is created by putting \todo commands in the documentation.
697697-# The default value is: YES.
698698-699699-GENERATE_TODOLIST = YES
700700-701701-# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
702702-# list. This list is created by putting \test commands in the documentation.
703703-# The default value is: YES.
704704-705705-GENERATE_TESTLIST = YES
706706-707707-# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
708708-# list. This list is created by putting \bug commands in the documentation.
709709-# The default value is: YES.
710710-711711-GENERATE_BUGLIST = YES
712712-713713-# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
714714-# the deprecated list. This list is created by putting \deprecated commands in
715715-# the documentation.
716716-# The default value is: YES.
717717-718718-GENERATE_DEPRECATEDLIST= YES
719719-720720-# The ENABLED_SECTIONS tag can be used to enable conditional documentation
721721-# sections, marked by \if <section_label> ... \endif and \cond <section_label>
722722-# ... \endcond blocks.
723723-724724-ENABLED_SECTIONS =
725725-726726-# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
727727-# initial value of a variable or macro / define can have for it to appear in the
728728-# documentation. If the initializer consists of more lines than specified here
729729-# it will be hidden. Use a value of 0 to hide initializers completely. The
730730-# appearance of the value of individual variables and macros / defines can be
731731-# controlled using \showinitializer or \hideinitializer command in the
732732-# documentation regardless of this setting.
733733-# Minimum value: 0, maximum value: 10000, default value: 30.
734734-735735-MAX_INITIALIZER_LINES = 30
736736-737737-# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
738738-# the bottom of the documentation of classes and structs. If set to YES, the
739739-# list will mention the files that were used to generate the documentation.
740740-# The default value is: YES.
741741-742742-SHOW_USED_FILES = YES
743743-744744-# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
745745-# will remove the Files entry from the Quick Index and from the Folder Tree View
746746-# (if specified).
747747-# The default value is: YES.
748748-749749-SHOW_FILES = YES
750750-751751-# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
752752-# page. This will remove the Namespaces entry from the Quick Index and from the
753753-# Folder Tree View (if specified).
754754-# The default value is: YES.
755755-756756-SHOW_NAMESPACES = YES
757757-758758-# The FILE_VERSION_FILTER tag can be used to specify a program or script that
759759-# doxygen should invoke to get the current version for each file (typically from
760760-# the version control system). Doxygen will invoke the program by executing (via
761761-# popen()) the command command input-file, where command is the value of the
762762-# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
763763-# by doxygen. Whatever the program writes to standard output is used as the file
764764-# version. For an example see the documentation.
765765-766766-FILE_VERSION_FILTER =
767767-768768-# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
769769-# by doxygen. The layout file controls the global structure of the generated
770770-# output files in an output format independent way. To create the layout file
771771-# that represents doxygen's defaults, run doxygen with the -l option. You can
772772-# optionally specify a file name after the option, if omitted DoxygenLayout.xml
773773-# will be used as the name of the layout file.
774774-#
775775-# Note that if you run doxygen from a directory containing a file called
776776-# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
777777-# tag is left empty.
778778-779779-LAYOUT_FILE =
780780-781781-# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
782782-# the reference definitions. This must be a list of .bib files. The .bib
783783-# extension is automatically appended if omitted. This requires the bibtex tool
784784-# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
785785-# For LaTeX the style of the bibliography can be controlled using
786786-# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
787787-# search path. See also \cite for info how to create references.
788788-789789-CITE_BIB_FILES =
790790-791791-#---------------------------------------------------------------------------
792792-# Configuration options related to warning and progress messages
793793-#---------------------------------------------------------------------------
794794-795795-# The QUIET tag can be used to turn on/off the messages that are generated to
796796-# standard output by doxygen. If QUIET is set to YES this implies that the
797797-# messages are off.
798798-# The default value is: NO.
799799-800800-#QUIET = NO
801801-802802-# The WARNINGS tag can be used to turn on/off the warning messages that are
803803-# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
804804-# this implies that the warnings are on.
805805-#
806806-# Tip: Turn warnings on while writing the documentation.
807807-# The default value is: YES.
808808-809809-WARNINGS = YES
810810-811811-# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
812812-# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
813813-# will automatically be disabled.
814814-# The default value is: YES.
815815-816816-# WARN_IF_UNDOCUMENTED = YES
817817-818818-# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
819819-# potential errors in the documentation, such as not documenting some parameters
820820-# in a documented function, or documenting parameters that don't exist or using
821821-# markup commands wrongly.
822822-# The default value is: YES.
823823-824824-WARN_IF_DOC_ERROR = YES
825825-826826-# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
827827-# are documented, but have no documentation for their parameters or return
828828-# value. If set to NO, doxygen will only warn about wrong or incomplete
829829-# parameter documentation, but not about the absence of documentation.
830830-# The default value is: NO.
831831-832832-WARN_NO_PARAMDOC = NO
833833-834834-# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
835835-# a warning is encountered.
836836-# The default value is: NO.
837837-838838-WARN_AS_ERROR = NO
839839-840840-# The WARN_FORMAT tag determines the format of the warning messages that doxygen
841841-# can produce. The string should contain the $file, $line, and $text tags, which
842842-# will be replaced by the file and line number from which the warning originated
843843-# and the warning text. Optionally the format may contain $version, which will
844844-# be replaced by the version of the file (if it could be obtained via
845845-# FILE_VERSION_FILTER)
846846-# The default value is: $file:$line: $text.
847847-848848-WARN_FORMAT = "$file:$line: $text"
849849-850850-# The WARN_LOGFILE tag can be used to specify a file to which warning and error
851851-# messages should be written. If left blank the output is written to standard
852852-# error (stderr).
853853-854854-WARN_LOGFILE =
855855-856856-#---------------------------------------------------------------------------
857857-# Configuration options related to the input files
858858-#---------------------------------------------------------------------------
859859-860860-# The INPUT tag is used to specify the files and/or directories that contain
861861-# documented source files. You may enter file names like myfile.cpp or
862862-# directories like /usr/src/myproject. Separate the files or directories with
863863-# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
864864-# Note: If this tag is empty the current directory is searched.
865865-866866-#INPUT =
867867-868868-# This tag can be used to specify the character encoding of the source files
869869-# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
870870-# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
871871-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
872872-# possible encodings.
873873-# The default value is: UTF-8.
874874-875875-INPUT_ENCODING = UTF-8
876876-877877-# If the value of the INPUT tag contains directories, you can use the
878878-# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
879879-# *.h) to filter out the source-files in the directories.
880880-#
881881-# Note that for custom extensions or not directly supported extensions you also
882882-# need to set EXTENSION_MAPPING for the extension otherwise the files are not
883883-# read by doxygen.
884884-#
885885-# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
886886-# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
887887-# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
888888-# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
889889-# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf.
890890-891891-FILE_PATTERNS = *.c \
892892- *.cc \
893893- *.cxx \
894894- *.cpp \
895895- *.c++ \
896896- *.java \
897897- *.ii \
898898- *.ixx \
899899- *.ipp \
900900- *.i++ \
901901- *.inl \
902902- *.idl \
903903- *.ddl \
904904- *.odl \
905905- *.h \
906906- *.hh \
907907- *.hxx \
908908- *.hpp \
909909- *.h++ \
910910- *.cs \
911911- *.d \
912912- *.php \
913913- *.php4 \
914914- *.php5 \
915915- *.phtml \
916916- *.inc \
917917- *.m \
918918- *.markdown \
919919- *.md \
920920- *.mm \
921921- *.dox \
922922- *.py \
923923- *.pyw \
924924- *.f90 \
925925- *.f95 \
926926- *.f03 \
927927- *.f08 \
928928- *.f \
929929- *.for \
930930- *.tcl \
931931- *.vhd \
932932- *.vhdl \
933933- *.ucf \
934934- *.qsf
935935-936936-# The RECURSIVE tag can be used to specify whether or not subdirectories should
937937-# be searched for input files as well.
938938-# The default value is: NO.
939939-940940-# RECURSIVE = NO
941941-942942-# The EXCLUDE tag can be used to specify files and/or directories that should be
943943-# excluded from the INPUT source files. This way you can easily exclude a
944944-# subdirectory from a directory tree whose root is specified with the INPUT tag.
945945-#
946946-# Note that relative paths are relative to the directory from which doxygen is
947947-# run.
948948-949949-# EXCLUDE =
950950-951951-# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
952952-# directories that are symbolic links (a Unix file system feature) are excluded
953953-# from the input.
954954-# The default value is: NO.
955955-956956-EXCLUDE_SYMLINKS = NO
957957-958958-# If the value of the INPUT tag contains directories, you can use the
959959-# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
960960-# certain files from those directories.
961961-#
962962-# Note that the wildcards are matched against the file with absolute path, so to
963963-# exclude all test directories for example use the pattern */test/*
964964-965965-EXCLUDE_PATTERNS =
966966-967967-# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
968968-# (namespaces, classes, functions, etc.) that should be excluded from the
969969-# output. The symbol name can be a fully qualified name, a word, or if the
970970-# wildcard * is used, a substring. Examples: ANamespace, AClass,
971971-# AClass::ANamespace, ANamespace::*Test
972972-#
973973-# Note that the wildcards are matched against the file with absolute path, so to
974974-# exclude all test directories use the pattern */test/*
975975-976976-EXCLUDE_SYMBOLS =
977977-978978-# The EXAMPLE_PATH tag can be used to specify one or more files or directories
979979-# that contain example code fragments that are included (see the \include
980980-# command).
981981-982982-EXAMPLE_PATH =
983983-984984-# If the value of the EXAMPLE_PATH tag contains directories, you can use the
985985-# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
986986-# *.h) to filter out the source-files in the directories. If left blank all
987987-# files are included.
988988-989989-EXAMPLE_PATTERNS = *
990990-991991-# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
992992-# searched for input files to be used with the \include or \dontinclude commands
993993-# irrespective of the value of the RECURSIVE tag.
994994-# The default value is: NO.
995995-996996-EXAMPLE_RECURSIVE = NO
997997-998998-# The IMAGE_PATH tag can be used to specify one or more files or directories
999999-# that contain images that are to be included in the documentation (see the
10001000-# \image command).
10011001-10021002-#IMAGE_PATH =
10031003-10041004-# The INPUT_FILTER tag can be used to specify a program that doxygen should
10051005-# invoke to filter for each input file. Doxygen will invoke the filter program
10061006-# by executing (via popen()) the command:
10071007-#
10081008-# <filter> <input-file>
10091009-#
10101010-# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
10111011-# name of an input file. Doxygen will then use the output that the filter
10121012-# program writes to standard output. If FILTER_PATTERNS is specified, this tag
10131013-# will be ignored.
10141014-#
10151015-# Note that the filter must not add or remove lines; it is applied before the
10161016-# code is scanned, but not when the output code is generated. If lines are added
10171017-# or removed, the anchors will not be placed correctly.
10181018-#
10191019-# Note that for custom extensions or not directly supported extensions you also
10201020-# need to set EXTENSION_MAPPING for the extension otherwise the files are not
10211021-# properly processed by doxygen.
10221022-10231023-INPUT_FILTER =
10241024-10251025-# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
10261026-# basis. Doxygen will compare the file name with each pattern and apply the
10271027-# filter if there is a match. The filters are a list of the form: pattern=filter
10281028-# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
10291029-# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
10301030-# patterns match the file name, INPUT_FILTER is applied.
10311031-#
10321032-# Note that for custom extensions or not directly supported extensions you also
10331033-# need to set EXTENSION_MAPPING for the extension otherwise the files are not
10341034-# properly processed by doxygen.
10351035-10361036-FILTER_PATTERNS =
10371037-10381038-# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
10391039-# INPUT_FILTER) will also be used to filter the input files that are used for
10401040-# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
10411041-# The default value is: NO.
10421042-10431043-FILTER_SOURCE_FILES = NO
10441044-10451045-# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
10461046-# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
10471047-# it is also possible to disable source filtering for a specific pattern using
10481048-# *.ext= (so without naming a filter).
10491049-# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
10501050-10511051-FILTER_SOURCE_PATTERNS =
10521052-10531053-# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
10541054-# is part of the input, its contents will be placed on the main page
10551055-# (index.html). This can be useful if you have a project on for instance GitHub
10561056-# and want to reuse the introduction page also for the doxygen output.
10571057-10581058-# USE_MDFILE_AS_MAINPAGE =
10591059-10601060-#---------------------------------------------------------------------------
10611061-# Configuration options related to source browsing
10621062-#---------------------------------------------------------------------------
10631063-10641064-# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
10651065-# generated. Documented entities will be cross-referenced with these sources.
10661066-#
10671067-# Note: To get rid of all source code in the generated output, make sure that
10681068-# also VERBATIM_HEADERS is set to NO.
10691069-# The default value is: NO.
10701070-10711071-SOURCE_BROWSER = NO
10721072-10731073-# Setting the INLINE_SOURCES tag to YES will include the body of functions,
10741074-# classes and enums directly into the documentation.
10751075-# The default value is: NO.
10761076-10771077-INLINE_SOURCES = NO
10781078-10791079-# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
10801080-# special comment blocks from generated source code fragments. Normal C, C++ and
10811081-# Fortran comments will always remain visible.
10821082-# The default value is: YES.
10831083-10841084-#STRIP_CODE_COMMENTS = YES
10851085-10861086-# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
10871087-# function all documented functions referencing it will be listed.
10881088-# The default value is: NO.
10891089-10901090-#REFERENCED_BY_RELATION = NO
10911091-10921092-# If the REFERENCES_RELATION tag is set to YES then for each documented function
10931093-# all documented entities called/used by that function will be listed.
10941094-# The default value is: NO.
10951095-10961096-#REFERENCES_RELATION = NO
10971097-10981098-# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
10991099-# to YES then the hyperlinks from functions in REFERENCES_RELATION and
11001100-# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
11011101-# link to the documentation.
11021102-# The default value is: YES.
11031103-11041104-REFERENCES_LINK_SOURCE = YES
11051105-11061106-# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
11071107-# source code will show a tooltip with additional information such as prototype,
11081108-# brief description and links to the definition and documentation. Since this
11091109-# will make the HTML file larger and loading of large files a bit slower, you
11101110-# can opt to disable this feature.
11111111-# The default value is: YES.
11121112-# This tag requires that the tag SOURCE_BROWSER is set to YES.
11131113-11141114-SOURCE_TOOLTIPS = YES
11151115-11161116-# If the USE_HTAGS tag is set to YES then the references to source code will
11171117-# point to the HTML generated by the htags(1) tool instead of doxygen built-in
11181118-# source browser. The htags tool is part of GNU's global source tagging system
11191119-# (see http://www.gnu.org/software/global/global.html). You will need version
11201120-# 4.8.6 or higher.
11211121-#
11221122-# To use it do the following:
11231123-# - Install the latest version of global
11241124-# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
11251125-# - Make sure the INPUT points to the root of the source tree
11261126-# - Run doxygen as normal
11271127-#
11281128-# Doxygen will invoke htags (and that will in turn invoke gtags), so these
11291129-# tools must be available from the command line (i.e. in the search path).
11301130-#
11311131-# The result: instead of the source browser generated by doxygen, the links to
11321132-# source code will now point to the output of htags.
11331133-# The default value is: NO.
11341134-# This tag requires that the tag SOURCE_BROWSER is set to YES.
11351135-11361136-USE_HTAGS = NO
11371137-11381138-# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
11391139-# verbatim copy of the header file for each class for which an include is
11401140-# specified. Set to NO to disable this.
11411141-# See also: Section \class.
11421142-# The default value is: YES.
11431143-11441144-VERBATIM_HEADERS = YES
11451145-11461146-#---------------------------------------------------------------------------
11471147-# Configuration options related to the alphabetical class index
11481148-#---------------------------------------------------------------------------
11491149-11501150-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
11511151-# compounds will be generated. Enable this if the project contains a lot of
11521152-# classes, structs, unions or interfaces.
11531153-# The default value is: YES.
11541154-11551155-ALPHABETICAL_INDEX = YES
11561156-11571157-# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
11581158-# which the alphabetical index list will be split.
11591159-# Minimum value: 1, maximum value: 20, default value: 5.
11601160-# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
11611161-11621162-COLS_IN_ALPHA_INDEX = 5
11631163-11641164-# In case all classes in a project start with a common prefix, all classes will
11651165-# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
11661166-# can be used to specify a prefix (or a list of prefixes) that should be ignored
11671167-# while generating the index headers.
11681168-# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
11691169-11701170-IGNORE_PREFIX =
11711171-11721172-#---------------------------------------------------------------------------
11731173-# Configuration options related to the HTML output
11741174-#---------------------------------------------------------------------------
11751175-11761176-# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
11771177-# The default value is: YES.
11781178-11791179-GENERATE_HTML = YES
11801180-11811181-# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
11821182-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
11831183-# it.
11841184-# The default directory is: html.
11851185-# This tag requires that the tag GENERATE_HTML is set to YES.
11861186-11871187-HTML_OUTPUT = html
11881188-11891189-# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
11901190-# generated HTML page (for example: .htm, .php, .asp).
11911191-# The default value is: .html.
11921192-# This tag requires that the tag GENERATE_HTML is set to YES.
11931193-11941194-HTML_FILE_EXTENSION = .html
11951195-11961196-# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
11971197-# each generated HTML page. If the tag is left blank doxygen will generate a
11981198-# standard header.
11991199-#
12001200-# To get valid HTML the header file that includes any scripts and style sheets
12011201-# that doxygen needs, which is dependent on the configuration options used (e.g.
12021202-# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
12031203-# default header using
12041204-# doxygen -w html new_header.html new_footer.html new_stylesheet.css
12051205-# YourConfigFile
12061206-# and then modify the file new_header.html. See also section "Doxygen usage"
12071207-# for information on how to generate the default header that doxygen normally
12081208-# uses.
12091209-# Note: The header is subject to change so you typically have to regenerate the
12101210-# default header when upgrading to a newer version of doxygen. For a description
12111211-# of the possible markers and block names see the documentation.
12121212-# This tag requires that the tag GENERATE_HTML is set to YES.
12131213-12141214-HTML_HEADER =
12151215-12161216-# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
12171217-# generated HTML page. If the tag is left blank doxygen will generate a standard
12181218-# footer. See HTML_HEADER for more information on how to generate a default
12191219-# footer and what special commands can be used inside the footer. See also
12201220-# section "Doxygen usage" for information on how to generate the default footer
12211221-# that doxygen normally uses.
12221222-# This tag requires that the tag GENERATE_HTML is set to YES.
12231223-12241224-HTML_FOOTER =
12251225-12261226-# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
12271227-# sheet that is used by each HTML page. It can be used to fine-tune the look of
12281228-# the HTML output. If left blank doxygen will generate a default style sheet.
12291229-# See also section "Doxygen usage" for information on how to generate the style
12301230-# sheet that doxygen normally uses.
12311231-# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
12321232-# it is more robust and this tag (HTML_STYLESHEET) will in the future become
12331233-# obsolete.
12341234-# This tag requires that the tag GENERATE_HTML is set to YES.
12351235-12361236-HTML_STYLESHEET =
12371237-12381238-# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
12391239-# cascading style sheets that are included after the standard style sheets
12401240-# created by doxygen. Using this option one can overrule certain style aspects.
12411241-# This is preferred over using HTML_STYLESHEET since it does not replace the
12421242-# standard style sheet and is therefore more robust against future updates.
12431243-# Doxygen will copy the style sheet files to the output directory.
12441244-# Note: The order of the extra style sheet files is of importance (e.g. the last
12451245-# style sheet in the list overrules the setting of the previous ones in the
12461246-# list). For an example see the documentation.
12471247-# This tag requires that the tag GENERATE_HTML is set to YES.
12481248-12491249-HTML_EXTRA_STYLESHEET =
12501250-12511251-# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
12521252-# other source files which should be copied to the HTML output directory. Note
12531253-# that these files will be copied to the base HTML output directory. Use the
12541254-# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
12551255-# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
12561256-# files will be copied as-is; there are no commands or markers available.
12571257-# This tag requires that the tag GENERATE_HTML is set to YES.
12581258-12591259-HTML_EXTRA_FILES =
12601260-12611261-# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
12621262-# will adjust the colors in the style sheet and background images according to
12631263-# this color. Hue is specified as an angle on a colorwheel, see
12641264-# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
12651265-# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
12661266-# purple, and 360 is red again.
12671267-# Minimum value: 0, maximum value: 359, default value: 220.
12681268-# This tag requires that the tag GENERATE_HTML is set to YES.
12691269-12701270-HTML_COLORSTYLE_HUE = 220
12711271-12721272-# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
12731273-# in the HTML output. For a value of 0 the output will use grayscales only. A
12741274-# value of 255 will produce the most vivid colors.
12751275-# Minimum value: 0, maximum value: 255, default value: 100.
12761276-# This tag requires that the tag GENERATE_HTML is set to YES.
12771277-12781278-HTML_COLORSTYLE_SAT = 100
12791279-12801280-# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
12811281-# luminance component of the colors in the HTML output. Values below 100
12821282-# gradually make the output lighter, whereas values above 100 make the output
12831283-# darker. The value divided by 100 is the actual gamma applied, so 80 represents
12841284-# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
12851285-# change the gamma.
12861286-# Minimum value: 40, maximum value: 240, default value: 80.
12871287-# This tag requires that the tag GENERATE_HTML is set to YES.
12881288-12891289-HTML_COLORSTYLE_GAMMA = 80
12901290-12911291-# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
12921292-# page will contain the date and time when the page was generated. Setting this
12931293-# to YES can help to show when doxygen was last run and thus if the
12941294-# documentation is up to date.
12951295-# The default value is: NO.
12961296-# This tag requires that the tag GENERATE_HTML is set to YES.
12971297-12981298-HTML_TIMESTAMP = NO
12991299-13001300-# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
13011301-# documentation will contain sections that can be hidden and shown after the
13021302-# page has loaded.
13031303-# The default value is: NO.
13041304-# This tag requires that the tag GENERATE_HTML is set to YES.
13051305-13061306-HTML_DYNAMIC_SECTIONS = NO
13071307-13081308-# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
13091309-# shown in the various tree structured indices initially; the user can expand
13101310-# and collapse entries dynamically later on. Doxygen will expand the tree to
13111311-# such a level that at most the specified number of entries are visible (unless
13121312-# a fully collapsed tree already exceeds this amount). So setting the number of
13131313-# entries 1 will produce a full collapsed tree by default. 0 is a special value
13141314-# representing an infinite number of entries and will result in a full expanded
13151315-# tree by default.
13161316-# Minimum value: 0, maximum value: 9999, default value: 100.
13171317-# This tag requires that the tag GENERATE_HTML is set to YES.
13181318-13191319-HTML_INDEX_NUM_ENTRIES = 100
13201320-13211321-# If the GENERATE_DOCSET tag is set to YES, additional index files will be
13221322-# generated that can be used as input for Apple's Xcode 3 integrated development
13231323-# environment (see: http://developer.apple.com/tools/xcode/), introduced with
13241324-# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
13251325-# Makefile in the HTML output directory. Running make will produce the docset in
13261326-# that directory and running make install will install the docset in
13271327-# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
13281328-# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
13291329-# for more information.
13301330-# The default value is: NO.
13311331-# This tag requires that the tag GENERATE_HTML is set to YES.
13321332-13331333-GENERATE_DOCSET = NO
13341334-13351335-# This tag determines the name of the docset feed. A documentation feed provides
13361336-# an umbrella under which multiple documentation sets from a single provider
13371337-# (such as a company or product suite) can be grouped.
13381338-# The default value is: Doxygen generated docs.
13391339-# This tag requires that the tag GENERATE_DOCSET is set to YES.
13401340-13411341-DOCSET_FEEDNAME = "Doxygen generated docs"
13421342-13431343-# This tag specifies a string that should uniquely identify the documentation
13441344-# set bundle. This should be a reverse domain-name style string, e.g.
13451345-# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
13461346-# The default value is: org.doxygen.Project.
13471347-# This tag requires that the tag GENERATE_DOCSET is set to YES.
13481348-13491349-DOCSET_BUNDLE_ID = org.doxygen.Project
13501350-13511351-# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
13521352-# the documentation publisher. This should be a reverse domain-name style
13531353-# string, e.g. com.mycompany.MyDocSet.documentation.
13541354-# The default value is: org.doxygen.Publisher.
13551355-# This tag requires that the tag GENERATE_DOCSET is set to YES.
13561356-13571357-DOCSET_PUBLISHER_ID = org.doxygen.Publisher
13581358-13591359-# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
13601360-# The default value is: Publisher.
13611361-# This tag requires that the tag GENERATE_DOCSET is set to YES.
13621362-13631363-DOCSET_PUBLISHER_NAME = Publisher
13641364-13651365-# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
13661366-# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
13671367-# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
13681368-# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
13691369-# Windows.
13701370-#
13711371-# The HTML Help Workshop contains a compiler that can convert all HTML output
13721372-# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
13731373-# files are now used as the Windows 98 help format, and will replace the old
13741374-# Windows help format (.hlp) on all Windows platforms in the future. Compressed
13751375-# HTML files also contain an index, a table of contents, and you can search for
13761376-# words in the documentation. The HTML workshop also contains a viewer for
13771377-# compressed HTML files.
13781378-# The default value is: NO.
13791379-# This tag requires that the tag GENERATE_HTML is set to YES.
13801380-13811381-GENERATE_HTMLHELP = NO
13821382-13831383-# The CHM_FILE tag can be used to specify the file name of the resulting .chm
13841384-# file. You can add a path in front of the file if the result should not be
13851385-# written to the html output directory.
13861386-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
13871387-13881388-CHM_FILE =
13891389-13901390-# The HHC_LOCATION tag can be used to specify the location (absolute path
13911391-# including file name) of the HTML help compiler (hhc.exe). If non-empty,
13921392-# doxygen will try to run the HTML help compiler on the generated index.hhp.
13931393-# The file has to be specified with full path.
13941394-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
13951395-13961396-HHC_LOCATION =
13971397-13981398-# The GENERATE_CHI flag controls if a separate .chi index file is generated
13991399-# (YES) or that it should be included in the master .chm file (NO).
14001400-# The default value is: NO.
14011401-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
14021402-14031403-GENERATE_CHI = NO
14041404-14051405-# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
14061406-# and project file content.
14071407-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
14081408-14091409-CHM_INDEX_ENCODING =
14101410-14111411-# The BINARY_TOC flag controls whether a binary table of contents is generated
14121412-# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
14131413-# enables the Previous and Next buttons.
14141414-# The default value is: NO.
14151415-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
14161416-14171417-BINARY_TOC = NO
14181418-14191419-# The TOC_EXPAND flag can be set to YES to add extra items for group members to
14201420-# the table of contents of the HTML help documentation and to the tree view.
14211421-# The default value is: NO.
14221422-# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
14231423-14241424-TOC_EXPAND = NO
14251425-14261426-# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
14271427-# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
14281428-# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
14291429-# (.qch) of the generated HTML documentation.
14301430-# The default value is: NO.
14311431-# This tag requires that the tag GENERATE_HTML is set to YES.
14321432-14331433-GENERATE_QHP = NO
14341434-14351435-# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
14361436-# the file name of the resulting .qch file. The path specified is relative to
14371437-# the HTML output folder.
14381438-# This tag requires that the tag GENERATE_QHP is set to YES.
14391439-14401440-QCH_FILE =
14411441-14421442-# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
14431443-# Project output. For more information please see Qt Help Project / Namespace
14441444-# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
14451445-# The default value is: org.doxygen.Project.
14461446-# This tag requires that the tag GENERATE_QHP is set to YES.
14471447-14481448-QHP_NAMESPACE = org.doxygen.Project
14491449-14501450-# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
14511451-# Help Project output. For more information please see Qt Help Project / Virtual
14521452-# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
14531453-# folders).
14541454-# The default value is: doc.
14551455-# This tag requires that the tag GENERATE_QHP is set to YES.
14561456-14571457-QHP_VIRTUAL_FOLDER = doc
14581458-14591459-# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
14601460-# filter to add. For more information please see Qt Help Project / Custom
14611461-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
14621462-# filters).
14631463-# This tag requires that the tag GENERATE_QHP is set to YES.
14641464-14651465-QHP_CUST_FILTER_NAME =
14661466-14671467-# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
14681468-# custom filter to add. For more information please see Qt Help Project / Custom
14691469-# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
14701470-# filters).
14711471-# This tag requires that the tag GENERATE_QHP is set to YES.
14721472-14731473-QHP_CUST_FILTER_ATTRS =
14741474-14751475-# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
14761476-# project's filter section matches. Qt Help Project / Filter Attributes (see:
14771477-# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
14781478-# This tag requires that the tag GENERATE_QHP is set to YES.
14791479-14801480-QHP_SECT_FILTER_ATTRS =
14811481-14821482-# The QHG_LOCATION tag can be used to specify the location of Qt's
14831483-# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
14841484-# generated .qhp file.
14851485-# This tag requires that the tag GENERATE_QHP is set to YES.
14861486-14871487-QHG_LOCATION =
14881488-14891489-# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
14901490-# generated, together with the HTML files, they form an Eclipse help plugin. To
14911491-# install this plugin and make it available under the help contents menu in
14921492-# Eclipse, the contents of the directory containing the HTML and XML files needs
14931493-# to be copied into the plugins directory of eclipse. The name of the directory
14941494-# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
14951495-# After copying Eclipse needs to be restarted before the help appears.
14961496-# The default value is: NO.
14971497-# This tag requires that the tag GENERATE_HTML is set to YES.
14981498-14991499-GENERATE_ECLIPSEHELP = NO
15001500-15011501-# A unique identifier for the Eclipse help plugin. When installing the plugin
15021502-# the directory name containing the HTML and XML files should also have this
15031503-# name. Each documentation set should have its own identifier.
15041504-# The default value is: org.doxygen.Project.
15051505-# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
15061506-15071507-ECLIPSE_DOC_ID = org.doxygen.Project
15081508-15091509-# If you want full control over the layout of the generated HTML pages it might
15101510-# be necessary to disable the index and replace it with your own. The
15111511-# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
15121512-# of each HTML page. A value of NO enables the index and the value YES disables
15131513-# it. Since the tabs in the index contain the same information as the navigation
15141514-# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
15151515-# The default value is: NO.
15161516-# This tag requires that the tag GENERATE_HTML is set to YES.
15171517-15181518-DISABLE_INDEX = NO
15191519-15201520-# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
15211521-# structure should be generated to display hierarchical information. If the tag
15221522-# value is set to YES, a side panel will be generated containing a tree-like
15231523-# index structure (just like the one that is generated for HTML Help). For this
15241524-# to work a browser that supports JavaScript, DHTML, CSS and frames is required
15251525-# (i.e. any modern browser). Windows users are probably better off using the
15261526-# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
15271527-# further fine-tune the look of the index. As an example, the default style
15281528-# sheet generated by doxygen has an example that shows how to put an image at
15291529-# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
15301530-# the same information as the tab index, you could consider setting
15311531-# DISABLE_INDEX to YES when enabling this option.
15321532-# The default value is: NO.
15331533-# This tag requires that the tag GENERATE_HTML is set to YES.
15341534-15351535-GENERATE_TREEVIEW = NO
15361536-15371537-# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
15381538-# doxygen will group on one line in the generated HTML documentation.
15391539-#
15401540-# Note that a value of 0 will completely suppress the enum values from appearing
15411541-# in the overview section.
15421542-# Minimum value: 0, maximum value: 20, default value: 4.
15431543-# This tag requires that the tag GENERATE_HTML is set to YES.
15441544-15451545-ENUM_VALUES_PER_LINE = 4
15461546-15471547-# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
15481548-# to set the initial width (in pixels) of the frame in which the tree is shown.
15491549-# Minimum value: 0, maximum value: 1500, default value: 250.
15501550-# This tag requires that the tag GENERATE_HTML is set to YES.
15511551-15521552-TREEVIEW_WIDTH = 250
15531553-15541554-# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
15551555-# external symbols imported via tag files in a separate window.
15561556-# The default value is: NO.
15571557-# This tag requires that the tag GENERATE_HTML is set to YES.
15581558-15591559-EXT_LINKS_IN_WINDOW = NO
15601560-15611561-# Use this tag to change the font size of LaTeX formulas included as images in
15621562-# the HTML documentation. When you change the font size after a successful
15631563-# doxygen run you need to manually remove any form_*.png images from the HTML
15641564-# output directory to force them to be regenerated.
15651565-# Minimum value: 8, maximum value: 50, default value: 10.
15661566-# This tag requires that the tag GENERATE_HTML is set to YES.
15671567-15681568-FORMULA_FONTSIZE = 10
15691569-15701570-# Use the FORMULA_TRANPARENT tag to determine whether or not the images
15711571-# generated for formulas are transparent PNGs. Transparent PNGs are not
15721572-# supported properly for IE 6.0, but are supported on all modern browsers.
15731573-#
15741574-# Note that when changing this option you need to delete any form_*.png files in
15751575-# the HTML output directory before the changes have effect.
15761576-# The default value is: YES.
15771577-# This tag requires that the tag GENERATE_HTML is set to YES.
15781578-15791579-FORMULA_TRANSPARENT = YES
15801580-15811581-# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
15821582-# http://www.mathjax.org) which uses client side Javascript for the rendering
15831583-# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
15841584-# installed or if you want to formulas look prettier in the HTML output. When
15851585-# enabled you may also need to install MathJax separately and configure the path
15861586-# to it using the MATHJAX_RELPATH option.
15871587-# The default value is: NO.
15881588-# This tag requires that the tag GENERATE_HTML is set to YES.
15891589-15901590-USE_MATHJAX = NO
15911591-15921592-# When MathJax is enabled you can set the default output format to be used for
15931593-# the MathJax output. See the MathJax site (see:
15941594-# http://docs.mathjax.org/en/latest/output.html) for more details.
15951595-# Possible values are: HTML-CSS (which is slower, but has the best
15961596-# compatibility), NativeMML (i.e. MathML) and SVG.
15971597-# The default value is: HTML-CSS.
15981598-# This tag requires that the tag USE_MATHJAX is set to YES.
15991599-16001600-MATHJAX_FORMAT = HTML-CSS
16011601-16021602-# When MathJax is enabled you need to specify the location relative to the HTML
16031603-# output directory using the MATHJAX_RELPATH option. The destination directory
16041604-# should contain the MathJax.js script. For instance, if the mathjax directory
16051605-# is located at the same level as the HTML output directory, then
16061606-# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
16071607-# Content Delivery Network so you can quickly see the result without installing
16081608-# MathJax. However, it is strongly recommended to install a local copy of
16091609-# MathJax from http://www.mathjax.org before deployment.
16101610-# The default value is: http://cdn.mathjax.org/mathjax/latest.
16111611-# This tag requires that the tag USE_MATHJAX is set to YES.
16121612-16131613-MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
16141614-16151615-# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
16161616-# extension names that should be enabled during MathJax rendering. For example
16171617-# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
16181618-# This tag requires that the tag USE_MATHJAX is set to YES.
16191619-16201620-MATHJAX_EXTENSIONS =
16211621-16221622-# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
16231623-# of code that will be used on startup of the MathJax code. See the MathJax site
16241624-# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
16251625-# example see the documentation.
16261626-# This tag requires that the tag USE_MATHJAX is set to YES.
16271627-16281628-MATHJAX_CODEFILE =
16291629-16301630-# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
16311631-# the HTML output. The underlying search engine uses javascript and DHTML and
16321632-# should work on any modern browser. Note that when using HTML help
16331633-# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
16341634-# there is already a search function so this one should typically be disabled.
16351635-# For large projects the javascript based search engine can be slow, then
16361636-# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
16371637-# search using the keyboard; to jump to the search box use <access key> + S
16381638-# (what the <access key> is depends on the OS and browser, but it is typically
16391639-# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
16401640-# key> to jump into the search results window, the results can be navigated
16411641-# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
16421642-# the search. The filter options can be selected when the cursor is inside the
16431643-# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
16441644-# to select a filter and <Enter> or <escape> to activate or cancel the filter
16451645-# option.
16461646-# The default value is: YES.
16471647-# This tag requires that the tag GENERATE_HTML is set to YES.
16481648-16491649-SEARCHENGINE = YES
16501650-16511651-# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
16521652-# implemented using a web server instead of a web client using Javascript. There
16531653-# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
16541654-# setting. When disabled, doxygen will generate a PHP script for searching and
16551655-# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
16561656-# and searching needs to be provided by external tools. See the section
16571657-# "External Indexing and Searching" for details.
16581658-# The default value is: NO.
16591659-# This tag requires that the tag SEARCHENGINE is set to YES.
16601660-16611661-SERVER_BASED_SEARCH = NO
16621662-16631663-# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
16641664-# script for searching. Instead the search results are written to an XML file
16651665-# which needs to be processed by an external indexer. Doxygen will invoke an
16661666-# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
16671667-# search results.
16681668-#
16691669-# Doxygen ships with an example indexer (doxyindexer) and search engine
16701670-# (doxysearch.cgi) which are based on the open source search engine library
16711671-# Xapian (see: http://xapian.org/).
16721672-#
16731673-# See the section "External Indexing and Searching" for details.
16741674-# The default value is: NO.
16751675-# This tag requires that the tag SEARCHENGINE is set to YES.
16761676-16771677-EXTERNAL_SEARCH = NO
16781678-16791679-# The SEARCHENGINE_URL should point to a search engine hosted by a web server
16801680-# which will return the search results when EXTERNAL_SEARCH is enabled.
16811681-#
16821682-# Doxygen ships with an example indexer (doxyindexer) and search engine
16831683-# (doxysearch.cgi) which are based on the open source search engine library
16841684-# Xapian (see: http://xapian.org/). See the section "External Indexing and
16851685-# Searching" for details.
16861686-# This tag requires that the tag SEARCHENGINE is set to YES.
16871687-16881688-SEARCHENGINE_URL =
16891689-16901690-# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
16911691-# search data is written to a file for indexing by an external tool. With the
16921692-# SEARCHDATA_FILE tag the name of this file can be specified.
16931693-# The default file is: searchdata.xml.
16941694-# This tag requires that the tag SEARCHENGINE is set to YES.
16951695-16961696-SEARCHDATA_FILE = searchdata.xml
16971697-16981698-# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
16991699-# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
17001700-# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
17011701-# projects and redirect the results back to the right project.
17021702-# This tag requires that the tag SEARCHENGINE is set to YES.
17031703-17041704-EXTERNAL_SEARCH_ID =
17051705-17061706-# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
17071707-# projects other than the one defined by this configuration file, but that are
17081708-# all added to the same external search index. Each project needs to have a
17091709-# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
17101710-# to a relative location where the documentation can be found. The format is:
17111711-# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
17121712-# This tag requires that the tag SEARCHENGINE is set to YES.
17131713-17141714-EXTRA_SEARCH_MAPPINGS =
17151715-17161716-#---------------------------------------------------------------------------
17171717-# Configuration options related to the LaTeX output
17181718-#---------------------------------------------------------------------------
17191719-17201720-# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
17211721-# The default value is: YES.
17221722-17231723-GENERATE_LATEX = YES
17241724-17251725-# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
17261726-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
17271727-# it.
17281728-# The default directory is: latex.
17291729-# This tag requires that the tag GENERATE_LATEX is set to YES.
17301730-17311731-LATEX_OUTPUT = latex
17321732-17331733-# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
17341734-# invoked.
17351735-#
17361736-# Note that when enabling USE_PDFLATEX this option is only used for generating
17371737-# bitmaps for formulas in the HTML output, but not in the Makefile that is
17381738-# written to the output directory.
17391739-# The default file is: latex.
17401740-# This tag requires that the tag GENERATE_LATEX is set to YES.
17411741-17421742-LATEX_CMD_NAME = latex
17431743-17441744-# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
17451745-# index for LaTeX.
17461746-# The default file is: makeindex.
17471747-# This tag requires that the tag GENERATE_LATEX is set to YES.
17481748-17491749-MAKEINDEX_CMD_NAME = makeindex
17501750-17511751-# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
17521752-# documents. This may be useful for small projects and may help to save some
17531753-# trees in general.
17541754-# The default value is: NO.
17551755-# This tag requires that the tag GENERATE_LATEX is set to YES.
17561756-17571757-COMPACT_LATEX = NO
17581758-17591759-# The PAPER_TYPE tag can be used to set the paper type that is used by the
17601760-# printer.
17611761-# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
17621762-# 14 inches) and executive (7.25 x 10.5 inches).
17631763-# The default value is: a4.
17641764-# This tag requires that the tag GENERATE_LATEX is set to YES.
17651765-17661766-PAPER_TYPE = a4
17671767-17681768-# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
17691769-# that should be included in the LaTeX output. The package can be specified just
17701770-# by its name or with the correct syntax as to be used with the LaTeX
17711771-# \usepackage command. To get the times font for instance you can specify :
17721772-# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
17731773-# To use the option intlimits with the amsmath package you can specify:
17741774-# EXTRA_PACKAGES=[intlimits]{amsmath}
17751775-# If left blank no extra packages will be included.
17761776-# This tag requires that the tag GENERATE_LATEX is set to YES.
17771777-17781778-EXTRA_PACKAGES =
17791779-17801780-# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
17811781-# generated LaTeX document. The header should contain everything until the first
17821782-# chapter. If it is left blank doxygen will generate a standard header. See
17831783-# section "Doxygen usage" for information on how to let doxygen write the
17841784-# default header to a separate file.
17851785-#
17861786-# Note: Only use a user-defined header if you know what you are doing! The
17871787-# following commands have a special meaning inside the header: $title,
17881788-# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
17891789-# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
17901790-# string, for the replacement values of the other commands the user is referred
17911791-# to HTML_HEADER.
17921792-# This tag requires that the tag GENERATE_LATEX is set to YES.
17931793-17941794-LATEX_HEADER =
17951795-17961796-# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
17971797-# generated LaTeX document. The footer should contain everything after the last
17981798-# chapter. If it is left blank doxygen will generate a standard footer. See
17991799-# LATEX_HEADER for more information on how to generate a default footer and what
18001800-# special commands can be used inside the footer.
18011801-#
18021802-# Note: Only use a user-defined footer if you know what you are doing!
18031803-# This tag requires that the tag GENERATE_LATEX is set to YES.
18041804-18051805-LATEX_FOOTER =
18061806-18071807-# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
18081808-# LaTeX style sheets that are included after the standard style sheets created
18091809-# by doxygen. Using this option one can overrule certain style aspects. Doxygen
18101810-# will copy the style sheet files to the output directory.
18111811-# Note: The order of the extra style sheet files is of importance (e.g. the last
18121812-# style sheet in the list overrules the setting of the previous ones in the
18131813-# list).
18141814-# This tag requires that the tag GENERATE_LATEX is set to YES.
18151815-18161816-LATEX_EXTRA_STYLESHEET =
18171817-18181818-# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
18191819-# other source files which should be copied to the LATEX_OUTPUT output
18201820-# directory. Note that the files will be copied as-is; there are no commands or
18211821-# markers available.
18221822-# This tag requires that the tag GENERATE_LATEX is set to YES.
18231823-18241824-LATEX_EXTRA_FILES =
18251825-18261826-# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
18271827-# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
18281828-# contain links (just like the HTML output) instead of page references. This
18291829-# makes the output suitable for online browsing using a PDF viewer.
18301830-# The default value is: YES.
18311831-# This tag requires that the tag GENERATE_LATEX is set to YES.
18321832-18331833-PDF_HYPERLINKS = YES
18341834-18351835-# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
18361836-# the PDF file directly from the LaTeX files. Set this option to YES, to get a
18371837-# higher quality PDF documentation.
18381838-# The default value is: YES.
18391839-# This tag requires that the tag GENERATE_LATEX is set to YES.
18401840-18411841-USE_PDFLATEX = YES
18421842-18431843-# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
18441844-# command to the generated LaTeX files. This will instruct LaTeX to keep running
18451845-# if errors occur, instead of asking the user for help. This option is also used
18461846-# when generating formulas in HTML.
18471847-# The default value is: NO.
18481848-# This tag requires that the tag GENERATE_LATEX is set to YES.
18491849-18501850-LATEX_BATCHMODE = NO
18511851-18521852-# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
18531853-# index chapters (such as File Index, Compound Index, etc.) in the output.
18541854-# The default value is: NO.
18551855-# This tag requires that the tag GENERATE_LATEX is set to YES.
18561856-18571857-LATEX_HIDE_INDICES = NO
18581858-18591859-# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
18601860-# code with syntax highlighting in the LaTeX output.
18611861-#
18621862-# Note that which sources are shown also depends on other settings such as
18631863-# SOURCE_BROWSER.
18641864-# The default value is: NO.
18651865-# This tag requires that the tag GENERATE_LATEX is set to YES.
18661866-18671867-LATEX_SOURCE_CODE = NO
18681868-18691869-# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
18701870-# bibliography, e.g. plainnat, or ieeetr. See
18711871-# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
18721872-# The default value is: plain.
18731873-# This tag requires that the tag GENERATE_LATEX is set to YES.
18741874-18751875-LATEX_BIB_STYLE = plain
18761876-18771877-# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
18781878-# page will contain the date and time when the page was generated. Setting this
18791879-# to NO can help when comparing the output of multiple runs.
18801880-# The default value is: NO.
18811881-# This tag requires that the tag GENERATE_LATEX is set to YES.
18821882-18831883-LATEX_TIMESTAMP = NO
18841884-18851885-#---------------------------------------------------------------------------
18861886-# Configuration options related to the RTF output
18871887-#---------------------------------------------------------------------------
18881888-18891889-# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
18901890-# RTF output is optimized for Word 97 and may not look too pretty with other RTF
18911891-# readers/editors.
18921892-# The default value is: NO.
18931893-18941894-GENERATE_RTF = NO
18951895-18961896-# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
18971897-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
18981898-# it.
18991899-# The default directory is: rtf.
19001900-# This tag requires that the tag GENERATE_RTF is set to YES.
19011901-19021902-RTF_OUTPUT = rtf
19031903-19041904-# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
19051905-# documents. This may be useful for small projects and may help to save some
19061906-# trees in general.
19071907-# The default value is: NO.
19081908-# This tag requires that the tag GENERATE_RTF is set to YES.
19091909-19101910-COMPACT_RTF = NO
19111911-19121912-# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
19131913-# contain hyperlink fields. The RTF file will contain links (just like the HTML
19141914-# output) instead of page references. This makes the output suitable for online
19151915-# browsing using Word or some other Word compatible readers that support those
19161916-# fields.
19171917-#
19181918-# Note: WordPad (write) and others do not support links.
19191919-# The default value is: NO.
19201920-# This tag requires that the tag GENERATE_RTF is set to YES.
19211921-19221922-RTF_HYPERLINKS = NO
19231923-19241924-# Load stylesheet definitions from file. Syntax is similar to doxygen's config
19251925-# file, i.e. a series of assignments. You only have to provide replacements,
19261926-# missing definitions are set to their default value.
19271927-#
19281928-# See also section "Doxygen usage" for information on how to generate the
19291929-# default style sheet that doxygen normally uses.
19301930-# This tag requires that the tag GENERATE_RTF is set to YES.
19311931-19321932-RTF_STYLESHEET_FILE =
19331933-19341934-# Set optional variables used in the generation of an RTF document. Syntax is
19351935-# similar to doxygen's config file. A template extensions file can be generated
19361936-# using doxygen -e rtf extensionFile.
19371937-# This tag requires that the tag GENERATE_RTF is set to YES.
19381938-19391939-RTF_EXTENSIONS_FILE =
19401940-19411941-# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
19421942-# with syntax highlighting in the RTF output.
19431943-#
19441944-# Note that which sources are shown also depends on other settings such as
19451945-# SOURCE_BROWSER.
19461946-# The default value is: NO.
19471947-# This tag requires that the tag GENERATE_RTF is set to YES.
19481948-19491949-RTF_SOURCE_CODE = NO
19501950-19511951-#---------------------------------------------------------------------------
19521952-# Configuration options related to the man page output
19531953-#---------------------------------------------------------------------------
19541954-19551955-# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
19561956-# classes and files.
19571957-# The default value is: NO.
19581958-19591959-GENERATE_MAN = NO
19601960-19611961-# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
19621962-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
19631963-# it. A directory man3 will be created inside the directory specified by
19641964-# MAN_OUTPUT.
19651965-# The default directory is: man.
19661966-# This tag requires that the tag GENERATE_MAN is set to YES.
19671967-19681968-MAN_OUTPUT = man
19691969-19701970-# The MAN_EXTENSION tag determines the extension that is added to the generated
19711971-# man pages. In case the manual section does not start with a number, the number
19721972-# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
19731973-# optional.
19741974-# The default value is: .3.
19751975-# This tag requires that the tag GENERATE_MAN is set to YES.
19761976-19771977-MAN_EXTENSION = .3
19781978-19791979-# The MAN_SUBDIR tag determines the name of the directory created within
19801980-# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
19811981-# MAN_EXTENSION with the initial . removed.
19821982-# This tag requires that the tag GENERATE_MAN is set to YES.
19831983-19841984-MAN_SUBDIR =
19851985-19861986-# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
19871987-# will generate one additional man file for each entity documented in the real
19881988-# man page(s). These additional files only source the real man page, but without
19891989-# them the man command would be unable to find the correct page.
19901990-# The default value is: NO.
19911991-# This tag requires that the tag GENERATE_MAN is set to YES.
19921992-19931993-MAN_LINKS = NO
19941994-19951995-#---------------------------------------------------------------------------
19961996-# Configuration options related to the XML output
19971997-#---------------------------------------------------------------------------
19981998-19991999-# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
20002000-# captures the structure of the code including all documentation.
20012001-# The default value is: NO.
20022002-20032003-GENERATE_XML = NO
20042004-20052005-# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
20062006-# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
20072007-# it.
20082008-# The default directory is: xml.
20092009-# This tag requires that the tag GENERATE_XML is set to YES.
20102010-20112011-XML_OUTPUT = xml
20122012-20132013-# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
20142014-# listings (including syntax highlighting and cross-referencing information) to
20152015-# the XML output. Note that enabling this will significantly increase the size
20162016-# of the XML output.
20172017-# The default value is: YES.
20182018-# This tag requires that the tag GENERATE_XML is set to YES.
20192019-20202020-XML_PROGRAMLISTING = YES
20212021-20222022-#---------------------------------------------------------------------------
20232023-# Configuration options related to the DOCBOOK output
20242024-#---------------------------------------------------------------------------
20252025-20262026-# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
20272027-# that can be used to generate PDF.
20282028-# The default value is: NO.
20292029-20302030-GENERATE_DOCBOOK = NO
20312031-20322032-# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
20332033-# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
20342034-# front of it.
20352035-# The default directory is: docbook.
20362036-# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
20372037-20382038-DOCBOOK_OUTPUT = docbook
20392039-20402040-# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
20412041-# program listings (including syntax highlighting and cross-referencing
20422042-# information) to the DOCBOOK output. Note that enabling this will significantly
20432043-# increase the size of the DOCBOOK output.
20442044-# The default value is: NO.
20452045-# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
20462046-20472047-DOCBOOK_PROGRAMLISTING = NO
20482048-20492049-#---------------------------------------------------------------------------
20502050-# Configuration options for the AutoGen Definitions output
20512051-#---------------------------------------------------------------------------
20522052-20532053-# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
20542054-# AutoGen Definitions (see http://autogen.sf.net) file that captures the
20552055-# structure of the code including all documentation. Note that this feature is
20562056-# still experimental and incomplete at the moment.
20572057-# The default value is: NO.
20582058-20592059-GENERATE_AUTOGEN_DEF = NO
20602060-20612061-#---------------------------------------------------------------------------
20622062-# Configuration options related to the Perl module output
20632063-#---------------------------------------------------------------------------
20642064-20652065-# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
20662066-# file that captures the structure of the code including all documentation.
20672067-#
20682068-# Note that this feature is still experimental and incomplete at the moment.
20692069-# The default value is: NO.
20702070-20712071-GENERATE_PERLMOD = NO
20722072-20732073-# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
20742074-# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
20752075-# output from the Perl module output.
20762076-# The default value is: NO.
20772077-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
20782078-20792079-PERLMOD_LATEX = NO
20802080-20812081-# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
20822082-# formatted so it can be parsed by a human reader. This is useful if you want to
20832083-# understand what is going on. On the other hand, if this tag is set to NO, the
20842084-# size of the Perl module output will be much smaller and Perl will parse it
20852085-# just the same.
20862086-# The default value is: YES.
20872087-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
20882088-20892089-PERLMOD_PRETTY = YES
20902090-20912091-# The names of the make variables in the generated doxyrules.make file are
20922092-# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
20932093-# so different doxyrules.make files included by the same Makefile don't
20942094-# overwrite each other's variables.
20952095-# This tag requires that the tag GENERATE_PERLMOD is set to YES.
20962096-20972097-PERLMOD_MAKEVAR_PREFIX =
20982098-20992099-#---------------------------------------------------------------------------
21002100-# Configuration options related to the preprocessor
21012101-#---------------------------------------------------------------------------
21022102-21032103-# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
21042104-# C-preprocessor directives found in the sources and include files.
21052105-# The default value is: YES.
21062106-21072107-ENABLE_PREPROCESSING = YES
21082108-21092109-# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
21102110-# in the source code. If set to NO, only conditional compilation will be
21112111-# performed. Macro expansion can be done in a controlled way by setting
21122112-# EXPAND_ONLY_PREDEF to YES.
21132113-# The default value is: NO.
21142114-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21152115-21162116-# MACRO_EXPANSION = NO
21172117-21182118-# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
21192119-# the macro expansion is limited to the macros specified with the PREDEFINED and
21202120-# EXPAND_AS_DEFINED tags.
21212121-# The default value is: NO.
21222122-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21232123-21242124-EXPAND_ONLY_PREDEF = NO
21252125-21262126-# If the SEARCH_INCLUDES tag is set to YES, the include files in the
21272127-# INCLUDE_PATH will be searched if a #include is found.
21282128-# The default value is: YES.
21292129-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21302130-21312131-SEARCH_INCLUDES = YES
21322132-21332133-# The INCLUDE_PATH tag can be used to specify one or more directories that
21342134-# contain include files that are not input files but should be processed by the
21352135-# preprocessor.
21362136-# This tag requires that the tag SEARCH_INCLUDES is set to YES.
21372137-21382138-INCLUDE_PATH =
21392139-21402140-# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
21412141-# patterns (like *.h and *.hpp) to filter out the header-files in the
21422142-# directories. If left blank, the patterns specified with FILE_PATTERNS will be
21432143-# used.
21442144-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21452145-21462146-INCLUDE_FILE_PATTERNS =
21472147-21482148-# The PREDEFINED tag can be used to specify one or more macro names that are
21492149-# defined before the preprocessor is started (similar to the -D option of e.g.
21502150-# gcc). The argument of the tag is a list of macros of the form: name or
21512151-# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
21522152-# is assumed. To prevent a macro definition from being undefined via #undef or
21532153-# recursively expanded use the := operator instead of the = operator.
21542154-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21552155-21562156-#PREDEFINED =
21572157-21582158-# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
21592159-# tag can be used to specify a list of macro names that should be expanded. The
21602160-# macro definition that is found in the sources will be used. Use the PREDEFINED
21612161-# tag if you want to use a different macro definition that overrules the
21622162-# definition found in the source code.
21632163-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21642164-21652165-EXPAND_AS_DEFINED =
21662166-21672167-# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
21682168-# remove all references to function-like macros that are alone on a line, have
21692169-# an all uppercase name, and do not end with a semicolon. Such function macros
21702170-# are typically used for boiler-plate code, and will confuse the parser if not
21712171-# removed.
21722172-# The default value is: YES.
21732173-# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21742174-21752175-SKIP_FUNCTION_MACROS = YES
21762176-21772177-#---------------------------------------------------------------------------
21782178-# Configuration options related to external references
21792179-#---------------------------------------------------------------------------
21802180-21812181-# The TAGFILES tag can be used to specify one or more tag files. For each tag
21822182-# file the location of the external documentation should be added. The format of
21832183-# a tag file without this location is as follows:
21842184-# TAGFILES = file1 file2 ...
21852185-# Adding location for the tag files is done as follows:
21862186-# TAGFILES = file1=loc1 "file2 = loc2" ...
21872187-# where loc1 and loc2 can be relative or absolute paths or URLs. See the
21882188-# section "Linking to external documentation" for more information about the use
21892189-# of tag files.
21902190-# Note: Each tag file must have a unique name (where the name does NOT include
21912191-# the path). If a tag file is not located in the directory in which doxygen is
21922192-# run, you must also specify the path to the tagfile here.
21932193-21942194-TAGFILES =
21952195-21962196-# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
21972197-# tag file that is based on the input files it reads. See section "Linking to
21982198-# external documentation" for more information about the usage of tag files.
21992199-22002200-GENERATE_TAGFILE =
22012201-22022202-# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
22032203-# the class index. If set to NO, only the inherited external classes will be
22042204-# listed.
22052205-# The default value is: NO.
22062206-22072207-ALLEXTERNALS = NO
22082208-22092209-# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
22102210-# in the modules index. If set to NO, only the current project's groups will be
22112211-# listed.
22122212-# The default value is: YES.
22132213-22142214-EXTERNAL_GROUPS = YES
22152215-22162216-# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
22172217-# the related pages index. If set to NO, only the current project's pages will
22182218-# be listed.
22192219-# The default value is: YES.
22202220-22212221-EXTERNAL_PAGES = YES
22222222-22232223-# The PERL_PATH should be the absolute path and name of the perl script
22242224-# interpreter (i.e. the result of 'which perl').
22252225-# The default file (with absolute path) is: /usr/bin/perl.
22262226-22272227-PERL_PATH = /usr/bin/perl
22282228-22292229-#---------------------------------------------------------------------------
22302230-# Configuration options related to the dot tool
22312231-#---------------------------------------------------------------------------
22322232-22332233-# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
22342234-# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
22352235-# NO turns the diagrams off. Note that this option also works with HAVE_DOT
22362236-# disabled, but it is recommended to install and use dot, since it yields more
22372237-# powerful graphs.
22382238-# The default value is: YES.
22392239-22402240-CLASS_DIAGRAMS = YES
22412241-22422242-# You can define message sequence charts within doxygen comments using the \msc
22432243-# command. Doxygen will then run the mscgen tool (see:
22442244-# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
22452245-# documentation. The MSCGEN_PATH tag allows you to specify the directory where
22462246-# the mscgen tool resides. If left empty the tool is assumed to be found in the
22472247-# default search path.
22482248-22492249-MSCGEN_PATH =
22502250-22512251-# You can include diagrams made with dia in doxygen documentation. Doxygen will
22522252-# then run dia to produce the diagram and insert it in the documentation. The
22532253-# DIA_PATH tag allows you to specify the directory where the dia binary resides.
22542254-# If left empty dia is assumed to be found in the default search path.
22552255-22562256-DIA_PATH =
22572257-22582258-# If set to YES the inheritance and collaboration graphs will hide inheritance
22592259-# and usage relations if the target is undocumented or is not a class.
22602260-# The default value is: YES.
22612261-22622262-# HIDE_UNDOC_RELATIONS = YES
22632263-22642264-# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
22652265-# available from the path. This tool is part of Graphviz (see:
22662266-# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
22672267-# Bell Labs. The other options in this section have no effect if this option is
22682268-# set to NO
22692269-# The default value is: YES.
22702270-22712271-HAVE_DOT = YES
22722272-22732273-# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
22742274-# to run in parallel. When set to 0 doxygen will base this on the number of
22752275-# processors available in the system. You can set it explicitly to a value
22762276-# larger than 0 to get control over the balance between CPU load and processing
22772277-# speed.
22782278-# Minimum value: 0, maximum value: 32, default value: 0.
22792279-# This tag requires that the tag HAVE_DOT is set to YES.
22802280-22812281-DOT_NUM_THREADS = 0
22822282-22832283-# When you want a differently looking font in the dot files that doxygen
22842284-# generates you can specify the font name using DOT_FONTNAME. You need to make
22852285-# sure dot is able to find the font, which can be done by putting it in a
22862286-# standard location or by setting the DOTFONTPATH environment variable or by
22872287-# setting DOT_FONTPATH to the directory containing the font.
22882288-# The default value is: Helvetica.
22892289-# This tag requires that the tag HAVE_DOT is set to YES.
22902290-22912291-DOT_FONTNAME = Helvetica
22922292-22932293-# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
22942294-# dot graphs.
22952295-# Minimum value: 4, maximum value: 24, default value: 10.
22962296-# This tag requires that the tag HAVE_DOT is set to YES.
22972297-22982298-DOT_FONTSIZE = 10
22992299-23002300-# By default doxygen will tell dot to use the default font as specified with
23012301-# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
23022302-# the path where dot can find it using this tag.
23032303-# This tag requires that the tag HAVE_DOT is set to YES.
23042304-23052305-DOT_FONTPATH =
23062306-23072307-# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
23082308-# each documented class showing the direct and indirect inheritance relations.
23092309-# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
23102310-# The default value is: YES.
23112311-# This tag requires that the tag HAVE_DOT is set to YES.
23122312-23132313-CLASS_GRAPH = YES
23142314-23152315-# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
23162316-# graph for each documented class showing the direct and indirect implementation
23172317-# dependencies (inheritance, containment, and class references variables) of the
23182318-# class with other documented classes.
23192319-# The default value is: YES.
23202320-# This tag requires that the tag HAVE_DOT is set to YES.
23212321-23222322-COLLABORATION_GRAPH = YES
23232323-23242324-# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
23252325-# groups, showing the direct groups dependencies.
23262326-# The default value is: YES.
23272327-# This tag requires that the tag HAVE_DOT is set to YES.
23282328-23292329-GROUP_GRAPHS = YES
23302330-23312331-# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
23322332-# collaboration diagrams in a style similar to the OMG's Unified Modeling
23332333-# Language.
23342334-# The default value is: NO.
23352335-# This tag requires that the tag HAVE_DOT is set to YES.
23362336-23372337-UML_LOOK = NO
23382338-23392339-# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
23402340-# class node. If there are many fields or methods and many nodes the graph may
23412341-# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
23422342-# number of items for each type to make the size more manageable. Set this to 0
23432343-# for no limit. Note that the threshold may be exceeded by 50% before the limit
23442344-# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
23452345-# but if the number exceeds 15, the total amount of fields shown is limited to
23462346-# 10.
23472347-# Minimum value: 0, maximum value: 100, default value: 10.
23482348-# This tag requires that the tag HAVE_DOT is set to YES.
23492349-23502350-UML_LIMIT_NUM_FIELDS = 10
23512351-23522352-# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
23532353-# collaboration graphs will show the relations between templates and their
23542354-# instances.
23552355-# The default value is: NO.
23562356-# This tag requires that the tag HAVE_DOT is set to YES.
23572357-23582358-TEMPLATE_RELATIONS = NO
23592359-23602360-# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
23612361-# YES then doxygen will generate a graph for each documented file showing the
23622362-# direct and indirect include dependencies of the file with other documented
23632363-# files.
23642364-# The default value is: YES.
23652365-# This tag requires that the tag HAVE_DOT is set to YES.
23662366-23672367-INCLUDE_GRAPH = YES
23682368-23692369-# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
23702370-# set to YES then doxygen will generate a graph for each documented file showing
23712371-# the direct and indirect include dependencies of the file with other documented
23722372-# files.
23732373-# The default value is: YES.
23742374-# This tag requires that the tag HAVE_DOT is set to YES.
23752375-23762376-INCLUDED_BY_GRAPH = YES
23772377-23782378-# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
23792379-# dependency graph for every global function or class method.
23802380-#
23812381-# Note that enabling this option will significantly increase the time of a run.
23822382-# So in most cases it will be better to enable call graphs for selected
23832383-# functions only using the \callgraph command. Disabling a call graph can be
23842384-# accomplished by means of the command \hidecallgraph.
23852385-# The default value is: NO.
23862386-# This tag requires that the tag HAVE_DOT is set to YES.
23872387-23882388-CALL_GRAPH = NO
23892389-23902390-# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
23912391-# dependency graph for every global function or class method.
23922392-#
23932393-# Note that enabling this option will significantly increase the time of a run.
23942394-# So in most cases it will be better to enable caller graphs for selected
23952395-# functions only using the \callergraph command. Disabling a caller graph can be
23962396-# accomplished by means of the command \hidecallergraph.
23972397-# The default value is: NO.
23982398-# This tag requires that the tag HAVE_DOT is set to YES.
23992399-24002400-CALLER_GRAPH = NO
24012401-24022402-# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
24032403-# hierarchy of all classes instead of a textual one.
24042404-# The default value is: YES.
24052405-# This tag requires that the tag HAVE_DOT is set to YES.
24062406-24072407-GRAPHICAL_HIERARCHY = YES
24082408-24092409-# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
24102410-# dependencies a directory has on other directories in a graphical way. The
24112411-# dependency relations are determined by the #include relations between the
24122412-# files in the directories.
24132413-# The default value is: YES.
24142414-# This tag requires that the tag HAVE_DOT is set to YES.
24152415-24162416-DIRECTORY_GRAPH = YES
24172417-24182418-# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
24192419-# generated by dot. For an explanation of the image formats see the section
24202420-# output formats in the documentation of the dot tool (Graphviz (see:
24212421-# http://www.graphviz.org/)).
24222422-# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
24232423-# to make the SVG files visible in IE 9+ (other browsers do not have this
24242424-# requirement).
24252425-# Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd,
24262426-# png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo,
24272427-# gif:cairo:gd, gif:gd, gif:gd:gd, svg, png:gd, png:gd:gd, png:cairo,
24282428-# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
24292429-# png:gdiplus:gdiplus.
24302430-# The default value is: png.
24312431-# This tag requires that the tag HAVE_DOT is set to YES.
24322432-24332433-DOT_IMAGE_FORMAT = png
24342434-24352435-# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
24362436-# enable generation of interactive SVG images that allow zooming and panning.
24372437-#
24382438-# Note that this requires a modern browser other than Internet Explorer. Tested
24392439-# and working are Firefox, Chrome, Safari, and Opera.
24402440-# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
24412441-# the SVG files visible. Older versions of IE do not have SVG support.
24422442-# The default value is: NO.
24432443-# This tag requires that the tag HAVE_DOT is set to YES.
24442444-24452445-INTERACTIVE_SVG = NO
24462446-24472447-# The DOT_PATH tag can be used to specify the path where the dot tool can be
24482448-# found. If left blank, it is assumed the dot tool can be found in the path.
24492449-# This tag requires that the tag HAVE_DOT is set to YES.
24502450-24512451-DOT_PATH =
24522452-24532453-# The DOTFILE_DIRS tag can be used to specify one or more directories that
24542454-# contain dot files that are included in the documentation (see the \dotfile
24552455-# command).
24562456-# This tag requires that the tag HAVE_DOT is set to YES.
24572457-24582458-DOTFILE_DIRS =
24592459-24602460-# The MSCFILE_DIRS tag can be used to specify one or more directories that
24612461-# contain msc files that are included in the documentation (see the \mscfile
24622462-# command).
24632463-24642464-MSCFILE_DIRS =
24652465-24662466-# The DIAFILE_DIRS tag can be used to specify one or more directories that
24672467-# contain dia files that are included in the documentation (see the \diafile
24682468-# command).
24692469-24702470-DIAFILE_DIRS =
24712471-24722472-# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
24732473-# path where java can find the plantuml.jar file. If left blank, it is assumed
24742474-# PlantUML is not used or called during a preprocessing step. Doxygen will
24752475-# generate a warning when it encounters a \startuml command in this case and
24762476-# will not generate output for the diagram.
24772477-24782478-PLANTUML_JAR_PATH =
24792479-24802480-# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
24812481-# configuration file for plantuml.
24822482-24832483-PLANTUML_CFG_FILE =
24842484-24852485-# When using plantuml, the specified paths are searched for files specified by
24862486-# the !include statement in a plantuml block.
24872487-24882488-PLANTUML_INCLUDE_PATH =
24892489-24902490-# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
24912491-# that will be shown in the graph. If the number of nodes in a graph becomes
24922492-# larger than this value, doxygen will truncate the graph, which is visualized
24932493-# by representing a node as a red box. Note that doxygen if the number of direct
24942494-# children of the root node in a graph is already larger than
24952495-# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
24962496-# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
24972497-# Minimum value: 0, maximum value: 10000, default value: 50.
24982498-# This tag requires that the tag HAVE_DOT is set to YES.
24992499-25002500-DOT_GRAPH_MAX_NODES = 50
25012501-25022502-# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
25032503-# generated by dot. A depth value of 3 means that only nodes reachable from the
25042504-# root by following a path via at most 3 edges will be shown. Nodes that lay
25052505-# further from the root node will be omitted. Note that setting this option to 1
25062506-# or 2 may greatly reduce the computation time needed for large code bases. Also
25072507-# note that the size of a graph can be further restricted by
25082508-# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
25092509-# Minimum value: 0, maximum value: 1000, default value: 0.
25102510-# This tag requires that the tag HAVE_DOT is set to YES.
25112511-25122512-MAX_DOT_GRAPH_DEPTH = 0
25132513-25142514-# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
25152515-# background. This is disabled by default, because dot on Windows does not seem
25162516-# to support this out of the box.
25172517-#
25182518-# Warning: Depending on the platform used, enabling this option may lead to
25192519-# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
25202520-# read).
25212521-# The default value is: NO.
25222522-# This tag requires that the tag HAVE_DOT is set to YES.
25232523-25242524-DOT_TRANSPARENT = NO
25252525-25262526-# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
25272527-# files in one run (i.e. multiple -o and -T options on the command line). This
25282528-# makes dot run faster, but since only newer versions of dot (>1.8.10) support
25292529-# this, this feature is disabled by default.
25302530-# The default value is: NO.
25312531-# This tag requires that the tag HAVE_DOT is set to YES.
25322532-25332533-DOT_MULTI_TARGETS = NO
25342534-25352535-# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
25362536-# explaining the meaning of the various boxes and arrows in the dot generated
25372537-# graphs.
25382538-# The default value is: YES.
25392539-# This tag requires that the tag HAVE_DOT is set to YES.
25402540-25412541-GENERATE_LEGEND = YES
25422542-25432543-# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
25442544-# files that are used to generate the various graphs.
25452545-# The default value is: YES.
25462546-# This tag requires that the tag HAVE_DOT is set to YES.
25472547-25482548-DOT_CLEANUP = YES
8888+CASE_SENSE_NAMES = NO
···11# Monado
2233+<!--
44+Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
55+SPDX-License-Identifier: BSL-1.0
66+-->
77+38This documentation is intended for developers wanting to dive into the code of
49Monado. And assumes that you have read [README.md][], the file also holds
510getting started information and general documentation.
+5
doc/roadmap.md
···11# Roadmap
2233+<!--
44+Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
55+SPDX-License-Identifier: BSL-1.0
66+-->
77+38## Short term
49510* **cmake**: Make a proper FindXCB.cmake file.
+5
doc/targets.md
···11# Understanding and Writing Targets
2233+<!--
44+Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
55+SPDX-License-Identifier: BSL-1.0
66+-->
77+38Monado is designed to be a collection of related but independent modules. The
49final build product that brings all the desired components together, potentially
510with additional code, is called the "target". There are several targets included
+5
doc/writing-a-new-driver.md
···11# Writing a new driver
2233+<!--
44+Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
55+SPDX-License-Identifier: BSL-1.0
66+-->
77+38This document will tell you in broad strokes what you need to do to create a
49driver in Monado. Like the many ones already in there @ref drv. It is not a step
510by step guide to making a driver. Also what you need to do can vary a lot
+5
src/external/glad/url.txt
···11+<!--
22+SPDX-FileCopyrightText: 2020, Collabora, Ltd. and the Monado contributors
33+SPDX-License-Identifier: CC0-1.0
44+-->
55+16http://gen.glad.sh/#profile=gl%3Dcore%2Cgles1%3Dcommon&api=egl%3D1.4%2Cgl%3D4.5%2Cgles2%3D3.2&extensions=EGL_ANDROID_get_native_client_buffer%2CEGL_ANDROID_image_native_buffer%2CEGL_EXT_image_dma_buf_import%2CEGL_EXT_image_dma_buf_import_modifiers%2CEGL_KHR_image%2CEGL_KHR_platform_android%2CGL_EXT_memory_object%2CGL_EXT_memory_object_fd%2CGL_EXT_memory_object_win32%2CGL_OES_EGL_image%2CGL_OES_EGL_image_external%2CGL_OES_EGL_image_external_essl3&options=MERGE%2CMERGE&generator=c
2738