Blame doc/Doxyfile.in

Packit Service 37472d
# Doxyfile 1.3.6
Packit Service 37472d
Packit Service 37472d
# This file describes the settings to be used by the documentation system
Packit Service 37472d
# doxygen (www.doxygen.org) for a project
Packit Service 37472d
#
Packit Service 37472d
# All text after a hash (#) is considered a comment and will be ignored
Packit Service 37472d
# The format is:
Packit Service 37472d
#       TAG = value [value, ...]
Packit Service 37472d
# For lists items can also be appended using:
Packit Service 37472d
#       TAG += value [value, ...]
Packit Service 37472d
# Values that contain spaces should be placed between quotes (" ")
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# Project related configuration options
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
Packit Service 37472d
# by quotes) that should identify the project.
Packit Service 37472d
Packit Service 37472d
PROJECT_NAME           = @PACKAGE@
Packit Service 37472d
Packit Service 37472d
# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
Packit Service 37472d
# This could be handy for archiving the generated documentation or 
Packit Service 37472d
# if some version control system is used.
Packit Service 37472d
Packit Service 37472d
PROJECT_NUMBER         = @VERSION@
Packit Service 37472d
Packit Service 37472d
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
Packit Service 37472d
# base path where the generated documentation will be put. 
Packit Service 37472d
# If a relative path is entered, it will be relative to the location 
Packit Service 37472d
# where doxygen was started. If left blank the current directory will be used.
Packit Service 37472d
Packit Service 37472d
OUTPUT_DIRECTORY       = 
Packit Service 37472d
Packit Service 37472d
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
Packit Service 37472d
# documentation generated by doxygen is written. Doxygen will use this
Packit Service 37472d
# information to generate all constant output in the proper language.
Packit Service 37472d
# The default language is English, other supported languages are:
Packit Service 37472d
# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech,
Packit Service 37472d
# Danish, Dutch, Finnish, French, German, Greek, Hungarian, Italian,
Packit Service 37472d
# Japanese, Japanese-en (Japanese with English messages), Korean,
Packit Service 37472d
# Korean-en, Norwegian, Polish, Portuguese, Romanian, Russian,
Packit Service 37472d
# Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian.
Packit Service 37472d
Packit Service 37472d
OUTPUT_LANGUAGE        = English
Packit Service 37472d
Packit Service 37472d
# This tag can be used to specify the encoding used in the generated
Packit Service 37472d
# output.  The encoding is not always determined by the language that
Packit Service 37472d
# is chosen, but also whether or not the output is meant for Windows
Packit Service 37472d
# or non-Windows users.  In case there is a difference, setting the
Packit Service 37472d
# USE_WINDOWS_ENCODING tag to YES forces the Windows encoding (this is
Packit Service 37472d
# the default for the Windows binary), whereas setting the tag to NO
Packit Service 37472d
# uses a Unix-style encoding (the default for all platforms other than
Packit Service 37472d
# Windows).
Packit Service 37472d
Packit Service 37472d
USE_WINDOWS_ENCODING   = NO
Packit Service 37472d
Packit Service 37472d
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
Packit Service 37472d
# include brief member descriptions after the members that are listed in 
Packit Service 37472d
# the file and class documentation (similar to JavaDoc). 
Packit Service 37472d
# Set to NO to disable this.
Packit Service 37472d
Packit Service 37472d
BRIEF_MEMBER_DESC      = YES
Packit Service 37472d
Packit Service 37472d
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will
Packit Service 37472d
# prepend the brief description of a member or function before the
Packit Service 37472d
# detailed description.  Note: if both HIDE_UNDOC_MEMBERS and
Packit Service 37472d
# BRIEF_MEMBER_DESC are set to NO, the brief descriptions will be
Packit Service 37472d
# completely suppressed.
Packit Service 37472d
Packit Service 37472d
REPEAT_BRIEF           = YES
Packit Service 37472d
Packit Service 37472d
# This tag implements a quasi-intelligent brief description
Packit Service 37472d
# abbreviator that is used to form the text in various listings. Each
Packit Service 37472d
# string in this list, if found as the leading text of the brief
Packit Service 37472d
# description, will be stripped from the text and the result after
Packit Service 37472d
# processing the whole list, is used as the annotated text. Otherwise,
Packit Service 37472d
# the brief description is used as-is. If left blank, the following
Packit Service 37472d
# values are used ("$name" is automatically replaced with the name of
Packit Service 37472d
# the entity): "The $name class" "The $name widget" "The $name file"
Packit Service 37472d
# "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
Packit Service 37472d
Packit Service 37472d
ABBREVIATE_BRIEF       = 
Packit Service 37472d
Packit Service 37472d
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
Packit Service 37472d
# Doxygen will generate a detailed section even if there is only a brief 
Packit Service 37472d
# description.
Packit Service 37472d
Packit Service 37472d
ALWAYS_DETAILED_SEC    = NO
Packit Service 37472d
Packit Service 37472d
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show
Packit Service 37472d
# all inherited members of a class in the documentation of that class
Packit Service 37472d
# as if those members were ordinary class members. Constructors,
Packit Service 37472d
# destructors and assignment operators of the base classes will not be
Packit Service 37472d
# shown.
Packit Service 37472d
Packit Service 37472d
INLINE_INHERITED_MEMB  = NO
Packit Service 37472d
Packit Service 37472d
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
Packit Service 37472d
# path before files name in the file list and in the header files. If set 
Packit Service 37472d
# to NO the shortest path that makes the file name unique will be used.
Packit Service 37472d
Packit Service 37472d
FULL_PATH_NAMES        = NO
Packit Service 37472d
Packit Service 37472d
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
Packit Service 37472d
# can be used to strip a user-defined part of the path. Stripping is 
Packit Service 37472d
# only done if one of the specified strings matches the left-hand part of 
Packit Service 37472d
# the path. It is allowed to use relative paths in the argument list. 
Packit Service 37472d
# If left blank the directory from which doxygen is run is used as the 
Packit Service 37472d
# path to strip.
Packit Service 37472d
Packit Service 37472d
STRIP_FROM_PATH        = 
Packit Service 37472d
Packit Service 37472d
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
Packit Service 37472d
# (but less readable) file names. This can be useful is your file systems 
Packit Service 37472d
# doesn't support long names like on DOS, Mac, or CD-ROM.
Packit Service 37472d
Packit Service 37472d
SHORT_NAMES            = NO
Packit Service 37472d
Packit Service 37472d
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
Packit Service 37472d
# will interpret the first line (until the first dot) of a JavaDoc-style 
Packit Service 37472d
# comment as the brief description. If set to NO, the JavaDoc 
Packit Service 37472d
# comments will behave just like the Qt-style comments (thus requiring an 
Packit Service 37472d
# explicit @brief command for a brief description.
Packit Service 37472d
Packit Service 37472d
JAVADOC_AUTOBRIEF      = YES
Packit Service 37472d
Packit Service 37472d
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
Packit Service 37472d
# treat a multi-line C++ special comment block (i.e. a block of //! or
Packit Service 37472d
# /// comments) as a brief description. This used to be the default
Packit Service 37472d
# behaviour.  The new default is to treat a multi-line C++ comment
Packit Service 37472d
# block as a detailed description. Set this tag to YES if you prefer
Packit Service 37472d
# the old behaviour instead.
Packit Service 37472d
Packit Service 37472d
MULTILINE_CPP_IS_BRIEF = NO
Packit Service 37472d
Packit Service 37472d
# If the DETAILS_AT_TOP tag is set to YES then Doxygen 
Packit Service 37472d
# will output the detailed description near the top, like JavaDoc.
Packit Service 37472d
# If set to NO, the detailed description appears after the member 
Packit Service 37472d
# documentation.
Packit Service 37472d
Packit Service 37472d
DETAILS_AT_TOP         = YES
Packit Service 37472d
Packit Service 37472d
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
Packit Service 37472d
# member inherits the documentation from any documented member that it 
Packit Service 37472d
# re-implements.
Packit Service 37472d
Packit Service 37472d
INHERIT_DOCS           = YES
Packit Service 37472d
Packit Service 37472d
# If member grouping is used in the documentation and the
Packit Service 37472d
# DISTRIBUTE_GROUP_DOC tag is set to YES, then doxygen will reuse the
Packit Service 37472d
# documentation of the first member in the group (if any) for the
Packit Service 37472d
# other members of the group. By default all members of a group must
Packit Service 37472d
# be documented explicitly.
Packit Service 37472d
Packit Service 37472d
DISTRIBUTE_GROUP_DOC   = NO
Packit Service 37472d
Packit Service 37472d
# The TAB_SIZE tag can be used to set the number of spaces in a tab. 
Packit Service 37472d
# Doxygen uses this value to replace tabs by spaces in code fragments.
Packit Service 37472d
Packit Service 37472d
TAB_SIZE               = 8
Packit Service 37472d
Packit Service 37472d
# This tag can be used to specify a number of aliases that acts 
Packit Service 37472d
# as commands in the documentation. An alias has the form "name=value". 
Packit Service 37472d
# For example adding "sideeffect=\par Side Effects:\n" will allow you to 
Packit Service 37472d
# put the command \sideeffect (or @sideeffect) in the documentation, which 
Packit Service 37472d
# will result in a user-defined paragraph with heading "Side Effects:". 
Packit Service 37472d
# You can put \n's in the value part of an alias to insert newlines.
Packit Service 37472d
Packit Service 37472d
ALIASES                = 
Packit Service 37472d
Packit Service 37472d
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of
Packit Service 37472d
# C sources only. Doxygen will then generate output that is more
Packit Service 37472d
# tailored for C.  For instance, some of the names that are used will
Packit Service 37472d
# be different. The list of all members will be omitted, etc.
Packit Service 37472d
Packit Service 37472d
OPTIMIZE_OUTPUT_FOR_C  = YES
Packit Service 37472d
Packit Service 37472d
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of
Packit Service 37472d
# Java sources only. Doxygen will then generate output that is more
Packit Service 37472d
# tailored for Java.  For instance, namespaces will be presented as
Packit Service 37472d
# packages, qualified scopes will look different, etc.
Packit Service 37472d
Packit Service 37472d
OPTIMIZE_OUTPUT_JAVA   = NO
Packit Service 37472d
Packit Service 37472d
# Set the SUBGROUPING tag to YES (the default) to allow class member groups of 
Packit Service 37472d
# the same type (for instance a group of public functions) to be put as a 
Packit Service 37472d
# subgroup of that type (e.g. under the Public Functions section). Set it to 
Packit Service 37472d
# NO to prevent subgrouping. Alternatively, this can be done per class using 
Packit Service 37472d
# the \nosubgrouping command.
Packit Service 37472d
Packit Service 37472d
SUBGROUPING            = YES
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# Build related configuration options
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
Packit Service 37472d
# documentation are documented, even if no documentation was available. 
Packit Service 37472d
# Private class members and static file members will be hidden unless 
Packit Service 37472d
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
Packit Service 37472d
Packit Service 37472d
EXTRACT_ALL            = YES
Packit Service 37472d
Packit Service 37472d
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
Packit Service 37472d
# will be included in the documentation.
Packit Service 37472d
Packit Service 37472d
EXTRACT_PRIVATE        = NO
Packit Service 37472d
Packit Service 37472d
# If the EXTRACT_STATIC tag is set to YES all static members of a file 
Packit Service 37472d
# will be included in the documentation.
Packit Service 37472d
Packit Service 37472d
EXTRACT_STATIC         = NO
Packit Service 37472d
Packit Service 37472d
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
Packit Service 37472d
# defined locally in source files will be included in the documentation. 
Packit Service 37472d
# If set to NO only classes defined in header files are included.
Packit Service 37472d
Packit Service 37472d
EXTRACT_LOCAL_CLASSES  = NO
Packit Service 37472d
Packit Service 37472d
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
Packit Service 37472d
# undocumented members of documented classes, files or namespaces. 
Packit Service 37472d
# If set to NO (the default) these members will be included in the 
Packit Service 37472d
# various overviews, but no documentation section is generated. 
Packit Service 37472d
# This option has no effect if EXTRACT_ALL is enabled.
Packit Service 37472d
Packit Service 37472d
HIDE_UNDOC_MEMBERS     = NO
Packit Service 37472d
Packit Service 37472d
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
Packit Service 37472d
# undocumented classes that are normally visible in the class hierarchy. 
Packit Service 37472d
# If set to NO (the default) these classes will be included in the various 
Packit Service 37472d
# overviews. This option has no effect if EXTRACT_ALL is enabled.
Packit Service 37472d
Packit Service 37472d
HIDE_UNDOC_CLASSES     = NO
Packit Service 37472d
Packit Service 37472d
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
Packit Service 37472d
# friend (class|struct|union) declarations. 
Packit Service 37472d
# If set to NO (the default) these declarations will be included in the 
Packit Service 37472d
# documentation.
Packit Service 37472d
Packit Service 37472d
HIDE_FRIEND_COMPOUNDS  = NO
Packit Service 37472d
Packit Service 37472d
# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any 
Packit Service 37472d
# documentation blocks found inside the body of a function. 
Packit Service 37472d
# If set to NO (the default) these blocks will be appended to the 
Packit Service 37472d
# function's detailed documentation block.
Packit Service 37472d
Packit Service 37472d
HIDE_IN_BODY_DOCS      = NO
Packit Service 37472d
Packit Service 37472d
# The INTERNAL_DOCS tag determines if documentation 
Packit Service 37472d
# that is typed after a \internal command is included. If the tag is set 
Packit Service 37472d
# to NO (the default) then the documentation will be excluded. 
Packit Service 37472d
# Set it to YES to include the internal documentation.
Packit Service 37472d
Packit Service 37472d
INTERNAL_DOCS          = NO
Packit Service 37472d
Packit Service 37472d
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 
Packit Service 37472d
# file names in lower-case letters. If set to YES upper-case letters are also 
Packit Service 37472d
# allowed. This is useful if you have classes or files whose names only differ 
Packit Service 37472d
# in case and if your file system supports case sensitive file names. Windows 
Packit Service 37472d
# users are advised to set this option to NO.
Packit Service 37472d
Packit Service 37472d
CASE_SENSE_NAMES       = YES
Packit Service 37472d
Packit Service 37472d
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 
Packit Service 37472d
# will show members with their full class and namespace scopes in the 
Packit Service 37472d
# documentation. If set to YES the scope will be hidden.
Packit Service 37472d
Packit Service 37472d
HIDE_SCOPE_NAMES       = NO
Packit Service 37472d
Packit Service 37472d
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then
Packit Service 37472d
# Doxygen will put a list of the files that are included by a file in
Packit Service 37472d
# the documentation of that file.
Packit Service 37472d
Packit Service 37472d
SHOW_INCLUDE_FILES     = YES
Packit Service 37472d
Packit Service 37472d
# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 
Packit Service 37472d
# is inserted in the documentation for inline members.
Packit Service 37472d
Packit Service 37472d
INLINE_INFO            = YES
Packit Service 37472d
Packit Service 37472d
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 
Packit Service 37472d
# will sort the (detailed) documentation of file and class members 
Packit Service 37472d
# alphabetically by member name. If set to NO the members will appear in 
Packit Service 37472d
# declaration order.
Packit Service 37472d
Packit Service 37472d
SORT_MEMBER_DOCS       = YES
Packit Service 37472d
Packit Service 37472d
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 
Packit Service 37472d
# brief documentation of file, namespace and class members alphabetically 
Packit Service 37472d
# by member name. If set to NO (the default) the members will appear in 
Packit Service 37472d
# declaration order.
Packit Service 37472d
Packit Service 37472d
SORT_BRIEF_DOCS        = YES
Packit Service 37472d
Packit Service 37472d
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 
Packit Service 37472d
# sorted by fully-qualified names, including namespaces. If set to 
Packit Service 37472d
# NO (the default), the class list will be sorted only by class name, 
Packit Service 37472d
# not including the namespace part. 
Packit Service 37472d
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
Packit Service 37472d
# Note: This option applies only to the class list, not to the 
Packit Service 37472d
# alphabetical list.
Packit Service 37472d
Packit Service 37472d
SORT_BY_SCOPE_NAME     = NO
Packit Service 37472d
Packit Service 37472d
# The GENERATE_TODOLIST tag can be used to enable (YES) or 
Packit Service 37472d
# disable (NO) the todo list. This list is created by putting \todo 
Packit Service 37472d
# commands in the documentation.
Packit Service 37472d
Packit Service 37472d
GENERATE_TODOLIST      = YES
Packit Service 37472d
Packit Service 37472d
# The GENERATE_TESTLIST tag can be used to enable (YES) or 
Packit Service 37472d
# disable (NO) the test list. This list is created by putting \test 
Packit Service 37472d
# commands in the documentation.
Packit Service 37472d
Packit Service 37472d
GENERATE_TESTLIST      = YES
Packit Service 37472d
Packit Service 37472d
# The GENERATE_BUGLIST tag can be used to enable (YES) or 
Packit Service 37472d
# disable (NO) the bug list. This list is created by putting \bug 
Packit Service 37472d
# commands in the documentation.
Packit Service 37472d
Packit Service 37472d
GENERATE_BUGLIST       = YES
Packit Service 37472d
Packit Service 37472d
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 
Packit Service 37472d
# disable (NO) the deprecated list. This list is created by putting 
Packit Service 37472d
# \deprecated commands in the documentation.
Packit Service 37472d
Packit Service 37472d
GENERATE_DEPRECATEDLIST= YES
Packit Service 37472d
Packit Service 37472d
# The ENABLED_SECTIONS tag can be used to enable conditional 
Packit Service 37472d
# documentation sections, marked by \if sectionname ... \endif.
Packit Service 37472d
Packit Service 37472d
ENABLED_SECTIONS       = 
Packit Service 37472d
Packit Service 37472d
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
Packit Service 37472d
# the initial value of a variable or define consists of for it to
Packit Service 37472d
# appear in the documentation. If the initializer consists of more
Packit Service 37472d
# lines than specified here it will be hidden. Use a value of 0 to
Packit Service 37472d
# hide initializers completely.  The appearance of the initializer of
Packit Service 37472d
# individual variables and defines in the documentation can be
Packit Service 37472d
# controlled using \showinitializer or \hideinitializer command in the
Packit Service 37472d
# documentation regardless of this setting.
Packit Service 37472d
Packit Service 37472d
MAX_INITIALIZER_LINES  = 30
Packit Service 37472d
Packit Service 37472d
# Set the SHOW_USED_FILES tag to NO to disable the list of files
Packit Service 37472d
# generated at the bottom of the documentation of classes and
Packit Service 37472d
# structs. If set to YES the list will mention the files that were
Packit Service 37472d
# used to generate the documentation.
Packit Service 37472d
Packit Service 37472d
SHOW_USED_FILES        = YES
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to warning and progress messages
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# The QUIET tag can be used to turn on/off the messages that are generated 
Packit Service 37472d
# by doxygen. Possible values are YES and NO. If left blank NO is used.
Packit Service 37472d
Packit Service 37472d
QUIET                  = YES
Packit Service 37472d
Packit Service 37472d
# The WARNINGS tag can be used to turn on/off the warning messages that are 
Packit Service 37472d
# generated by doxygen. Possible values are YES and NO. If left blank 
Packit Service 37472d
# NO is used.
Packit Service 37472d
Packit Service 37472d
WARNINGS               = YES
Packit Service 37472d
Packit Service 37472d
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
Packit Service 37472d
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
Packit Service 37472d
# automatically be disabled.
Packit Service 37472d
Packit Service 37472d
WARN_IF_UNDOCUMENTED   = YES
Packit Service 37472d
Packit Service 37472d
# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
Packit Service 37472d
# potential errors in the documentation, such as not documenting some 
Packit Service 37472d
# parameters in a documented function, or documenting parameters that 
Packit Service 37472d
# don't exist or using markup commands wrongly.
Packit Service 37472d
Packit Service 37472d
WARN_IF_DOC_ERROR      = YES
Packit Service 37472d
Packit Service 37472d
# The WARN_FORMAT tag determines the format of the warning messages that 
Packit Service 37472d
# doxygen can produce. The string should contain the $file, $line, and $text 
Packit Service 37472d
# tags, which will be replaced by the file and line number from which the 
Packit Service 37472d
# warning originated and the warning text.
Packit Service 37472d
Packit Service 37472d
WARN_FORMAT            = "$file:$line: $text"
Packit Service 37472d
Packit Service 37472d
# The WARN_LOGFILE tag can be used to specify a file to which warning 
Packit Service 37472d
# and error messages should be written. If left blank the output is written 
Packit Service 37472d
# to stderr.
Packit Service 37472d
Packit Service 37472d
WARN_LOGFILE           = 
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to the input files
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# The INPUT tag can be used to specify the files and/or directories that contain 
Packit Service 37472d
# documented source files. You may enter file names like "myfile.cpp" or 
Packit Service 37472d
# directories like "/usr/src/myproject". Separate the files or directories 
Packit Service 37472d
# with spaces.
Packit Service 37472d
Packit Service 37472d
INPUT                  = ../src
Packit Service 37472d
Packit Service 37472d
# If the value of the INPUT tag contains directories, you can use the
Packit Service 37472d
# FILE_PATTERNS tag to specify one or more wildcard pattern (like
Packit Service 37472d
# *.cpp and *.h) to filter out the source-files in the directories. If
Packit Service 37472d
# left blank the following patterns are tested: *.c *.cc *.cxx *.cpp
Packit Service 37472d
# *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp *.h++
Packit Service 37472d
# *.idl *.odl *.cs *.php *.php3 *.inc
Packit Service 37472d
Packit Service 37472d
FILE_PATTERNS          = *.h
Packit Service 37472d
Packit Service 37472d
# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
Packit Service 37472d
# should be searched for input files as well. Possible values are YES and NO. 
Packit Service 37472d
# If left blank NO is used.
Packit Service 37472d
Packit Service 37472d
RECURSIVE              = NO
Packit Service 37472d
Packit Service 37472d
# The EXCLUDE tag can be used to specify files and/or directories that
Packit Service 37472d
# should excluded from the INPUT source files. This way you can easily
Packit Service 37472d
# exclude a subdirectory from a directory tree whose root is specified
Packit Service 37472d
# with the INPUT tag.
Packit Service 37472d
Packit Service 37472d
EXCLUDE                = 
Packit Service 37472d
Packit Service 37472d
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
Packit Service 37472d
# directories that are symbolic links (a Unix filesystem feature) are
Packit Service 37472d
# excluded from the input.
Packit Service 37472d
Packit Service 37472d
EXCLUDE_SYMLINKS       = NO
Packit Service 37472d
Packit Service 37472d
# If the value of the INPUT tag contains directories, you can use the 
Packit Service 37472d
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
Packit Service 37472d
# certain files from those directories.
Packit Service 37472d
Packit Service 37472d
EXCLUDE_PATTERNS       = 
Packit Service 37472d
Packit Service 37472d
# The EXAMPLE_PATH tag can be used to specify one or more files or 
Packit Service 37472d
# directories that contain example code fragments that are included (see 
Packit Service 37472d
# the \include command).
Packit Service 37472d
Packit Service 37472d
EXAMPLE_PATH           = 
Packit Service 37472d
Packit Service 37472d
# If the value of the EXAMPLE_PATH tag contains directories, you can use the 
Packit Service 37472d
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
Packit Service 37472d
# and *.h) to filter out the source-files in the directories. If left 
Packit Service 37472d
# blank all files are included.
Packit Service 37472d
Packit Service 37472d
EXAMPLE_PATTERNS       = 
Packit Service 37472d
Packit Service 37472d
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 
Packit Service 37472d
# searched for input files to be used with the \include or \dontinclude 
Packit Service 37472d
# commands irrespective of the value of the RECURSIVE tag. 
Packit Service 37472d
# Possible values are YES and NO. If left blank NO is used.
Packit Service 37472d
Packit Service 37472d
EXAMPLE_RECURSIVE      = NO
Packit Service 37472d
Packit Service 37472d
# The IMAGE_PATH tag can be used to specify one or more files or 
Packit Service 37472d
# directories that contain image that are included in the documentation (see 
Packit Service 37472d
# the \image command).
Packit Service 37472d
Packit Service 37472d
IMAGE_PATH             = 
Packit Service 37472d
Packit Service 37472d
# The INPUT_FILTER tag can be used to specify a program that doxygen
Packit Service 37472d
# should invoke to filter for each input file. Doxygen will invoke the
Packit Service 37472d
# filter program by executing (via popen()) the command <filter>
Packit Service 37472d
# <input-file>, where <filter> is the value of the INPUT_FILTER tag,
Packit Service 37472d
# and <input-file> is the name of an input file. Doxygen will then use
Packit Service 37472d
# the output that the filter program writes to standard output.
Packit Service 37472d
Packit Service 37472d
INPUT_FILTER           = 
Packit Service 37472d
Packit Service 37472d
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if
Packit Service 37472d
# set using INPUT_FILTER) will be used to filter the input files when
Packit Service 37472d
# producing source files to browse (i.e. when SOURCE_BROWSER is set to
Packit Service 37472d
# YES).
Packit Service 37472d
Packit Service 37472d
FILTER_SOURCE_FILES    = NO
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to source browsing
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the SOURCE_BROWSER tag is set to YES then a list of source files
Packit Service 37472d
# will be generated. Documented entities will be cross-referenced with
Packit Service 37472d
# these sources.  Note: To get rid of all source code in the generated
Packit Service 37472d
# output, make sure also VERBATIM_HEADERS is set to NO.
Packit Service 37472d
Packit Service 37472d
SOURCE_BROWSER         = NO
Packit Service 37472d
Packit Service 37472d
# Setting the INLINE_SOURCES tag to YES will include the body 
Packit Service 37472d
# of functions and classes directly in the documentation.
Packit Service 37472d
Packit Service 37472d
INLINE_SOURCES         = NO
Packit Service 37472d
Packit Service 37472d
# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 
Packit Service 37472d
# doxygen to hide any special comment blocks from generated source code 
Packit Service 37472d
# fragments. Normal C and C++ comments will always remain visible.
Packit Service 37472d
Packit Service 37472d
STRIP_CODE_COMMENTS    = YES
Packit Service 37472d
Packit Service 37472d
# If the REFERENCED_BY_RELATION tag is set to YES (the default) 
Packit Service 37472d
# then for each documented function all documented 
Packit Service 37472d
# functions referencing it will be listed.
Packit Service 37472d
Packit Service 37472d
REFERENCED_BY_RELATION = YES
Packit Service 37472d
Packit Service 37472d
# If the REFERENCES_RELATION tag is set to YES (the default) 
Packit Service 37472d
# then for each documented function all documented entities 
Packit Service 37472d
# called/used by that function will be listed.
Packit Service 37472d
Packit Service 37472d
REFERENCES_RELATION    = YES
Packit Service 37472d
Packit Service 37472d
# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
Packit Service 37472d
# will generate a verbatim copy of the header file for each class for 
Packit Service 37472d
# which an include is specified. Set to NO to disable this.
Packit Service 37472d
Packit Service 37472d
VERBATIM_HEADERS       = YES
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to the alphabetical class index
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
Packit Service 37472d
# of all compounds will be generated. Enable this if the project 
Packit Service 37472d
# contains a lot of classes, structs, unions or interfaces.
Packit Service 37472d
Packit Service 37472d
ALPHABETICAL_INDEX     = YES
Packit Service 37472d
Packit Service 37472d
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
Packit Service 37472d
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
Packit Service 37472d
# in which this list will be split (can be a number in the range [1..20])
Packit Service 37472d
Packit Service 37472d
COLS_IN_ALPHA_INDEX    = 5
Packit Service 37472d
Packit Service 37472d
# In case all classes in a project start with a common prefix, all 
Packit Service 37472d
# classes will be put under the same header in the alphabetical index. 
Packit Service 37472d
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
Packit Service 37472d
# should be ignored while generating the index headers.
Packit Service 37472d
Packit Service 37472d
IGNORE_PREFIX          = mw
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to the HTML output
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
Packit Service 37472d
# generate HTML output.
Packit Service 37472d
Packit Service 37472d
GENERATE_HTML          = YES
Packit Service 37472d
Packit Service 37472d
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
Packit Service 37472d
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Packit Service 37472d
# put in front of it. If left blank `html' will be used as the default path.
Packit Service 37472d
Packit Service 37472d
HTML_OUTPUT            = html
Packit Service 37472d
Packit Service 37472d
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
Packit Service 37472d
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
Packit Service 37472d
# doxygen will generate files with .html extension.
Packit Service 37472d
Packit Service 37472d
HTML_FILE_EXTENSION    = .html
Packit Service 37472d
Packit Service 37472d
# The HTML_HEADER tag can be used to specify a personal HTML header for 
Packit Service 37472d
# each generated HTML page. If it is left blank doxygen will generate a 
Packit Service 37472d
# standard header.
Packit Service 37472d
Packit Service 37472d
HTML_HEADER            = 
Packit Service 37472d
Packit Service 37472d
# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
Packit Service 37472d
# each generated HTML page. If it is left blank doxygen will generate a 
Packit Service 37472d
# standard footer.
Packit Service 37472d
Packit Service 37472d
HTML_FOOTER            = 
Packit Service 37472d
Packit Service 37472d
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
Packit Service 37472d
# style sheet that is used by each HTML page. It can be used to 
Packit Service 37472d
# fine-tune the look of the HTML output. If the tag is left blank doxygen 
Packit Service 37472d
# will generate a default style sheet. Note that doxygen will try to copy 
Packit Service 37472d
# the style sheet file to the HTML output directory, so don't put your own 
Packit Service 37472d
# stylesheet in the HTML output directory as well, or it will be erased!
Packit Service 37472d
Packit Service 37472d
HTML_STYLESHEET        = 
Packit Service 37472d
Packit Service 37472d
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
Packit Service 37472d
# files or namespaces will be aligned in HTML using tables. If set to 
Packit Service 37472d
# NO a bullet list will be used.
Packit Service 37472d
Packit Service 37472d
HTML_ALIGN_MEMBERS     = YES
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_HTMLHELP tag is set to YES, additional index files 
Packit Service 37472d
# will be generated that can be used as input for tools like the 
Packit Service 37472d
# Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 
Packit Service 37472d
# of the generated HTML documentation.
Packit Service 37472d
Packit Service 37472d
GENERATE_HTMLHELP      = NO
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 
Packit Service 37472d
# be used to specify the file name of the resulting .chm file. You 
Packit Service 37472d
# can add a path in front of the file if the result should not be 
Packit Service 37472d
# written to the html output directory.
Packit Service 37472d
Packit Service 37472d
CHM_FILE               = 
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 
Packit Service 37472d
# be used to specify the location (absolute path including file name) of 
Packit Service 37472d
# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
Packit Service 37472d
# the HTML help compiler on the generated index.hhp.
Packit Service 37472d
Packit Service 37472d
HHC_LOCATION           = 
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
Packit Service 37472d
# controls if a separate .chi index file is generated (YES) or that 
Packit Service 37472d
# it should be included in the master .chm file (NO).
Packit Service 37472d
Packit Service 37472d
GENERATE_CHI           = NO
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 
Packit Service 37472d
# controls whether a binary table of contents is generated (YES) or a 
Packit Service 37472d
# normal table of contents (NO) in the .chm file.
Packit Service 37472d
Packit Service 37472d
BINARY_TOC             = NO
Packit Service 37472d
Packit Service 37472d
# The TOC_EXPAND flag can be set to YES to add extra items for group members 
Packit Service 37472d
# to the contents of the HTML help documentation and to the tree view.
Packit Service 37472d
Packit Service 37472d
TOC_EXPAND             = YES
Packit Service 37472d
Packit Service 37472d
# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
Packit Service 37472d
# top of each HTML page. The value NO (the default) enables the index and 
Packit Service 37472d
# the value YES disables it.
Packit Service 37472d
Packit Service 37472d
DISABLE_INDEX          = NO
Packit Service 37472d
Packit Service 37472d
# This tag can be used to set the number of enum values (range [1..20]) 
Packit Service 37472d
# that doxygen will group on one line in the generated HTML documentation.
Packit Service 37472d
Packit Service 37472d
ENUM_VALUES_PER_LINE   = 1
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
Packit Service 37472d
# generated containing a tree-like index structure (just like the one that 
Packit Service 37472d
# is generated for HTML Help). For this to work a browser that supports 
Packit Service 37472d
# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, 
Packit Service 37472d
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 
Packit Service 37472d
# probably better off using the HTML help feature.
Packit Service 37472d
Packit Service 37472d
GENERATE_TREEVIEW      = NO
Packit Service 37472d
Packit Service 37472d
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
Packit Service 37472d
# used to set the initial width (in pixels) of the frame in which the tree 
Packit Service 37472d
# is shown.
Packit Service 37472d
Packit Service 37472d
TREEVIEW_WIDTH         = 250
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to the LaTeX output
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
Packit Service 37472d
# generate Latex output.
Packit Service 37472d
Packit Service 37472d
GENERATE_LATEX         = YES
Packit Service 37472d
Packit Service 37472d
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
Packit Service 37472d
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Packit Service 37472d
# put in front of it. If left blank `latex' will be used as the default path.
Packit Service 37472d
Packit Service 37472d
LATEX_OUTPUT           = latex
Packit Service 37472d
Packit Service 37472d
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 
Packit Service 37472d
# invoked. If left blank `latex' will be used as the default command name.
Packit Service 37472d
Packit Service 37472d
LATEX_CMD_NAME         = latex
Packit Service 37472d
Packit Service 37472d
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to 
Packit Service 37472d
# generate index for LaTeX. If left blank `makeindex' will be used as the 
Packit Service 37472d
# default command name.
Packit Service 37472d
Packit Service 37472d
MAKEINDEX_CMD_NAME     = makeindex
Packit Service 37472d
Packit Service 37472d
# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
Packit Service 37472d
# LaTeX documents. This may be useful for small projects and may help to 
Packit Service 37472d
# save some trees in general.
Packit Service 37472d
Packit Service 37472d
COMPACT_LATEX          = NO
Packit Service 37472d
Packit Service 37472d
# The PAPER_TYPE tag can be used to set the paper type that is used 
Packit Service 37472d
# by the printer. Possible values are: a4, a4wide, letter, legal and 
Packit Service 37472d
# executive. If left blank a4wide will be used.
Packit Service 37472d
Packit Service 37472d
PAPER_TYPE             = a4wide
Packit Service 37472d
Packit Service 37472d
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
Packit Service 37472d
# packages that should be included in the LaTeX output.
Packit Service 37472d
Packit Service 37472d
EXTRA_PACKAGES         = 
Packit Service 37472d
Packit Service 37472d
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
Packit Service 37472d
# the generated latex document. The header should contain everything until 
Packit Service 37472d
# the first chapter. If it is left blank doxygen will generate a 
Packit Service 37472d
# standard header. Notice: only use this tag if you know what you are doing!
Packit Service 37472d
Packit Service 37472d
LATEX_HEADER           = 
Packit Service 37472d
Packit Service 37472d
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
Packit Service 37472d
# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
Packit Service 37472d
# contain links (just like the HTML output) instead of page references 
Packit Service 37472d
# This makes the output suitable for online browsing using a pdf viewer.
Packit Service 37472d
Packit Service 37472d
PDF_HYPERLINKS         = YES
Packit Service 37472d
Packit Service 37472d
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
Packit Service 37472d
# plain latex in the generated Makefile. Set this option to YES to get a 
Packit Service 37472d
# higher quality PDF documentation.
Packit Service 37472d
Packit Service 37472d
USE_PDFLATEX           = YES
Packit Service 37472d
Packit Service 37472d
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
Packit Service 37472d
# command to the generated LaTeX files. This will instruct LaTeX to keep 
Packit Service 37472d
# running if errors occur, instead of asking the user for help. 
Packit Service 37472d
# This option is also used when generating formulas in HTML.
Packit Service 37472d
Packit Service 37472d
LATEX_BATCHMODE        = NO
Packit Service 37472d
Packit Service 37472d
# If LATEX_HIDE_INDICES is set to YES then doxygen will not 
Packit Service 37472d
# include the index chapters (such as File Index, Compound Index, etc.) 
Packit Service 37472d
# in the output.
Packit Service 37472d
Packit Service 37472d
LATEX_HIDE_INDICES     = NO
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to the RTF output
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
Packit Service 37472d
# The RTF output is optimized for Word 97 and may not look very pretty with 
Packit Service 37472d
# other RTF readers or editors.
Packit Service 37472d
Packit Service 37472d
GENERATE_RTF           = NO
Packit Service 37472d
Packit Service 37472d
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 
Packit Service 37472d
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Packit Service 37472d
# put in front of it. If left blank `rtf' will be used as the default path.
Packit Service 37472d
Packit Service 37472d
RTF_OUTPUT             = rtf
Packit Service 37472d
Packit Service 37472d
# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
Packit Service 37472d
# RTF documents. This may be useful for small projects and may help to 
Packit Service 37472d
# save some trees in general.
Packit Service 37472d
Packit Service 37472d
COMPACT_RTF            = NO
Packit Service 37472d
Packit Service 37472d
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
Packit Service 37472d
# will contain hyperlink fields. The RTF file will 
Packit Service 37472d
# contain links (just like the HTML output) instead of page references. 
Packit Service 37472d
# This makes the output suitable for online browsing using WORD or other 
Packit Service 37472d
# programs which support those fields. 
Packit Service 37472d
# Note: wordpad (write) and others do not support links.
Packit Service 37472d
Packit Service 37472d
RTF_HYPERLINKS         = NO
Packit Service 37472d
Packit Service 37472d
# Load stylesheet definitions from file. Syntax is similar to doxygen's 
Packit Service 37472d
# config file, i.e. a series of assignments. You only have to provide 
Packit Service 37472d
# replacements, missing definitions are set to their default value.
Packit Service 37472d
Packit Service 37472d
RTF_STYLESHEET_FILE    = 
Packit Service 37472d
Packit Service 37472d
# Set optional variables used in the generation of an rtf document. 
Packit Service 37472d
# Syntax is similar to doxygen's config file.
Packit Service 37472d
Packit Service 37472d
RTF_EXTENSIONS_FILE    = 
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to the man page output
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
Packit Service 37472d
# generate man pages
Packit Service 37472d
Packit Service 37472d
GENERATE_MAN           = YES
Packit Service 37472d
Packit Service 37472d
# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
Packit Service 37472d
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Packit Service 37472d
# put in front of it. If left blank `man' will be used as the default path.
Packit Service 37472d
Packit Service 37472d
MAN_OUTPUT             = man
Packit Service 37472d
Packit Service 37472d
# The MAN_EXTENSION tag determines the extension that is added to 
Packit Service 37472d
# the generated man pages (default is the subroutine's section .3)
Packit Service 37472d
Packit Service 37472d
MAN_EXTENSION          = .3
Packit Service 37472d
Packit Service 37472d
# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 
Packit Service 37472d
# then it will generate one additional man file for each entity 
Packit Service 37472d
# documented in the real man page(s). These additional files 
Packit Service 37472d
# only source the real man page, but without them the man command 
Packit Service 37472d
# would be unable to find the correct page. The default is NO.
Packit Service 37472d
Packit Service 37472d
MAN_LINKS              = YES
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to the XML output
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_XML tag is set to YES Doxygen will 
Packit Service 37472d
# generate an XML file that captures the structure of 
Packit Service 37472d
# the code including all documentation.
Packit Service 37472d
Packit Service 37472d
GENERATE_XML           = NO
Packit Service 37472d
Packit Service 37472d
# The XML_OUTPUT tag is used to specify where the XML pages will be put. 
Packit Service 37472d
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Packit Service 37472d
# put in front of it. If left blank `xml' will be used as the default path.
Packit Service 37472d
Packit Service 37472d
XML_OUTPUT             = xml
Packit Service 37472d
Packit Service 37472d
# The XML_SCHEMA tag can be used to specify an XML schema, 
Packit Service 37472d
# which can be used by a validating XML parser to check the 
Packit Service 37472d
# syntax of the XML files.
Packit Service 37472d
Packit Service 37472d
XML_SCHEMA             = 
Packit Service 37472d
Packit Service 37472d
# The XML_DTD tag can be used to specify an XML DTD, 
Packit Service 37472d
# which can be used by a validating XML parser to check the 
Packit Service 37472d
# syntax of the XML files.
Packit Service 37472d
Packit Service 37472d
XML_DTD                = 
Packit Service 37472d
Packit Service 37472d
# If the XML_PROGRAMLISTING tag is set to YES Doxygen will 
Packit Service 37472d
# dump the program listings (including syntax highlighting 
Packit Service 37472d
# and cross-referencing information) to the XML output. Note that 
Packit Service 37472d
# enabling this will significantly increase the size of the XML output.
Packit Service 37472d
Packit Service 37472d
XML_PROGRAMLISTING     = YES
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options for the AutoGen Definitions output
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 
Packit Service 37472d
# generate an AutoGen Definitions (see autogen.sf.net) file 
Packit Service 37472d
# that captures the structure of the code including all 
Packit Service 37472d
# documentation. Note that this feature is still experimental 
Packit Service 37472d
# and incomplete at the moment.
Packit Service 37472d
Packit Service 37472d
GENERATE_AUTOGEN_DEF   = NO
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# configuration options related to the Perl module output
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_PERLMOD tag is set to YES Doxygen will 
Packit Service 37472d
# generate a Perl module file that captures the structure of 
Packit Service 37472d
# the code including all documentation. Note that this 
Packit Service 37472d
# feature is still experimental and incomplete at the 
Packit Service 37472d
# moment.
Packit Service 37472d
Packit Service 37472d
GENERATE_PERLMOD       = NO
Packit Service 37472d
Packit Service 37472d
# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 
Packit Service 37472d
# the necessary Makefile rules, Perl scripts and LaTeX code to be able 
Packit Service 37472d
# to generate PDF and DVI output from the Perl module output.
Packit Service 37472d
Packit Service 37472d
PERLMOD_LATEX          = NO
Packit Service 37472d
Packit Service 37472d
# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 
Packit Service 37472d
# nicely formatted so it can be parsed by a human reader.  This is useful 
Packit Service 37472d
# if you want to understand what is going on.  On the other hand, if this 
Packit Service 37472d
# tag is set to NO the size of the Perl module output will be much smaller 
Packit Service 37472d
# and Perl will parse it just the same.
Packit Service 37472d
Packit Service 37472d
PERLMOD_PRETTY         = YES
Packit Service 37472d
Packit Service 37472d
# The names of the make variables in the generated doxyrules.make file 
Packit Service 37472d
# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 
Packit Service 37472d
# This is useful so different doxyrules.make files included by the same 
Packit Service 37472d
# Makefile don't overwrite each other's variables.
Packit Service 37472d
Packit Service 37472d
PERLMOD_MAKEVAR_PREFIX = 
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# Configuration options related to the preprocessor   
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
Packit Service 37472d
# evaluate all C-preprocessor directives found in the sources and include 
Packit Service 37472d
# files.
Packit Service 37472d
Packit Service 37472d
ENABLE_PREPROCESSING   = YES
Packit Service 37472d
Packit Service 37472d
# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
Packit Service 37472d
# names in the source code. If set to NO (the default) only conditional 
Packit Service 37472d
# compilation will be performed. Macro expansion can be done in a controlled 
Packit Service 37472d
# way by setting EXPAND_ONLY_PREDEF to YES.
Packit Service 37472d
Packit Service 37472d
MACRO_EXPANSION        = NO
Packit Service 37472d
Packit Service 37472d
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
Packit Service 37472d
# then the macro expansion is limited to the macros specified with the 
Packit Service 37472d
# PREDEFINED and EXPAND_AS_PREDEFINED tags.
Packit Service 37472d
Packit Service 37472d
EXPAND_ONLY_PREDEF     = NO
Packit Service 37472d
Packit Service 37472d
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
Packit Service 37472d
# in the INCLUDE_PATH (see below) will be search if a #include is found.
Packit Service 37472d
Packit Service 37472d
SEARCH_INCLUDES        = YES
Packit Service 37472d
Packit Service 37472d
# The INCLUDE_PATH tag can be used to specify one or more directories that 
Packit Service 37472d
# contain include files that are not input files but should be processed by 
Packit Service 37472d
# the preprocessor.
Packit Service 37472d
Packit Service 37472d
INCLUDE_PATH           = 
Packit Service 37472d
Packit Service 37472d
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
Packit Service 37472d
# patterns (like *.h and *.hpp) to filter out the header-files in the 
Packit Service 37472d
# directories. If left blank, the patterns specified with FILE_PATTERNS will 
Packit Service 37472d
# be used.
Packit Service 37472d
Packit Service 37472d
INCLUDE_FILE_PATTERNS  = 
Packit Service 37472d
Packit Service 37472d
# The PREDEFINED tag can be used to specify one or more macro names that 
Packit Service 37472d
# are defined before the preprocessor is started (similar to the -D option of 
Packit Service 37472d
# gcc). The argument of the tag is a list of macros of the form: name 
Packit Service 37472d
# or name=definition (no spaces). If the definition and the = are 
Packit Service 37472d
# omitted =1 is assumed.
Packit Service 37472d
Packit Service 37472d
PREDEFINED             = 
Packit Service 37472d
Packit Service 37472d
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES
Packit Service 37472d
# then this tag can be used to specify a list of macro names that
Packit Service 37472d
# should be expanded.  The macro definition that is found in the
Packit Service 37472d
# sources will be used.  Use the PREDEFINED tag if you want to use a
Packit Service 37472d
# different macro definition.
Packit Service 37472d
Packit Service 37472d
EXPAND_AS_DEFINED      = 
Packit Service 37472d
Packit Service 37472d
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
Packit Service 37472d
# doxygen's preprocessor will remove all function-like macros that are
Packit Service 37472d
# alone on a line, have an all uppercase name, and do not end with a
Packit Service 37472d
# semicolon. Such function macros are typically used for boiler-plate
Packit Service 37472d
# code, and will confuse the parser if not removed.
Packit Service 37472d
Packit Service 37472d
SKIP_FUNCTION_MACROS   = YES
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# Configuration::additions related to external references   
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# The TAGFILES option can be used to specify one or more tagfiles. 
Packit Service 37472d
# Optionally an initial location of the external documentation 
Packit Service 37472d
# can be added for each tagfile. The format of a tag file without 
Packit Service 37472d
# this location is as follows: 
Packit Service 37472d
#   TAGFILES = file1 file2 ... 
Packit Service 37472d
# Adding location for the tag files is done as follows: 
Packit Service 37472d
#   TAGFILES = file1=loc1 "file2 = loc2" ... 
Packit Service 37472d
# where "loc1" and "loc2" can be relative or absolute paths or 
Packit Service 37472d
# URLs. If a location is present for each tag, the installdox tool 
Packit Service 37472d
# does not have to be run to correct the links.
Packit Service 37472d
# Note that each tag file must have a unique name
Packit Service 37472d
# (where the name does NOT include the path)
Packit Service 37472d
# If a tag file is not located in the directory in which doxygen 
Packit Service 37472d
# is run, you must also specify the path to the tagfile here.
Packit Service 37472d
Packit Service 37472d
TAGFILES               = 
Packit Service 37472d
Packit Service 37472d
# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
Packit Service 37472d
# a tag file that is based on the input files it reads.
Packit Service 37472d
Packit Service 37472d
GENERATE_TAGFILE       = 
Packit Service 37472d
Packit Service 37472d
# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
Packit Service 37472d
# in the class index. If set to NO only the inherited external classes 
Packit Service 37472d
# will be listed.
Packit Service 37472d
Packit Service 37472d
ALLEXTERNALS           = NO
Packit Service 37472d
Packit Service 37472d
# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 
Packit Service 37472d
# in the modules index. If set to NO, only the current project's groups will 
Packit Service 37472d
# be listed.
Packit Service 37472d
Packit Service 37472d
EXTERNAL_GROUPS        = YES
Packit Service 37472d
Packit Service 37472d
# The PERL_PATH should be the absolute path and name of the perl script 
Packit Service 37472d
# interpreter (i.e. the result of `which perl').
Packit Service 37472d
Packit Service 37472d
PERL_PATH              = /usr/bin/perl
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# Configuration options related to the dot tool   
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
Packit Service 37472d
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes
Packit Service 37472d
# with base or super classes. Setting the tag to NO turns the diagrams
Packit Service 37472d
# off. Note that this option is superseded by the HAVE_DOT option
Packit Service 37472d
# below. This is only a fallback. It is recommended to install and use
Packit Service 37472d
# dot, since it yields more powerful graphs.
Packit Service 37472d
Packit Service 37472d
CLASS_DIAGRAMS         = YES
Packit Service 37472d
Packit Service 37472d
# If set to YES, the inheritance and collaboration graphs will hide 
Packit Service 37472d
# inheritance and usage relations if the target is undocumented 
Packit Service 37472d
# or is not a class.
Packit Service 37472d
Packit Service 37472d
HIDE_UNDOC_RELATIONS   = YES
Packit Service 37472d
Packit Service 37472d
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot
Packit Service 37472d
# tool is available from the path. This tool is part of Graphviz, a
Packit Service 37472d
# graph visualization toolkit from AT&T and Lucent Bell Labs. The
Packit Service 37472d
# other options in this section have no effect if this option is set
Packit Service 37472d
# to NO (the default)
Packit Service 37472d
Packit Service 37472d
HAVE_DOT               = NO
Packit Service 37472d
Packit Service 37472d
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
Packit Service 37472d
# will generate a graph for each documented class showing the direct and 
Packit Service 37472d
# indirect inheritance relations. Setting this tag to YES will force the 
Packit Service 37472d
# the CLASS_DIAGRAMS tag to NO.
Packit Service 37472d
Packit Service 37472d
CLASS_GRAPH            = YES
Packit Service 37472d
Packit Service 37472d
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
Packit Service 37472d
# will generate a graph for each documented class showing the direct and 
Packit Service 37472d
# indirect implementation dependencies (inheritance, containment, and 
Packit Service 37472d
# class references variables) of the class with other documented classes.
Packit Service 37472d
Packit Service 37472d
COLLABORATION_GRAPH    = YES
Packit Service 37472d
Packit Service 37472d
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
Packit Service 37472d
# collaboration diagrams in a style similar to the OMG's Unified Modeling 
Packit Service 37472d
# Language.
Packit Service 37472d
Packit Service 37472d
UML_LOOK               = NO
Packit Service 37472d
Packit Service 37472d
# If set to YES, the inheritance and collaboration graphs will show the 
Packit Service 37472d
# relations between templates and their instances.
Packit Service 37472d
Packit Service 37472d
TEMPLATE_RELATIONS     = NO
Packit Service 37472d
Packit Service 37472d
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
Packit Service 37472d
# tags are set to YES then doxygen will generate a graph for each documented 
Packit Service 37472d
# file showing the direct and indirect include dependencies of the file with 
Packit Service 37472d
# other documented files.
Packit Service 37472d
Packit Service 37472d
INCLUDE_GRAPH          = YES
Packit Service 37472d
Packit Service 37472d
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
Packit Service 37472d
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
Packit Service 37472d
# documented header file showing the documented files that directly or 
Packit Service 37472d
# indirectly include this file.
Packit Service 37472d
Packit Service 37472d
INCLUDED_BY_GRAPH      = YES
Packit Service 37472d
Packit Service 37472d
# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
Packit Service 37472d
# generate a call dependency graph for every global function or class
Packit Service 37472d
# method.  Note that enabling this option will significantly increase
Packit Service 37472d
# the time of a run.  So in most cases it will be better to enable
Packit Service 37472d
# call graphs for selected functions only using the \callgraph
Packit Service 37472d
# command.
Packit Service 37472d
Packit Service 37472d
CALL_GRAPH             = NO
Packit Service 37472d
Packit Service 37472d
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
Packit Service 37472d
# will graphical hierarchy of all classes instead of a textual one.
Packit Service 37472d
Packit Service 37472d
GRAPHICAL_HIERARCHY    = YES
Packit Service 37472d
Packit Service 37472d
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
Packit Service 37472d
# generated by dot. Possible values are png, jpg, or gif
Packit Service 37472d
# If left blank png will be used.
Packit Service 37472d
Packit Service 37472d
DOT_IMAGE_FORMAT       = png
Packit Service 37472d
Packit Service 37472d
# The tag DOT_PATH can be used to specify the path where the dot tool can be 
Packit Service 37472d
# found. If left blank, it is assumed the dot tool can be found on the path.
Packit Service 37472d
Packit Service 37472d
DOT_PATH               = 
Packit Service 37472d
Packit Service 37472d
# The DOTFILE_DIRS tag can be used to specify one or more directories that 
Packit Service 37472d
# contain dot files that are included in the documentation (see the 
Packit Service 37472d
# \dotfile command).
Packit Service 37472d
Packit Service 37472d
DOTFILE_DIRS           = 
Packit Service 37472d
Packit Service 37472d
# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 
Packit Service 37472d
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
Packit Service 37472d
# this value, doxygen will try to truncate the graph, so that it fits within 
Packit Service 37472d
# the specified constraint. Beware that most browsers cannot cope with very 
Packit Service 37472d
# large images.
Packit Service 37472d
Packit Service 37472d
MAX_DOT_GRAPH_WIDTH    = 1024
Packit Service 37472d
Packit Service 37472d
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 
Packit Service 37472d
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
Packit Service 37472d
# this value, doxygen will try to truncate the graph, so that it fits within 
Packit Service 37472d
# the specified constraint. Beware that most browsers cannot cope with very 
Packit Service 37472d
# large images.
Packit Service 37472d
Packit Service 37472d
MAX_DOT_GRAPH_HEIGHT   = 1024
Packit Service 37472d
Packit Service 37472d
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of
Packit Service 37472d
# the graphs generated by dot. A depth value of 3 means that only
Packit Service 37472d
# nodes reachable from the root by following a path via at most 3
Packit Service 37472d
# edges will be shown. Nodes that lay further from the root node will
Packit Service 37472d
# be omitted. Note that setting this option to 1 or 2 may greatly
Packit Service 37472d
# reduce the computation time needed for large code bases. Also note
Packit Service 37472d
# that a graph may be further truncated if the graph's image
Packit Service 37472d
# dimensions are not sufficient to fit the graph (see
Packit Service 37472d
# MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT).  If 0 is used for the
Packit Service 37472d
# depth value (the default), the graph is not depth-constrained.
Packit Service 37472d
Packit Service 37472d
MAX_DOT_GRAPH_DEPTH    = 0
Packit Service 37472d
Packit Service 37472d
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
Packit Service 37472d
# generate a legend page explaining the meaning of the various boxes and 
Packit Service 37472d
# arrows in the dot generated graphs.
Packit Service 37472d
Packit Service 37472d
GENERATE_LEGEND        = YES
Packit Service 37472d
Packit Service 37472d
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
Packit Service 37472d
# remove the intermediate dot files that are used to generate 
Packit Service 37472d
# the various graphs.
Packit Service 37472d
Packit Service 37472d
DOT_CLEANUP            = YES
Packit Service 37472d
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
# Configuration::additions related to the search engine   
Packit Service 37472d
#---------------------------------------------------------------------------
Packit Service 37472d
Packit Service 37472d
# The SEARCHENGINE tag specifies whether or not a search engine should be 
Packit Service 37472d
# used. If set to NO the values of all tags below this one will be ignored.
Packit Service 37472d
Packit Service 37472d
SEARCHENGINE           = NO