From 8a337fbf2a69ee1e87048604716933e382eab8ea Mon Sep 17 00:00:00 2001 From: Eric Stokes Date: Sat, 10 Dec 2011 22:33:59 -0700 Subject: [PATCH] Add Doxygen files. --- .gitignore | 3 + config/Doxyfile | 1813 ++++++++++++++++++++++++++++++++++ config/multiverse2-long.png | Bin 0 -> 23692 bytes config/multiverse2-short.png | Bin 0 -> 23327 bytes 4 files changed, 1816 insertions(+) create mode 100644 config/Doxyfile create mode 100644 config/multiverse2-long.png create mode 100644 config/multiverse2-short.png diff --git a/.gitignore b/.gitignore index e204b345..98d9e271 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ uploadtoserver.sh # Testing files: debug.log +# Doxygen +/docs +debug.txt diff --git a/config/Doxyfile b/config/Doxyfile new file mode 100644 index 00000000..11e351dd --- /dev/null +++ b/config/Doxyfile @@ -0,0 +1,1813 @@ +# Doxyfile 1.7.6.1 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project +# +# All text after a hash (#) is considered a comment and will be ignored +# The format is: +# TAG = value [value, ...] +# For lists items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (" ") + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all +# text before the first occurrence of this tag. Doxygen uses libiconv (or the +# iconv built into libc) for the transcoding. See +# http://www.gnu.org/software/libiconv for the list of possible encodings. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or sequence of words) that should +# identify the project. Note that if you do not use Doxywizard you need +# to put quotes around the project name if it contains spaces. + +PROJECT_NAME = Multiverse-Core + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. +# This could be handy for archiving the generated documentation or +# if some version control system is used. + +PROJECT_NUMBER = 2.2 + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer +# a quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = "The Premiere Bukkit Multi-World Plugin!" + +# With the PROJECT_LOGO tag one can specify an logo or icon that is +# included in the documentation. The maximum height of the logo should not +# exceed 55 pixels and the maximum width should not exceed 200 pixels. +# Doxygen will copy the logo to the output directory. + +PROJECT_LOGO = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) +# base path where the generated documentation will be put. +# If a relative path is entered, it will be relative to the location +# where doxygen was started. If left blank the current directory will be used. + +OUTPUT_DIRECTORY = docs + +# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create +# 4096 sub-directories (in 2 levels) under the output directory of each output +# format and will distribute the generated files over these directories. +# Enabling this option can be useful when feeding doxygen a huge amount of +# source files, where putting all generated files in the same directory would +# otherwise cause performance problems for the file system. + +CREATE_SUBDIRS = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# The default language is English, other supported languages are: +# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, +# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, +# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English +# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, +# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, +# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will +# include brief member descriptions after the members that are listed in +# the file and class documentation (similar to JavaDoc). +# Set to NO to disable this. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend +# the brief description of a member or function before the detailed description. +# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator +# that is used to form the text in various listings. Each string +# in this list, if found as the leading text of the brief description, will be +# stripped from the text and the result after processing the whole list, is +# used as the annotated text. Otherwise, the brief description is used as-is. +# If left blank, the following values are used ("$name" is automatically +# replaced with the name of the entity): "The $name class" "The $name widget" +# "The $name file" "is" "provides" "specifies" "contains" +# "represents" "a" "an" "the" + +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# Doxygen will generate a detailed section even if there is only a brief +# description. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full +# path before files name in the file list and in the header files. If set +# to NO the shortest path that makes the file name unique will be used. + +FULL_PATH_NAMES = YES + +# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag +# can be used to strip a user-defined part of the path. Stripping is +# only done if one of the specified strings matches the left-hand part of +# the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the +# path to strip. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of +# the path mentioned in the documentation of a class, which tells +# the reader which header file to include in order to use a class. +# If left blank only the name of the header file containing the class +# definition is used. Otherwise one should specify the include paths that +# are normally passed to the compiler using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter +# (but less readable) file names. This can be useful if your file system +# doesn't support long names like on DOS, Mac, or CD-ROM. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen +# will interpret the first line (until the first dot) of a JavaDoc-style +# comment as the brief description. If set to NO, the JavaDoc +# comments will behave just like regular Qt-style comments +# (thus requiring an explicit @brief command for a brief description.) + +JAVADOC_AUTOBRIEF = NO + +# If the QT_AUTOBRIEF tag is set to YES then Doxygen will +# interpret the first line (until the first dot) of a Qt-style +# comment as the brief description. If set to NO, the comments +# will behave just like regular Qt-style comments (thus requiring +# an explicit \brief command for a brief description.) + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen +# treat a multi-line C++ special comment block (i.e. a block of //! or /// +# comments) as a brief description. This used to be the default behaviour. +# The new default is to treat a multi-line C++ comment block as a detailed +# description. Set this tag to YES if you prefer the old behaviour instead. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented +# member inherits the documentation from any documented member that it +# re-implements. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce +# a new page for each member. If set to NO, the documentation of a member will +# be part of the file/class/namespace that contains it. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. +# Doxygen uses this value to replace tabs by spaces in code fragments. + +TAB_SIZE = 8 + +# This tag can be used to specify a number of aliases that acts +# as commands in the documentation. An alias has the form "name=value". +# For example adding "sideeffect=\par Side Effects:\n" will allow you to +# put the command \sideeffect (or @sideeffect) in the documentation, which +# will result in a user-defined paragraph with heading "Side Effects:". +# You can put \n's in the value part of an alias to insert newlines. + +ALIASES = + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding +# "class=itcl::class" will allow you to use the command class in the +# itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C +# sources only. Doxygen will then generate output that is more tailored for C. +# For instance, some of the names that are used will be different. The list +# of all members will be omitted, etc. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java +# sources only. Doxygen will then generate output that is more tailored for +# Java. For instance, namespaces will be presented as packages, qualified +# scopes will look different, etc. + +OPTIMIZE_OUTPUT_JAVA = YES + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources only. Doxygen will then generate output that is more tailored for +# Fortran. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for +# VHDL. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given extension. +# Doxygen has a built-in mapping, but you can override or extend it using this +# tag. The format is ext=language, where ext is a file extension, and language +# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, +# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make +# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C +# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions +# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should +# set this tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. +# func(std::string) {}). This also makes the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. +# Doxygen will parse them like normal C++ but will assume all classes use public +# instead of private inheritance when no explicit protection keyword is present. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate getter +# and setter methods for a property. Setting this option to YES (the default) +# will make doxygen replace the get and set methods by a property in the +# documentation. This will only work if the methods are indeed getting or +# setting a simple type. If this is not the case, or you want to show the +# methods anyway, you should set this option to NO. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES, then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. + +DISTRIBUTE_GROUP_DOC = NO + +# Set the SUBGROUPING tag to YES (the default) to allow class member groups of +# the same type (for instance a group of public functions) to be put as a +# subgroup of that type (e.g. under the Public Functions section). Set it to +# NO to prevent subgrouping. Alternatively, this can be done per class using +# the \nosubgrouping command. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and +# unions are shown inside the group in which they are included (e.g. using +# @ingroup) instead of on a separate page (for HTML and Man pages) or +# section (for LaTeX and RTF). + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and +# unions with only public data fields will be shown inline in the documentation +# of the scope in which they are defined (i.e. file, namespace, or group +# documentation), provided this scope is documented. If set to NO (the default), +# structs, classes, and unions are shown on a separate page (for HTML and Man +# pages) or section (for LaTeX and RTF). + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum +# is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically +# be useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. + +TYPEDEF_HIDES_STRUCT = NO + +# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to +# determine which symbols to keep in memory and which to flush to disk. +# When the cache is full, less often used symbols will be written to disk. +# For small to medium size projects (<1000 input files) the default value is +# probably good enough. For larger projects a too small cache size can cause +# doxygen to be busy swapping symbols to and from disk most of the time +# causing a significant performance penalty. +# If the system has enough physical memory increasing the cache will improve the +# performance by keeping more symbols in memory. Note that the value works on +# a logarithmic scale so increasing the size by one will roughly double the +# memory usage. The cache size is given by this formula: +# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, +# corresponding to a cache size of 2^16 = 65536 symbols. + +SYMBOL_CACHE_SIZE = 0 + +# Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be +# set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given +# their name and scope. Since this can be an expensive process and often the +# same symbol appear multiple times in the code, doxygen keeps a cache of +# pre-resolved symbols. If the cache is too small doxygen will become slower. +# If the cache is too large, memory is wasted. The cache size is given by this +# formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0, +# corresponding to a cache size of 2^16 = 65536 symbols. + +LOOKUP_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in +# documentation are documented, even if no documentation was available. +# Private class members and static file members will be hidden unless +# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES + +EXTRACT_ALL = NO + +# If the EXTRACT_PRIVATE tag is set to YES all private members of a class +# will be included in the documentation. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_STATIC tag is set to YES all static members of a file +# will be included in the documentation. + +EXTRACT_STATIC = NO + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) +# defined locally in source files will be included in the documentation. +# If set to NO only classes defined in header files are included. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. When set to YES local +# methods, which are defined in the implementation section but not in +# the interface are included in the documentation. +# If set to NO (the default) only methods in the interface are included. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base +# name of the file that contains the anonymous namespace. By default +# anonymous namespaces are hidden. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all +# undocumented members of documented classes, files or namespaces. +# If set to NO (the default) these members will be included in the +# various overviews, but no documentation section is generated. +# This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. +# If set to NO (the default) these classes will be included in the various +# overviews. This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all +# friend (class|struct|union) declarations. +# If set to NO (the default) these declarations will be included in the +# documentation. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any +# documentation blocks found inside the body of a function. +# If set to NO (the default) these blocks will be appended to the +# function's detailed documentation block. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation +# that is typed after a \internal command is included. If the tag is set +# to NO (the default) then the documentation will be excluded. +# Set it to YES to include the internal documentation. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate +# file names in lower-case letters. If set to YES upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. + +CASE_SENSE_NAMES = NO + +# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen +# will show members with their full class and namespace scopes in the +# documentation. If set to YES the scope will be hidden. + +HIDE_SCOPE_NAMES = NO + +# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen +# will put a list of the files that are included by a file in the documentation +# of that file. + +SHOW_INCLUDE_FILES = YES + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen +# will list include files with double quotes in the documentation +# rather than with sharp brackets. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] +# is inserted in the documentation for inline members. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen +# will sort the (detailed) documentation of file and class members +# alphabetically by member name. If set to NO the members will appear in +# declaration order. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the +# brief documentation of file, namespace and class members alphabetically +# by member name. If set to NO (the default) the members will appear in +# declaration order. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen +# will sort the (brief and detailed) documentation of class members so that +# constructors and destructors are listed first. If set to NO (the default) +# the constructors will appear in the respective orders defined by +# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. +# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO +# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the +# hierarchy of group names into alphabetical order. If set to NO (the default) +# the group names will appear in their defined order. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be +# sorted by fully-qualified names, including namespaces. If set to +# NO (the default), the class list will be sorted only by class name, +# not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the +# alphabetical list. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to +# do proper type resolution of all parameters of a function it will reject a +# match between the prototype and the implementation of a member function even +# if there is only one candidate or it is obvious which candidate to choose +# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen +# will still accept a match between prototype and implementation in such cases. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or +# disable (NO) the todo list. This list is created by putting \todo +# commands in the documentation. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or +# disable (NO) the test list. This list is created by putting \test +# commands in the documentation. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or +# disable (NO) the bug list. This list is created by putting \bug +# commands in the documentation. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or +# disable (NO) the deprecated list. This list is created by putting +# \deprecated commands in the documentation. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional +# documentation sections, marked by \if sectionname ... \endif. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines +# the initial value of a variable or macro consists of for it to appear in +# the documentation. If the initializer consists of more lines than specified +# here it will be hidden. Use a value of 0 to hide initializers completely. +# The appearance of the initializer of individual variables and macros in the +# documentation can be controlled using \showinitializer or \hideinitializer +# command in the documentation regardless of this setting. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated +# at the bottom of the documentation of classes and structs. If set to YES the +# list will mention the files that were used to generate the documentation. + +SHOW_USED_FILES = YES + +# If the sources in your project are distributed over multiple directories +# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy +# in the documentation. The default is NO. + +SHOW_DIRECTORIES = NO + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. +# This will remove the Files entry from the Quick Index and from the +# Folder Tree View (if specified). The default is YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the +# Namespaces page. This will remove the Namespaces entry from the Quick Index +# and from the Folder Tree View (if specified). The default is YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command , where is the value of +# the FILE_VERSION_FILTER tag, and is the name of an input file +# provided by doxygen. Whatever the program writes to standard output +# is used as the file version. See the manual for examples. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. The create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. +# You can optionally specify a file name after the option, if omitted +# DoxygenLayout.xml will be used as the name of the layout file. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files +# containing the references data. This must be a list of .bib files. The +# .bib extension is automatically appended if omitted. Using this command +# requires the bibtex tool to be installed. See also +# http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style +# of the bibliography can be controlled using LATEX_BIB_STYLE. To use this +# feature you need bibtex and perl available in the search path. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated +# by doxygen. Possible values are YES and NO. If left blank NO is used. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated by doxygen. Possible values are YES and NO. If left blank +# NO is used. + +WARNINGS = YES + +# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings +# for undocumented members. If EXTRACT_ALL is set to YES then this flag will +# automatically be disabled. + +WARN_IF_UNDOCUMENTED = YES + +# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some +# parameters in a documented function, or documenting parameters that +# don't exist or using markup commands wrongly. + +WARN_IF_DOC_ERROR = YES + +# The WARN_NO_PARAMDOC option can be enabled to get warnings for +# functions that are documented, but have no documentation for their parameters +# or return value. If set to NO (the default) doxygen will only warn about +# wrong or incomplete parameter documentation, but not about the absence of +# documentation. + +WARN_NO_PARAMDOC = NO + +# The WARN_FORMAT tag determines the format of the warning messages that +# doxygen can produce. The string should contain the $file, $line, and $text +# tags, which will be replaced by the file and line number from which the +# warning originated and the warning text. Optionally the format may contain +# $version, which will be replaced by the version of the file (if it could +# be obtained via FILE_VERSION_FILTER) + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning +# and error messages should be written. If left blank the output is written +# to stderr. + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag can be used to specify the files and/or directories that contain +# documented source files. You may enter file names like "myfile.cpp" or +# directories like "/usr/src/myproject". Separate the files or directories +# with spaces. + +INPUT = + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is +# also the default input encoding. Doxygen uses libiconv (or the iconv built +# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for +# the list of possible encodings. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank the following patterns are tested: +# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh +# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py +# *.f90 *.f *.for *.vhd *.vhdl + +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.d \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.idl \ + *.odl \ + *.cs \ + *.php \ + *.php3 \ + *.inc \ + *.m \ + *.mm \ + *.dox \ + *.py \ + *.f90 \ + *.f \ + *.for \ + *.vhd \ + *.vhdl + +# The RECURSIVE tag can be used to turn specify whether or not subdirectories +# should be searched for input files as well. Possible values are YES and NO. +# If left blank NO is used. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. Note that the wildcards are matched +# against the file with absolute path, so to exclude all test directories +# for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or +# directories that contain example code fragments that are included (see +# the \include command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank all files are included. + +EXAMPLE_PATTERNS = * + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude +# commands irrespective of the value of the RECURSIVE tag. +# Possible values are YES and NO. If left blank NO is used. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or +# directories that contain image that are included in the documentation (see +# the \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command , where +# is the value of the INPUT_FILTER tag, and is the name of an +# input file. Doxygen will then use the output that the filter program writes +# to standard output. If FILTER_PATTERNS is specified, this tag will be +# ignored. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: +# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further +# info on how filters are used. If FILTER_PATTERNS is empty or if +# non of the patterns match the file name, INPUT_FILTER is applied. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will be used to filter the input files when producing source +# files to browse (i.e. when SOURCE_BROWSER is set to YES). + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) +# and it is also possible to disable source filtering for a specific pattern +# using *.ext= (so without naming a filter). This option only has effect when +# FILTER_SOURCE_FILES is enabled. + +FILTER_SOURCE_PATTERNS = + +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will +# be generated. Documented entities will be cross-referenced with these sources. +# Note: To get rid of all source code in the generated output, make sure also +# VERBATIM_HEADERS is set to NO. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body +# of functions and classes directly in the documentation. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct +# doxygen to hide any special comment blocks from generated source code +# fragments. Normal C and C++ comments will always remain visible. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES +# then for each documented function all documented +# functions referencing it will be listed. + +REFERENCED_BY_RELATION = NO + +# If the REFERENCES_RELATION tag is set to YES +# then for each documented function all documented entities +# called/used by that function will be listed. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) +# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from +# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will +# link to the source code. Otherwise they will link to the documentation. + +REFERENCES_LINK_SOURCE = YES + +# If the USE_HTAGS tag is set to YES then the references to source code +# will point to the HTML generated by the htags(1) tool instead of doxygen +# built-in source browser. The htags tool is part of GNU's global source +# tagging system (see http://www.gnu.org/software/global/global.html). You +# will need version 4.8.6 or higher. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen +# will generate a verbatim copy of the header file for each class for +# which an include is specified. Set to NO to disable this. + +VERBATIM_HEADERS = YES + +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index +# of all compounds will be generated. Enable this if the project +# contains a lot of classes, structs, unions or interfaces. + +ALPHABETICAL_INDEX = YES + +# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then +# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns +# in which this list will be split (can be a number in the range [1..20]) + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all +# classes will be put under the same header in the alphabetical index. +# The IGNORE_PREFIX tag can be used to specify one or more prefixes that +# should be ignored while generating the index headers. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES (the default) Doxygen will +# generate HTML output. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `html' will be used as the default path. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for +# each generated HTML page (for example: .htm,.php,.asp). If it is left blank +# doxygen will generate files with .html extension. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a personal HTML header for +# each generated HTML page. If it is left blank doxygen will generate a +# standard header. Note that when using a custom header you are responsible +# for the proper inclusion of any scripts and style sheets that doxygen +# needs, which is dependent on the configuration options used. +# It is advised to generate a default header using "doxygen -w html +# header.html footer.html stylesheet.css YourConfigFile" and then modify +# that header. Note that the header is subject to change so you typically +# have to redo this when upgrading to a newer version of doxygen or when +# changing the value of configuration settings such as GENERATE_TREEVIEW! + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a personal HTML footer for +# each generated HTML page. If it is left blank doxygen will generate a +# standard footer. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading +# style sheet that is used by each HTML page. It can be used to +# fine-tune the look of the HTML output. If the tag is left blank doxygen +# will generate a default style sheet. Note that doxygen will try to copy +# the style sheet file to the HTML output directory, so don't put your own +# style sheet in the HTML output directory as well, or it will be erased! + +HTML_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that +# the files will be copied as-is; there are no commands or markers available. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. +# Doxygen will adjust the colors in the style sheet and background images +# according to this color. Hue is specified as an angle on a colorwheel, +# see http://en.wikipedia.org/wiki/Hue for more information. +# For instance the value 0 represents red, 60 is yellow, 120 is green, +# 180 is cyan, 240 is blue, 300 purple, and 360 is red again. +# The allowed range is 0 to 359. + +HTML_COLORSTYLE_HUE = 193 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of +# the colors in the HTML output. For a value of 0 the output will use +# grayscales only. A value of 255 will produce the most vivid colors. + +HTML_COLORSTYLE_SAT = 119 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to +# the luminance component of the colors in the HTML output. Values below +# 100 gradually make the output lighter, whereas values above 100 make +# the output darker. The value divided by 100 is the actual gamma applied, +# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, +# and 100 does not change the gamma. + +HTML_COLORSTYLE_GAMMA = 98 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting +# this to NO can help when comparing the output of multiple runs. + +HTML_TIMESTAMP = YES + +# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, +# files or namespaces will be aligned in HTML using tables. If set to +# NO a bullet list will be used. + +HTML_ALIGN_MEMBERS = YES + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. For this to work a browser that supports +# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox +# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). + +HTML_DYNAMIC_SECTIONS = NO + +# If the GENERATE_DOCSET tag is set to YES, additional index files +# will be generated that can be used as input for Apple's Xcode 3 +# integrated development environment, introduced with OSX 10.5 (Leopard). +# To create a documentation set, doxygen will generate a Makefile in the +# HTML output directory. Running make will produce the docset in that +# directory and running "make install" will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find +# it at startup. +# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. + +GENERATE_DOCSET = NO + +# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the +# feed. A documentation feed provides an umbrella under which multiple +# documentation sets from a single provider (such as a company or product suite) +# can be grouped. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that +# should uniquely identify the documentation set bundle. This should be a +# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen +# will append .docset to the name. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES, additional index files +# will be generated that can be used as input for tools like the +# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) +# of the generated HTML documentation. + +GENERATE_HTMLHELP = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can +# be used to specify the file name of the resulting .chm file. You +# can add a path in front of the file if the result should not be +# written to the html output directory. + +CHM_FILE = + +# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can +# be used to specify the location (absolute path including file name) of +# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run +# the HTML help compiler on the generated index.hhp. + +HHC_LOCATION = + +# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag +# controls if a separate .chi index file is generated (YES) or that +# it should be included in the master .chm file (NO). + +GENERATE_CHI = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING +# is used to encode HtmlHelp index (hhk), content (hhc) and project file +# content. + +CHM_INDEX_ENCODING = + +# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag +# controls whether a binary table of contents is generated (YES) or a +# normal table of contents (NO) in the .chm file. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members +# to the contents of the HTML help documentation and to the tree view. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated +# that can be used as input for Qt's qhelpgenerator to generate a +# Qt Compressed Help (.qch) of the generated HTML documentation. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can +# be used to specify the file name of the resulting .qch file. +# The path specified is relative to the HTML output folder. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see +# http://doc.trolltech.com/qthelpproject.html#namespace + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see +# http://doc.trolltech.com/qthelpproject.html#virtual-folders + +QHP_VIRTUAL_FOLDER = doc + +# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to +# add. For more information please see +# http://doc.trolltech.com/qthelpproject.html#custom-filters + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see +# +# Qt Help Project / Custom Filters. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's +# filter section matches. +# +# Qt Help Project / Filter Attributes. + +QHP_SECT_FILTER_ATTRS = + +# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can +# be used to specify the location of Qt's qhelpgenerator. +# If non-empty doxygen will try to run qhelpgenerator on the generated +# .qhp file. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files +# will be generated, which together with the HTML files, form an Eclipse help +# plugin. To install this plugin and make it available under the help contents +# menu in Eclipse, the contents of the directory containing the HTML and XML +# files needs to be copied into the plugins directory of eclipse. The name of +# the directory within the plugins directory should be the same as +# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before +# the help appears. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have +# this name. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) +# at top of each HTML page. The value NO (the default) enables the index and +# the value YES disables it. Since the tabs have the same information as the +# navigation tree you can set this option to NO if you already set +# GENERATE_TREEVIEW to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. +# If the tag value is set to YES, a side panel will be generated +# containing a tree-like index structure (just like the one that +# is generated for HTML Help). For this to work a browser that supports +# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). +# Windows users are probably better off using the HTML help feature. +# Since the tree basically has the same information as the tab index you +# could consider to set DISABLE_INDEX to NO when enabling this option. + +GENERATE_TREEVIEW = YES + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values +# (range [0,1..20]) that doxygen will group on one line in the generated HTML +# documentation. Note that a value of 0 will completely suppress the enum +# values from appearing in the overview section. + +ENUM_VALUES_PER_LINE = 4 + +# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, +# and Class Hierarchy pages using a tree view instead of an ordered list. + +USE_INLINE_TREES = NO + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be +# used to set the initial width (in pixels) of the frame in which the tree +# is shown. + +TREEVIEW_WIDTH = 250 + +# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open +# links to external symbols imported via tag files in a separate window. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of Latex formulas included +# as images in the HTML documentation. The default is 10. Note that +# when you change the font size after a successful doxygen run you need +# to manually remove any form_*.png images from the HTML output directory +# to force them to be regenerated. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are +# not supported properly for IE 6.0, but are supported on all modern browsers. +# Note that when changing this option you need to delete any form_*.png files +# in the HTML output before the changes have effect. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax +# (see http://www.mathjax.org) which uses client side Javascript for the +# rendering instead of using prerendered bitmaps. Use this if you do not +# have LaTeX installed or if you want to formulas look prettier in the HTML +# output. When enabled you also need to install MathJax separately and +# configure the path to it using the MATHJAX_RELPATH option. + +USE_MATHJAX = NO + +# When MathJax is enabled you need to specify the location relative to the +# HTML output directory using the MATHJAX_RELPATH option. The destination +# directory should contain the MathJax.js script. For instance, if the mathjax +# directory is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the +# mathjax.org site, so you can quickly see the result without installing +# MathJax, but it is strongly recommended to install a local copy of MathJax +# before deployment. + +MATHJAX_RELPATH = http://www.mathjax.org/mathjax + +# The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension +# names that should be enabled during MathJax rendering. + +MATHJAX_EXTENSIONS = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box +# for the HTML output. The underlying search engine uses javascript +# and DHTML and should work on any modern browser. Note that when using +# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets +# (GENERATE_DOCSET) there is already a search function so this one should +# typically be disabled. For large projects the javascript based search engine +# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. + +SEARCHENGINE = YES + +# When the SERVER_BASED_SEARCH tag is enabled the search engine will be +# implemented using a PHP enabled web server instead of at the web client +# using Javascript. Doxygen will generate the search PHP script and index +# file to put on the web server. The advantage of the server +# based approach is that it scales better to large projects and allows +# full text search. The disadvantages are that it is more difficult to setup +# and does not have live searching capabilities. + +SERVER_BASED_SEARCH = NO + +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- + +# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will +# generate Latex output. + +GENERATE_LATEX = NO + +# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `latex' will be used as the default path. + +LATEX_OUTPUT = latex + +# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be +# invoked. If left blank `latex' will be used as the default command name. +# Note that when enabling USE_PDFLATEX this option is only used for +# generating bitmaps for formulas in the HTML output, but not in the +# Makefile that is written to the output directory. + +LATEX_CMD_NAME = latex + +# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to +# generate index for LaTeX. If left blank `makeindex' will be used as the +# default command name. + +MAKEINDEX_CMD_NAME = makeindex + +# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact +# LaTeX documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_LATEX = NO + +# The PAPER_TYPE tag can be used to set the paper type that is used +# by the printer. Possible values are: a4, letter, legal and +# executive. If left blank a4wide will be used. + +PAPER_TYPE = a4 + +# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX +# packages that should be included in the LaTeX output. + +EXTRA_PACKAGES = + +# The LATEX_HEADER tag can be used to specify a personal LaTeX header for +# the generated latex document. The header should contain everything until +# the first chapter. If it is left blank doxygen will generate a +# standard header. Notice: only use this tag if you know what you are doing! + +LATEX_HEADER = + +# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for +# the generated latex document. The footer should contain everything after +# the last chapter. If it is left blank doxygen will generate a +# standard footer. Notice: only use this tag if you know what you are doing! + +LATEX_FOOTER = + +# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated +# is prepared for conversion to pdf (using ps2pdf). The pdf file will +# contain links (just like the HTML output) instead of page references +# This makes the output suitable for online browsing using a pdf viewer. + +PDF_HYPERLINKS = YES + +# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of +# plain latex in the generated Makefile. Set this option to YES to get a +# higher quality PDF documentation. + +USE_PDFLATEX = YES + +# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. +# command to the generated LaTeX files. This will instruct LaTeX to keep +# running if errors occur, instead of asking the user for help. +# This option is also used when generating formulas in HTML. + +LATEX_BATCHMODE = NO + +# If LATEX_HIDE_INDICES is set to YES then doxygen will not +# include the index chapters (such as File Index, Compound Index, etc.) +# in the output. + +LATEX_HIDE_INDICES = NO + +# If LATEX_SOURCE_CODE is set to YES then doxygen will include +# source code with syntax highlighting in the LaTeX output. +# Note that which sources are shown also depends on other settings +# such as SOURCE_BROWSER. + +LATEX_SOURCE_CODE = NO + +# The LATEX_BIB_STYLE tag can be used to specify the style to use for the +# bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See +# http://en.wikipedia.org/wiki/BibTeX for more info. + +LATEX_BIB_STYLE = plain + +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- + +# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output +# The RTF output is optimized for Word 97 and may not look very pretty with +# other RTF readers or editors. + +GENERATE_RTF = NO + +# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `rtf' will be used as the default path. + +RTF_OUTPUT = rtf + +# If the COMPACT_RTF tag is set to YES Doxygen generates more compact +# RTF documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_RTF = NO + +# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated +# will contain hyperlink fields. The RTF file will +# contain links (just like the HTML output) instead of page references. +# This makes the output suitable for online browsing using WORD or other +# programs which support those fields. +# Note: wordpad (write) and others do not support links. + +RTF_HYPERLINKS = NO + +# Load style sheet definitions from file. Syntax is similar to doxygen's +# config file, i.e. a series of assignments. You only have to provide +# replacements, missing definitions are set to their default value. + +RTF_STYLESHEET_FILE = + +# Set optional variables used in the generation of an rtf document. +# Syntax is similar to doxygen's config file. + +RTF_EXTENSIONS_FILE = + +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- + +# If the GENERATE_MAN tag is set to YES (the default) Doxygen will +# generate man pages + +GENERATE_MAN = NO + +# The MAN_OUTPUT tag is used to specify where the man pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `man' will be used as the default path. + +MAN_OUTPUT = man + +# The MAN_EXTENSION tag determines the extension that is added to +# the generated man pages (default is the subroutine's section .3) + +MAN_EXTENSION = .3 + +# If the MAN_LINKS tag is set to YES and Doxygen generates man output, +# then it will generate one additional man file for each entity +# documented in the real man page(s). These additional files +# only source the real man page, but without them the man command +# would be unable to find the correct page. The default is NO. + +MAN_LINKS = NO + +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- + +# If the GENERATE_XML tag is set to YES Doxygen will +# generate an XML file that captures the structure of +# the code including all documentation. + +GENERATE_XML = NO + +# The XML_OUTPUT tag is used to specify where the XML pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `xml' will be used as the default path. + +XML_OUTPUT = xml + +# The XML_SCHEMA tag can be used to specify an XML schema, +# which can be used by a validating XML parser to check the +# syntax of the XML files. + +XML_SCHEMA = + +# The XML_DTD tag can be used to specify an XML DTD, +# which can be used by a validating XML parser to check the +# syntax of the XML files. + +XML_DTD = + +# If the XML_PROGRAMLISTING tag is set to YES Doxygen will +# dump the program listings (including syntax highlighting +# and cross-referencing information) to the XML output. Note that +# enabling this will significantly increase the size of the XML output. + +XML_PROGRAMLISTING = YES + +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- + +# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will +# generate an AutoGen Definitions (see autogen.sf.net) file +# that captures the structure of the code including all +# documentation. Note that this feature is still experimental +# and incomplete at the moment. + +GENERATE_AUTOGEN_DEF = NO + +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- + +# If the GENERATE_PERLMOD tag is set to YES Doxygen will +# generate a Perl module file that captures the structure of +# the code including all documentation. Note that this +# feature is still experimental and incomplete at the +# moment. + +GENERATE_PERLMOD = NO + +# If the PERLMOD_LATEX tag is set to YES Doxygen will generate +# the necessary Makefile rules, Perl scripts and LaTeX code to be able +# to generate PDF and DVI output from the Perl module output. + +PERLMOD_LATEX = NO + +# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be +# nicely formatted so it can be parsed by a human reader. This is useful +# if you want to understand what is going on. On the other hand, if this +# tag is set to NO the size of the Perl module output will be much smaller +# and Perl will parse it just the same. + +PERLMOD_PRETTY = YES + +# The names of the make variables in the generated doxyrules.make file +# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. +# This is useful so different doxyrules.make files included by the same +# Makefile don't overwrite each other's variables. + +PERLMOD_MAKEVAR_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- + +# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will +# evaluate all C-preprocessor directives found in the sources and include +# files. + +ENABLE_PREPROCESSING = YES + +# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro +# names in the source code. If set to NO (the default) only conditional +# compilation will be performed. Macro expansion can be done in a controlled +# way by setting EXPAND_ONLY_PREDEF to YES. + +MACRO_EXPANSION = NO + +# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES +# then the macro expansion is limited to the macros specified with the +# PREDEFINED and EXPAND_AS_DEFINED tags. + +EXPAND_ONLY_PREDEF = NO + +# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files +# pointed to by INCLUDE_PATH will be searched when a #include is found. + +SEARCH_INCLUDES = YES + +# The INCLUDE_PATH tag can be used to specify one or more directories that +# contain include files that are not input files but should be processed by +# the preprocessor. + +INCLUDE_PATH = + +# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard +# patterns (like *.h and *.hpp) to filter out the header-files in the +# directories. If left blank, the patterns specified with FILE_PATTERNS will +# be used. + +INCLUDE_FILE_PATTERNS = + +# The PREDEFINED tag can be used to specify one or more macro names that +# are defined before the preprocessor is started (similar to the -D option of +# gcc). The argument of the tag is a list of macros of the form: name +# or name=definition (no spaces). If the definition and the = are +# omitted =1 is assumed. To prevent a macro definition from being +# undefined via #undef or recursively expanded use the := operator +# instead of the = operator. + +PREDEFINED = + +# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then +# this tag can be used to specify a list of macro names that should be expanded. +# The macro definition that is found in the sources will be used. +# Use the PREDEFINED tag if you want to use a different macro definition that +# overrules the definition found in the source code. + +EXPAND_AS_DEFINED = + +# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then +# doxygen's preprocessor will remove all references to function-like macros +# that are alone on a line, have an all uppercase name, and do not end with a +# semicolon, because these will confuse the parser if not removed. + +SKIP_FUNCTION_MACROS = YES + +#--------------------------------------------------------------------------- +# Configuration::additions related to external references +#--------------------------------------------------------------------------- + +# The TAGFILES option can be used to specify one or more tagfiles. +# Optionally an initial location of the external documentation +# can be added for each tagfile. The format of a tag file without +# this location is as follows: +# TAGFILES = file1 file2 ... +# Adding location for the tag files is done as follows: +# TAGFILES = file1=loc1 "file2 = loc2" ... +# where "loc1" and "loc2" can be relative or absolute paths or +# URLs. If a location is present for each tag, the installdox tool +# does not have to be run to correct the links. +# Note that each tag file must have a unique name +# (where the name does NOT include the path) +# If a tag file is not located in the directory in which doxygen +# is run, you must also specify the path to the tagfile here. + +TAGFILES = + +# When a file name is specified after GENERATE_TAGFILE, doxygen will create +# a tag file that is based on the input files it reads. + +GENERATE_TAGFILE = + +# If the ALLEXTERNALS tag is set to YES all external classes will be listed +# in the class index. If set to NO only the inherited external classes +# will be listed. + +ALLEXTERNALS = NO + +# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed +# in the modules index. If set to NO, only the current project's groups will +# be listed. + +EXTERNAL_GROUPS = YES + +# The PERL_PATH should be the absolute path and name of the perl script +# interpreter (i.e. the result of `which perl'). + +PERL_PATH = /usr/bin/perl + +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- + +# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will +# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base +# or super classes. Setting the tag to NO turns the diagrams off. Note that +# this option also works with HAVE_DOT disabled, but it is recommended to +# install and use dot, since it yields more powerful graphs. + +CLASS_DIAGRAMS = YES + +# You can define message sequence charts within doxygen comments using the \msc +# command. Doxygen will then run the mscgen tool (see +# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the +# documentation. The MSCGEN_PATH tag allows you to specify the directory where +# the mscgen tool resides. If left empty the tool is assumed to be found in the +# default search path. + +MSCGEN_PATH = + +# If set to YES, the inheritance and collaboration graphs will hide +# inheritance and usage relations if the target is undocumented +# or is not a class. + +HIDE_UNDOC_RELATIONS = YES + +# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is +# available from the path. This tool is part of Graphviz, a graph visualization +# toolkit from AT&T and Lucent Bell Labs. The other options in this section +# have no effect if this option is set to NO (the default) + +HAVE_DOT = NO + +# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is +# allowed to run in parallel. When set to 0 (the default) doxygen will +# base this on the number of processors available in the system. You can set it +# explicitly to a value larger than 0 to get control over the balance +# between CPU load and processing speed. + +DOT_NUM_THREADS = 0 + +# By default doxygen will use the Helvetica font for all dot files that +# doxygen generates. When you want a differently looking font you can specify +# the font name using DOT_FONTNAME. You need to make sure dot is able to find +# the font, which can be done by putting it in a standard location or by setting +# the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the +# directory containing the font. + +DOT_FONTNAME = Helvetica + +# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. +# The default size is 10pt. + +DOT_FONTSIZE = 10 + +# By default doxygen will tell dot to use the Helvetica font. +# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to +# set the path where dot can find it. + +DOT_FONTPATH = + +# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect inheritance relations. Setting this tag to YES will force the +# CLASS_DIAGRAMS tag to NO. + +CLASS_GRAPH = YES + +# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect implementation dependencies (inheritance, containment, and +# class references variables) of the class with other documented classes. + +COLLABORATION_GRAPH = YES + +# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for groups, showing the direct groups dependencies + +GROUP_GRAPHS = YES + +# If the UML_LOOK tag is set to YES doxygen will generate inheritance and +# collaboration diagrams in a style similar to the OMG's Unified Modeling +# Language. + +UML_LOOK = NO + +# If set to YES, the inheritance and collaboration graphs will show the +# relations between templates and their instances. + +TEMPLATE_RELATIONS = NO + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT +# tags are set to YES then doxygen will generate a graph for each documented +# file showing the direct and indirect include dependencies of the file with +# other documented files. + +INCLUDE_GRAPH = YES + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and +# HAVE_DOT tags are set to YES then doxygen will generate a graph for each +# documented header file showing the documented files that directly or +# indirectly include this file. + +INCLUDED_BY_GRAPH = YES + +# If the CALL_GRAPH and HAVE_DOT options are set to YES then +# doxygen will generate a call dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable call graphs +# for selected functions only using the \callgraph command. + +CALL_GRAPH = NO + +# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then +# doxygen will generate a caller dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable caller +# graphs for selected functions only using the \callergraph command. + +CALLER_GRAPH = NO + +# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen +# will generate a graphical hierarchy of all classes instead of a textual one. + +GRAPHICAL_HIERARCHY = YES + +# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES +# then doxygen will show the dependencies a directory has on other directories +# in a graphical way. The dependency relations are determined by the #include +# relations between the files in the directories. + +DIRECTORY_GRAPH = YES + +# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images +# generated by dot. Possible values are svg, png, jpg, or gif. +# If left blank png will be used. If you choose svg you need to set +# HTML_FILE_EXTENSION to xhtml in order to make the SVG files +# visible in IE 9+ (other browsers do not have this requirement). + +DOT_IMAGE_FORMAT = png + +# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to +# enable generation of interactive SVG images that allow zooming and panning. +# Note that this requires a modern browser other than Internet Explorer. +# Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you +# need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files +# visible. Older versions of IE do not have SVG support. + +INTERACTIVE_SVG = NO + +# The tag DOT_PATH can be used to specify the path where the dot tool can be +# found. If left blank, it is assumed the dot tool can be found in the path. + +DOT_PATH = + +# The DOTFILE_DIRS tag can be used to specify one or more directories that +# contain dot files that are included in the documentation (see the +# \dotfile command). + +DOTFILE_DIRS = + +# The MSCFILE_DIRS tag can be used to specify one or more directories that +# contain msc files that are included in the documentation (see the +# \mscfile command). + +MSCFILE_DIRS = + +# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of +# nodes that will be shown in the graph. If the number of nodes in a graph +# becomes larger than this value, doxygen will truncate the graph, which is +# visualized by representing a node as a red box. Note that doxygen if the +# number of direct children of the root node in a graph is already larger than +# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note +# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. + +DOT_GRAPH_MAX_NODES = 50 + +# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the +# graphs generated by dot. A depth value of 3 means that only nodes reachable +# from the root by following a path via at most 3 edges will be shown. Nodes +# that lay further from the root node will be omitted. Note that setting this +# option to 1 or 2 may greatly reduce the computation time needed for large +# code bases. Also note that the size of a graph can be further restricted by +# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. + +MAX_DOT_GRAPH_DEPTH = 0 + +# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent +# background. This is disabled by default, because dot on Windows does not +# seem to support this out of the box. Warning: Depending on the platform used, +# enabling this option may lead to badly anti-aliased labels on the edges of +# a graph (i.e. they become hard to read). + +DOT_TRANSPARENT = NO + +# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output +# files in one run (i.e. multiple -o and -T options on the command line). This +# makes dot run faster, but since only newer versions of dot (>1.8.10) +# support this, this feature is disabled by default. + +DOT_MULTI_TARGETS = NO + +# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will +# generate a legend page explaining the meaning of the various boxes and +# arrows in the dot generated graphs. + +GENERATE_LEGEND = YES + +# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will +# remove the intermediate dot files that are used to generate +# the various graphs. + +DOT_CLEANUP = YES diff --git a/config/multiverse2-long.png b/config/multiverse2-long.png new file mode 100644 index 0000000000000000000000000000000000000000..dae3f3dda07c4ae6c3b69d666544f63b7e72e546 GIT binary patch literal 23692 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�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