xref: /spdk/doc/Doxyfile (revision 2f2acf4eb25cee406c156120cee22721275ca7fd)
11b627af8SDaniel Verkamp# Doxyfile 1.8.13
24b1f79b5SDaniel Verkamp
34b1f79b5SDaniel Verkamp# This file describes the settings to be used by the documentation system
44b1f79b5SDaniel Verkamp# doxygen (www.doxygen.org) for a project.
54b1f79b5SDaniel Verkamp#
64b1f79b5SDaniel Verkamp# All text after a double hash (##) is considered a comment and is placed in
74b1f79b5SDaniel Verkamp# front of the TAG it is preceding.
84b1f79b5SDaniel Verkamp#
94b1f79b5SDaniel Verkamp# All text after a single hash (#) is considered a comment and will be ignored.
104b1f79b5SDaniel Verkamp# The format is:
114b1f79b5SDaniel Verkamp# TAG = value [value, ...]
124b1f79b5SDaniel Verkamp# For lists, items can also be appended using:
134b1f79b5SDaniel Verkamp# TAG += value [value, ...]
144b1f79b5SDaniel Verkamp# Values that contain spaces should be placed between quotes (\" \").
154b1f79b5SDaniel Verkamp
164b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
174b1f79b5SDaniel Verkamp# Project related configuration options
184b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
194b1f79b5SDaniel Verkamp
204b1f79b5SDaniel Verkamp# This tag specifies the encoding used for all characters in the config file
214b1f79b5SDaniel Verkamp# that follow. The default is UTF-8 which is also the encoding used for all text
224b1f79b5SDaniel Verkamp# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
234b1f79b5SDaniel Verkamp# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
244b1f79b5SDaniel Verkamp# for the list of possible encodings.
254b1f79b5SDaniel Verkamp# The default value is: UTF-8.
264b1f79b5SDaniel Verkamp
274b1f79b5SDaniel VerkampDOXYFILE_ENCODING      = UTF-8
284b1f79b5SDaniel Verkamp
294b1f79b5SDaniel Verkamp# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
304b1f79b5SDaniel Verkamp# double-quotes, unless you are using Doxywizard) that should identify the
314b1f79b5SDaniel Verkamp# project for which the documentation is generated. This name is used in the
324b1f79b5SDaniel Verkamp# title of most generated pages and in a few other places.
334b1f79b5SDaniel Verkamp# The default value is: My Project.
344b1f79b5SDaniel Verkamp
354b1f79b5SDaniel VerkampPROJECT_NAME           = "SPDK"
364b1f79b5SDaniel Verkamp
374b1f79b5SDaniel Verkamp# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
384b1f79b5SDaniel Verkamp# could be handy for archiving the generated documentation or if some version
394b1f79b5SDaniel Verkamp# control system is used.
404b1f79b5SDaniel Verkamp
414b1f79b5SDaniel VerkampPROJECT_NUMBER         =
424b1f79b5SDaniel Verkamp
434b1f79b5SDaniel Verkamp# Using the PROJECT_BRIEF tag one can provide an optional one line description
444b1f79b5SDaniel Verkamp# for a project that appears at the top of each page and should give viewer a
454b1f79b5SDaniel Verkamp# quick idea about the purpose of the project. Keep the description short.
464b1f79b5SDaniel Verkamp
474b1f79b5SDaniel VerkampPROJECT_BRIEF          =
484b1f79b5SDaniel Verkamp
494b1f79b5SDaniel Verkamp# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
504b1f79b5SDaniel Verkamp# in the documentation. The maximum height of the logo should not exceed 55
514b1f79b5SDaniel Verkamp# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
524b1f79b5SDaniel Verkamp# the logo to the output directory.
534b1f79b5SDaniel Verkamp
544b1f79b5SDaniel VerkampPROJECT_LOGO           =
554b1f79b5SDaniel Verkamp
564b1f79b5SDaniel Verkamp# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
574b1f79b5SDaniel Verkamp# into which the generated documentation will be written. If a relative path is
584b1f79b5SDaniel Verkamp# entered, it will be relative to the location where doxygen was started. If
594b1f79b5SDaniel Verkamp# left blank the current directory will be used.
604b1f79b5SDaniel Verkamp
614b1f79b5SDaniel VerkampOUTPUT_DIRECTORY       = output
624b1f79b5SDaniel Verkamp
634b1f79b5SDaniel Verkamp# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
644b1f79b5SDaniel Verkamp# directories (in 2 levels) under the output directory of each output format and
654b1f79b5SDaniel Verkamp# will distribute the generated files over these directories. Enabling this
664b1f79b5SDaniel Verkamp# option can be useful when feeding doxygen a huge amount of source files, where
674b1f79b5SDaniel Verkamp# putting all generated files in the same directory would otherwise causes
684b1f79b5SDaniel Verkamp# performance problems for the file system.
694b1f79b5SDaniel Verkamp# The default value is: NO.
704b1f79b5SDaniel Verkamp
714b1f79b5SDaniel VerkampCREATE_SUBDIRS         = NO
724b1f79b5SDaniel Verkamp
734b1f79b5SDaniel Verkamp# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
744b1f79b5SDaniel Verkamp# characters to appear in the names of generated files. If set to NO, non-ASCII
754b1f79b5SDaniel Verkamp# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
764b1f79b5SDaniel Verkamp# U+3044.
774b1f79b5SDaniel Verkamp# The default value is: NO.
784b1f79b5SDaniel Verkamp
794b1f79b5SDaniel VerkampALLOW_UNICODE_NAMES    = NO
804b1f79b5SDaniel Verkamp
814b1f79b5SDaniel Verkamp# The OUTPUT_LANGUAGE tag is used to specify the language in which all
824b1f79b5SDaniel Verkamp# documentation generated by doxygen is written. Doxygen will use this
834b1f79b5SDaniel Verkamp# information to generate all constant output in the proper language.
844b1f79b5SDaniel Verkamp# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
854b1f79b5SDaniel Verkamp# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
864b1f79b5SDaniel Verkamp# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
874b1f79b5SDaniel Verkamp# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
884b1f79b5SDaniel Verkamp# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
894b1f79b5SDaniel Verkamp# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
904b1f79b5SDaniel Verkamp# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
914b1f79b5SDaniel Verkamp# Ukrainian and Vietnamese.
924b1f79b5SDaniel Verkamp# The default value is: English.
934b1f79b5SDaniel Verkamp
944b1f79b5SDaniel VerkampOUTPUT_LANGUAGE        = English
954b1f79b5SDaniel Verkamp
964b1f79b5SDaniel Verkamp# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
974b1f79b5SDaniel Verkamp# descriptions after the members that are listed in the file and class
984b1f79b5SDaniel Verkamp# documentation (similar to Javadoc). Set to NO to disable this.
994b1f79b5SDaniel Verkamp# The default value is: YES.
1004b1f79b5SDaniel Verkamp
1014b1f79b5SDaniel VerkampBRIEF_MEMBER_DESC      = YES
1024b1f79b5SDaniel Verkamp
1034b1f79b5SDaniel Verkamp# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
1044b1f79b5SDaniel Verkamp# description of a member or function before the detailed description
1054b1f79b5SDaniel Verkamp#
1064b1f79b5SDaniel Verkamp# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
1074b1f79b5SDaniel Verkamp# brief descriptions will be completely suppressed.
1084b1f79b5SDaniel Verkamp# The default value is: YES.
1094b1f79b5SDaniel Verkamp
1104b1f79b5SDaniel VerkampREPEAT_BRIEF           = YES
1114b1f79b5SDaniel Verkamp
1124b1f79b5SDaniel Verkamp# This tag implements a quasi-intelligent brief description abbreviator that is
1134b1f79b5SDaniel Verkamp# used to form the text in various listings. Each string in this list, if found
1144b1f79b5SDaniel Verkamp# as the leading text of the brief description, will be stripped from the text
1154b1f79b5SDaniel Verkamp# and the result, after processing the whole list, is used as the annotated
1164b1f79b5SDaniel Verkamp# text. Otherwise, the brief description is used as-is. If left blank, the
1174b1f79b5SDaniel Verkamp# following values are used ($name is automatically replaced with the name of
1184b1f79b5SDaniel Verkamp# the entity):The $name class, The $name widget, The $name file, is, provides,
1194b1f79b5SDaniel Verkamp# specifies, contains, represents, a, an and the.
1204b1f79b5SDaniel Verkamp
1214b1f79b5SDaniel VerkampABBREVIATE_BRIEF       =
1224b1f79b5SDaniel Verkamp
1234b1f79b5SDaniel Verkamp# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
1244b1f79b5SDaniel Verkamp# doxygen will generate a detailed section even if there is only a brief
1254b1f79b5SDaniel Verkamp# description.
1264b1f79b5SDaniel Verkamp# The default value is: NO.
1274b1f79b5SDaniel Verkamp
1284b1f79b5SDaniel VerkampALWAYS_DETAILED_SEC    = NO
1294b1f79b5SDaniel Verkamp
1304b1f79b5SDaniel Verkamp# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
1314b1f79b5SDaniel Verkamp# inherited members of a class in the documentation of that class as if those
1324b1f79b5SDaniel Verkamp# members were ordinary class members. Constructors, destructors and assignment
1334b1f79b5SDaniel Verkamp# operators of the base classes will not be shown.
1344b1f79b5SDaniel Verkamp# The default value is: NO.
1354b1f79b5SDaniel Verkamp
1364b1f79b5SDaniel VerkampINLINE_INHERITED_MEMB  = NO
1374b1f79b5SDaniel Verkamp
1384b1f79b5SDaniel Verkamp# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
1394b1f79b5SDaniel Verkamp# before files name in the file list and in the header files. If set to NO the
1404b1f79b5SDaniel Verkamp# shortest path that makes the file name unique will be used
1414b1f79b5SDaniel Verkamp# The default value is: YES.
1424b1f79b5SDaniel Verkamp
1434b1f79b5SDaniel VerkampFULL_PATH_NAMES        = NO
1444b1f79b5SDaniel Verkamp
1454b1f79b5SDaniel Verkamp# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
1464b1f79b5SDaniel Verkamp# Stripping is only done if one of the specified strings matches the left-hand
1474b1f79b5SDaniel Verkamp# part of the path. The tag can be used to show relative paths in the file list.
1484b1f79b5SDaniel Verkamp# If left blank the directory from which doxygen is run is used as the path to
1494b1f79b5SDaniel Verkamp# strip.
1504b1f79b5SDaniel Verkamp#
1514b1f79b5SDaniel Verkamp# Note that you can specify absolute paths here, but also relative paths, which
1524b1f79b5SDaniel Verkamp# will be relative from the directory where doxygen is started.
1534b1f79b5SDaniel Verkamp# This tag requires that the tag FULL_PATH_NAMES is set to YES.
1544b1f79b5SDaniel Verkamp
1554b1f79b5SDaniel VerkampSTRIP_FROM_PATH        =
1564b1f79b5SDaniel Verkamp
1574b1f79b5SDaniel Verkamp# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
1584b1f79b5SDaniel Verkamp# path mentioned in the documentation of a class, which tells the reader which
1594b1f79b5SDaniel Verkamp# header file to include in order to use a class. If left blank only the name of
1604b1f79b5SDaniel Verkamp# the header file containing the class definition is used. Otherwise one should
1614b1f79b5SDaniel Verkamp# specify the list of include paths that are normally passed to the compiler
1624b1f79b5SDaniel Verkamp# using the -I flag.
1634b1f79b5SDaniel Verkamp
1644b1f79b5SDaniel VerkampSTRIP_FROM_INC_PATH    =
1654b1f79b5SDaniel Verkamp
1664b1f79b5SDaniel Verkamp# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
1674b1f79b5SDaniel Verkamp# less readable) file names. This can be useful is your file systems doesn't
1684b1f79b5SDaniel Verkamp# support long names like on DOS, Mac, or CD-ROM.
1694b1f79b5SDaniel Verkamp# The default value is: NO.
1704b1f79b5SDaniel Verkamp
1714b1f79b5SDaniel VerkampSHORT_NAMES            = NO
1724b1f79b5SDaniel Verkamp
1734b1f79b5SDaniel Verkamp# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
1744b1f79b5SDaniel Verkamp# first line (until the first dot) of a Javadoc-style comment as the brief
1754b1f79b5SDaniel Verkamp# description. If set to NO, the Javadoc-style will behave just like regular Qt-
1764b1f79b5SDaniel Verkamp# style comments (thus requiring an explicit @brief command for a brief
1774b1f79b5SDaniel Verkamp# description.)
1784b1f79b5SDaniel Verkamp# The default value is: NO.
1794b1f79b5SDaniel Verkamp
18032526ba6SDaniel VerkampJAVADOC_AUTOBRIEF      = YES
1814b1f79b5SDaniel Verkamp
1824b1f79b5SDaniel Verkamp# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
1834b1f79b5SDaniel Verkamp# line (until the first dot) of a Qt-style comment as the brief description. If
1844b1f79b5SDaniel Verkamp# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
1854b1f79b5SDaniel Verkamp# requiring an explicit \brief command for a brief description.)
1864b1f79b5SDaniel Verkamp# The default value is: NO.
1874b1f79b5SDaniel Verkamp
1884b1f79b5SDaniel VerkampQT_AUTOBRIEF           = NO
1894b1f79b5SDaniel Verkamp
1904b1f79b5SDaniel Verkamp# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
1914b1f79b5SDaniel Verkamp# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
1924b1f79b5SDaniel Verkamp# a brief description. This used to be the default behavior. The new default is
1934b1f79b5SDaniel Verkamp# to treat a multi-line C++ comment block as a detailed description. Set this
1944b1f79b5SDaniel Verkamp# tag to YES if you prefer the old behavior instead.
1954b1f79b5SDaniel Verkamp#
1964b1f79b5SDaniel Verkamp# Note that setting this tag to YES also means that rational rose comments are
1974b1f79b5SDaniel Verkamp# not recognized any more.
1984b1f79b5SDaniel Verkamp# The default value is: NO.
1994b1f79b5SDaniel Verkamp
2004b1f79b5SDaniel VerkampMULTILINE_CPP_IS_BRIEF = NO
2014b1f79b5SDaniel Verkamp
2024b1f79b5SDaniel Verkamp# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
2034b1f79b5SDaniel Verkamp# documentation from any documented member that it re-implements.
2044b1f79b5SDaniel Verkamp# The default value is: YES.
2054b1f79b5SDaniel Verkamp
2064b1f79b5SDaniel VerkampINHERIT_DOCS           = YES
2074b1f79b5SDaniel Verkamp
2084b1f79b5SDaniel Verkamp# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
2094b1f79b5SDaniel Verkamp# page for each member. If set to NO, the documentation of a member will be part
2104b1f79b5SDaniel Verkamp# of the file/class/namespace that contains it.
2114b1f79b5SDaniel Verkamp# The default value is: NO.
2124b1f79b5SDaniel Verkamp
2134b1f79b5SDaniel VerkampSEPARATE_MEMBER_PAGES  = NO
2144b1f79b5SDaniel Verkamp
2154b1f79b5SDaniel Verkamp# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
2164b1f79b5SDaniel Verkamp# uses this value to replace tabs by spaces in code fragments.
2174b1f79b5SDaniel Verkamp# Minimum value: 1, maximum value: 16, default value: 4.
2184b1f79b5SDaniel Verkamp
2194b1f79b5SDaniel VerkampTAB_SIZE               = 8
2204b1f79b5SDaniel Verkamp
2214b1f79b5SDaniel Verkamp# This tag can be used to specify a number of aliases that act as commands in
2224b1f79b5SDaniel Verkamp# the documentation. An alias has the form:
2234b1f79b5SDaniel Verkamp# name=value
2244b1f79b5SDaniel Verkamp# For example adding
2254b1f79b5SDaniel Verkamp# "sideeffect=@par Side Effects:\n"
2264b1f79b5SDaniel Verkamp# will allow you to put the command \sideeffect (or @sideeffect) in the
2274b1f79b5SDaniel Verkamp# documentation, which will result in a user-defined paragraph with heading
2284b1f79b5SDaniel Verkamp# "Side Effects:". You can put \n's in the value part of an alias to insert
2294b1f79b5SDaniel Verkamp# newlines.
2304b1f79b5SDaniel Verkamp
2314b1f79b5SDaniel VerkampALIASES                =
2324b1f79b5SDaniel Verkamp
2334b1f79b5SDaniel Verkamp# This tag can be used to specify a number of word-keyword mappings (TCL only).
2344b1f79b5SDaniel Verkamp# A mapping has the form "name=value". For example adding "class=itcl::class"
2354b1f79b5SDaniel Verkamp# will allow you to use the command class in the itcl::class meaning.
2364b1f79b5SDaniel Verkamp
23720244a18SMichal Berger# TCL_SUBST              =
2384b1f79b5SDaniel Verkamp
2394b1f79b5SDaniel Verkamp# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
2404b1f79b5SDaniel Verkamp# only. Doxygen will then generate output that is more tailored for C. For
2414b1f79b5SDaniel Verkamp# instance, some of the names that are used will be different. The list of all
2424b1f79b5SDaniel Verkamp# members will be omitted, etc.
2434b1f79b5SDaniel Verkamp# The default value is: NO.
2444b1f79b5SDaniel Verkamp
2454b1f79b5SDaniel VerkampOPTIMIZE_OUTPUT_FOR_C  = YES
2464b1f79b5SDaniel Verkamp
2474b1f79b5SDaniel Verkamp# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
2484b1f79b5SDaniel Verkamp# Python sources only. Doxygen will then generate output that is more tailored
2494b1f79b5SDaniel Verkamp# for that language. For instance, namespaces will be presented as packages,
2504b1f79b5SDaniel Verkamp# qualified scopes will look different, etc.
2514b1f79b5SDaniel Verkamp# The default value is: NO.
2524b1f79b5SDaniel Verkamp
2534b1f79b5SDaniel VerkampOPTIMIZE_OUTPUT_JAVA   = NO
2544b1f79b5SDaniel Verkamp
2554b1f79b5SDaniel Verkamp# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
2564b1f79b5SDaniel Verkamp# sources. Doxygen will then generate output that is tailored for Fortran.
2574b1f79b5SDaniel Verkamp# The default value is: NO.
2584b1f79b5SDaniel Verkamp
2594b1f79b5SDaniel VerkampOPTIMIZE_FOR_FORTRAN   = NO
2604b1f79b5SDaniel Verkamp
2614b1f79b5SDaniel Verkamp# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
2624b1f79b5SDaniel Verkamp# sources. Doxygen will then generate output that is tailored for VHDL.
2634b1f79b5SDaniel Verkamp# The default value is: NO.
2644b1f79b5SDaniel Verkamp
2654b1f79b5SDaniel VerkampOPTIMIZE_OUTPUT_VHDL   = NO
2664b1f79b5SDaniel Verkamp
2674b1f79b5SDaniel Verkamp# Doxygen selects the parser to use depending on the extension of the files it
2684b1f79b5SDaniel Verkamp# parses. With this tag you can assign which parser to use for a given
2694b1f79b5SDaniel Verkamp# extension. Doxygen has a built-in mapping, but you can override or extend it
2704b1f79b5SDaniel Verkamp# using this tag. The format is ext=language, where ext is a file extension, and
2714b1f79b5SDaniel Verkamp# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
2724b1f79b5SDaniel Verkamp# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
2734b1f79b5SDaniel Verkamp# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
2744b1f79b5SDaniel Verkamp# Fortran. In the later case the parser tries to guess whether the code is fixed
2754b1f79b5SDaniel Verkamp# or free formatted code, this is the default for Fortran type files), VHDL. For
2764b1f79b5SDaniel Verkamp# instance to make doxygen treat .inc files as Fortran files (default is PHP),
2774b1f79b5SDaniel Verkamp# and .f files as C (default is Fortran), use: inc=Fortran f=C.
2784b1f79b5SDaniel Verkamp#
2794b1f79b5SDaniel Verkamp# Note: For files without extension you can use no_extension as a placeholder.
2804b1f79b5SDaniel Verkamp#
2814b1f79b5SDaniel Verkamp# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
2824b1f79b5SDaniel Verkamp# the files are not read by doxygen.
2834b1f79b5SDaniel Verkamp
2844b1f79b5SDaniel VerkampEXTENSION_MAPPING      =
2854b1f79b5SDaniel Verkamp
2864b1f79b5SDaniel Verkamp# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
2874b1f79b5SDaniel Verkamp# according to the Markdown format, which allows for more readable
2884b1f79b5SDaniel Verkamp# documentation. See http://daringfireball.net/projects/markdown/ for details.
2894b1f79b5SDaniel Verkamp# The output of markdown processing is further processed by doxygen, so you can
2904b1f79b5SDaniel Verkamp# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
2914b1f79b5SDaniel Verkamp# case of backward compatibilities issues.
2924b1f79b5SDaniel Verkamp# The default value is: YES.
2934b1f79b5SDaniel Verkamp
2944b1f79b5SDaniel VerkampMARKDOWN_SUPPORT       = YES
2954b1f79b5SDaniel Verkamp
2961b627af8SDaniel Verkamp# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
2971b627af8SDaniel Verkamp# to that level are automatically included in the table of contents, even if
2981b627af8SDaniel Verkamp# they do not have an id attribute.
2991b627af8SDaniel Verkamp# Note: This feature currently applies only to Markdown headings.
3001b627af8SDaniel Verkamp# Minimum value: 0, maximum value: 99, default value: 0.
3011b627af8SDaniel Verkamp# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
3021b627af8SDaniel Verkamp
3031b627af8SDaniel VerkampTOC_INCLUDE_HEADINGS   = 0
3041b627af8SDaniel Verkamp
3054b1f79b5SDaniel Verkamp# When enabled doxygen tries to link words that correspond to documented
3064b1f79b5SDaniel Verkamp# classes, or namespaces to their corresponding documentation. Such a link can
3074b1f79b5SDaniel Verkamp# be prevented in individual cases by putting a % sign in front of the word or
3084b1f79b5SDaniel Verkamp# globally by setting AUTOLINK_SUPPORT to NO.
3094b1f79b5SDaniel Verkamp# The default value is: YES.
3104b1f79b5SDaniel Verkamp
3114b1f79b5SDaniel VerkampAUTOLINK_SUPPORT       = YES
3124b1f79b5SDaniel Verkamp
3134b1f79b5SDaniel Verkamp# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
3144b1f79b5SDaniel Verkamp# to include (a tag file for) the STL sources as input, then you should set this
3154b1f79b5SDaniel Verkamp# tag to YES in order to let doxygen match functions declarations and
3164b1f79b5SDaniel Verkamp# definitions whose arguments contain STL classes (e.g. func(std::string);
3174b1f79b5SDaniel Verkamp# versus func(std::string) {}). This also make the inheritance and collaboration
3184b1f79b5SDaniel Verkamp# diagrams that involve STL classes more complete and accurate.
3194b1f79b5SDaniel Verkamp# The default value is: NO.
3204b1f79b5SDaniel Verkamp
3214b1f79b5SDaniel VerkampBUILTIN_STL_SUPPORT    = NO
3224b1f79b5SDaniel Verkamp
3234b1f79b5SDaniel Verkamp# If you use Microsoft's C++/CLI language, you should set this option to YES to
3244b1f79b5SDaniel Verkamp# enable parsing support.
3254b1f79b5SDaniel Verkamp# The default value is: NO.
3264b1f79b5SDaniel Verkamp
3274b1f79b5SDaniel VerkampCPP_CLI_SUPPORT        = NO
3284b1f79b5SDaniel Verkamp
3294b1f79b5SDaniel Verkamp# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
3304b1f79b5SDaniel Verkamp# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
3314b1f79b5SDaniel Verkamp# will parse them like normal C++ but will assume all classes use public instead
3324b1f79b5SDaniel Verkamp# of private inheritance when no explicit protection keyword is present.
3334b1f79b5SDaniel Verkamp# The default value is: NO.
3344b1f79b5SDaniel Verkamp
3354b1f79b5SDaniel VerkampSIP_SUPPORT            = NO
3364b1f79b5SDaniel Verkamp
3374b1f79b5SDaniel Verkamp# For Microsoft's IDL there are propget and propput attributes to indicate
3384b1f79b5SDaniel Verkamp# getter and setter methods for a property. Setting this option to YES will make
3394b1f79b5SDaniel Verkamp# doxygen to replace the get and set methods by a property in the documentation.
3404b1f79b5SDaniel Verkamp# This will only work if the methods are indeed getting or setting a simple
3414b1f79b5SDaniel Verkamp# type. If this is not the case, or you want to show the methods anyway, you
3424b1f79b5SDaniel Verkamp# should set this option to NO.
3434b1f79b5SDaniel Verkamp# The default value is: YES.
3444b1f79b5SDaniel Verkamp
3454b1f79b5SDaniel VerkampIDL_PROPERTY_SUPPORT   = YES
3464b1f79b5SDaniel Verkamp
3474b1f79b5SDaniel Verkamp# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
3484b1f79b5SDaniel Verkamp# tag is set to YES then doxygen will reuse the documentation of the first
3494b1f79b5SDaniel Verkamp# member in the group (if any) for the other members of the group. By default
3504b1f79b5SDaniel Verkamp# all members of a group must be documented explicitly.
3514b1f79b5SDaniel Verkamp# The default value is: NO.
3524b1f79b5SDaniel Verkamp
3534b1f79b5SDaniel VerkampDISTRIBUTE_GROUP_DOC   = NO
3544b1f79b5SDaniel Verkamp
3551b627af8SDaniel Verkamp# If one adds a struct or class to a group and this option is enabled, then also
3561b627af8SDaniel Verkamp# any nested class or struct is added to the same group. By default this option
3571b627af8SDaniel Verkamp# is disabled and one has to add nested compounds explicitly via \ingroup.
3581b627af8SDaniel Verkamp# The default value is: NO.
3591b627af8SDaniel Verkamp
3601b627af8SDaniel VerkampGROUP_NESTED_COMPOUNDS = NO
3611b627af8SDaniel Verkamp
3624b1f79b5SDaniel Verkamp# Set the SUBGROUPING tag to YES to allow class member groups of the same type
3634b1f79b5SDaniel Verkamp# (for instance a group of public functions) to be put as a subgroup of that
3644b1f79b5SDaniel Verkamp# type (e.g. under the Public Functions section). Set it to NO to prevent
3654b1f79b5SDaniel Verkamp# subgrouping. Alternatively, this can be done per class using the
3664b1f79b5SDaniel Verkamp# \nosubgrouping command.
3674b1f79b5SDaniel Verkamp# The default value is: YES.
3684b1f79b5SDaniel Verkamp
3694b1f79b5SDaniel VerkampSUBGROUPING            = YES
3704b1f79b5SDaniel Verkamp
3714b1f79b5SDaniel Verkamp# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
3724b1f79b5SDaniel Verkamp# are shown inside the group in which they are included (e.g. using \ingroup)
3734b1f79b5SDaniel Verkamp# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
3744b1f79b5SDaniel Verkamp# and RTF).
3754b1f79b5SDaniel Verkamp#
3764b1f79b5SDaniel Verkamp# Note that this feature does not work in combination with
3774b1f79b5SDaniel Verkamp# SEPARATE_MEMBER_PAGES.
3784b1f79b5SDaniel Verkamp# The default value is: NO.
3794b1f79b5SDaniel Verkamp
3804b1f79b5SDaniel VerkampINLINE_GROUPED_CLASSES = NO
3814b1f79b5SDaniel Verkamp
3824b1f79b5SDaniel Verkamp# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
3834b1f79b5SDaniel Verkamp# with only public data fields or simple typedef fields will be shown inline in
3844b1f79b5SDaniel Verkamp# the documentation of the scope in which they are defined (i.e. file,
3854b1f79b5SDaniel Verkamp# namespace, or group documentation), provided this scope is documented. If set
3864b1f79b5SDaniel Verkamp# to NO, structs, classes, and unions are shown on a separate page (for HTML and
3874b1f79b5SDaniel Verkamp# Man pages) or section (for LaTeX and RTF).
3884b1f79b5SDaniel Verkamp# The default value is: NO.
3894b1f79b5SDaniel Verkamp
3904b1f79b5SDaniel VerkampINLINE_SIMPLE_STRUCTS  = NO
3914b1f79b5SDaniel Verkamp
3924b1f79b5SDaniel Verkamp# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
3934b1f79b5SDaniel Verkamp# enum is documented as struct, union, or enum with the name of the typedef. So
3944b1f79b5SDaniel Verkamp# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
3954b1f79b5SDaniel Verkamp# with name TypeT. When disabled the typedef will appear as a member of a file,
3964b1f79b5SDaniel Verkamp# namespace, or class. And the struct will be named TypeS. This can typically be
3974b1f79b5SDaniel Verkamp# useful for C code in case the coding convention dictates that all compound
3984b1f79b5SDaniel Verkamp# types are typedef'ed and only the typedef is referenced, never the tag name.
3994b1f79b5SDaniel Verkamp# The default value is: NO.
4004b1f79b5SDaniel Verkamp
4014b1f79b5SDaniel VerkampTYPEDEF_HIDES_STRUCT   = NO
4024b1f79b5SDaniel Verkamp
4034b1f79b5SDaniel Verkamp# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
4044b1f79b5SDaniel Verkamp# cache is used to resolve symbols given their name and scope. Since this can be
4054b1f79b5SDaniel Verkamp# an expensive process and often the same symbol appears multiple times in the
4064b1f79b5SDaniel Verkamp# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
4074b1f79b5SDaniel Verkamp# doxygen will become slower. If the cache is too large, memory is wasted. The
4084b1f79b5SDaniel Verkamp# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
4094b1f79b5SDaniel Verkamp# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
4104b1f79b5SDaniel Verkamp# symbols. At the end of a run doxygen will report the cache usage and suggest
4114b1f79b5SDaniel Verkamp# the optimal cache size from a speed point of view.
4124b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 9, default value: 0.
4134b1f79b5SDaniel Verkamp
4144b1f79b5SDaniel VerkampLOOKUP_CACHE_SIZE      = 0
4154b1f79b5SDaniel Verkamp
4164b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
4174b1f79b5SDaniel Verkamp# Build related configuration options
4184b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
4194b1f79b5SDaniel Verkamp
4204b1f79b5SDaniel Verkamp# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
4214b1f79b5SDaniel Verkamp# documentation are documented, even if no documentation was available. Private
4224b1f79b5SDaniel Verkamp# class members and static file members will be hidden unless the
4234b1f79b5SDaniel Verkamp# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
4244b1f79b5SDaniel Verkamp# Note: This will also disable the warnings about undocumented members that are
4254b1f79b5SDaniel Verkamp# normally produced when WARNINGS is set to YES.
4264b1f79b5SDaniel Verkamp# The default value is: NO.
4274b1f79b5SDaniel Verkamp
4284b1f79b5SDaniel VerkampEXTRACT_ALL            = NO
4294b1f79b5SDaniel Verkamp
4304b1f79b5SDaniel Verkamp# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
4314b1f79b5SDaniel Verkamp# be included in the documentation.
4324b1f79b5SDaniel Verkamp# The default value is: NO.
4334b1f79b5SDaniel Verkamp
4344b1f79b5SDaniel VerkampEXTRACT_PRIVATE        = NO
4354b1f79b5SDaniel Verkamp
4364b1f79b5SDaniel Verkamp# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
4374b1f79b5SDaniel Verkamp# scope will be included in the documentation.
4384b1f79b5SDaniel Verkamp# The default value is: NO.
4394b1f79b5SDaniel Verkamp
4404b1f79b5SDaniel VerkampEXTRACT_PACKAGE        = NO
4414b1f79b5SDaniel Verkamp
4424b1f79b5SDaniel Verkamp# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
4434b1f79b5SDaniel Verkamp# included in the documentation.
4444b1f79b5SDaniel Verkamp# The default value is: NO.
4454b1f79b5SDaniel Verkamp
4464b1f79b5SDaniel VerkampEXTRACT_STATIC         = YES
4474b1f79b5SDaniel Verkamp
4484b1f79b5SDaniel Verkamp# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
4494b1f79b5SDaniel Verkamp# locally in source files will be included in the documentation. If set to NO,
4504b1f79b5SDaniel Verkamp# only classes defined in header files are included. Does not have any effect
4514b1f79b5SDaniel Verkamp# for Java sources.
4524b1f79b5SDaniel Verkamp# The default value is: YES.
4534b1f79b5SDaniel Verkamp
4544b1f79b5SDaniel VerkampEXTRACT_LOCAL_CLASSES  = YES
4554b1f79b5SDaniel Verkamp
4564b1f79b5SDaniel Verkamp# This flag is only useful for Objective-C code. If set to YES, local methods,
4574b1f79b5SDaniel Verkamp# which are defined in the implementation section but not in the interface are
4584b1f79b5SDaniel Verkamp# included in the documentation. If set to NO, only methods in the interface are
4594b1f79b5SDaniel Verkamp# included.
4604b1f79b5SDaniel Verkamp# The default value is: NO.
4614b1f79b5SDaniel Verkamp
4624b1f79b5SDaniel VerkampEXTRACT_LOCAL_METHODS  = NO
4634b1f79b5SDaniel Verkamp
4644b1f79b5SDaniel Verkamp# If this flag is set to YES, the members of anonymous namespaces will be
4654b1f79b5SDaniel Verkamp# extracted and appear in the documentation as a namespace called
4664b1f79b5SDaniel Verkamp# 'anonymous_namespace{file}', where file will be replaced with the base name of
4674b1f79b5SDaniel Verkamp# the file that contains the anonymous namespace. By default anonymous namespace
4684b1f79b5SDaniel Verkamp# are hidden.
4694b1f79b5SDaniel Verkamp# The default value is: NO.
4704b1f79b5SDaniel Verkamp
4714b1f79b5SDaniel VerkampEXTRACT_ANON_NSPACES   = NO
4724b1f79b5SDaniel Verkamp
4734b1f79b5SDaniel Verkamp# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
4744b1f79b5SDaniel Verkamp# undocumented members inside documented classes or files. If set to NO these
4754b1f79b5SDaniel Verkamp# members will be included in the various overviews, but no documentation
4764b1f79b5SDaniel Verkamp# section is generated. This option has no effect if EXTRACT_ALL is enabled.
4774b1f79b5SDaniel Verkamp# The default value is: NO.
4784b1f79b5SDaniel Verkamp
479025f20fbSDaniel VerkampHIDE_UNDOC_MEMBERS     = NO
4804b1f79b5SDaniel Verkamp
4814b1f79b5SDaniel Verkamp# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
4824b1f79b5SDaniel Verkamp# undocumented classes that are normally visible in the class hierarchy. If set
4834b1f79b5SDaniel Verkamp# to NO, these classes will be included in the various overviews. This option
4844b1f79b5SDaniel Verkamp# has no effect if EXTRACT_ALL is enabled.
4854b1f79b5SDaniel Verkamp# The default value is: NO.
4864b1f79b5SDaniel Verkamp
4874b1f79b5SDaniel VerkampHIDE_UNDOC_CLASSES     = NO
4884b1f79b5SDaniel Verkamp
4894b1f79b5SDaniel Verkamp# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
4904b1f79b5SDaniel Verkamp# (class|struct|union) declarations. If set to NO, these declarations will be
4914b1f79b5SDaniel Verkamp# included in the documentation.
4924b1f79b5SDaniel Verkamp# The default value is: NO.
4934b1f79b5SDaniel Verkamp
4944b1f79b5SDaniel VerkampHIDE_FRIEND_COMPOUNDS  = NO
4954b1f79b5SDaniel Verkamp
4964b1f79b5SDaniel Verkamp# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
4974b1f79b5SDaniel Verkamp# documentation blocks found inside the body of a function. If set to NO, these
4984b1f79b5SDaniel Verkamp# blocks will be appended to the function's detailed documentation block.
4994b1f79b5SDaniel Verkamp# The default value is: NO.
5004b1f79b5SDaniel Verkamp
5014b1f79b5SDaniel VerkampHIDE_IN_BODY_DOCS      = NO
5024b1f79b5SDaniel Verkamp
5034b1f79b5SDaniel Verkamp# The INTERNAL_DOCS tag determines if documentation that is typed after a
5044b1f79b5SDaniel Verkamp# \internal command is included. If the tag is set to NO then the documentation
5054b1f79b5SDaniel Verkamp# will be excluded. Set it to YES to include the internal documentation.
5064b1f79b5SDaniel Verkamp# The default value is: NO.
5074b1f79b5SDaniel Verkamp
5084b1f79b5SDaniel VerkampINTERNAL_DOCS          = NO
5094b1f79b5SDaniel Verkamp
5104b1f79b5SDaniel Verkamp# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
5114b1f79b5SDaniel Verkamp# names in lower-case letters. If set to YES, upper-case letters are also
5124b1f79b5SDaniel Verkamp# allowed. This is useful if you have classes or files whose names only differ
5134b1f79b5SDaniel Verkamp# in case and if your file system supports case sensitive file names. Windows
5144b1f79b5SDaniel Verkamp# and Mac users are advised to set this option to NO.
5154b1f79b5SDaniel Verkamp# The default value is: system dependent.
5164b1f79b5SDaniel Verkamp
5174b1f79b5SDaniel VerkampCASE_SENSE_NAMES       = YES
5184b1f79b5SDaniel Verkamp
5194b1f79b5SDaniel Verkamp# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
5204b1f79b5SDaniel Verkamp# their full class and namespace scopes in the documentation. If set to YES, the
5214b1f79b5SDaniel Verkamp# scope will be hidden.
5224b1f79b5SDaniel Verkamp# The default value is: NO.
5234b1f79b5SDaniel Verkamp
5244b1f79b5SDaniel VerkampHIDE_SCOPE_NAMES       = NO
5254b1f79b5SDaniel Verkamp
5264b1f79b5SDaniel Verkamp# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
5274b1f79b5SDaniel Verkamp# append additional text to a page's title, such as Class Reference. If set to
5284b1f79b5SDaniel Verkamp# YES the compound reference will be hidden.
5294b1f79b5SDaniel Verkamp# The default value is: NO.
5304b1f79b5SDaniel Verkamp
5314b1f79b5SDaniel VerkampHIDE_COMPOUND_REFERENCE= NO
5324b1f79b5SDaniel Verkamp
5334b1f79b5SDaniel Verkamp# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
5344b1f79b5SDaniel Verkamp# the files that are included by a file in the documentation of that file.
5354b1f79b5SDaniel Verkamp# The default value is: YES.
5364b1f79b5SDaniel Verkamp
5374b1f79b5SDaniel VerkampSHOW_INCLUDE_FILES     = NO
5384b1f79b5SDaniel Verkamp
5394b1f79b5SDaniel Verkamp# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
5404b1f79b5SDaniel Verkamp# grouped member an include statement to the documentation, telling the reader
5414b1f79b5SDaniel Verkamp# which file to include in order to use the member.
5424b1f79b5SDaniel Verkamp# The default value is: NO.
5434b1f79b5SDaniel Verkamp
5444b1f79b5SDaniel VerkampSHOW_GROUPED_MEMB_INC  = NO
5454b1f79b5SDaniel Verkamp
5464b1f79b5SDaniel Verkamp# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
5474b1f79b5SDaniel Verkamp# files with double quotes in the documentation rather than with sharp brackets.
5484b1f79b5SDaniel Verkamp# The default value is: NO.
5494b1f79b5SDaniel Verkamp
5504b1f79b5SDaniel VerkampFORCE_LOCAL_INCLUDES   = NO
5514b1f79b5SDaniel Verkamp
5524b1f79b5SDaniel Verkamp# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
5534b1f79b5SDaniel Verkamp# documentation for inline members.
5544b1f79b5SDaniel Verkamp# The default value is: YES.
5554b1f79b5SDaniel Verkamp
5564b1f79b5SDaniel VerkampINLINE_INFO            = YES
5574b1f79b5SDaniel Verkamp
5584b1f79b5SDaniel Verkamp# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
5594b1f79b5SDaniel Verkamp# (detailed) documentation of file and class members alphabetically by member
5604b1f79b5SDaniel Verkamp# name. If set to NO, the members will appear in declaration order.
5614b1f79b5SDaniel Verkamp# The default value is: YES.
5624b1f79b5SDaniel Verkamp
5634b1f79b5SDaniel VerkampSORT_MEMBER_DOCS       = YES
5644b1f79b5SDaniel Verkamp
5654b1f79b5SDaniel Verkamp# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
5664b1f79b5SDaniel Verkamp# descriptions of file, namespace and class members alphabetically by member
5674b1f79b5SDaniel Verkamp# name. If set to NO, the members will appear in declaration order. Note that
5684b1f79b5SDaniel Verkamp# this will also influence the order of the classes in the class list.
5694b1f79b5SDaniel Verkamp# The default value is: NO.
5704b1f79b5SDaniel Verkamp
5714b1f79b5SDaniel VerkampSORT_BRIEF_DOCS        = NO
5724b1f79b5SDaniel Verkamp
5734b1f79b5SDaniel Verkamp# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
5744b1f79b5SDaniel Verkamp# (brief and detailed) documentation of class members so that constructors and
5754b1f79b5SDaniel Verkamp# destructors are listed first. If set to NO the constructors will appear in the
5764b1f79b5SDaniel Verkamp# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
5774b1f79b5SDaniel Verkamp# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
5784b1f79b5SDaniel Verkamp# member documentation.
5794b1f79b5SDaniel Verkamp# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
5804b1f79b5SDaniel Verkamp# detailed member documentation.
5814b1f79b5SDaniel Verkamp# The default value is: NO.
5824b1f79b5SDaniel Verkamp
5834b1f79b5SDaniel VerkampSORT_MEMBERS_CTORS_1ST = NO
5844b1f79b5SDaniel Verkamp
5854b1f79b5SDaniel Verkamp# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
5864b1f79b5SDaniel Verkamp# of group names into alphabetical order. If set to NO the group names will
5874b1f79b5SDaniel Verkamp# appear in their defined order.
5884b1f79b5SDaniel Verkamp# The default value is: NO.
5894b1f79b5SDaniel Verkamp
5904b1f79b5SDaniel VerkampSORT_GROUP_NAMES       = NO
5914b1f79b5SDaniel Verkamp
5924b1f79b5SDaniel Verkamp# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
5934b1f79b5SDaniel Verkamp# fully-qualified names, including namespaces. If set to NO, the class list will
5944b1f79b5SDaniel Verkamp# be sorted only by class name, not including the namespace part.
5954b1f79b5SDaniel Verkamp# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
5964b1f79b5SDaniel Verkamp# Note: This option applies only to the class list, not to the alphabetical
5974b1f79b5SDaniel Verkamp# list.
5984b1f79b5SDaniel Verkamp# The default value is: NO.
5994b1f79b5SDaniel Verkamp
6004b1f79b5SDaniel VerkampSORT_BY_SCOPE_NAME     = NO
6014b1f79b5SDaniel Verkamp
6024b1f79b5SDaniel Verkamp# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
6034b1f79b5SDaniel Verkamp# type resolution of all parameters of a function it will reject a match between
6044b1f79b5SDaniel Verkamp# the prototype and the implementation of a member function even if there is
6054b1f79b5SDaniel Verkamp# only one candidate or it is obvious which candidate to choose by doing a
6064b1f79b5SDaniel Verkamp# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
6074b1f79b5SDaniel Verkamp# accept a match between prototype and implementation in such cases.
6084b1f79b5SDaniel Verkamp# The default value is: NO.
6094b1f79b5SDaniel Verkamp
6104b1f79b5SDaniel VerkampSTRICT_PROTO_MATCHING  = NO
6114b1f79b5SDaniel Verkamp
6124b1f79b5SDaniel Verkamp# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
6134b1f79b5SDaniel Verkamp# list. This list is created by putting \todo commands in the documentation.
6144b1f79b5SDaniel Verkamp# The default value is: YES.
6154b1f79b5SDaniel Verkamp
6164b1f79b5SDaniel VerkampGENERATE_TODOLIST      = YES
6174b1f79b5SDaniel Verkamp
6184b1f79b5SDaniel Verkamp# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
6194b1f79b5SDaniel Verkamp# list. This list is created by putting \test commands in the documentation.
6204b1f79b5SDaniel Verkamp# The default value is: YES.
6214b1f79b5SDaniel Verkamp
6224b1f79b5SDaniel VerkampGENERATE_TESTLIST      = YES
6234b1f79b5SDaniel Verkamp
6244b1f79b5SDaniel Verkamp# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
6254b1f79b5SDaniel Verkamp# list. This list is created by putting \bug commands in the documentation.
6264b1f79b5SDaniel Verkamp# The default value is: YES.
6274b1f79b5SDaniel Verkamp
6284b1f79b5SDaniel VerkampGENERATE_BUGLIST       = YES
6294b1f79b5SDaniel Verkamp
6304b1f79b5SDaniel Verkamp# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
6314b1f79b5SDaniel Verkamp# the deprecated list. This list is created by putting \deprecated commands in
6324b1f79b5SDaniel Verkamp# the documentation.
6334b1f79b5SDaniel Verkamp# The default value is: YES.
6344b1f79b5SDaniel Verkamp
6354b1f79b5SDaniel VerkampGENERATE_DEPRECATEDLIST= YES
6364b1f79b5SDaniel Verkamp
6374b1f79b5SDaniel Verkamp# The ENABLED_SECTIONS tag can be used to enable conditional documentation
6384b1f79b5SDaniel Verkamp# sections, marked by \if <section_label> ... \endif and \cond <section_label>
6394b1f79b5SDaniel Verkamp# ... \endcond blocks.
6404b1f79b5SDaniel Verkamp
6414b1f79b5SDaniel VerkampENABLED_SECTIONS       =
6424b1f79b5SDaniel Verkamp
6434b1f79b5SDaniel Verkamp# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
6444b1f79b5SDaniel Verkamp# initial value of a variable or macro / define can have for it to appear in the
6454b1f79b5SDaniel Verkamp# documentation. If the initializer consists of more lines than specified here
6464b1f79b5SDaniel Verkamp# it will be hidden. Use a value of 0 to hide initializers completely. The
6474b1f79b5SDaniel Verkamp# appearance of the value of individual variables and macros / defines can be
6484b1f79b5SDaniel Verkamp# controlled using \showinitializer or \hideinitializer command in the
6494b1f79b5SDaniel Verkamp# documentation regardless of this setting.
6504b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 10000, default value: 30.
6514b1f79b5SDaniel Verkamp
6524b1f79b5SDaniel VerkampMAX_INITIALIZER_LINES  = 30
6534b1f79b5SDaniel Verkamp
6544b1f79b5SDaniel Verkamp# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
6554b1f79b5SDaniel Verkamp# the bottom of the documentation of classes and structs. If set to YES, the
6564b1f79b5SDaniel Verkamp# list will mention the files that were used to generate the documentation.
6574b1f79b5SDaniel Verkamp# The default value is: YES.
6584b1f79b5SDaniel Verkamp
6594b1f79b5SDaniel VerkampSHOW_USED_FILES        = YES
6604b1f79b5SDaniel Verkamp
6614b1f79b5SDaniel Verkamp# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
6624b1f79b5SDaniel Verkamp# will remove the Files entry from the Quick Index and from the Folder Tree View
6634b1f79b5SDaniel Verkamp# (if specified).
6644b1f79b5SDaniel Verkamp# The default value is: YES.
6654b1f79b5SDaniel Verkamp
6664b1f79b5SDaniel VerkampSHOW_FILES             = YES
6674b1f79b5SDaniel Verkamp
6684b1f79b5SDaniel Verkamp# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
6694b1f79b5SDaniel Verkamp# page. This will remove the Namespaces entry from the Quick Index and from the
6704b1f79b5SDaniel Verkamp# Folder Tree View (if specified).
6714b1f79b5SDaniel Verkamp# The default value is: YES.
6724b1f79b5SDaniel Verkamp
6734b1f79b5SDaniel VerkampSHOW_NAMESPACES        = YES
6744b1f79b5SDaniel Verkamp
6754b1f79b5SDaniel Verkamp# The FILE_VERSION_FILTER tag can be used to specify a program or script that
6764b1f79b5SDaniel Verkamp# doxygen should invoke to get the current version for each file (typically from
6774b1f79b5SDaniel Verkamp# the version control system). Doxygen will invoke the program by executing (via
6784b1f79b5SDaniel Verkamp# popen()) the command command input-file, where command is the value of the
6794b1f79b5SDaniel Verkamp# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
6804b1f79b5SDaniel Verkamp# by doxygen. Whatever the program writes to standard output is used as the file
6814b1f79b5SDaniel Verkamp# version. For an example see the documentation.
6824b1f79b5SDaniel Verkamp
6834b1f79b5SDaniel VerkampFILE_VERSION_FILTER    =
6844b1f79b5SDaniel Verkamp
6854b1f79b5SDaniel Verkamp# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
6864b1f79b5SDaniel Verkamp# by doxygen. The layout file controls the global structure of the generated
6874b1f79b5SDaniel Verkamp# output files in an output format independent way. To create the layout file
6884b1f79b5SDaniel Verkamp# that represents doxygen's defaults, run doxygen with the -l option. You can
6894b1f79b5SDaniel Verkamp# optionally specify a file name after the option, if omitted DoxygenLayout.xml
6904b1f79b5SDaniel Verkamp# will be used as the name of the layout file.
6914b1f79b5SDaniel Verkamp#
6924b1f79b5SDaniel Verkamp# Note that if you run doxygen from a directory containing a file called
6934b1f79b5SDaniel Verkamp# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
6944b1f79b5SDaniel Verkamp# tag is left empty.
6954b1f79b5SDaniel Verkamp
6964b1f79b5SDaniel VerkampLAYOUT_FILE            =
6974b1f79b5SDaniel Verkamp
6984b1f79b5SDaniel Verkamp# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
6994b1f79b5SDaniel Verkamp# the reference definitions. This must be a list of .bib files. The .bib
7004b1f79b5SDaniel Verkamp# extension is automatically appended if omitted. This requires the bibtex tool
7014b1f79b5SDaniel Verkamp# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
7024b1f79b5SDaniel Verkamp# For LaTeX the style of the bibliography can be controlled using
7034b1f79b5SDaniel Verkamp# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
7044b1f79b5SDaniel Verkamp# search path. See also \cite for info how to create references.
7054b1f79b5SDaniel Verkamp
7064b1f79b5SDaniel VerkampCITE_BIB_FILES         =
7074b1f79b5SDaniel Verkamp
7084b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
7094b1f79b5SDaniel Verkamp# Configuration options related to warning and progress messages
7104b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
7114b1f79b5SDaniel Verkamp
7124b1f79b5SDaniel Verkamp# The QUIET tag can be used to turn on/off the messages that are generated to
7134b1f79b5SDaniel Verkamp# standard output by doxygen. If QUIET is set to YES this implies that the
7144b1f79b5SDaniel Verkamp# messages are off.
7154b1f79b5SDaniel Verkamp# The default value is: NO.
7164b1f79b5SDaniel Verkamp
7174b1f79b5SDaniel VerkampQUIET                  = YES
7184b1f79b5SDaniel Verkamp
7194b1f79b5SDaniel Verkamp# The WARNINGS tag can be used to turn on/off the warning messages that are
7204b1f79b5SDaniel Verkamp# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
7214b1f79b5SDaniel Verkamp# this implies that the warnings are on.
7224b1f79b5SDaniel Verkamp#
7234b1f79b5SDaniel Verkamp# Tip: Turn warnings on while writing the documentation.
7244b1f79b5SDaniel Verkamp# The default value is: YES.
7254b1f79b5SDaniel Verkamp
7264b1f79b5SDaniel VerkampWARNINGS               = YES
7274b1f79b5SDaniel Verkamp
7284b1f79b5SDaniel Verkamp# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
7294b1f79b5SDaniel Verkamp# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
7304b1f79b5SDaniel Verkamp# will automatically be disabled.
7314b1f79b5SDaniel Verkamp# The default value is: YES.
7324b1f79b5SDaniel Verkamp
7336a203954SJim HarrisWARN_IF_UNDOCUMENTED   = NO
7344b1f79b5SDaniel Verkamp
7354b1f79b5SDaniel Verkamp# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
7364b1f79b5SDaniel Verkamp# potential errors in the documentation, such as not documenting some parameters
7374b1f79b5SDaniel Verkamp# in a documented function, or documenting parameters that don't exist or using
7384b1f79b5SDaniel Verkamp# markup commands wrongly.
7394b1f79b5SDaniel Verkamp# The default value is: YES.
7404b1f79b5SDaniel Verkamp
7414b1f79b5SDaniel VerkampWARN_IF_DOC_ERROR      = YES
7424b1f79b5SDaniel Verkamp
7434b1f79b5SDaniel Verkamp# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
7444b1f79b5SDaniel Verkamp# are documented, but have no documentation for their parameters or return
7454b1f79b5SDaniel Verkamp# value. If set to NO, doxygen will only warn about wrong or incomplete
7464b1f79b5SDaniel Verkamp# parameter documentation, but not about the absence of documentation.
7474b1f79b5SDaniel Verkamp# The default value is: NO.
7484b1f79b5SDaniel Verkamp
7499e3ed363STomasz ZawadzkiWARN_NO_PARAMDOC       = YES
7504b1f79b5SDaniel Verkamp
7511b627af8SDaniel Verkamp# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
7521b627af8SDaniel Verkamp# a warning is encountered.
7531b627af8SDaniel Verkamp# The default value is: NO.
7541b627af8SDaniel Verkamp
7551b627af8SDaniel VerkampWARN_AS_ERROR          = NO
7561b627af8SDaniel Verkamp
7574b1f79b5SDaniel Verkamp# The WARN_FORMAT tag determines the format of the warning messages that doxygen
7584b1f79b5SDaniel Verkamp# can produce. The string should contain the $file, $line, and $text tags, which
7594b1f79b5SDaniel Verkamp# will be replaced by the file and line number from which the warning originated
7604b1f79b5SDaniel Verkamp# and the warning text. Optionally the format may contain $version, which will
7614b1f79b5SDaniel Verkamp# be replaced by the version of the file (if it could be obtained via
7624b1f79b5SDaniel Verkamp# FILE_VERSION_FILTER)
7634b1f79b5SDaniel Verkamp# The default value is: $file:$line: $text.
7644b1f79b5SDaniel Verkamp
7654b1f79b5SDaniel VerkampWARN_FORMAT            = "$file:$line: $text"
7664b1f79b5SDaniel Verkamp
7674b1f79b5SDaniel Verkamp# The WARN_LOGFILE tag can be used to specify a file to which warning and error
7684b1f79b5SDaniel Verkamp# messages should be written. If left blank the output is written to standard
7694b1f79b5SDaniel Verkamp# error (stderr).
7704b1f79b5SDaniel Verkamp
7714b1f79b5SDaniel VerkampWARN_LOGFILE           =
7724b1f79b5SDaniel Verkamp
7734b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
7744b1f79b5SDaniel Verkamp# Configuration options related to the input files
7754b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
7764b1f79b5SDaniel Verkamp
7774b1f79b5SDaniel Verkamp# The INPUT tag is used to specify the files and/or directories that contain
7784b1f79b5SDaniel Verkamp# documented source files. You may enter file names like myfile.cpp or
7794b1f79b5SDaniel Verkamp# directories like /usr/src/myproject. Separate the files or directories with
7801b627af8SDaniel Verkamp# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
7814b1f79b5SDaniel Verkamp# Note: If this tag is empty the current directory is searched.
7824b1f79b5SDaniel Verkamp
783bfdc02abSBen WalkerINPUT                  = ../include/spdk \
78498149ec0SBen Walker                         index.md \
7858a703ca6SJim Harris
7868a703ca6SJim Harris# This list contains the top level pages listed in index.md.  This list should
7878a703ca6SJim Harris# remain in the same order as the contents of index.md.  The order here also
7888a703ca6SJim Harris# determines the order of these sections in the left-side navigation bar.
7898a703ca6SJim HarrisINPUT                  += \
79011d55d17SJim Harris                         intro.md \
79111d55d17SJim Harris                         concepts.md \
79211d55d17SJim Harris                         user_guides.md \
79311d55d17SJim Harris                         prog_guides.md \
79411d55d17SJim Harris                         general.md \
79511d55d17SJim Harris                         misc.md \
7969744ba01SJim Harris                         driver_modules.md \
79711d55d17SJim Harris                         tools.md \
7983c9a0d09SMichal Berger                         ci_tools.md \
79911d55d17SJim Harris                         performance_reports.md \
8008a703ca6SJim Harris
8018a703ca6SJim Harris# All remaining pages are listed here in alphabetical order by filename.
8028a703ca6SJim HarrisINPUT                  += \
803d5d24e3eSBen Walker                         about.md \
804e9b3a0e1Spaul luse                         accel_fw.md \
805fb5e59bdSBen Walker                         applications.md \
80669563197SKrzysztof Karas                         backporting.md \
807daf33a09SBen Walker                         bdev.md \
8088e5d5b8fSVitaliy Mysak                         bdevperf.md \
809daf33a09SBen Walker                         bdev_module.md \
810daf33a09SBen Walker                         bdev_pg.md \
8111a787169SDaniel Verkamp                         blob.md \
8121a787169SDaniel Verkamp                         blobfs.md \
8138a703ca6SJim Harris                         changelog.md \
814a16e53f0STomasz Zawadzki                         compression.md \
8158a703ca6SJim Harris                         concurrency.md \
81687dcedb8Spaul luse                         containers.md \
81766e0ed8eSTomasz Zawadzki                         deprecation.md \
81891a4e916SMichal Berger                         distributions.md \
8191a787169SDaniel Verkamp                         event.md \
8200530a8beSKrzysztof Karas                         fips.md \
821e9a236d2SWojciech Malikowski                         ftl.md \
822d047e25cSshahar salzman                         gdb_macros.md \
8238a703ca6SJim Harris                         getting_started.md \
824d8db5622Spaul luse                         idxd.md \
8251a787169SDaniel Verkamp                         ioat.md \
8261a787169SDaniel Verkamp                         iscsi.md \
827415dcbf8SDaniel Verkamp                         jsonrpc.md \
82865c1ad0fSMaciej Szwed                         jsonrpc_proxy.md \
8294521e05bSSeth Howell                         libraries.md \
8305226e908SPiotr Pelplinski                         lvol.md \
8318a703ca6SJim Harris                         memory.md \
8321ff8706fSwuzhouhui                         notify.md \
8331a787169SDaniel Verkamp                         nvme.md \
834b0ab5524SShuhei Matsumoto                         nvme_multipath.md \
835c2c0ece7SBen Walker                         nvme_spec.md \
8361a787169SDaniel Verkamp                         nvmf.md \
837cf9e0998SGangCao                         nvmf_tgt_pg.md \
838e745bb65STheo Jepsen                         nvmf_multipath_howto.md \
83968f9bbc7SBen Walker                         overview.md \
840b94155c8SStephen Bates                         peer_2_peer.md \
84179f9a7f5SJim Harris                         pkgconfig.md \
8428a703ca6SJim Harris                         porting.md \
843dc672e78SMichal Berger                         rpm.md \
844c15af452STomasz Zawadzki                         scheduler.md \
8453c9a0d09SMichal Berger                         shfmt.md \
84679a3ac88SKonrad Sztyber                         sma.md \
84783795a16SKarol Latecki                         spdkcli.md \
8488fdd4d70SJohn Kariuki                         spdk_top.md \
849937f1c2bSBen Walker                         ssd_internals.md \
850bf6a6019Stone.zhang                         system_configuration.md \
851*2f2acf4eSJim Harris                         tracing.md \
852651c558dSLiu Xiaodong                         ublk.md \
853e0c9c640SJim Harris                         usdt.md \
854495651d1SBen Walker                         userspace.md \
855de191b8fSBen Walker                         vagrant.md \
85671ea8265SDariusz Stojaczyk                         vhost.md \
8578a989c7cSDariusz Stojaczyk                         vhost_processing.md \
8581ac217dfSZiye Yang                         virtio.md \
859050df88cSTomasz Zawadzki                         vmd.md
8604b1f79b5SDaniel Verkamp
8614b1f79b5SDaniel Verkamp# This tag can be used to specify the character encoding of the source files
8624b1f79b5SDaniel Verkamp# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
8634b1f79b5SDaniel Verkamp# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
8644b1f79b5SDaniel Verkamp# documentation (see: http://www.gnu.org/software/libiconv) for the list of
8654b1f79b5SDaniel Verkamp# possible encodings.
8664b1f79b5SDaniel Verkamp# The default value is: UTF-8.
8674b1f79b5SDaniel Verkamp
8684b1f79b5SDaniel VerkampINPUT_ENCODING         = UTF-8
8694b1f79b5SDaniel Verkamp
8704b1f79b5SDaniel Verkamp# If the value of the INPUT tag contains directories, you can use the
8714b1f79b5SDaniel Verkamp# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
8721b627af8SDaniel Verkamp# *.h) to filter out the source-files in the directories.
8731b627af8SDaniel Verkamp#
8741b627af8SDaniel Verkamp# Note that for custom extensions or not directly supported extensions you also
8751b627af8SDaniel Verkamp# need to set EXTENSION_MAPPING for the extension otherwise the files are not
8761b627af8SDaniel Verkamp# read by doxygen.
8771b627af8SDaniel Verkamp#
8781b627af8SDaniel Verkamp# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
8791b627af8SDaniel Verkamp# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
8801b627af8SDaniel Verkamp# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
8811b627af8SDaniel Verkamp# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
8821b627af8SDaniel Verkamp# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf.
8834b1f79b5SDaniel Verkamp
8844b1f79b5SDaniel VerkampFILE_PATTERNS          =
8854b1f79b5SDaniel Verkamp
8864b1f79b5SDaniel Verkamp# The RECURSIVE tag can be used to specify whether or not subdirectories should
8874b1f79b5SDaniel Verkamp# be searched for input files as well.
8884b1f79b5SDaniel Verkamp# The default value is: NO.
8894b1f79b5SDaniel Verkamp
8904b1f79b5SDaniel VerkampRECURSIVE              = YES
8914b1f79b5SDaniel Verkamp
8924b1f79b5SDaniel Verkamp# The EXCLUDE tag can be used to specify files and/or directories that should be
8934b1f79b5SDaniel Verkamp# excluded from the INPUT source files. This way you can easily exclude a
8944b1f79b5SDaniel Verkamp# subdirectory from a directory tree whose root is specified with the INPUT tag.
8954b1f79b5SDaniel Verkamp#
8964b1f79b5SDaniel Verkamp# Note that relative paths are relative to the directory from which doxygen is
8974b1f79b5SDaniel Verkamp# run.
8984b1f79b5SDaniel Verkamp
8994b1f79b5SDaniel VerkampEXCLUDE                =
9004b1f79b5SDaniel Verkamp
9014b1f79b5SDaniel Verkamp# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
9024b1f79b5SDaniel Verkamp# directories that are symbolic links (a Unix file system feature) are excluded
9034b1f79b5SDaniel Verkamp# from the input.
9044b1f79b5SDaniel Verkamp# The default value is: NO.
9054b1f79b5SDaniel Verkamp
9064b1f79b5SDaniel VerkampEXCLUDE_SYMLINKS       = NO
9074b1f79b5SDaniel Verkamp
9084b1f79b5SDaniel Verkamp# If the value of the INPUT tag contains directories, you can use the
9094b1f79b5SDaniel Verkamp# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
9104b1f79b5SDaniel Verkamp# certain files from those directories.
9114b1f79b5SDaniel Verkamp#
9124b1f79b5SDaniel Verkamp# Note that the wildcards are matched against the file with absolute path, so to
9134b1f79b5SDaniel Verkamp# exclude all test directories for example use the pattern */test/*
9144b1f79b5SDaniel Verkamp
9154b1f79b5SDaniel VerkampEXCLUDE_PATTERNS       =
9164b1f79b5SDaniel Verkamp
9174b1f79b5SDaniel Verkamp# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
9184b1f79b5SDaniel Verkamp# (namespaces, classes, functions, etc.) that should be excluded from the
9194b1f79b5SDaniel Verkamp# output. The symbol name can be a fully qualified name, a word, or if the
9204b1f79b5SDaniel Verkamp# wildcard * is used, a substring. Examples: ANamespace, AClass,
9214b1f79b5SDaniel Verkamp# AClass::ANamespace, ANamespace::*Test
9224b1f79b5SDaniel Verkamp#
9234b1f79b5SDaniel Verkamp# Note that the wildcards are matched against the file with absolute path, so to
9244b1f79b5SDaniel Verkamp# exclude all test directories use the pattern */test/*
9254b1f79b5SDaniel Verkamp
9264b1f79b5SDaniel VerkampEXCLUDE_SYMBOLS        = cap_lo_register \
9274b1f79b5SDaniel Verkamp                         cap_hi_register \
9284b1f79b5SDaniel Verkamp                         aqa_register \
9294b1f79b5SDaniel Verkamp                         cc_register \
9304b1f79b5SDaniel Verkamp                         nvme_registers
9314b1f79b5SDaniel Verkamp
9324b1f79b5SDaniel Verkamp# The EXAMPLE_PATH tag can be used to specify one or more files or directories
9334b1f79b5SDaniel Verkamp# that contain example code fragments that are included (see the \include
9344b1f79b5SDaniel Verkamp# command).
9354b1f79b5SDaniel Verkamp
9364b1f79b5SDaniel VerkampEXAMPLE_PATH           =
9374b1f79b5SDaniel Verkamp
9384b1f79b5SDaniel Verkamp# If the value of the EXAMPLE_PATH tag contains directories, you can use the
9394b1f79b5SDaniel Verkamp# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
9404b1f79b5SDaniel Verkamp# *.h) to filter out the source-files in the directories. If left blank all
9414b1f79b5SDaniel Verkamp# files are included.
9424b1f79b5SDaniel Verkamp
9434b1f79b5SDaniel VerkampEXAMPLE_PATTERNS       =
9444b1f79b5SDaniel Verkamp
9454b1f79b5SDaniel Verkamp# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
9464b1f79b5SDaniel Verkamp# searched for input files to be used with the \include or \dontinclude commands
9474b1f79b5SDaniel Verkamp# irrespective of the value of the RECURSIVE tag.
9484b1f79b5SDaniel Verkamp# The default value is: NO.
9494b1f79b5SDaniel Verkamp
9504b1f79b5SDaniel VerkampEXAMPLE_RECURSIVE      = NO
9514b1f79b5SDaniel Verkamp
9524b1f79b5SDaniel Verkamp# The IMAGE_PATH tag can be used to specify one or more files or directories
9534b1f79b5SDaniel Verkamp# that contain images that are to be included in the documentation (see the
9544b1f79b5SDaniel Verkamp# \image command).
9554b1f79b5SDaniel Verkamp
956026c69dbSDariusz StojaczykIMAGE_PATH             = img
9574b1f79b5SDaniel Verkamp
9584b1f79b5SDaniel Verkamp# The INPUT_FILTER tag can be used to specify a program that doxygen should
9594b1f79b5SDaniel Verkamp# invoke to filter for each input file. Doxygen will invoke the filter program
9604b1f79b5SDaniel Verkamp# by executing (via popen()) the command:
9614b1f79b5SDaniel Verkamp#
9624b1f79b5SDaniel Verkamp# <filter> <input-file>
9634b1f79b5SDaniel Verkamp#
9644b1f79b5SDaniel Verkamp# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
9654b1f79b5SDaniel Verkamp# name of an input file. Doxygen will then use the output that the filter
9664b1f79b5SDaniel Verkamp# program writes to standard output. If FILTER_PATTERNS is specified, this tag
9674b1f79b5SDaniel Verkamp# will be ignored.
9684b1f79b5SDaniel Verkamp#
9694b1f79b5SDaniel Verkamp# Note that the filter must not add or remove lines; it is applied before the
9704b1f79b5SDaniel Verkamp# code is scanned, but not when the output code is generated. If lines are added
9714b1f79b5SDaniel Verkamp# or removed, the anchors will not be placed correctly.
9721b627af8SDaniel Verkamp#
9731b627af8SDaniel Verkamp# Note that for custom extensions or not directly supported extensions you also
9741b627af8SDaniel Verkamp# need to set EXTENSION_MAPPING for the extension otherwise the files are not
9751b627af8SDaniel Verkamp# properly processed by doxygen.
9764b1f79b5SDaniel Verkamp
9774b1f79b5SDaniel VerkampINPUT_FILTER           =
9784b1f79b5SDaniel Verkamp
9794b1f79b5SDaniel Verkamp# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
9804b1f79b5SDaniel Verkamp# basis. Doxygen will compare the file name with each pattern and apply the
9814b1f79b5SDaniel Verkamp# filter if there is a match. The filters are a list of the form: pattern=filter
9824b1f79b5SDaniel Verkamp# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
9834b1f79b5SDaniel Verkamp# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
9844b1f79b5SDaniel Verkamp# patterns match the file name, INPUT_FILTER is applied.
9851b627af8SDaniel Verkamp#
9861b627af8SDaniel Verkamp# Note that for custom extensions or not directly supported extensions you also
9871b627af8SDaniel Verkamp# need to set EXTENSION_MAPPING for the extension otherwise the files are not
9881b627af8SDaniel Verkamp# properly processed by doxygen.
9894b1f79b5SDaniel Verkamp
9904b1f79b5SDaniel VerkampFILTER_PATTERNS        =
9914b1f79b5SDaniel Verkamp
9924b1f79b5SDaniel Verkamp# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
9934b1f79b5SDaniel Verkamp# INPUT_FILTER) will also be used to filter the input files that are used for
9944b1f79b5SDaniel Verkamp# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
9954b1f79b5SDaniel Verkamp# The default value is: NO.
9964b1f79b5SDaniel Verkamp
9974b1f79b5SDaniel VerkampFILTER_SOURCE_FILES    = NO
9984b1f79b5SDaniel Verkamp
9994b1f79b5SDaniel Verkamp# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
10004b1f79b5SDaniel Verkamp# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
10014b1f79b5SDaniel Verkamp# it is also possible to disable source filtering for a specific pattern using
10024b1f79b5SDaniel Verkamp# *.ext= (so without naming a filter).
10034b1f79b5SDaniel Verkamp# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
10044b1f79b5SDaniel Verkamp
10054b1f79b5SDaniel VerkampFILTER_SOURCE_PATTERNS =
10064b1f79b5SDaniel Verkamp
10074b1f79b5SDaniel Verkamp# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
10084b1f79b5SDaniel Verkamp# is part of the input, its contents will be placed on the main page
10094b1f79b5SDaniel Verkamp# (index.html). This can be useful if you have a project on for instance GitHub
10104b1f79b5SDaniel Verkamp# and want to reuse the introduction page also for the doxygen output.
10114b1f79b5SDaniel Verkamp
10124b1f79b5SDaniel VerkampUSE_MDFILE_AS_MAINPAGE =
10134b1f79b5SDaniel Verkamp
10144b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
10154b1f79b5SDaniel Verkamp# Configuration options related to source browsing
10164b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
10174b1f79b5SDaniel Verkamp
10184b1f79b5SDaniel Verkamp# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
10194b1f79b5SDaniel Verkamp# generated. Documented entities will be cross-referenced with these sources.
10204b1f79b5SDaniel Verkamp#
10214b1f79b5SDaniel Verkamp# Note: To get rid of all source code in the generated output, make sure that
10224b1f79b5SDaniel Verkamp# also VERBATIM_HEADERS is set to NO.
10234b1f79b5SDaniel Verkamp# The default value is: NO.
10244b1f79b5SDaniel Verkamp
10254b1f79b5SDaniel VerkampSOURCE_BROWSER         = NO
10264b1f79b5SDaniel Verkamp
10274b1f79b5SDaniel Verkamp# Setting the INLINE_SOURCES tag to YES will include the body of functions,
10284b1f79b5SDaniel Verkamp# classes and enums directly into the documentation.
10294b1f79b5SDaniel Verkamp# The default value is: NO.
10304b1f79b5SDaniel Verkamp
10314b1f79b5SDaniel VerkampINLINE_SOURCES         = NO
10324b1f79b5SDaniel Verkamp
10334b1f79b5SDaniel Verkamp# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
10344b1f79b5SDaniel Verkamp# special comment blocks from generated source code fragments. Normal C, C++ and
10354b1f79b5SDaniel Verkamp# Fortran comments will always remain visible.
10364b1f79b5SDaniel Verkamp# The default value is: YES.
10374b1f79b5SDaniel Verkamp
10384b1f79b5SDaniel VerkampSTRIP_CODE_COMMENTS    = YES
10394b1f79b5SDaniel Verkamp
10404b1f79b5SDaniel Verkamp# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
10414b1f79b5SDaniel Verkamp# function all documented functions referencing it will be listed.
10424b1f79b5SDaniel Verkamp# The default value is: NO.
10434b1f79b5SDaniel Verkamp
10444b1f79b5SDaniel VerkampREFERENCED_BY_RELATION = NO
10454b1f79b5SDaniel Verkamp
10464b1f79b5SDaniel Verkamp# If the REFERENCES_RELATION tag is set to YES then for each documented function
10474b1f79b5SDaniel Verkamp# all documented entities called/used by that function will be listed.
10484b1f79b5SDaniel Verkamp# The default value is: NO.
10494b1f79b5SDaniel Verkamp
10504b1f79b5SDaniel VerkampREFERENCES_RELATION    = NO
10514b1f79b5SDaniel Verkamp
10524b1f79b5SDaniel Verkamp# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
10534b1f79b5SDaniel Verkamp# to YES then the hyperlinks from functions in REFERENCES_RELATION and
10544b1f79b5SDaniel Verkamp# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
10554b1f79b5SDaniel Verkamp# link to the documentation.
10564b1f79b5SDaniel Verkamp# The default value is: YES.
10574b1f79b5SDaniel Verkamp
10584b1f79b5SDaniel VerkampREFERENCES_LINK_SOURCE = YES
10594b1f79b5SDaniel Verkamp
10604b1f79b5SDaniel Verkamp# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
10614b1f79b5SDaniel Verkamp# source code will show a tooltip with additional information such as prototype,
10624b1f79b5SDaniel Verkamp# brief description and links to the definition and documentation. Since this
10634b1f79b5SDaniel Verkamp# will make the HTML file larger and loading of large files a bit slower, you
10644b1f79b5SDaniel Verkamp# can opt to disable this feature.
10654b1f79b5SDaniel Verkamp# The default value is: YES.
10664b1f79b5SDaniel Verkamp# This tag requires that the tag SOURCE_BROWSER is set to YES.
10674b1f79b5SDaniel Verkamp
10684b1f79b5SDaniel VerkampSOURCE_TOOLTIPS        = YES
10694b1f79b5SDaniel Verkamp
10704b1f79b5SDaniel Verkamp# If the USE_HTAGS tag is set to YES then the references to source code will
10714b1f79b5SDaniel Verkamp# point to the HTML generated by the htags(1) tool instead of doxygen built-in
10724b1f79b5SDaniel Verkamp# source browser. The htags tool is part of GNU's global source tagging system
10734b1f79b5SDaniel Verkamp# (see http://www.gnu.org/software/global/global.html). You will need version
10744b1f79b5SDaniel Verkamp# 4.8.6 or higher.
10754b1f79b5SDaniel Verkamp#
10764b1f79b5SDaniel Verkamp# To use it do the following:
10774b1f79b5SDaniel Verkamp# - Install the latest version of global
10784b1f79b5SDaniel Verkamp# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
10794b1f79b5SDaniel Verkamp# - Make sure the INPUT points to the root of the source tree
10804b1f79b5SDaniel Verkamp# - Run doxygen as normal
10814b1f79b5SDaniel Verkamp#
10824b1f79b5SDaniel Verkamp# Doxygen will invoke htags (and that will in turn invoke gtags), so these
10834b1f79b5SDaniel Verkamp# tools must be available from the command line (i.e. in the search path).
10844b1f79b5SDaniel Verkamp#
10854b1f79b5SDaniel Verkamp# The result: instead of the source browser generated by doxygen, the links to
10864b1f79b5SDaniel Verkamp# source code will now point to the output of htags.
10874b1f79b5SDaniel Verkamp# The default value is: NO.
10884b1f79b5SDaniel Verkamp# This tag requires that the tag SOURCE_BROWSER is set to YES.
10894b1f79b5SDaniel Verkamp
10904b1f79b5SDaniel VerkampUSE_HTAGS              = NO
10914b1f79b5SDaniel Verkamp
10924b1f79b5SDaniel Verkamp# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
10934b1f79b5SDaniel Verkamp# verbatim copy of the header file for each class for which an include is
10944b1f79b5SDaniel Verkamp# specified. Set to NO to disable this.
10954b1f79b5SDaniel Verkamp# See also: Section \class.
10964b1f79b5SDaniel Verkamp# The default value is: YES.
10974b1f79b5SDaniel Verkamp
10984b1f79b5SDaniel VerkampVERBATIM_HEADERS       = NO
10994b1f79b5SDaniel Verkamp
11004b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
11014b1f79b5SDaniel Verkamp# Configuration options related to the alphabetical class index
11024b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
11034b1f79b5SDaniel Verkamp
11044b1f79b5SDaniel Verkamp# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
11054b1f79b5SDaniel Verkamp# compounds will be generated. Enable this if the project contains a lot of
11064b1f79b5SDaniel Verkamp# classes, structs, unions or interfaces.
11074b1f79b5SDaniel Verkamp# The default value is: YES.
11084b1f79b5SDaniel Verkamp
11094b1f79b5SDaniel VerkampALPHABETICAL_INDEX     = YES
11104b1f79b5SDaniel Verkamp
11114b1f79b5SDaniel Verkamp# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
11124b1f79b5SDaniel Verkamp# which the alphabetical index list will be split.
11134b1f79b5SDaniel Verkamp# Minimum value: 1, maximum value: 20, default value: 5.
11144b1f79b5SDaniel Verkamp# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
11154b1f79b5SDaniel Verkamp
111620244a18SMichal Berger# COLS_IN_ALPHA_INDEX    = 5
11174b1f79b5SDaniel Verkamp
11184b1f79b5SDaniel Verkamp# In case all classes in a project start with a common prefix, all classes will
11194b1f79b5SDaniel Verkamp# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
11204b1f79b5SDaniel Verkamp# can be used to specify a prefix (or a list of prefixes) that should be ignored
11214b1f79b5SDaniel Verkamp# while generating the index headers.
11224b1f79b5SDaniel Verkamp# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
11234b1f79b5SDaniel Verkamp
11244b1f79b5SDaniel VerkampIGNORE_PREFIX          =
11254b1f79b5SDaniel Verkamp
11264b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
11274b1f79b5SDaniel Verkamp# Configuration options related to the HTML output
11284b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
11294b1f79b5SDaniel Verkamp
11304b1f79b5SDaniel Verkamp# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
11311b627af8SDaniel Verkamp# The default value is: YES.
11324b1f79b5SDaniel Verkamp
11334b1f79b5SDaniel VerkampGENERATE_HTML          = YES
11344b1f79b5SDaniel Verkamp
11354b1f79b5SDaniel Verkamp# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
11364b1f79b5SDaniel Verkamp# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
11374b1f79b5SDaniel Verkamp# it.
11384b1f79b5SDaniel Verkamp# The default directory is: html.
11394b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
11404b1f79b5SDaniel Verkamp
11414b1f79b5SDaniel VerkampHTML_OUTPUT            = html
11424b1f79b5SDaniel Verkamp
11434b1f79b5SDaniel Verkamp# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
11444b1f79b5SDaniel Verkamp# generated HTML page (for example: .htm, .php, .asp).
11454b1f79b5SDaniel Verkamp# The default value is: .html.
11464b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
11474b1f79b5SDaniel Verkamp
11484b1f79b5SDaniel VerkampHTML_FILE_EXTENSION    = .html
11494b1f79b5SDaniel Verkamp
11504b1f79b5SDaniel Verkamp# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
11514b1f79b5SDaniel Verkamp# each generated HTML page. If the tag is left blank doxygen will generate a
11524b1f79b5SDaniel Verkamp# standard header.
11534b1f79b5SDaniel Verkamp#
11544b1f79b5SDaniel Verkamp# To get valid HTML the header file that includes any scripts and style sheets
11554b1f79b5SDaniel Verkamp# that doxygen needs, which is dependent on the configuration options used (e.g.
11564b1f79b5SDaniel Verkamp# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
11574b1f79b5SDaniel Verkamp# default header using
11584b1f79b5SDaniel Verkamp# doxygen -w html new_header.html new_footer.html new_stylesheet.css
11594b1f79b5SDaniel Verkamp# YourConfigFile
11604b1f79b5SDaniel Verkamp# and then modify the file new_header.html. See also section "Doxygen usage"
11614b1f79b5SDaniel Verkamp# for information on how to generate the default header that doxygen normally
11624b1f79b5SDaniel Verkamp# uses.
11634b1f79b5SDaniel Verkamp# Note: The header is subject to change so you typically have to regenerate the
11644b1f79b5SDaniel Verkamp# default header when upgrading to a newer version of doxygen. For a description
11654b1f79b5SDaniel Verkamp# of the possible markers and block names see the documentation.
11664b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
11674b1f79b5SDaniel Verkamp
116860811b5bSDaniel VerkampHTML_HEADER            = header.html
11694b1f79b5SDaniel Verkamp
11704b1f79b5SDaniel Verkamp# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
11714b1f79b5SDaniel Verkamp# generated HTML page. If the tag is left blank doxygen will generate a standard
11724b1f79b5SDaniel Verkamp# footer. See HTML_HEADER for more information on how to generate a default
11734b1f79b5SDaniel Verkamp# footer and what special commands can be used inside the footer. See also
11744b1f79b5SDaniel Verkamp# section "Doxygen usage" for information on how to generate the default footer
11754b1f79b5SDaniel Verkamp# that doxygen normally uses.
11764b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
11774b1f79b5SDaniel Verkamp
11784b1f79b5SDaniel VerkampHTML_FOOTER            = footer.html
11794b1f79b5SDaniel Verkamp
11804b1f79b5SDaniel Verkamp# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
11814b1f79b5SDaniel Verkamp# sheet that is used by each HTML page. It can be used to fine-tune the look of
11824b1f79b5SDaniel Verkamp# the HTML output. If left blank doxygen will generate a default style sheet.
11834b1f79b5SDaniel Verkamp# See also section "Doxygen usage" for information on how to generate the style
11844b1f79b5SDaniel Verkamp# sheet that doxygen normally uses.
11854b1f79b5SDaniel Verkamp# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
11864b1f79b5SDaniel Verkamp# it is more robust and this tag (HTML_STYLESHEET) will in the future become
11874b1f79b5SDaniel Verkamp# obsolete.
11884b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
11894b1f79b5SDaniel Verkamp
11906644241fSBen WalkerHTML_STYLESHEET        =
11914b1f79b5SDaniel Verkamp
11924b1f79b5SDaniel Verkamp# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
11934b1f79b5SDaniel Verkamp# cascading style sheets that are included after the standard style sheets
11944b1f79b5SDaniel Verkamp# created by doxygen. Using this option one can overrule certain style aspects.
11954b1f79b5SDaniel Verkamp# This is preferred over using HTML_STYLESHEET since it does not replace the
11964b1f79b5SDaniel Verkamp# standard style sheet and is therefore more robust against future updates.
11974b1f79b5SDaniel Verkamp# Doxygen will copy the style sheet files to the output directory.
11984b1f79b5SDaniel Verkamp# Note: The order of the extra style sheet files is of importance (e.g. the last
11994b1f79b5SDaniel Verkamp# style sheet in the list overrules the setting of the previous ones in the
12004b1f79b5SDaniel Verkamp# list). For an example see the documentation.
12014b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
12024b1f79b5SDaniel Verkamp
12036644241fSBen WalkerHTML_EXTRA_STYLESHEET  = stylesheet.css
12044b1f79b5SDaniel Verkamp
12054b1f79b5SDaniel Verkamp# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
12064b1f79b5SDaniel Verkamp# other source files which should be copied to the HTML output directory. Note
12074b1f79b5SDaniel Verkamp# that these files will be copied to the base HTML output directory. Use the
12084b1f79b5SDaniel Verkamp# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
12094b1f79b5SDaniel Verkamp# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
12104b1f79b5SDaniel Verkamp# files will be copied as-is; there are no commands or markers available.
12114b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
12124b1f79b5SDaniel Verkamp
1213b381bf1dSBen WalkerHTML_EXTRA_FILES       = two.min.js
12144b1f79b5SDaniel Verkamp
12154b1f79b5SDaniel Verkamp# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
12164b1f79b5SDaniel Verkamp# will adjust the colors in the style sheet and background images according to
12174b1f79b5SDaniel Verkamp# this color. Hue is specified as an angle on a colorwheel, see
12184b1f79b5SDaniel Verkamp# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
12194b1f79b5SDaniel Verkamp# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
12204b1f79b5SDaniel Verkamp# purple, and 360 is red again.
12214b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 359, default value: 220.
12224b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
12234b1f79b5SDaniel Verkamp
12244b1f79b5SDaniel VerkampHTML_COLORSTYLE_HUE    = 220
12254b1f79b5SDaniel Verkamp
12264b1f79b5SDaniel Verkamp# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
12274b1f79b5SDaniel Verkamp# in the HTML output. For a value of 0 the output will use grayscales only. A
12284b1f79b5SDaniel Verkamp# value of 255 will produce the most vivid colors.
12294b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 255, default value: 100.
12304b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
12314b1f79b5SDaniel Verkamp
12324b1f79b5SDaniel VerkampHTML_COLORSTYLE_SAT    = 100
12334b1f79b5SDaniel Verkamp
12344b1f79b5SDaniel Verkamp# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
12354b1f79b5SDaniel Verkamp# luminance component of the colors in the HTML output. Values below 100
12364b1f79b5SDaniel Verkamp# gradually make the output lighter, whereas values above 100 make the output
12374b1f79b5SDaniel Verkamp# darker. The value divided by 100 is the actual gamma applied, so 80 represents
12384b1f79b5SDaniel Verkamp# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
12394b1f79b5SDaniel Verkamp# change the gamma.
12404b1f79b5SDaniel Verkamp# Minimum value: 40, maximum value: 240, default value: 80.
12414b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
12424b1f79b5SDaniel Verkamp
12434b1f79b5SDaniel VerkampHTML_COLORSTYLE_GAMMA  = 80
12444b1f79b5SDaniel Verkamp
12454b1f79b5SDaniel Verkamp# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
12464b1f79b5SDaniel Verkamp# documentation will contain sections that can be hidden and shown after the
12474b1f79b5SDaniel Verkamp# page has loaded.
12484b1f79b5SDaniel Verkamp# The default value is: NO.
12494b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
12504b1f79b5SDaniel Verkamp
12514b1f79b5SDaniel VerkampHTML_DYNAMIC_SECTIONS  = NO
12524b1f79b5SDaniel Verkamp
12534b1f79b5SDaniel Verkamp# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
12544b1f79b5SDaniel Verkamp# shown in the various tree structured indices initially; the user can expand
12554b1f79b5SDaniel Verkamp# and collapse entries dynamically later on. Doxygen will expand the tree to
12564b1f79b5SDaniel Verkamp# such a level that at most the specified number of entries are visible (unless
12574b1f79b5SDaniel Verkamp# a fully collapsed tree already exceeds this amount). So setting the number of
12584b1f79b5SDaniel Verkamp# entries 1 will produce a full collapsed tree by default. 0 is a special value
12594b1f79b5SDaniel Verkamp# representing an infinite number of entries and will result in a full expanded
12604b1f79b5SDaniel Verkamp# tree by default.
12614b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 9999, default value: 100.
12624b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
12634b1f79b5SDaniel Verkamp
12644b1f79b5SDaniel VerkampHTML_INDEX_NUM_ENTRIES = 100
12654b1f79b5SDaniel Verkamp
12664b1f79b5SDaniel Verkamp# If the GENERATE_DOCSET tag is set to YES, additional index files will be
12674b1f79b5SDaniel Verkamp# generated that can be used as input for Apple's Xcode 3 integrated development
12684b1f79b5SDaniel Verkamp# environment (see: http://developer.apple.com/tools/xcode/), introduced with
12694b1f79b5SDaniel Verkamp# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
12704b1f79b5SDaniel Verkamp# Makefile in the HTML output directory. Running make will produce the docset in
12714b1f79b5SDaniel Verkamp# that directory and running make install will install the docset in
12724b1f79b5SDaniel Verkamp# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
12734b1f79b5SDaniel Verkamp# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
12744b1f79b5SDaniel Verkamp# for more information.
12754b1f79b5SDaniel Verkamp# The default value is: NO.
12764b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
12774b1f79b5SDaniel Verkamp
12784b1f79b5SDaniel VerkampGENERATE_DOCSET        = NO
12794b1f79b5SDaniel Verkamp
12804b1f79b5SDaniel Verkamp# This tag determines the name of the docset feed. A documentation feed provides
12814b1f79b5SDaniel Verkamp# an umbrella under which multiple documentation sets from a single provider
12824b1f79b5SDaniel Verkamp# (such as a company or product suite) can be grouped.
12834b1f79b5SDaniel Verkamp# The default value is: Doxygen generated docs.
12844b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_DOCSET is set to YES.
12854b1f79b5SDaniel Verkamp
12864b1f79b5SDaniel VerkampDOCSET_FEEDNAME        = "Doxygen generated docs"
12874b1f79b5SDaniel Verkamp
12884b1f79b5SDaniel Verkamp# This tag specifies a string that should uniquely identify the documentation
12894b1f79b5SDaniel Verkamp# set bundle. This should be a reverse domain-name style string, e.g.
12904b1f79b5SDaniel Verkamp# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
12914b1f79b5SDaniel Verkamp# The default value is: org.doxygen.Project.
12924b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_DOCSET is set to YES.
12934b1f79b5SDaniel Verkamp
12944b1f79b5SDaniel VerkampDOCSET_BUNDLE_ID       = org.doxygen.Project
12954b1f79b5SDaniel Verkamp
12964b1f79b5SDaniel Verkamp# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
12974b1f79b5SDaniel Verkamp# the documentation publisher. This should be a reverse domain-name style
12984b1f79b5SDaniel Verkamp# string, e.g. com.mycompany.MyDocSet.documentation.
12994b1f79b5SDaniel Verkamp# The default value is: org.doxygen.Publisher.
13004b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_DOCSET is set to YES.
13014b1f79b5SDaniel Verkamp
13024b1f79b5SDaniel VerkampDOCSET_PUBLISHER_ID    = org.doxygen.Publisher
13034b1f79b5SDaniel Verkamp
13044b1f79b5SDaniel Verkamp# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
13054b1f79b5SDaniel Verkamp# The default value is: Publisher.
13064b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_DOCSET is set to YES.
13074b1f79b5SDaniel Verkamp
13084b1f79b5SDaniel VerkampDOCSET_PUBLISHER_NAME  = Publisher
13094b1f79b5SDaniel Verkamp
13104b1f79b5SDaniel Verkamp# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
13114b1f79b5SDaniel Verkamp# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
13124b1f79b5SDaniel Verkamp# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
13134b1f79b5SDaniel Verkamp# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
13144b1f79b5SDaniel Verkamp# Windows.
13154b1f79b5SDaniel Verkamp#
13164b1f79b5SDaniel Verkamp# The HTML Help Workshop contains a compiler that can convert all HTML output
13174b1f79b5SDaniel Verkamp# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
13184b1f79b5SDaniel Verkamp# files are now used as the Windows 98 help format, and will replace the old
13194b1f79b5SDaniel Verkamp# Windows help format (.hlp) on all Windows platforms in the future. Compressed
13204b1f79b5SDaniel Verkamp# HTML files also contain an index, a table of contents, and you can search for
13214b1f79b5SDaniel Verkamp# words in the documentation. The HTML workshop also contains a viewer for
13224b1f79b5SDaniel Verkamp# compressed HTML files.
13234b1f79b5SDaniel Verkamp# The default value is: NO.
13244b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
13254b1f79b5SDaniel Verkamp
13264b1f79b5SDaniel VerkampGENERATE_HTMLHELP      = NO
13274b1f79b5SDaniel Verkamp
13284b1f79b5SDaniel Verkamp# The CHM_FILE tag can be used to specify the file name of the resulting .chm
13294b1f79b5SDaniel Verkamp# file. You can add a path in front of the file if the result should not be
13304b1f79b5SDaniel Verkamp# written to the html output directory.
13314b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
13324b1f79b5SDaniel Verkamp
13334b1f79b5SDaniel VerkampCHM_FILE               =
13344b1f79b5SDaniel Verkamp
13354b1f79b5SDaniel Verkamp# The HHC_LOCATION tag can be used to specify the location (absolute path
13364b1f79b5SDaniel Verkamp# including file name) of the HTML help compiler (hhc.exe). If non-empty,
13374b1f79b5SDaniel Verkamp# doxygen will try to run the HTML help compiler on the generated index.hhp.
13384b1f79b5SDaniel Verkamp# The file has to be specified with full path.
13394b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
13404b1f79b5SDaniel Verkamp
13414b1f79b5SDaniel VerkampHHC_LOCATION           =
13424b1f79b5SDaniel Verkamp
13434b1f79b5SDaniel Verkamp# The GENERATE_CHI flag controls if a separate .chi index file is generated
13444b1f79b5SDaniel Verkamp# (YES) or that it should be included in the master .chm file (NO).
13454b1f79b5SDaniel Verkamp# The default value is: NO.
13464b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
13474b1f79b5SDaniel Verkamp
13484b1f79b5SDaniel VerkampGENERATE_CHI           = NO
13494b1f79b5SDaniel Verkamp
13504b1f79b5SDaniel Verkamp# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
13514b1f79b5SDaniel Verkamp# and project file content.
13524b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
13534b1f79b5SDaniel Verkamp
13544b1f79b5SDaniel VerkampCHM_INDEX_ENCODING     =
13554b1f79b5SDaniel Verkamp
13564b1f79b5SDaniel Verkamp# The BINARY_TOC flag controls whether a binary table of contents is generated
13574b1f79b5SDaniel Verkamp# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
13584b1f79b5SDaniel Verkamp# enables the Previous and Next buttons.
13594b1f79b5SDaniel Verkamp# The default value is: NO.
13604b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
13614b1f79b5SDaniel Verkamp
13624b1f79b5SDaniel VerkampBINARY_TOC             = NO
13634b1f79b5SDaniel Verkamp
13644b1f79b5SDaniel Verkamp# The TOC_EXPAND flag can be set to YES to add extra items for group members to
13654b1f79b5SDaniel Verkamp# the table of contents of the HTML help documentation and to the tree view.
13664b1f79b5SDaniel Verkamp# The default value is: NO.
13674b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
13684b1f79b5SDaniel Verkamp
13694b1f79b5SDaniel VerkampTOC_EXPAND             = NO
13704b1f79b5SDaniel Verkamp
13714b1f79b5SDaniel Verkamp# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
13724b1f79b5SDaniel Verkamp# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
13734b1f79b5SDaniel Verkamp# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
13744b1f79b5SDaniel Verkamp# (.qch) of the generated HTML documentation.
13754b1f79b5SDaniel Verkamp# The default value is: NO.
13764b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
13774b1f79b5SDaniel Verkamp
13784b1f79b5SDaniel VerkampGENERATE_QHP           = NO
13794b1f79b5SDaniel Verkamp
13804b1f79b5SDaniel Verkamp# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
13814b1f79b5SDaniel Verkamp# the file name of the resulting .qch file. The path specified is relative to
13824b1f79b5SDaniel Verkamp# the HTML output folder.
13834b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_QHP is set to YES.
13844b1f79b5SDaniel Verkamp
13854b1f79b5SDaniel VerkampQCH_FILE               =
13864b1f79b5SDaniel Verkamp
13874b1f79b5SDaniel Verkamp# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
13884b1f79b5SDaniel Verkamp# Project output. For more information please see Qt Help Project / Namespace
13894b1f79b5SDaniel Verkamp# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
13904b1f79b5SDaniel Verkamp# The default value is: org.doxygen.Project.
13914b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_QHP is set to YES.
13924b1f79b5SDaniel Verkamp
13934b1f79b5SDaniel VerkampQHP_NAMESPACE          = org.doxygen.Project
13944b1f79b5SDaniel Verkamp
13954b1f79b5SDaniel Verkamp# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
13964b1f79b5SDaniel Verkamp# Help Project output. For more information please see Qt Help Project / Virtual
13974b1f79b5SDaniel Verkamp# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
13984b1f79b5SDaniel Verkamp# folders).
13994b1f79b5SDaniel Verkamp# The default value is: doc.
14004b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_QHP is set to YES.
14014b1f79b5SDaniel Verkamp
14024b1f79b5SDaniel VerkampQHP_VIRTUAL_FOLDER     = doc
14034b1f79b5SDaniel Verkamp
14044b1f79b5SDaniel Verkamp# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
14054b1f79b5SDaniel Verkamp# filter to add. For more information please see Qt Help Project / Custom
14064b1f79b5SDaniel Verkamp# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
14074b1f79b5SDaniel Verkamp# filters).
14084b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_QHP is set to YES.
14094b1f79b5SDaniel Verkamp
14104b1f79b5SDaniel VerkampQHP_CUST_FILTER_NAME   =
14114b1f79b5SDaniel Verkamp
14124b1f79b5SDaniel Verkamp# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
14134b1f79b5SDaniel Verkamp# custom filter to add. For more information please see Qt Help Project / Custom
14144b1f79b5SDaniel Verkamp# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
14154b1f79b5SDaniel Verkamp# filters).
14164b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_QHP is set to YES.
14174b1f79b5SDaniel Verkamp
14184b1f79b5SDaniel VerkampQHP_CUST_FILTER_ATTRS  =
14194b1f79b5SDaniel Verkamp
14204b1f79b5SDaniel Verkamp# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
14214b1f79b5SDaniel Verkamp# project's filter section matches. Qt Help Project / Filter Attributes (see:
14224b1f79b5SDaniel Verkamp# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
14234b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_QHP is set to YES.
14244b1f79b5SDaniel Verkamp
14254b1f79b5SDaniel VerkampQHP_SECT_FILTER_ATTRS  =
14264b1f79b5SDaniel Verkamp
14274b1f79b5SDaniel Verkamp# The QHG_LOCATION tag can be used to specify the location of Qt's
14284b1f79b5SDaniel Verkamp# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
14294b1f79b5SDaniel Verkamp# generated .qhp file.
14304b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_QHP is set to YES.
14314b1f79b5SDaniel Verkamp
14324b1f79b5SDaniel VerkampQHG_LOCATION           =
14334b1f79b5SDaniel Verkamp
14344b1f79b5SDaniel Verkamp# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
14354b1f79b5SDaniel Verkamp# generated, together with the HTML files, they form an Eclipse help plugin. To
14364b1f79b5SDaniel Verkamp# install this plugin and make it available under the help contents menu in
14374b1f79b5SDaniel Verkamp# Eclipse, the contents of the directory containing the HTML and XML files needs
14384b1f79b5SDaniel Verkamp# to be copied into the plugins directory of eclipse. The name of the directory
14394b1f79b5SDaniel Verkamp# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
14404b1f79b5SDaniel Verkamp# After copying Eclipse needs to be restarted before the help appears.
14414b1f79b5SDaniel Verkamp# The default value is: NO.
14424b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
14434b1f79b5SDaniel Verkamp
14444b1f79b5SDaniel VerkampGENERATE_ECLIPSEHELP   = NO
14454b1f79b5SDaniel Verkamp
14464b1f79b5SDaniel Verkamp# A unique identifier for the Eclipse help plugin. When installing the plugin
14474b1f79b5SDaniel Verkamp# the directory name containing the HTML and XML files should also have this
14484b1f79b5SDaniel Verkamp# name. Each documentation set should have its own identifier.
14494b1f79b5SDaniel Verkamp# The default value is: org.doxygen.Project.
14504b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
14514b1f79b5SDaniel Verkamp
14524b1f79b5SDaniel VerkampECLIPSE_DOC_ID         = org.doxygen.Project
14534b1f79b5SDaniel Verkamp
14544b1f79b5SDaniel Verkamp# If you want full control over the layout of the generated HTML pages it might
14554b1f79b5SDaniel Verkamp# be necessary to disable the index and replace it with your own. The
14564b1f79b5SDaniel Verkamp# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
14574b1f79b5SDaniel Verkamp# of each HTML page. A value of NO enables the index and the value YES disables
14584b1f79b5SDaniel Verkamp# it. Since the tabs in the index contain the same information as the navigation
14594b1f79b5SDaniel Verkamp# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
14604b1f79b5SDaniel Verkamp# The default value is: NO.
14614b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
14624b1f79b5SDaniel Verkamp
146333c81b8bSDaniel VerkampDISABLE_INDEX          = NO
14644b1f79b5SDaniel Verkamp
14654b1f79b5SDaniel Verkamp# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
14664b1f79b5SDaniel Verkamp# structure should be generated to display hierarchical information. If the tag
14674b1f79b5SDaniel Verkamp# value is set to YES, a side panel will be generated containing a tree-like
14684b1f79b5SDaniel Verkamp# index structure (just like the one that is generated for HTML Help). For this
14694b1f79b5SDaniel Verkamp# to work a browser that supports JavaScript, DHTML, CSS and frames is required
14704b1f79b5SDaniel Verkamp# (i.e. any modern browser). Windows users are probably better off using the
14714b1f79b5SDaniel Verkamp# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
14724b1f79b5SDaniel Verkamp# further fine-tune the look of the index. As an example, the default style
14734b1f79b5SDaniel Verkamp# sheet generated by doxygen has an example that shows how to put an image at
14744b1f79b5SDaniel Verkamp# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
14754b1f79b5SDaniel Verkamp# the same information as the tab index, you could consider setting
14764b1f79b5SDaniel Verkamp# DISABLE_INDEX to YES when enabling this option.
14774b1f79b5SDaniel Verkamp# The default value is: NO.
14784b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
14794b1f79b5SDaniel Verkamp
14808bbd56fbSDaniel VerkampGENERATE_TREEVIEW      = YES
14814b1f79b5SDaniel Verkamp
14824b1f79b5SDaniel Verkamp# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
14834b1f79b5SDaniel Verkamp# doxygen will group on one line in the generated HTML documentation.
14844b1f79b5SDaniel Verkamp#
14854b1f79b5SDaniel Verkamp# Note that a value of 0 will completely suppress the enum values from appearing
14864b1f79b5SDaniel Verkamp# in the overview section.
14874b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 20, default value: 4.
14884b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
14894b1f79b5SDaniel Verkamp
14904b1f79b5SDaniel VerkampENUM_VALUES_PER_LINE   = 4
14914b1f79b5SDaniel Verkamp
14924b1f79b5SDaniel Verkamp# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
14934b1f79b5SDaniel Verkamp# to set the initial width (in pixels) of the frame in which the tree is shown.
14944b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 1500, default value: 250.
14954b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
14964b1f79b5SDaniel Verkamp
14974b1f79b5SDaniel VerkampTREEVIEW_WIDTH         = 250
14984b1f79b5SDaniel Verkamp
14994b1f79b5SDaniel Verkamp# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
15004b1f79b5SDaniel Verkamp# external symbols imported via tag files in a separate window.
15014b1f79b5SDaniel Verkamp# The default value is: NO.
15024b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
15034b1f79b5SDaniel Verkamp
15044b1f79b5SDaniel VerkampEXT_LINKS_IN_WINDOW    = NO
15054b1f79b5SDaniel Verkamp
15064b1f79b5SDaniel Verkamp# Use this tag to change the font size of LaTeX formulas included as images in
15074b1f79b5SDaniel Verkamp# the HTML documentation. When you change the font size after a successful
15084b1f79b5SDaniel Verkamp# doxygen run you need to manually remove any form_*.png images from the HTML
15094b1f79b5SDaniel Verkamp# output directory to force them to be regenerated.
15104b1f79b5SDaniel Verkamp# Minimum value: 8, maximum value: 50, default value: 10.
15114b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
15124b1f79b5SDaniel Verkamp
15134b1f79b5SDaniel VerkampFORMULA_FONTSIZE       = 10
15144b1f79b5SDaniel Verkamp
15154b1f79b5SDaniel Verkamp# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
15164b1f79b5SDaniel Verkamp# http://www.mathjax.org) which uses client side Javascript for the rendering
15174b1f79b5SDaniel Verkamp# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
15184b1f79b5SDaniel Verkamp# installed or if you want to formulas look prettier in the HTML output. When
15194b1f79b5SDaniel Verkamp# enabled you may also need to install MathJax separately and configure the path
15204b1f79b5SDaniel Verkamp# to it using the MATHJAX_RELPATH option.
15214b1f79b5SDaniel Verkamp# The default value is: NO.
15224b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
15234b1f79b5SDaniel Verkamp
15244b1f79b5SDaniel VerkampUSE_MATHJAX            = NO
15254b1f79b5SDaniel Verkamp
15264b1f79b5SDaniel Verkamp# When MathJax is enabled you can set the default output format to be used for
15274b1f79b5SDaniel Verkamp# the MathJax output. See the MathJax site (see:
15284b1f79b5SDaniel Verkamp# http://docs.mathjax.org/en/latest/output.html) for more details.
15294b1f79b5SDaniel Verkamp# Possible values are: HTML-CSS (which is slower, but has the best
15304b1f79b5SDaniel Verkamp# compatibility), NativeMML (i.e. MathML) and SVG.
15314b1f79b5SDaniel Verkamp# The default value is: HTML-CSS.
15324b1f79b5SDaniel Verkamp# This tag requires that the tag USE_MATHJAX is set to YES.
15334b1f79b5SDaniel Verkamp
15344b1f79b5SDaniel VerkampMATHJAX_FORMAT         = HTML-CSS
15354b1f79b5SDaniel Verkamp
15364b1f79b5SDaniel Verkamp# When MathJax is enabled you need to specify the location relative to the HTML
15374b1f79b5SDaniel Verkamp# output directory using the MATHJAX_RELPATH option. The destination directory
15384b1f79b5SDaniel Verkamp# should contain the MathJax.js script. For instance, if the mathjax directory
15394b1f79b5SDaniel Verkamp# is located at the same level as the HTML output directory, then
15404b1f79b5SDaniel Verkamp# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
15414b1f79b5SDaniel Verkamp# Content Delivery Network so you can quickly see the result without installing
15424b1f79b5SDaniel Verkamp# MathJax. However, it is strongly recommended to install a local copy of
15434b1f79b5SDaniel Verkamp# MathJax from http://www.mathjax.org before deployment.
15444b1f79b5SDaniel Verkamp# The default value is: http://cdn.mathjax.org/mathjax/latest.
15454b1f79b5SDaniel Verkamp# This tag requires that the tag USE_MATHJAX is set to YES.
15464b1f79b5SDaniel Verkamp
15474b1f79b5SDaniel VerkampMATHJAX_RELPATH        = http://www.mathjax.org/mathjax
15484b1f79b5SDaniel Verkamp
15494b1f79b5SDaniel Verkamp# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
15504b1f79b5SDaniel Verkamp# extension names that should be enabled during MathJax rendering. For example
15514b1f79b5SDaniel Verkamp# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
15524b1f79b5SDaniel Verkamp# This tag requires that the tag USE_MATHJAX is set to YES.
15534b1f79b5SDaniel Verkamp
15544b1f79b5SDaniel VerkampMATHJAX_EXTENSIONS     =
15554b1f79b5SDaniel Verkamp
15564b1f79b5SDaniel Verkamp# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
15574b1f79b5SDaniel Verkamp# of code that will be used on startup of the MathJax code. See the MathJax site
15584b1f79b5SDaniel Verkamp# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
15594b1f79b5SDaniel Verkamp# example see the documentation.
15604b1f79b5SDaniel Verkamp# This tag requires that the tag USE_MATHJAX is set to YES.
15614b1f79b5SDaniel Verkamp
15624b1f79b5SDaniel VerkampMATHJAX_CODEFILE       =
15634b1f79b5SDaniel Verkamp
15644b1f79b5SDaniel Verkamp# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
15654b1f79b5SDaniel Verkamp# the HTML output. The underlying search engine uses javascript and DHTML and
15664b1f79b5SDaniel Verkamp# should work on any modern browser. Note that when using HTML help
15674b1f79b5SDaniel Verkamp# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
15684b1f79b5SDaniel Verkamp# there is already a search function so this one should typically be disabled.
15694b1f79b5SDaniel Verkamp# For large projects the javascript based search engine can be slow, then
15704b1f79b5SDaniel Verkamp# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
15714b1f79b5SDaniel Verkamp# search using the keyboard; to jump to the search box use <access key> + S
15724b1f79b5SDaniel Verkamp# (what the <access key> is depends on the OS and browser, but it is typically
15734b1f79b5SDaniel Verkamp# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
15744b1f79b5SDaniel Verkamp# key> to jump into the search results window, the results can be navigated
15754b1f79b5SDaniel Verkamp# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
15764b1f79b5SDaniel Verkamp# the search. The filter options can be selected when the cursor is inside the
15774b1f79b5SDaniel Verkamp# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
15784b1f79b5SDaniel Verkamp# to select a filter and <Enter> or <escape> to activate or cancel the filter
15794b1f79b5SDaniel Verkamp# option.
15804b1f79b5SDaniel Verkamp# The default value is: YES.
15814b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_HTML is set to YES.
15824b1f79b5SDaniel Verkamp
15831ada8f4fSDaniel VerkampSEARCHENGINE           = YES
15844b1f79b5SDaniel Verkamp
15854b1f79b5SDaniel Verkamp# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
15864b1f79b5SDaniel Verkamp# implemented using a web server instead of a web client using Javascript. There
15874b1f79b5SDaniel Verkamp# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
15884b1f79b5SDaniel Verkamp# setting. When disabled, doxygen will generate a PHP script for searching and
15894b1f79b5SDaniel Verkamp# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
15904b1f79b5SDaniel Verkamp# and searching needs to be provided by external tools. See the section
15914b1f79b5SDaniel Verkamp# "External Indexing and Searching" for details.
15924b1f79b5SDaniel Verkamp# The default value is: NO.
15934b1f79b5SDaniel Verkamp# This tag requires that the tag SEARCHENGINE is set to YES.
15944b1f79b5SDaniel Verkamp
15954b1f79b5SDaniel VerkampSERVER_BASED_SEARCH    = NO
15964b1f79b5SDaniel Verkamp
15974b1f79b5SDaniel Verkamp# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
15984b1f79b5SDaniel Verkamp# script for searching. Instead the search results are written to an XML file
15994b1f79b5SDaniel Verkamp# which needs to be processed by an external indexer. Doxygen will invoke an
16004b1f79b5SDaniel Verkamp# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
16014b1f79b5SDaniel Verkamp# search results.
16024b1f79b5SDaniel Verkamp#
16034b1f79b5SDaniel Verkamp# Doxygen ships with an example indexer (doxyindexer) and search engine
16044b1f79b5SDaniel Verkamp# (doxysearch.cgi) which are based on the open source search engine library
16054b1f79b5SDaniel Verkamp# Xapian (see: http://xapian.org/).
16064b1f79b5SDaniel Verkamp#
16074b1f79b5SDaniel Verkamp# See the section "External Indexing and Searching" for details.
16084b1f79b5SDaniel Verkamp# The default value is: NO.
16094b1f79b5SDaniel Verkamp# This tag requires that the tag SEARCHENGINE is set to YES.
16104b1f79b5SDaniel Verkamp
16114b1f79b5SDaniel VerkampEXTERNAL_SEARCH        = NO
16124b1f79b5SDaniel Verkamp
16134b1f79b5SDaniel Verkamp# The SEARCHENGINE_URL should point to a search engine hosted by a web server
16144b1f79b5SDaniel Verkamp# which will return the search results when EXTERNAL_SEARCH is enabled.
16154b1f79b5SDaniel Verkamp#
16164b1f79b5SDaniel Verkamp# Doxygen ships with an example indexer (doxyindexer) and search engine
16174b1f79b5SDaniel Verkamp# (doxysearch.cgi) which are based on the open source search engine library
16184b1f79b5SDaniel Verkamp# Xapian (see: http://xapian.org/). See the section "External Indexing and
16194b1f79b5SDaniel Verkamp# Searching" for details.
16204b1f79b5SDaniel Verkamp# This tag requires that the tag SEARCHENGINE is set to YES.
16214b1f79b5SDaniel Verkamp
16224b1f79b5SDaniel VerkampSEARCHENGINE_URL       =
16234b1f79b5SDaniel Verkamp
16244b1f79b5SDaniel Verkamp# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
16254b1f79b5SDaniel Verkamp# search data is written to a file for indexing by an external tool. With the
16264b1f79b5SDaniel Verkamp# SEARCHDATA_FILE tag the name of this file can be specified.
16274b1f79b5SDaniel Verkamp# The default file is: searchdata.xml.
16284b1f79b5SDaniel Verkamp# This tag requires that the tag SEARCHENGINE is set to YES.
16294b1f79b5SDaniel Verkamp
16304b1f79b5SDaniel VerkampSEARCHDATA_FILE        = searchdata.xml
16314b1f79b5SDaniel Verkamp
16324b1f79b5SDaniel Verkamp# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
16334b1f79b5SDaniel Verkamp# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
16344b1f79b5SDaniel Verkamp# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
16354b1f79b5SDaniel Verkamp# projects and redirect the results back to the right project.
16364b1f79b5SDaniel Verkamp# This tag requires that the tag SEARCHENGINE is set to YES.
16374b1f79b5SDaniel Verkamp
16384b1f79b5SDaniel VerkampEXTERNAL_SEARCH_ID     =
16394b1f79b5SDaniel Verkamp
16404b1f79b5SDaniel Verkamp# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
16414b1f79b5SDaniel Verkamp# projects other than the one defined by this configuration file, but that are
16424b1f79b5SDaniel Verkamp# all added to the same external search index. Each project needs to have a
16434b1f79b5SDaniel Verkamp# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
16444b1f79b5SDaniel Verkamp# to a relative location where the documentation can be found. The format is:
16454b1f79b5SDaniel Verkamp# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
16464b1f79b5SDaniel Verkamp# This tag requires that the tag SEARCHENGINE is set to YES.
16474b1f79b5SDaniel Verkamp
16484b1f79b5SDaniel VerkampEXTRA_SEARCH_MAPPINGS  =
16494b1f79b5SDaniel Verkamp
16504b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
16514b1f79b5SDaniel Verkamp# Configuration options related to the LaTeX output
16524b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
16534b1f79b5SDaniel Verkamp
16544b1f79b5SDaniel Verkamp# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
16554b1f79b5SDaniel Verkamp# The default value is: YES.
16564b1f79b5SDaniel Verkamp
16571d8861e5SBen WalkerGENERATE_LATEX         = NO
16584b1f79b5SDaniel Verkamp
16594b1f79b5SDaniel Verkamp# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
16604b1f79b5SDaniel Verkamp# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
16614b1f79b5SDaniel Verkamp# it.
16624b1f79b5SDaniel Verkamp# The default directory is: latex.
16634b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
16644b1f79b5SDaniel Verkamp
16654b1f79b5SDaniel VerkampLATEX_OUTPUT           = latex
16664b1f79b5SDaniel Verkamp
16674b1f79b5SDaniel Verkamp# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
16684b1f79b5SDaniel Verkamp# invoked.
16694b1f79b5SDaniel Verkamp#
16704b1f79b5SDaniel Verkamp# Note that when enabling USE_PDFLATEX this option is only used for generating
16714b1f79b5SDaniel Verkamp# bitmaps for formulas in the HTML output, but not in the Makefile that is
16724b1f79b5SDaniel Verkamp# written to the output directory.
16734b1f79b5SDaniel Verkamp# The default file is: latex.
16744b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
16754b1f79b5SDaniel Verkamp
16764b1f79b5SDaniel VerkampLATEX_CMD_NAME         = latex
16774b1f79b5SDaniel Verkamp
16784b1f79b5SDaniel Verkamp# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
16794b1f79b5SDaniel Verkamp# index for LaTeX.
16804b1f79b5SDaniel Verkamp# The default file is: makeindex.
16814b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
16824b1f79b5SDaniel Verkamp
16834b1f79b5SDaniel VerkampMAKEINDEX_CMD_NAME     = makeindex
16844b1f79b5SDaniel Verkamp
16854b1f79b5SDaniel Verkamp# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
16864b1f79b5SDaniel Verkamp# documents. This may be useful for small projects and may help to save some
16874b1f79b5SDaniel Verkamp# trees in general.
16884b1f79b5SDaniel Verkamp# The default value is: NO.
16894b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
16904b1f79b5SDaniel Verkamp
16914b1f79b5SDaniel VerkampCOMPACT_LATEX          = NO
16924b1f79b5SDaniel Verkamp
16934b1f79b5SDaniel Verkamp# The PAPER_TYPE tag can be used to set the paper type that is used by the
16944b1f79b5SDaniel Verkamp# printer.
16954b1f79b5SDaniel Verkamp# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
16964b1f79b5SDaniel Verkamp# 14 inches) and executive (7.25 x 10.5 inches).
16974b1f79b5SDaniel Verkamp# The default value is: a4.
16984b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
16994b1f79b5SDaniel Verkamp
17002ba94738SDaniel VerkampPAPER_TYPE             = letter
17014b1f79b5SDaniel Verkamp
17024b1f79b5SDaniel Verkamp# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
17031b627af8SDaniel Verkamp# that should be included in the LaTeX output. The package can be specified just
17041b627af8SDaniel Verkamp# by its name or with the correct syntax as to be used with the LaTeX
17051b627af8SDaniel Verkamp# \usepackage command. To get the times font for instance you can specify :
17061b627af8SDaniel Verkamp# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
17071b627af8SDaniel Verkamp# To use the option intlimits with the amsmath package you can specify:
17081b627af8SDaniel Verkamp# EXTRA_PACKAGES=[intlimits]{amsmath}
17094b1f79b5SDaniel Verkamp# If left blank no extra packages will be included.
17104b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17114b1f79b5SDaniel Verkamp
17124b1f79b5SDaniel VerkampEXTRA_PACKAGES         =
17134b1f79b5SDaniel Verkamp
17144b1f79b5SDaniel Verkamp# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
17154b1f79b5SDaniel Verkamp# generated LaTeX document. The header should contain everything until the first
17164b1f79b5SDaniel Verkamp# chapter. If it is left blank doxygen will generate a standard header. See
17174b1f79b5SDaniel Verkamp# section "Doxygen usage" for information on how to let doxygen write the
17184b1f79b5SDaniel Verkamp# default header to a separate file.
17194b1f79b5SDaniel Verkamp#
17204b1f79b5SDaniel Verkamp# Note: Only use a user-defined header if you know what you are doing! The
17214b1f79b5SDaniel Verkamp# following commands have a special meaning inside the header: $title,
17224b1f79b5SDaniel Verkamp# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
17234b1f79b5SDaniel Verkamp# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
17244b1f79b5SDaniel Verkamp# string, for the replacement values of the other commands the user is referred
17254b1f79b5SDaniel Verkamp# to HTML_HEADER.
17264b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17274b1f79b5SDaniel Verkamp
17284b1f79b5SDaniel VerkampLATEX_HEADER           =
17294b1f79b5SDaniel Verkamp
17304b1f79b5SDaniel Verkamp# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
17314b1f79b5SDaniel Verkamp# generated LaTeX document. The footer should contain everything after the last
17324b1f79b5SDaniel Verkamp# chapter. If it is left blank doxygen will generate a standard footer. See
17334b1f79b5SDaniel Verkamp# LATEX_HEADER for more information on how to generate a default footer and what
17344b1f79b5SDaniel Verkamp# special commands can be used inside the footer.
17354b1f79b5SDaniel Verkamp#
17364b1f79b5SDaniel Verkamp# Note: Only use a user-defined footer if you know what you are doing!
17374b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17384b1f79b5SDaniel Verkamp
17394b1f79b5SDaniel VerkampLATEX_FOOTER           =
17404b1f79b5SDaniel Verkamp
17414b1f79b5SDaniel Verkamp# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
17424b1f79b5SDaniel Verkamp# LaTeX style sheets that are included after the standard style sheets created
17434b1f79b5SDaniel Verkamp# by doxygen. Using this option one can overrule certain style aspects. Doxygen
17444b1f79b5SDaniel Verkamp# will copy the style sheet files to the output directory.
17454b1f79b5SDaniel Verkamp# Note: The order of the extra style sheet files is of importance (e.g. the last
17464b1f79b5SDaniel Verkamp# style sheet in the list overrules the setting of the previous ones in the
17474b1f79b5SDaniel Verkamp# list).
17484b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17494b1f79b5SDaniel Verkamp
17504b1f79b5SDaniel VerkampLATEX_EXTRA_STYLESHEET =
17514b1f79b5SDaniel Verkamp
17524b1f79b5SDaniel Verkamp# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
17534b1f79b5SDaniel Verkamp# other source files which should be copied to the LATEX_OUTPUT output
17544b1f79b5SDaniel Verkamp# directory. Note that the files will be copied as-is; there are no commands or
17554b1f79b5SDaniel Verkamp# markers available.
17564b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17574b1f79b5SDaniel Verkamp
17584b1f79b5SDaniel VerkampLATEX_EXTRA_FILES      =
17594b1f79b5SDaniel Verkamp
17604b1f79b5SDaniel Verkamp# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
17614b1f79b5SDaniel Verkamp# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
17624b1f79b5SDaniel Verkamp# contain links (just like the HTML output) instead of page references. This
17634b1f79b5SDaniel Verkamp# makes the output suitable for online browsing using a PDF viewer.
17644b1f79b5SDaniel Verkamp# The default value is: YES.
17654b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17664b1f79b5SDaniel Verkamp
17674b1f79b5SDaniel VerkampPDF_HYPERLINKS         = YES
17684b1f79b5SDaniel Verkamp
17694b1f79b5SDaniel Verkamp# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
17704b1f79b5SDaniel Verkamp# the PDF file directly from the LaTeX files. Set this option to YES, to get a
17714b1f79b5SDaniel Verkamp# higher quality PDF documentation.
17724b1f79b5SDaniel Verkamp# The default value is: YES.
17734b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17744b1f79b5SDaniel Verkamp
17754b1f79b5SDaniel VerkampUSE_PDFLATEX           = YES
17764b1f79b5SDaniel Verkamp
17774b1f79b5SDaniel Verkamp# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
17784b1f79b5SDaniel Verkamp# command to the generated LaTeX files. This will instruct LaTeX to keep running
17794b1f79b5SDaniel Verkamp# if errors occur, instead of asking the user for help. This option is also used
17804b1f79b5SDaniel Verkamp# when generating formulas in HTML.
17814b1f79b5SDaniel Verkamp# The default value is: NO.
17824b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17834b1f79b5SDaniel Verkamp
17842ba94738SDaniel VerkampLATEX_BATCHMODE        = YES
17854b1f79b5SDaniel Verkamp
17864b1f79b5SDaniel Verkamp# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
17874b1f79b5SDaniel Verkamp# index chapters (such as File Index, Compound Index, etc.) in the output.
17884b1f79b5SDaniel Verkamp# The default value is: NO.
17894b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17904b1f79b5SDaniel Verkamp
17914b1f79b5SDaniel VerkampLATEX_HIDE_INDICES     = NO
17924b1f79b5SDaniel Verkamp
17934b1f79b5SDaniel Verkamp# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
17944b1f79b5SDaniel Verkamp# bibliography, e.g. plainnat, or ieeetr. See
17954b1f79b5SDaniel Verkamp# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
17964b1f79b5SDaniel Verkamp# The default value is: plain.
17974b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_LATEX is set to YES.
17984b1f79b5SDaniel Verkamp
17994b1f79b5SDaniel VerkampLATEX_BIB_STYLE        = plain
18004b1f79b5SDaniel Verkamp
18014b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
18024b1f79b5SDaniel Verkamp# Configuration options related to the RTF output
18034b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
18044b1f79b5SDaniel Verkamp
18054b1f79b5SDaniel Verkamp# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
18064b1f79b5SDaniel Verkamp# RTF output is optimized for Word 97 and may not look too pretty with other RTF
18074b1f79b5SDaniel Verkamp# readers/editors.
18084b1f79b5SDaniel Verkamp# The default value is: NO.
18094b1f79b5SDaniel Verkamp
18104b1f79b5SDaniel VerkampGENERATE_RTF           = NO
18114b1f79b5SDaniel Verkamp
18124b1f79b5SDaniel Verkamp# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
18134b1f79b5SDaniel Verkamp# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
18144b1f79b5SDaniel Verkamp# it.
18154b1f79b5SDaniel Verkamp# The default directory is: rtf.
18164b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_RTF is set to YES.
18174b1f79b5SDaniel Verkamp
18184b1f79b5SDaniel VerkampRTF_OUTPUT             = rtf
18194b1f79b5SDaniel Verkamp
18204b1f79b5SDaniel Verkamp# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
18214b1f79b5SDaniel Verkamp# documents. This may be useful for small projects and may help to save some
18224b1f79b5SDaniel Verkamp# trees in general.
18234b1f79b5SDaniel Verkamp# The default value is: NO.
18244b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_RTF is set to YES.
18254b1f79b5SDaniel Verkamp
18264b1f79b5SDaniel VerkampCOMPACT_RTF            = NO
18274b1f79b5SDaniel Verkamp
18284b1f79b5SDaniel Verkamp# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
18294b1f79b5SDaniel Verkamp# contain hyperlink fields. The RTF file will contain links (just like the HTML
18304b1f79b5SDaniel Verkamp# output) instead of page references. This makes the output suitable for online
18314b1f79b5SDaniel Verkamp# browsing using Word or some other Word compatible readers that support those
18324b1f79b5SDaniel Verkamp# fields.
18334b1f79b5SDaniel Verkamp#
18344b1f79b5SDaniel Verkamp# Note: WordPad (write) and others do not support links.
18354b1f79b5SDaniel Verkamp# The default value is: NO.
18364b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_RTF is set to YES.
18374b1f79b5SDaniel Verkamp
18384b1f79b5SDaniel VerkampRTF_HYPERLINKS         = NO
18394b1f79b5SDaniel Verkamp
18404b1f79b5SDaniel Verkamp# Load stylesheet definitions from file. Syntax is similar to doxygen's config
18414b1f79b5SDaniel Verkamp# file, i.e. a series of assignments. You only have to provide replacements,
18424b1f79b5SDaniel Verkamp# missing definitions are set to their default value.
18434b1f79b5SDaniel Verkamp#
18444b1f79b5SDaniel Verkamp# See also section "Doxygen usage" for information on how to generate the
18454b1f79b5SDaniel Verkamp# default style sheet that doxygen normally uses.
18464b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_RTF is set to YES.
18474b1f79b5SDaniel Verkamp
18484b1f79b5SDaniel VerkampRTF_STYLESHEET_FILE    =
18494b1f79b5SDaniel Verkamp
18504b1f79b5SDaniel Verkamp# Set optional variables used in the generation of an RTF document. Syntax is
18514b1f79b5SDaniel Verkamp# similar to doxygen's config file. A template extensions file can be generated
18524b1f79b5SDaniel Verkamp# using doxygen -e rtf extensionFile.
18534b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_RTF is set to YES.
18544b1f79b5SDaniel Verkamp
18554b1f79b5SDaniel VerkampRTF_EXTENSIONS_FILE    =
18564b1f79b5SDaniel Verkamp
18574b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
18584b1f79b5SDaniel Verkamp# Configuration options related to the man page output
18594b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
18604b1f79b5SDaniel Verkamp
18614b1f79b5SDaniel Verkamp# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
18624b1f79b5SDaniel Verkamp# classes and files.
18634b1f79b5SDaniel Verkamp# The default value is: NO.
18644b1f79b5SDaniel Verkamp
18654b1f79b5SDaniel VerkampGENERATE_MAN           = NO
18664b1f79b5SDaniel Verkamp
18674b1f79b5SDaniel Verkamp# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
18684b1f79b5SDaniel Verkamp# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
18694b1f79b5SDaniel Verkamp# it. A directory man3 will be created inside the directory specified by
18704b1f79b5SDaniel Verkamp# MAN_OUTPUT.
18714b1f79b5SDaniel Verkamp# The default directory is: man.
18724b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_MAN is set to YES.
18734b1f79b5SDaniel Verkamp
18744b1f79b5SDaniel VerkampMAN_OUTPUT             = man
18754b1f79b5SDaniel Verkamp
18764b1f79b5SDaniel Verkamp# The MAN_EXTENSION tag determines the extension that is added to the generated
18774b1f79b5SDaniel Verkamp# man pages. In case the manual section does not start with a number, the number
18784b1f79b5SDaniel Verkamp# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
18794b1f79b5SDaniel Verkamp# optional.
18804b1f79b5SDaniel Verkamp# The default value is: .3.
18814b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_MAN is set to YES.
18824b1f79b5SDaniel Verkamp
18834b1f79b5SDaniel VerkampMAN_EXTENSION          = .3
18844b1f79b5SDaniel Verkamp
18854b1f79b5SDaniel Verkamp# The MAN_SUBDIR tag determines the name of the directory created within
18864b1f79b5SDaniel Verkamp# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
18874b1f79b5SDaniel Verkamp# MAN_EXTENSION with the initial . removed.
18884b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_MAN is set to YES.
18894b1f79b5SDaniel Verkamp
18904b1f79b5SDaniel VerkampMAN_SUBDIR             =
18914b1f79b5SDaniel Verkamp
18924b1f79b5SDaniel Verkamp# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
18934b1f79b5SDaniel Verkamp# will generate one additional man file for each entity documented in the real
18944b1f79b5SDaniel Verkamp# man page(s). These additional files only source the real man page, but without
18954b1f79b5SDaniel Verkamp# them the man command would be unable to find the correct page.
18964b1f79b5SDaniel Verkamp# The default value is: NO.
18974b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_MAN is set to YES.
18984b1f79b5SDaniel Verkamp
18994b1f79b5SDaniel VerkampMAN_LINKS              = NO
19004b1f79b5SDaniel Verkamp
19014b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19024b1f79b5SDaniel Verkamp# Configuration options related to the XML output
19034b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19044b1f79b5SDaniel Verkamp
19054b1f79b5SDaniel Verkamp# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
19064b1f79b5SDaniel Verkamp# captures the structure of the code including all documentation.
19074b1f79b5SDaniel Verkamp# The default value is: NO.
19084b1f79b5SDaniel Verkamp
19094b1f79b5SDaniel VerkampGENERATE_XML           = NO
19104b1f79b5SDaniel Verkamp
19114b1f79b5SDaniel Verkamp# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
19124b1f79b5SDaniel Verkamp# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
19134b1f79b5SDaniel Verkamp# it.
19144b1f79b5SDaniel Verkamp# The default directory is: xml.
19154b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_XML is set to YES.
19164b1f79b5SDaniel Verkamp
19174b1f79b5SDaniel VerkampXML_OUTPUT             = xml
19184b1f79b5SDaniel Verkamp
19194b1f79b5SDaniel Verkamp# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
19204b1f79b5SDaniel Verkamp# listings (including syntax highlighting and cross-referencing information) to
19214b1f79b5SDaniel Verkamp# the XML output. Note that enabling this will significantly increase the size
19224b1f79b5SDaniel Verkamp# of the XML output.
19234b1f79b5SDaniel Verkamp# The default value is: YES.
19244b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_XML is set to YES.
19254b1f79b5SDaniel Verkamp
19264b1f79b5SDaniel VerkampXML_PROGRAMLISTING     = YES
19274b1f79b5SDaniel Verkamp
19284b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19294b1f79b5SDaniel Verkamp# Configuration options related to the DOCBOOK output
19304b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19314b1f79b5SDaniel Verkamp
19324b1f79b5SDaniel Verkamp# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
19334b1f79b5SDaniel Verkamp# that can be used to generate PDF.
19344b1f79b5SDaniel Verkamp# The default value is: NO.
19354b1f79b5SDaniel Verkamp
19364b1f79b5SDaniel VerkampGENERATE_DOCBOOK       = NO
19374b1f79b5SDaniel Verkamp
19384b1f79b5SDaniel Verkamp# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
19394b1f79b5SDaniel Verkamp# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
19404b1f79b5SDaniel Verkamp# front of it.
19414b1f79b5SDaniel Verkamp# The default directory is: docbook.
19424b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
19434b1f79b5SDaniel Verkamp
19444b1f79b5SDaniel VerkampDOCBOOK_OUTPUT         = docbook
19454b1f79b5SDaniel Verkamp
19464b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19474b1f79b5SDaniel Verkamp# Configuration options for the AutoGen Definitions output
19484b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19494b1f79b5SDaniel Verkamp
19504b1f79b5SDaniel Verkamp# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
19514b1f79b5SDaniel Verkamp# AutoGen Definitions (see http://autogen.sf.net) file that captures the
19524b1f79b5SDaniel Verkamp# structure of the code including all documentation. Note that this feature is
19534b1f79b5SDaniel Verkamp# still experimental and incomplete at the moment.
19544b1f79b5SDaniel Verkamp# The default value is: NO.
19554b1f79b5SDaniel Verkamp
19564b1f79b5SDaniel VerkampGENERATE_AUTOGEN_DEF   = NO
19574b1f79b5SDaniel Verkamp
19584b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19594b1f79b5SDaniel Verkamp# Configuration options related to the Perl module output
19604b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19614b1f79b5SDaniel Verkamp
19624b1f79b5SDaniel Verkamp# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
19634b1f79b5SDaniel Verkamp# file that captures the structure of the code including all documentation.
19644b1f79b5SDaniel Verkamp#
19654b1f79b5SDaniel Verkamp# Note that this feature is still experimental and incomplete at the moment.
19664b1f79b5SDaniel Verkamp# The default value is: NO.
19674b1f79b5SDaniel Verkamp
19684b1f79b5SDaniel VerkampGENERATE_PERLMOD       = NO
19694b1f79b5SDaniel Verkamp
19704b1f79b5SDaniel Verkamp# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
19714b1f79b5SDaniel Verkamp# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
19724b1f79b5SDaniel Verkamp# output from the Perl module output.
19734b1f79b5SDaniel Verkamp# The default value is: NO.
19744b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_PERLMOD is set to YES.
19754b1f79b5SDaniel Verkamp
19764b1f79b5SDaniel VerkampPERLMOD_LATEX          = NO
19774b1f79b5SDaniel Verkamp
19784b1f79b5SDaniel Verkamp# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
19794b1f79b5SDaniel Verkamp# formatted so it can be parsed by a human reader. This is useful if you want to
19804b1f79b5SDaniel Verkamp# understand what is going on. On the other hand, if this tag is set to NO, the
19814b1f79b5SDaniel Verkamp# size of the Perl module output will be much smaller and Perl will parse it
19824b1f79b5SDaniel Verkamp# just the same.
19834b1f79b5SDaniel Verkamp# The default value is: YES.
19844b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_PERLMOD is set to YES.
19854b1f79b5SDaniel Verkamp
19864b1f79b5SDaniel VerkampPERLMOD_PRETTY         = YES
19874b1f79b5SDaniel Verkamp
19884b1f79b5SDaniel Verkamp# The names of the make variables in the generated doxyrules.make file are
19894b1f79b5SDaniel Verkamp# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
19904b1f79b5SDaniel Verkamp# so different doxyrules.make files included by the same Makefile don't
19914b1f79b5SDaniel Verkamp# overwrite each other's variables.
19924b1f79b5SDaniel Verkamp# This tag requires that the tag GENERATE_PERLMOD is set to YES.
19934b1f79b5SDaniel Verkamp
19944b1f79b5SDaniel VerkampPERLMOD_MAKEVAR_PREFIX =
19954b1f79b5SDaniel Verkamp
19964b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19974b1f79b5SDaniel Verkamp# Configuration options related to the preprocessor
19984b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
19994b1f79b5SDaniel Verkamp
20004b1f79b5SDaniel Verkamp# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
20014b1f79b5SDaniel Verkamp# C-preprocessor directives found in the sources and include files.
20024b1f79b5SDaniel Verkamp# The default value is: YES.
20034b1f79b5SDaniel Verkamp
20044b1f79b5SDaniel VerkampENABLE_PREPROCESSING   = YES
20054b1f79b5SDaniel Verkamp
20064b1f79b5SDaniel Verkamp# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
20074b1f79b5SDaniel Verkamp# in the source code. If set to NO, only conditional compilation will be
20084b1f79b5SDaniel Verkamp# performed. Macro expansion can be done in a controlled way by setting
20094b1f79b5SDaniel Verkamp# EXPAND_ONLY_PREDEF to YES.
20104b1f79b5SDaniel Verkamp# The default value is: NO.
20114b1f79b5SDaniel Verkamp# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20124b1f79b5SDaniel Verkamp
20134b1f79b5SDaniel VerkampMACRO_EXPANSION        = YES
20144b1f79b5SDaniel Verkamp
20154b1f79b5SDaniel Verkamp# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
20164b1f79b5SDaniel Verkamp# the macro expansion is limited to the macros specified with the PREDEFINED and
20174b1f79b5SDaniel Verkamp# EXPAND_AS_DEFINED tags.
20184b1f79b5SDaniel Verkamp# The default value is: NO.
20194b1f79b5SDaniel Verkamp# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20204b1f79b5SDaniel Verkamp
20214b1f79b5SDaniel VerkampEXPAND_ONLY_PREDEF     = YES
20224b1f79b5SDaniel Verkamp
20234b1f79b5SDaniel Verkamp# If the SEARCH_INCLUDES tag is set to YES, the include files in the
20244b1f79b5SDaniel Verkamp# INCLUDE_PATH will be searched if a #include is found.
20254b1f79b5SDaniel Verkamp# The default value is: YES.
20264b1f79b5SDaniel Verkamp# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20274b1f79b5SDaniel Verkamp
20284b1f79b5SDaniel VerkampSEARCH_INCLUDES        = YES
20294b1f79b5SDaniel Verkamp
20304b1f79b5SDaniel Verkamp# The INCLUDE_PATH tag can be used to specify one or more directories that
20314b1f79b5SDaniel Verkamp# contain include files that are not input files but should be processed by the
20324b1f79b5SDaniel Verkamp# preprocessor.
20334b1f79b5SDaniel Verkamp# This tag requires that the tag SEARCH_INCLUDES is set to YES.
20344b1f79b5SDaniel Verkamp
20354b1f79b5SDaniel VerkampINCLUDE_PATH           =
20364b1f79b5SDaniel Verkamp
20374b1f79b5SDaniel Verkamp# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
20384b1f79b5SDaniel Verkamp# patterns (like *.h and *.hpp) to filter out the header-files in the
20394b1f79b5SDaniel Verkamp# directories. If left blank, the patterns specified with FILE_PATTERNS will be
20404b1f79b5SDaniel Verkamp# used.
20414b1f79b5SDaniel Verkamp# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20424b1f79b5SDaniel Verkamp
20434b1f79b5SDaniel VerkampINCLUDE_FILE_PATTERNS  =
20444b1f79b5SDaniel Verkamp
20454b1f79b5SDaniel Verkamp# The PREDEFINED tag can be used to specify one or more macro names that are
20464b1f79b5SDaniel Verkamp# defined before the preprocessor is started (similar to the -D option of e.g.
20474b1f79b5SDaniel Verkamp# gcc). The argument of the tag is a list of macros of the form: name or
20484b1f79b5SDaniel Verkamp# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
20494b1f79b5SDaniel Verkamp# is assumed. To prevent a macro definition from being undefined via #undef or
20504b1f79b5SDaniel Verkamp# recursively expanded use the := operator instead of the = operator.
20514b1f79b5SDaniel Verkamp# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20524b1f79b5SDaniel Verkamp
20534b1f79b5SDaniel VerkampPREDEFINED             = __attribute__(x)=
20544b1f79b5SDaniel Verkamp
20554b1f79b5SDaniel Verkamp# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
20564b1f79b5SDaniel Verkamp# tag can be used to specify a list of macro names that should be expanded. The
20574b1f79b5SDaniel Verkamp# macro definition that is found in the sources will be used. Use the PREDEFINED
20584b1f79b5SDaniel Verkamp# tag if you want to use a different macro definition that overrules the
20594b1f79b5SDaniel Verkamp# definition found in the source code.
20604b1f79b5SDaniel Verkamp# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20614b1f79b5SDaniel Verkamp
20624b1f79b5SDaniel VerkampEXPAND_AS_DEFINED      =
20634b1f79b5SDaniel Verkamp
20644b1f79b5SDaniel Verkamp# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
20654b1f79b5SDaniel Verkamp# remove all references to function-like macros that are alone on a line, have
20664b1f79b5SDaniel Verkamp# an all uppercase name, and do not end with a semicolon. Such function macros
20674b1f79b5SDaniel Verkamp# are typically used for boiler-plate code, and will confuse the parser if not
20684b1f79b5SDaniel Verkamp# removed.
20694b1f79b5SDaniel Verkamp# The default value is: YES.
20704b1f79b5SDaniel Verkamp# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20714b1f79b5SDaniel Verkamp
20724b1f79b5SDaniel VerkampSKIP_FUNCTION_MACROS   = YES
20734b1f79b5SDaniel Verkamp
20744b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
20754b1f79b5SDaniel Verkamp# Configuration options related to external references
20764b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
20774b1f79b5SDaniel Verkamp
20784b1f79b5SDaniel Verkamp# The TAGFILES tag can be used to specify one or more tag files. For each tag
20794b1f79b5SDaniel Verkamp# file the location of the external documentation should be added. The format of
20804b1f79b5SDaniel Verkamp# a tag file without this location is as follows:
20814b1f79b5SDaniel Verkamp# TAGFILES = file1 file2 ...
20824b1f79b5SDaniel Verkamp# Adding location for the tag files is done as follows:
20834b1f79b5SDaniel Verkamp# TAGFILES = file1=loc1 "file2 = loc2" ...
20844b1f79b5SDaniel Verkamp# where loc1 and loc2 can be relative or absolute paths or URLs. See the
20854b1f79b5SDaniel Verkamp# section "Linking to external documentation" for more information about the use
20864b1f79b5SDaniel Verkamp# of tag files.
20874b1f79b5SDaniel Verkamp# Note: Each tag file must have a unique name (where the name does NOT include
20884b1f79b5SDaniel Verkamp# the path). If a tag file is not located in the directory in which doxygen is
20894b1f79b5SDaniel Verkamp# run, you must also specify the path to the tagfile here.
20904b1f79b5SDaniel Verkamp
20914b1f79b5SDaniel VerkampTAGFILES               =
20924b1f79b5SDaniel Verkamp
20934b1f79b5SDaniel Verkamp# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
20944b1f79b5SDaniel Verkamp# tag file that is based on the input files it reads. See section "Linking to
20954b1f79b5SDaniel Verkamp# external documentation" for more information about the usage of tag files.
20964b1f79b5SDaniel Verkamp
20974b1f79b5SDaniel VerkampGENERATE_TAGFILE       =
20984b1f79b5SDaniel Verkamp
20994b1f79b5SDaniel Verkamp# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
21004b1f79b5SDaniel Verkamp# the class index. If set to NO, only the inherited external classes will be
21014b1f79b5SDaniel Verkamp# listed.
21024b1f79b5SDaniel Verkamp# The default value is: NO.
21034b1f79b5SDaniel Verkamp
21044b1f79b5SDaniel VerkampALLEXTERNALS           = NO
21054b1f79b5SDaniel Verkamp
21064b1f79b5SDaniel Verkamp# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
21074b1f79b5SDaniel Verkamp# in the modules index. If set to NO, only the current project's groups will be
21084b1f79b5SDaniel Verkamp# listed.
21094b1f79b5SDaniel Verkamp# The default value is: YES.
21104b1f79b5SDaniel Verkamp
21114b1f79b5SDaniel VerkampEXTERNAL_GROUPS        = YES
21124b1f79b5SDaniel Verkamp
21134b1f79b5SDaniel Verkamp# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
21144b1f79b5SDaniel Verkamp# the related pages index. If set to NO, only the current project's pages will
21154b1f79b5SDaniel Verkamp# be listed.
21164b1f79b5SDaniel Verkamp# The default value is: YES.
21174b1f79b5SDaniel Verkamp
21184b1f79b5SDaniel VerkampEXTERNAL_PAGES         = YES
21194b1f79b5SDaniel Verkamp
21204b1f79b5SDaniel Verkamp# The PERL_PATH should be the absolute path and name of the perl script
21214b1f79b5SDaniel Verkamp# interpreter (i.e. the result of 'which perl').
21224b1f79b5SDaniel Verkamp# The default file (with absolute path) is: /usr/bin/perl.
21234b1f79b5SDaniel Verkamp
212420244a18SMichal Berger# PERL_PATH              = /usr/bin/perl
21254b1f79b5SDaniel Verkamp
21264b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
21274b1f79b5SDaniel Verkamp# Configuration options related to the dot tool
21284b1f79b5SDaniel Verkamp#---------------------------------------------------------------------------
21294b1f79b5SDaniel Verkamp
21304b1f79b5SDaniel Verkamp# You can define message sequence charts within doxygen comments using the \msc
21314b1f79b5SDaniel Verkamp# command. Doxygen will then run the mscgen tool (see:
21324b1f79b5SDaniel Verkamp# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
21334b1f79b5SDaniel Verkamp# documentation. The MSCGEN_PATH tag allows you to specify the directory where
21344b1f79b5SDaniel Verkamp# the mscgen tool resides. If left empty the tool is assumed to be found in the
21354b1f79b5SDaniel Verkamp# default search path.
21364b1f79b5SDaniel Verkamp
213720244a18SMichal Berger# MSCGEN_PATH            =
21384b1f79b5SDaniel Verkamp
21394b1f79b5SDaniel Verkamp# You can include diagrams made with dia in doxygen documentation. Doxygen will
21404b1f79b5SDaniel Verkamp# then run dia to produce the diagram and insert it in the documentation. The
21414b1f79b5SDaniel Verkamp# DIA_PATH tag allows you to specify the directory where the dia binary resides.
21424b1f79b5SDaniel Verkamp# If left empty dia is assumed to be found in the default search path.
21434b1f79b5SDaniel Verkamp
21444b1f79b5SDaniel VerkampDIA_PATH               =
21454b1f79b5SDaniel Verkamp
21464b1f79b5SDaniel Verkamp# If set to YES the inheritance and collaboration graphs will hide inheritance
21474b1f79b5SDaniel Verkamp# and usage relations if the target is undocumented or is not a class.
21484b1f79b5SDaniel Verkamp# The default value is: YES.
21494b1f79b5SDaniel Verkamp
21504b1f79b5SDaniel VerkampHIDE_UNDOC_RELATIONS   = YES
21514b1f79b5SDaniel Verkamp
21524b1f79b5SDaniel Verkamp# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
21534b1f79b5SDaniel Verkamp# available from the path. This tool is part of Graphviz (see:
21544b1f79b5SDaniel Verkamp# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
21554b1f79b5SDaniel Verkamp# Bell Labs. The other options in this section have no effect if this option is
21564b1f79b5SDaniel Verkamp# set to NO
21574b1f79b5SDaniel Verkamp# The default value is: NO.
21584b1f79b5SDaniel Verkamp
21594b1f79b5SDaniel VerkampHAVE_DOT               = YES
21604b1f79b5SDaniel Verkamp
21614b1f79b5SDaniel Verkamp# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
21624b1f79b5SDaniel Verkamp# to run in parallel. When set to 0 doxygen will base this on the number of
21634b1f79b5SDaniel Verkamp# processors available in the system. You can set it explicitly to a value
21644b1f79b5SDaniel Verkamp# larger than 0 to get control over the balance between CPU load and processing
21654b1f79b5SDaniel Verkamp# speed.
21664b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 32, default value: 0.
21674b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
21684b1f79b5SDaniel Verkamp
21694b1f79b5SDaniel VerkampDOT_NUM_THREADS        = 0
21704b1f79b5SDaniel Verkamp
21714b1f79b5SDaniel Verkamp# By default doxygen will tell dot to use the default font as specified with
21724b1f79b5SDaniel Verkamp# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
21734b1f79b5SDaniel Verkamp# the path where dot can find it using this tag.
21744b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
21754b1f79b5SDaniel Verkamp
21764b1f79b5SDaniel VerkampDOT_FONTPATH           =
21774b1f79b5SDaniel Verkamp
21784b1f79b5SDaniel Verkamp# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
21794b1f79b5SDaniel Verkamp# each documented class showing the direct and indirect inheritance relations.
21804b1f79b5SDaniel Verkamp# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
21814b1f79b5SDaniel Verkamp# The default value is: YES.
21824b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
21834b1f79b5SDaniel Verkamp
21844b1f79b5SDaniel VerkampCLASS_GRAPH            = YES
21854b1f79b5SDaniel Verkamp
21864b1f79b5SDaniel Verkamp# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
21874b1f79b5SDaniel Verkamp# graph for each documented class showing the direct and indirect implementation
21884b1f79b5SDaniel Verkamp# dependencies (inheritance, containment, and class references variables) of the
21894b1f79b5SDaniel Verkamp# class with other documented classes.
21904b1f79b5SDaniel Verkamp# The default value is: YES.
21914b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
21924b1f79b5SDaniel Verkamp
21934b1f79b5SDaniel VerkampCOLLABORATION_GRAPH    = YES
21944b1f79b5SDaniel Verkamp
21954b1f79b5SDaniel Verkamp# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
21964b1f79b5SDaniel Verkamp# groups, showing the direct groups dependencies.
21974b1f79b5SDaniel Verkamp# The default value is: YES.
21984b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
21994b1f79b5SDaniel Verkamp
22004b1f79b5SDaniel VerkampGROUP_GRAPHS           = YES
22014b1f79b5SDaniel Verkamp
22024b1f79b5SDaniel Verkamp# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
22034b1f79b5SDaniel Verkamp# collaboration diagrams in a style similar to the OMG's Unified Modeling
22044b1f79b5SDaniel Verkamp# Language.
22054b1f79b5SDaniel Verkamp# The default value is: NO.
22064b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
22074b1f79b5SDaniel Verkamp
22084b1f79b5SDaniel VerkampUML_LOOK               = NO
22094b1f79b5SDaniel Verkamp
22104b1f79b5SDaniel Verkamp# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
22114b1f79b5SDaniel Verkamp# class node. If there are many fields or methods and many nodes the graph may
22124b1f79b5SDaniel Verkamp# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
22134b1f79b5SDaniel Verkamp# number of items for each type to make the size more manageable. Set this to 0
22144b1f79b5SDaniel Verkamp# for no limit. Note that the threshold may be exceeded by 50% before the limit
22154b1f79b5SDaniel Verkamp# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
22164b1f79b5SDaniel Verkamp# but if the number exceeds 15, the total amount of fields shown is limited to
22174b1f79b5SDaniel Verkamp# 10.
22184b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 100, default value: 10.
22194b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
22204b1f79b5SDaniel Verkamp
22214b1f79b5SDaniel VerkampUML_LIMIT_NUM_FIELDS   = 10
22224b1f79b5SDaniel Verkamp
22234b1f79b5SDaniel Verkamp# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
22244b1f79b5SDaniel Verkamp# collaboration graphs will show the relations between templates and their
22254b1f79b5SDaniel Verkamp# instances.
22264b1f79b5SDaniel Verkamp# The default value is: NO.
22274b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
22284b1f79b5SDaniel Verkamp
22294b1f79b5SDaniel VerkampTEMPLATE_RELATIONS     = NO
22304b1f79b5SDaniel Verkamp
22314b1f79b5SDaniel Verkamp# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
22324b1f79b5SDaniel Verkamp# YES then doxygen will generate a graph for each documented file showing the
22334b1f79b5SDaniel Verkamp# direct and indirect include dependencies of the file with other documented
22344b1f79b5SDaniel Verkamp# files.
22354b1f79b5SDaniel Verkamp# The default value is: YES.
22364b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
22374b1f79b5SDaniel Verkamp
22384b1f79b5SDaniel VerkampINCLUDE_GRAPH          = NO
22394b1f79b5SDaniel Verkamp
22404b1f79b5SDaniel Verkamp# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
22414b1f79b5SDaniel Verkamp# set to YES then doxygen will generate a graph for each documented file showing
22424b1f79b5SDaniel Verkamp# the direct and indirect include dependencies of the file with other documented
22434b1f79b5SDaniel Verkamp# files.
22444b1f79b5SDaniel Verkamp# The default value is: YES.
22454b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
22464b1f79b5SDaniel Verkamp
2247025f20fbSDaniel VerkampINCLUDED_BY_GRAPH      = NO
22484b1f79b5SDaniel Verkamp
22494b1f79b5SDaniel Verkamp# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
22504b1f79b5SDaniel Verkamp# dependency graph for every global function or class method.
22514b1f79b5SDaniel Verkamp#
22524b1f79b5SDaniel Verkamp# Note that enabling this option will significantly increase the time of a run.
22534b1f79b5SDaniel Verkamp# So in most cases it will be better to enable call graphs for selected
22541b627af8SDaniel Verkamp# functions only using the \callgraph command. Disabling a call graph can be
22551b627af8SDaniel Verkamp# accomplished by means of the command \hidecallgraph.
22564b1f79b5SDaniel Verkamp# The default value is: NO.
22574b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
22584b1f79b5SDaniel Verkamp
22594b1f79b5SDaniel VerkampCALL_GRAPH             = NO
22604b1f79b5SDaniel Verkamp
22614b1f79b5SDaniel Verkamp# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
22624b1f79b5SDaniel Verkamp# dependency graph for every global function or class method.
22634b1f79b5SDaniel Verkamp#
22644b1f79b5SDaniel Verkamp# Note that enabling this option will significantly increase the time of a run.
22654b1f79b5SDaniel Verkamp# So in most cases it will be better to enable caller graphs for selected
22661b627af8SDaniel Verkamp# functions only using the \callergraph command. Disabling a caller graph can be
22671b627af8SDaniel Verkamp# accomplished by means of the command \hidecallergraph.
22684b1f79b5SDaniel Verkamp# The default value is: NO.
22694b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
22704b1f79b5SDaniel Verkamp
22714b1f79b5SDaniel VerkampCALLER_GRAPH           = NO
22724b1f79b5SDaniel Verkamp
22734b1f79b5SDaniel Verkamp# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
22744b1f79b5SDaniel Verkamp# hierarchy of all classes instead of a textual one.
22754b1f79b5SDaniel Verkamp# The default value is: YES.
22764b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
22774b1f79b5SDaniel Verkamp
22784b1f79b5SDaniel VerkampGRAPHICAL_HIERARCHY    = YES
22794b1f79b5SDaniel Verkamp
22804b1f79b5SDaniel Verkamp# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
22814b1f79b5SDaniel Verkamp# dependencies a directory has on other directories in a graphical way. The
22824b1f79b5SDaniel Verkamp# dependency relations are determined by the #include relations between the
22834b1f79b5SDaniel Verkamp# files in the directories.
22844b1f79b5SDaniel Verkamp# The default value is: YES.
22854b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
22864b1f79b5SDaniel Verkamp
2287025f20fbSDaniel VerkampDIRECTORY_GRAPH        = NO
22884b1f79b5SDaniel Verkamp
22894b1f79b5SDaniel Verkamp# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
22901b627af8SDaniel Verkamp# generated by dot. For an explanation of the image formats see the section
22911b627af8SDaniel Verkamp# output formats in the documentation of the dot tool (Graphviz (see:
22921b627af8SDaniel Verkamp# http://www.graphviz.org/)).
22934b1f79b5SDaniel Verkamp# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
22944b1f79b5SDaniel Verkamp# to make the SVG files visible in IE 9+ (other browsers do not have this
22954b1f79b5SDaniel Verkamp# requirement).
22961b627af8SDaniel Verkamp# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
22971b627af8SDaniel Verkamp# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
22981b627af8SDaniel Verkamp# png:gdiplus:gdiplus.
22994b1f79b5SDaniel Verkamp# The default value is: png.
23004b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
23014b1f79b5SDaniel Verkamp
23024b1f79b5SDaniel VerkampDOT_IMAGE_FORMAT       = png
23034b1f79b5SDaniel Verkamp
23044b1f79b5SDaniel Verkamp# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
23054b1f79b5SDaniel Verkamp# enable generation of interactive SVG images that allow zooming and panning.
23064b1f79b5SDaniel Verkamp#
23074b1f79b5SDaniel Verkamp# Note that this requires a modern browser other than Internet Explorer. Tested
23084b1f79b5SDaniel Verkamp# and working are Firefox, Chrome, Safari, and Opera.
23094b1f79b5SDaniel Verkamp# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
23104b1f79b5SDaniel Verkamp# the SVG files visible. Older versions of IE do not have SVG support.
23114b1f79b5SDaniel Verkamp# The default value is: NO.
23124b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
23134b1f79b5SDaniel Verkamp
23144b1f79b5SDaniel VerkampINTERACTIVE_SVG        = NO
23154b1f79b5SDaniel Verkamp
23164b1f79b5SDaniel Verkamp# The DOT_PATH tag can be used to specify the path where the dot tool can be
23174b1f79b5SDaniel Verkamp# found. If left blank, it is assumed the dot tool can be found in the path.
23184b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
23194b1f79b5SDaniel Verkamp
23204b1f79b5SDaniel VerkampDOT_PATH               =
23214b1f79b5SDaniel Verkamp
23224b1f79b5SDaniel Verkamp# The DOTFILE_DIRS tag can be used to specify one or more directories that
23234b1f79b5SDaniel Verkamp# contain dot files that are included in the documentation (see the \dotfile
23244b1f79b5SDaniel Verkamp# command).
23254b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
23264b1f79b5SDaniel Verkamp
23274b1f79b5SDaniel VerkampDOTFILE_DIRS           =
23284b1f79b5SDaniel Verkamp
23294b1f79b5SDaniel Verkamp# The MSCFILE_DIRS tag can be used to specify one or more directories that
23304b1f79b5SDaniel Verkamp# contain msc files that are included in the documentation (see the \mscfile
23314b1f79b5SDaniel Verkamp# command).
23324b1f79b5SDaniel Verkamp
23334b1f79b5SDaniel VerkampMSCFILE_DIRS           =
23344b1f79b5SDaniel Verkamp
23354b1f79b5SDaniel Verkamp# The DIAFILE_DIRS tag can be used to specify one or more directories that
23364b1f79b5SDaniel Verkamp# contain dia files that are included in the documentation (see the \diafile
23374b1f79b5SDaniel Verkamp# command).
23384b1f79b5SDaniel Verkamp
23394b1f79b5SDaniel VerkampDIAFILE_DIRS           =
23404b1f79b5SDaniel Verkamp
23414b1f79b5SDaniel Verkamp# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
23424b1f79b5SDaniel Verkamp# path where java can find the plantuml.jar file. If left blank, it is assumed
23434b1f79b5SDaniel Verkamp# PlantUML is not used or called during a preprocessing step. Doxygen will
23444b1f79b5SDaniel Verkamp# generate a warning when it encounters a \startuml command in this case and
23454b1f79b5SDaniel Verkamp# will not generate output for the diagram.
23464b1f79b5SDaniel Verkamp
23474b1f79b5SDaniel VerkampPLANTUML_JAR_PATH      =
23484b1f79b5SDaniel Verkamp
23491b627af8SDaniel Verkamp# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
23501b627af8SDaniel Verkamp# configuration file for plantuml.
23511b627af8SDaniel Verkamp
23521b627af8SDaniel VerkampPLANTUML_CFG_FILE      =
23531b627af8SDaniel Verkamp
23544b1f79b5SDaniel Verkamp# When using plantuml, the specified paths are searched for files specified by
23554b1f79b5SDaniel Verkamp# the !include statement in a plantuml block.
23564b1f79b5SDaniel Verkamp
23574b1f79b5SDaniel VerkampPLANTUML_INCLUDE_PATH  =
23584b1f79b5SDaniel Verkamp
23594b1f79b5SDaniel Verkamp# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
23604b1f79b5SDaniel Verkamp# that will be shown in the graph. If the number of nodes in a graph becomes
23614b1f79b5SDaniel Verkamp# larger than this value, doxygen will truncate the graph, which is visualized
23624b1f79b5SDaniel Verkamp# by representing a node as a red box. Note that doxygen if the number of direct
23634b1f79b5SDaniel Verkamp# children of the root node in a graph is already larger than
23644b1f79b5SDaniel Verkamp# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
23654b1f79b5SDaniel Verkamp# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
23664b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 10000, default value: 50.
23674b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
23684b1f79b5SDaniel Verkamp
23694b1f79b5SDaniel VerkampDOT_GRAPH_MAX_NODES    = 50
23704b1f79b5SDaniel Verkamp
23714b1f79b5SDaniel Verkamp# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
23724b1f79b5SDaniel Verkamp# generated by dot. A depth value of 3 means that only nodes reachable from the
23734b1f79b5SDaniel Verkamp# root by following a path via at most 3 edges will be shown. Nodes that lay
23744b1f79b5SDaniel Verkamp# further from the root node will be omitted. Note that setting this option to 1
23754b1f79b5SDaniel Verkamp# or 2 may greatly reduce the computation time needed for large code bases. Also
23764b1f79b5SDaniel Verkamp# note that the size of a graph can be further restricted by
23774b1f79b5SDaniel Verkamp# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
23784b1f79b5SDaniel Verkamp# Minimum value: 0, maximum value: 1000, default value: 0.
23794b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
23804b1f79b5SDaniel Verkamp
23814b1f79b5SDaniel VerkampMAX_DOT_GRAPH_DEPTH    = 2
23824b1f79b5SDaniel Verkamp
23834b1f79b5SDaniel Verkamp# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
23844b1f79b5SDaniel Verkamp# files in one run (i.e. multiple -o and -T options on the command line). This
23854b1f79b5SDaniel Verkamp# makes dot run faster, but since only newer versions of dot (>1.8.10) support
23864b1f79b5SDaniel Verkamp# this, this feature is disabled by default.
23874b1f79b5SDaniel Verkamp# The default value is: NO.
23884b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
23894b1f79b5SDaniel Verkamp
23904b1f79b5SDaniel VerkampDOT_MULTI_TARGETS      = YES
23914b1f79b5SDaniel Verkamp
23924b1f79b5SDaniel Verkamp# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
23934b1f79b5SDaniel Verkamp# explaining the meaning of the various boxes and arrows in the dot generated
23944b1f79b5SDaniel Verkamp# graphs.
23954b1f79b5SDaniel Verkamp# The default value is: YES.
23964b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
23974b1f79b5SDaniel Verkamp
23984b1f79b5SDaniel VerkampGENERATE_LEGEND        = YES
23994b1f79b5SDaniel Verkamp
24004b1f79b5SDaniel Verkamp# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
24014b1f79b5SDaniel Verkamp# files that are used to generate the various graphs.
24024b1f79b5SDaniel Verkamp# The default value is: YES.
24034b1f79b5SDaniel Verkamp# This tag requires that the tag HAVE_DOT is set to YES.
24044b1f79b5SDaniel Verkamp
24054b1f79b5SDaniel VerkampDOT_CLEANUP            = YES
2406