b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Doxyfile 1.8.5
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This file describes the settings to be used by the documentation system
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# doxygen (www.doxygen.org) for a project.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# All text after a double hash (##) is considered a comment and is placed in
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# front of the TAG it is preceding.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# All text after a single hash (#) is considered a comment and will be ignored.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The format is:
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# TAG = value [value, ...]
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# For lists, items can also be appended using:
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# TAG += value [value, ...]
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Values that contain spaces should be placed between quotes (\" \").
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#---------------------------------------------------------------------------
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Project related configuration options
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#---------------------------------------------------------------------------
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This tag specifies the encoding used for all characters in the config file
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# that follow. The default is UTF-8 which is also the encoding used for all text
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# for the list of possible encodings.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: UTF-8.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncDOXYFILE_ENCODING = UTF-8
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# double-quotes, unless you are using Doxywizard) that should identify the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# project for which the documentation is generated. This name is used in the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# title of most generated pages and in a few other places.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: My Project.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncPROJECT_NAME = "LXC"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# could be handy for archiving the generated documentation or if some version
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# control system is used.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncPROJECT_NUMBER =
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Using the PROJECT_BRIEF tag one can provide an optional one line description
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# for a project that appears at the top of each page and should give viewer a
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# quick idea about the purpose of the project. Keep the description short.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncPROJECT_BRIEF =
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the documentation. The maximum height of the logo should not exceed 55 pixels
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# to the output directory.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncPROJECT_LOGO =
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# into which the generated documentation will be written. If a relative path is
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# entered, it will be relative to the location where doxygen was started. If
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# left blank the current directory will be used.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncOUTPUT_DIRECTORY = .
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# directories (in 2 levels) under the output directory of each output format and
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# will distribute the generated files over these directories. Enabling this
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# option can be useful when feeding doxygen a huge amount of source files, where
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# putting all generated files in the same directory would otherwise causes
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# performance problems for the file system.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCREATE_SUBDIRS = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The OUTPUT_LANGUAGE tag is used to specify the language in which all
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# documentation generated by doxygen is written. Doxygen will use this
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# information to generate all constant output in the proper language.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Possible values are: Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Traditional, Croatian, Czech, Danish, Dutch, English, Esperanto, Farsi,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Korean, Korean-en, Latvian, Norwegian, Macedonian, Persian, Polish,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Turkish, Ukrainian and Vietnamese.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: English.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncOUTPUT_LANGUAGE = English
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# descriptions after the members that are listed in the file and class
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# documentation (similar to Javadoc). Set to NO to disable this.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncBRIEF_MEMBER_DESC = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# description of a member or function before the detailed description
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# brief descriptions will be completely suppressed.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREPEAT_BRIEF = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This tag implements a quasi-intelligent brief description abbreviator that is
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# used to form the text in various listings. Each string in this list, if found
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# as the leading text of the brief description, will be stripped from the text
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# and the result, after processing the whole list, is used as the annotated
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# text. Otherwise, the brief description is used as-is. If left blank, the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# following values are used ($name is automatically replaced with the name of
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the entity):The $name class, The $name widget, The $name file, is, provides,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# specifies, contains, represents, a, an and the.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncABBREVIATE_BRIEF =
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# doxygen will generate a detailed section even if there is only a brief
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# description.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncALWAYS_DETAILED_SEC = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# inherited members of a class in the documentation of that class as if those
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# members were ordinary class members. Constructors, destructors and assignment
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# operators of the base classes will not be shown.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncINLINE_INHERITED_MEMB = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# before files name in the file list and in the header files. If set to NO the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# shortest path that makes the file name unique will be used
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncFULL_PATH_NAMES = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Stripping is only done if one of the specified strings matches the left-hand
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# part of the path. The tag can be used to show relative paths in the file list.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If left blank the directory from which doxygen is run is used as the path to
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Note that you can specify absolute paths here, but also relative paths, which
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# will be relative from the directory where doxygen is started.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This tag requires that the tag FULL_PATH_NAMES is set to YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSTRIP_FROM_PATH =
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# path mentioned in the documentation of a class, which tells the reader which
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# header file to include in order to use a class. If left blank only the name of
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the header file containing the class definition is used. Otherwise one should
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# specify the list of include paths that are normally passed to the compiler
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# using the -I flag.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSTRIP_FROM_INC_PATH =
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# less readable) file names. This can be useful is your file systems doesn't
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# support long names like on DOS, Mac, or CD-ROM.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSHORT_NAMES = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# first line (until the first dot) of a Javadoc-style comment as the brief
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# description. If set to NO, the Javadoc-style will behave just like regular Qt-
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# style comments (thus requiring an explicit @brief command for a brief
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# description.)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncJAVADOC_AUTOBRIEF = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# line (until the first dot) of a Qt-style comment as the brief description. If
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# requiring an explicit \brief command for a brief description.)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncQT_AUTOBRIEF = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# a brief description. This used to be the default behavior. The new default is
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# to treat a multi-line C++ comment block as a detailed description. Set this
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# tag to YES if you prefer the old behavior instead.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Note that setting this tag to YES also means that rational rose comments are
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# not recognized any more.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncMULTILINE_CPP_IS_BRIEF = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# documentation from any documented member that it re-implements.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncINHERIT_DOCS = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# new page for each member. If set to NO, the documentation of a member will be
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# part of the file/class/namespace that contains it.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSEPARATE_MEMBER_PAGES = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# uses this value to replace tabs by spaces in code fragments.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Minimum value: 1, maximum value: 16, default value: 4.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncTAB_SIZE = 4
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This tag can be used to specify a number of aliases that act as commands in
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the documentation. An alias has the form:
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# name=value
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# For example adding
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# "sideeffect=@par Side Effects:\n"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# will allow you to put the command \sideeffect (or @sideeffect) in the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# documentation, which will result in a user-defined paragraph with heading
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# "Side Effects:". You can put \n's in the value part of an alias to insert
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This tag can be used to specify a number of word-keyword mappings (TCL only).
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# A mapping has the form "name=value". For example adding "class=itcl::class"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# will allow you to use the command class in the itcl::class meaning.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# only. Doxygen will then generate output that is more tailored for C. For
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# instance, some of the names that are used will be different. The list of all
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# members will be omitted, etc.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncOPTIMIZE_OUTPUT_FOR_C = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Python sources only. Doxygen will then generate output that is more tailored
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# for that language. For instance, namespaces will be presented as packages,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# qualified scopes will look different, etc.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncOPTIMIZE_OUTPUT_JAVA = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# sources. Doxygen will then generate output that is tailored for Fortran.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncOPTIMIZE_FOR_FORTRAN = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# sources. Doxygen will then generate output that is tailored for VHDL.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncOPTIMIZE_OUTPUT_VHDL = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Doxygen selects the parser to use depending on the extension of the files it
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# parses. With this tag you can assign which parser to use for a given
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# extension. Doxygen has a built-in mapping, but you can override or extend it
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# using this tag. The format is ext=language, where ext is a file extension, and
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# (default is Fortran), use: inc=Fortran f=C.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Note For files without extension you can use no_extension as a placeholder.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the files are not read by doxygen.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncEXTENSION_MAPPING =
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# according to the Markdown format, which allows for more readable
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# documentation. See http://daringfireball.net/projects/markdown/ for details.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The output of markdown processing is further processed by doxygen, so you can
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# case of backward compatibilities issues.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncMARKDOWN_SUPPORT = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# When enabled doxygen tries to link words that correspond to documented
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# classes, or namespaces to their corresponding documentation. Such a link can
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# be prevented in individual cases by by putting a % sign in front of the word
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# or globally by setting AUTOLINK_SUPPORT to NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncAUTOLINK_SUPPORT = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# to include (a tag file for) the STL sources as input, then you should set this
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# tag to YES in order to let doxygen match functions declarations and
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# definitions whose arguments contain STL classes (e.g. func(std::string);
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# versus func(std::string) {}). This also make the inheritance and collaboration
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# diagrams that involve STL classes more complete and accurate.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncBUILTIN_STL_SUPPORT = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If you use Microsoft's C++/CLI language, you should set this option to YES to
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# enable parsing support.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCPP_CLI_SUPPORT = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# will parse them like normal C++ but will assume all classes use public instead
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# of private inheritance when no explicit protection keyword is present.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSIP_SUPPORT = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# For Microsoft's IDL there are propget and propput attributes to indicate
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# getter and setter methods for a property. Setting this option to YES will make
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# doxygen to replace the get and set methods by a property in the documentation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This will only work if the methods are indeed getting or setting a simple
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# type. If this is not the case, or you want to show the methods anyway, you
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# should set this option to NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncIDL_PROPERTY_SUPPORT = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# tag is set to YES, then doxygen will reuse the documentation of the first
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# member in the group (if any) for the other members of the group. By default
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# all members of a group must be documented explicitly.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncDISTRIBUTE_GROUP_DOC = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Set the SUBGROUPING tag to YES to allow class member groups of the same type
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# (for instance a group of public functions) to be put as a subgroup of that
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# type (e.g. under the Public Functions section). Set it to NO to prevent
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# subgrouping. Alternatively, this can be done per class using the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# \nosubgrouping command.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSUBGROUPING = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# are shown inside the group in which they are included (e.g. using \ingroup)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Note that this feature does not work in combination with
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# SEPARATE_MEMBER_PAGES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncINLINE_GROUPED_CLASSES = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# with only public data fields or simple typedef fields will be shown inline in
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the documentation of the scope in which they are defined (i.e. file,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# namespace, or group documentation), provided this scope is documented. If set
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# to NO, structs, classes, and unions are shown on a separate page (for HTML and
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Man pages) or section (for LaTeX and RTF).
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncINLINE_SIMPLE_STRUCTS = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# enum is documented as struct, union, or enum with the name of the typedef. So
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# with name TypeT. When disabled the typedef will appear as a member of a file,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# namespace, or class. And the struct will be named TypeS. This can typically be
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# useful for C code in case the coding convention dictates that all compound
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# types are typedef'ed and only the typedef is referenced, never the tag name.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncTYPEDEF_HIDES_STRUCT = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# cache is used to resolve symbols given their name and scope. Since this can be
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# an expensive process and often the same symbol appears multiple times in the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# doxygen will become slower. If the cache is too large, memory is wasted. The
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# symbols. At the end of a run doxygen will report the cache usage and suggest
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the optimal cache size from a speed point of view.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Minimum value: 0, maximum value: 9, default value: 0.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncLOOKUP_CACHE_SIZE = 0
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#---------------------------------------------------------------------------
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Build related configuration options
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#---------------------------------------------------------------------------
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# documentation are documented, even if no documentation was available. Private
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# class members and static file members will be hidden unless the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Note: This will also disable the warnings about undocumented members that are
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# normally produced when WARNINGS is set to YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncEXTRACT_ALL = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# be included in the documentation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncEXTRACT_PRIVATE = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# scope will be included in the documentation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncEXTRACT_PACKAGE = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the EXTRACT_STATIC tag is set to YES all static members of a file will be
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# included in the documentation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncEXTRACT_STATIC = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# locally in source files will be included in the documentation. If set to NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# only classes defined in header files are included. Does not have any effect
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# for Java sources.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncEXTRACT_LOCAL_CLASSES = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# This flag is only useful for Objective-C code. When set to YES local methods,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# which are defined in the implementation section but not in the interface are
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# included in the documentation. If set to NO only methods in the interface are
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncEXTRACT_LOCAL_METHODS = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If this flag is set to YES, the members of anonymous namespaces will be
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# extracted and appear in the documentation as a namespace called
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# 'anonymous_namespace{file}', where file will be replaced with the base name of
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the file that contains the anonymous namespace. By default anonymous namespace
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# are hidden.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncEXTRACT_ANON_NSPACES = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# undocumented members inside documented classes or files. If set to NO these
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# members will be included in the various overviews, but no documentation
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# section is generated. This option has no effect if EXTRACT_ALL is enabled.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncHIDE_UNDOC_MEMBERS = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# undocumented classes that are normally visible in the class hierarchy. If set
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# to NO these classes will be included in the various overviews. This option has
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# no effect if EXTRACT_ALL is enabled.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncHIDE_UNDOC_CLASSES = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# (class|struct|union) declarations. If set to NO these declarations will be
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# included in the documentation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncHIDE_FRIEND_COMPOUNDS = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# documentation blocks found inside the body of a function. If set to NO these
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# blocks will be appended to the function's detailed documentation block.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncHIDE_IN_BODY_DOCS = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The INTERNAL_DOCS tag determines if documentation that is typed after a
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# \internal command is included. If the tag is set to NO then the documentation
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# will be excluded. Set it to YES to include the internal documentation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncINTERNAL_DOCS = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# names in lower-case letters. If set to YES upper-case letters are also
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# allowed. This is useful if you have classes or files whose names only differ
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# in case and if your file system supports case sensitive file names. Windows
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# and Mac users are advised to set this option to NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: system dependent.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCASE_SENSE_NAMES = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# their full class and namespace scopes in the documentation. If set to YES the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# scope will be hidden.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncHIDE_SCOPE_NAMES = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# the files that are included by a file in the documentation of that file.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSHOW_INCLUDE_FILES = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# files with double quotes in the documentation rather than with sharp brackets.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncFORCE_LOCAL_INCLUDES = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# documentation for inline members.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncINLINE_INFO = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# (detailed) documentation of file and class members alphabetically by member
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# name. If set to NO the members will appear in declaration order.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: YES.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSORT_MEMBER_DOCS = YES
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# descriptions of file, namespace and class members alphabetically by member
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# name. If set to NO the members will appear in declaration order.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncSORT_BRIEF_DOCS = NO
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# (brief and detailed) documentation of class members so that constructors and
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# destructors are listed first. If set to NO the constructors will appear in the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# member documentation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# detailed member documentation.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The default value is: NO.
# optionally specify a file name after the option, if omitted DoxygenLayout.xml
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
# The QUIET tag can be used to turn on/off the messages that are generated to
# The WARNINGS tag can be used to turn on/off the warning messages that are
# The INPUT tag is 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
../../src/lxc/lxccontainer.h \
../../src/lxc/lxclock.h \
# documentation (see: http://www.gnu.org/software/libiconv) for the list of
# The EXCLUDE tag can be used to specify files and/or directories that should be
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# (index.html). This can be useful if you have a project on for instance GitHub
# all documented entities called/used by that function will be listed.
# (see http://www.gnu.org/software/global/global.html). You will need version
# tools must be available from the command line (i.e. in the search path).
# that doxygen needs, which is dependent on the configuration options used (e.g.
# and then modify the file new_header.html. See also section "Doxygen usage"
# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
# environment (see: http://developer.apple.com/tools/xcode/), introduced with
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
# set bundle. This should be a reverse domain-name style string, e.g.
# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
# The default value is: org.doxygen.Project.
DOCSET_BUNDLE_ID = org.doxygen.Project
# The default value is: org.doxygen.Publisher.
DOCSET_PUBLISHER_ID = org.doxygen.Publisher
# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
# 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.
# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
# The default value is: org.doxygen.Project.
QHP_NAMESPACE = org.doxygen.Project
# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
# The default value is: org.doxygen.Project.
ECLIPSE_DOC_ID = org.doxygen.Project
# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
# (i.e. any modern browser). Windows users are probably better off using the
# http://www.mathjax.org) which uses client side Javascript for the rendering
# http://docs.mathjax.org/en/latest/output.html) for more details.
# compatibility), NativeMML (i.e. MathML) and SVG.
# should contain the MathJax.js script. For instance, if the mathjax directory
# MathJax from http://www.mathjax.org before deployment.
# The default value is: http://cdn.mathjax.org/mathjax/latest.
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/).
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/). See the section "External Indexing and
# The default file is: searchdata.xml.
SEARCHDATA_FILE = searchdata.xml
# bibliography, e.g. plainnat, or ieeetr. See
# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
# file, i.e. a series of assignments. You only have to provide replacements,
# Definitions (see http://autogen.sf.net) file that captures the structure of
# The names of the make variables in the generated doxyrules.make file are
# so different doxyrules.make files included by the same Makefile don't
# defined before the preprocessor is started (similar to the -D option of e.g.
# interpreter (i.e. the result of 'which perl').
# The default file (with absolute path) is: /usr/bin/perl.
PERL_PATH = /usr/bin/perl
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
# files in one run (i.e. multiple -o and -T options on the command line). This