16881f68fSopenharmony_ci# Doxyfile 1.9.6 26881f68fSopenharmony_ci 36881f68fSopenharmony_ci# This file describes the settings to be used by the documentation system 46881f68fSopenharmony_ci# doxygen (www.doxygen.org) for a project. 56881f68fSopenharmony_ci# 66881f68fSopenharmony_ci# All text after a double hash (##) is considered a comment and is placed in 76881f68fSopenharmony_ci# front of the TAG it is preceding. 86881f68fSopenharmony_ci# 96881f68fSopenharmony_ci# All text after a single hash (#) is considered a comment and will be ignored. 106881f68fSopenharmony_ci# The format is: 116881f68fSopenharmony_ci# TAG = value [value, ...] 126881f68fSopenharmony_ci# For lists, items can also be appended using: 136881f68fSopenharmony_ci# TAG += value [value, ...] 146881f68fSopenharmony_ci# Values that contain spaces should be placed between quotes (\" \"). 156881f68fSopenharmony_ci# 166881f68fSopenharmony_ci# Note: 176881f68fSopenharmony_ci# 186881f68fSopenharmony_ci# Use doxygen to compare the used configuration file with the template 196881f68fSopenharmony_ci# configuration file: 206881f68fSopenharmony_ci# doxygen -x [configFile] 216881f68fSopenharmony_ci# Use doxygen to compare the used configuration file with the template 226881f68fSopenharmony_ci# configuration file without replacing the environment variables or CMake type 236881f68fSopenharmony_ci# replacement variables: 246881f68fSopenharmony_ci# doxygen -x_noenv [configFile] 256881f68fSopenharmony_ci 266881f68fSopenharmony_ci#--------------------------------------------------------------------------- 276881f68fSopenharmony_ci# Project related configuration options 286881f68fSopenharmony_ci#--------------------------------------------------------------------------- 296881f68fSopenharmony_ci 306881f68fSopenharmony_ci# This tag specifies the encoding used for all characters in the configuration 316881f68fSopenharmony_ci# file that follow. The default is UTF-8 which is also the encoding used for all 326881f68fSopenharmony_ci# text before the first occurrence of this tag. Doxygen uses libiconv (or the 336881f68fSopenharmony_ci# iconv built into libc) for the transcoding. See 346881f68fSopenharmony_ci# https://www.gnu.org/software/libiconv/ for the list of possible encodings. 356881f68fSopenharmony_ci# The default value is: UTF-8. 366881f68fSopenharmony_ci 376881f68fSopenharmony_ciDOXYFILE_ENCODING = UTF-8 386881f68fSopenharmony_ci 396881f68fSopenharmony_ci# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 406881f68fSopenharmony_ci# double-quotes, unless you are using Doxywizard) that should identify the 416881f68fSopenharmony_ci# project for which the documentation is generated. This name is used in the 426881f68fSopenharmony_ci# title of most generated pages and in a few other places. 436881f68fSopenharmony_ci# The default value is: My Project. 446881f68fSopenharmony_ci 456881f68fSopenharmony_ciPROJECT_NAME = libfuse 466881f68fSopenharmony_ci 476881f68fSopenharmony_ci# The PROJECT_NUMBER tag can be used to enter a project or revision number. This 486881f68fSopenharmony_ci# could be handy for archiving the generated documentation or if some version 496881f68fSopenharmony_ci# control system is used. 506881f68fSopenharmony_ci 516881f68fSopenharmony_ciPROJECT_NUMBER = 526881f68fSopenharmony_ci 536881f68fSopenharmony_ci# Using the PROJECT_BRIEF tag one can provide an optional one line description 546881f68fSopenharmony_ci# for a project that appears at the top of each page and should give viewer a 556881f68fSopenharmony_ci# quick idea about the purpose of the project. Keep the description short. 566881f68fSopenharmony_ci 576881f68fSopenharmony_ciPROJECT_BRIEF = 586881f68fSopenharmony_ci 596881f68fSopenharmony_ci# With the PROJECT_LOGO tag one can specify a logo or an icon that is included 606881f68fSopenharmony_ci# in the documentation. The maximum height of the logo should not exceed 55 616881f68fSopenharmony_ci# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 626881f68fSopenharmony_ci# the logo to the output directory. 636881f68fSopenharmony_ci 646881f68fSopenharmony_ciPROJECT_LOGO = 656881f68fSopenharmony_ci 666881f68fSopenharmony_ci# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 676881f68fSopenharmony_ci# into which the generated documentation will be written. If a relative path is 686881f68fSopenharmony_ci# entered, it will be relative to the location where doxygen was started. If 696881f68fSopenharmony_ci# left blank the current directory will be used. 706881f68fSopenharmony_ci 716881f68fSopenharmony_ciOUTPUT_DIRECTORY = doc 726881f68fSopenharmony_ci 736881f68fSopenharmony_ci# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 746881f68fSopenharmony_ci# sub-directories (in 2 levels) under the output directory of each output format 756881f68fSopenharmony_ci# and will distribute the generated files over these directories. Enabling this 766881f68fSopenharmony_ci# option can be useful when feeding doxygen a huge amount of source files, where 776881f68fSopenharmony_ci# putting all generated files in the same directory would otherwise causes 786881f68fSopenharmony_ci# performance problems for the file system. Adapt CREATE_SUBDIRS_LEVEL to 796881f68fSopenharmony_ci# control the number of sub-directories. 806881f68fSopenharmony_ci# The default value is: NO. 816881f68fSopenharmony_ci 826881f68fSopenharmony_ciCREATE_SUBDIRS = NO 836881f68fSopenharmony_ci 846881f68fSopenharmony_ci# Controls the number of sub-directories that will be created when 856881f68fSopenharmony_ci# CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every 866881f68fSopenharmony_ci# level increment doubles the number of directories, resulting in 4096 876881f68fSopenharmony_ci# directories at level 8 which is the default and also the maximum value. The 886881f68fSopenharmony_ci# sub-directories are organized in 2 levels, the first level always has a fixed 896881f68fSopenharmony_ci# number of 16 directories. 906881f68fSopenharmony_ci# Minimum value: 0, maximum value: 8, default value: 8. 916881f68fSopenharmony_ci# This tag requires that the tag CREATE_SUBDIRS is set to YES. 926881f68fSopenharmony_ci 936881f68fSopenharmony_ciCREATE_SUBDIRS_LEVEL = 8 946881f68fSopenharmony_ci 956881f68fSopenharmony_ci# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 966881f68fSopenharmony_ci# characters to appear in the names of generated files. If set to NO, non-ASCII 976881f68fSopenharmony_ci# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode 986881f68fSopenharmony_ci# U+3044. 996881f68fSopenharmony_ci# The default value is: NO. 1006881f68fSopenharmony_ci 1016881f68fSopenharmony_ciALLOW_UNICODE_NAMES = NO 1026881f68fSopenharmony_ci 1036881f68fSopenharmony_ci# The OUTPUT_LANGUAGE tag is used to specify the language in which all 1046881f68fSopenharmony_ci# documentation generated by doxygen is written. Doxygen will use this 1056881f68fSopenharmony_ci# information to generate all constant output in the proper language. 1066881f68fSopenharmony_ci# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Bulgarian, 1076881f68fSopenharmony_ci# Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English 1086881f68fSopenharmony_ci# (United States), Esperanto, Farsi (Persian), Finnish, French, German, Greek, 1096881f68fSopenharmony_ci# Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with 1106881f68fSopenharmony_ci# English messages), Korean, Korean-en (Korean with English messages), Latvian, 1116881f68fSopenharmony_ci# Lithuanian, Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, 1126881f68fSopenharmony_ci# Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, 1136881f68fSopenharmony_ci# Swedish, Turkish, Ukrainian and Vietnamese. 1146881f68fSopenharmony_ci# The default value is: English. 1156881f68fSopenharmony_ci 1166881f68fSopenharmony_ciOUTPUT_LANGUAGE = English 1176881f68fSopenharmony_ci 1186881f68fSopenharmony_ci# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 1196881f68fSopenharmony_ci# descriptions after the members that are listed in the file and class 1206881f68fSopenharmony_ci# documentation (similar to Javadoc). Set to NO to disable this. 1216881f68fSopenharmony_ci# The default value is: YES. 1226881f68fSopenharmony_ci 1236881f68fSopenharmony_ciBRIEF_MEMBER_DESC = YES 1246881f68fSopenharmony_ci 1256881f68fSopenharmony_ci# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief 1266881f68fSopenharmony_ci# description of a member or function before the detailed description 1276881f68fSopenharmony_ci# 1286881f68fSopenharmony_ci# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 1296881f68fSopenharmony_ci# brief descriptions will be completely suppressed. 1306881f68fSopenharmony_ci# The default value is: YES. 1316881f68fSopenharmony_ci 1326881f68fSopenharmony_ciREPEAT_BRIEF = YES 1336881f68fSopenharmony_ci 1346881f68fSopenharmony_ci# This tag implements a quasi-intelligent brief description abbreviator that is 1356881f68fSopenharmony_ci# used to form the text in various listings. Each string in this list, if found 1366881f68fSopenharmony_ci# as the leading text of the brief description, will be stripped from the text 1376881f68fSopenharmony_ci# and the result, after processing the whole list, is used as the annotated 1386881f68fSopenharmony_ci# text. Otherwise, the brief description is used as-is. If left blank, the 1396881f68fSopenharmony_ci# following values are used ($name is automatically replaced with the name of 1406881f68fSopenharmony_ci# the entity):The $name class, The $name widget, The $name file, is, provides, 1416881f68fSopenharmony_ci# specifies, contains, represents, a, an and the. 1426881f68fSopenharmony_ci 1436881f68fSopenharmony_ciABBREVIATE_BRIEF = "The $name class" \ 1446881f68fSopenharmony_ci "The $name widget" \ 1456881f68fSopenharmony_ci "The $name file" \ 1466881f68fSopenharmony_ci is \ 1476881f68fSopenharmony_ci provides \ 1486881f68fSopenharmony_ci specifies \ 1496881f68fSopenharmony_ci contains \ 1506881f68fSopenharmony_ci represents \ 1516881f68fSopenharmony_ci a \ 1526881f68fSopenharmony_ci an \ 1536881f68fSopenharmony_ci the 1546881f68fSopenharmony_ci 1556881f68fSopenharmony_ci# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 1566881f68fSopenharmony_ci# doxygen will generate a detailed section even if there is only a brief 1576881f68fSopenharmony_ci# description. 1586881f68fSopenharmony_ci# The default value is: NO. 1596881f68fSopenharmony_ci 1606881f68fSopenharmony_ciALWAYS_DETAILED_SEC = NO 1616881f68fSopenharmony_ci 1626881f68fSopenharmony_ci# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 1636881f68fSopenharmony_ci# inherited members of a class in the documentation of that class as if those 1646881f68fSopenharmony_ci# members were ordinary class members. Constructors, destructors and assignment 1656881f68fSopenharmony_ci# operators of the base classes will not be shown. 1666881f68fSopenharmony_ci# The default value is: NO. 1676881f68fSopenharmony_ci 1686881f68fSopenharmony_ciINLINE_INHERITED_MEMB = NO 1696881f68fSopenharmony_ci 1706881f68fSopenharmony_ci# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path 1716881f68fSopenharmony_ci# before files name in the file list and in the header files. If set to NO the 1726881f68fSopenharmony_ci# shortest path that makes the file name unique will be used 1736881f68fSopenharmony_ci# The default value is: YES. 1746881f68fSopenharmony_ci 1756881f68fSopenharmony_ciFULL_PATH_NAMES = YES 1766881f68fSopenharmony_ci 1776881f68fSopenharmony_ci# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. 1786881f68fSopenharmony_ci# Stripping is only done if one of the specified strings matches the left-hand 1796881f68fSopenharmony_ci# part of the path. The tag can be used to show relative paths in the file list. 1806881f68fSopenharmony_ci# If left blank the directory from which doxygen is run is used as the path to 1816881f68fSopenharmony_ci# strip. 1826881f68fSopenharmony_ci# 1836881f68fSopenharmony_ci# Note that you can specify absolute paths here, but also relative paths, which 1846881f68fSopenharmony_ci# will be relative from the directory where doxygen is started. 1856881f68fSopenharmony_ci# This tag requires that the tag FULL_PATH_NAMES is set to YES. 1866881f68fSopenharmony_ci 1876881f68fSopenharmony_ciSTRIP_FROM_PATH = 1886881f68fSopenharmony_ci 1896881f68fSopenharmony_ci# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the 1906881f68fSopenharmony_ci# path mentioned in the documentation of a class, which tells the reader which 1916881f68fSopenharmony_ci# header file to include in order to use a class. If left blank only the name of 1926881f68fSopenharmony_ci# the header file containing the class definition is used. Otherwise one should 1936881f68fSopenharmony_ci# specify the list of include paths that are normally passed to the compiler 1946881f68fSopenharmony_ci# using the -I flag. 1956881f68fSopenharmony_ci 1966881f68fSopenharmony_ciSTRIP_FROM_INC_PATH = 1976881f68fSopenharmony_ci 1986881f68fSopenharmony_ci# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but 1996881f68fSopenharmony_ci# less readable) file names. This can be useful is your file systems doesn't 2006881f68fSopenharmony_ci# support long names like on DOS, Mac, or CD-ROM. 2016881f68fSopenharmony_ci# The default value is: NO. 2026881f68fSopenharmony_ci 2036881f68fSopenharmony_ciSHORT_NAMES = NO 2046881f68fSopenharmony_ci 2056881f68fSopenharmony_ci# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the 2066881f68fSopenharmony_ci# first line (until the first dot) of a Javadoc-style comment as the brief 2076881f68fSopenharmony_ci# description. If set to NO, the Javadoc-style will behave just like regular Qt- 2086881f68fSopenharmony_ci# style comments (thus requiring an explicit @brief command for a brief 2096881f68fSopenharmony_ci# description.) 2106881f68fSopenharmony_ci# The default value is: NO. 2116881f68fSopenharmony_ci 2126881f68fSopenharmony_ciJAVADOC_AUTOBRIEF = NO 2136881f68fSopenharmony_ci 2146881f68fSopenharmony_ci# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line 2156881f68fSopenharmony_ci# such as 2166881f68fSopenharmony_ci# /*************** 2176881f68fSopenharmony_ci# as being the beginning of a Javadoc-style comment "banner". If set to NO, the 2186881f68fSopenharmony_ci# Javadoc-style will behave just like regular comments and it will not be 2196881f68fSopenharmony_ci# interpreted by doxygen. 2206881f68fSopenharmony_ci# The default value is: NO. 2216881f68fSopenharmony_ci 2226881f68fSopenharmony_ciJAVADOC_BANNER = NO 2236881f68fSopenharmony_ci 2246881f68fSopenharmony_ci# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 2256881f68fSopenharmony_ci# line (until the first dot) of a Qt-style comment as the brief description. If 2266881f68fSopenharmony_ci# set to NO, the Qt-style will behave just like regular Qt-style comments (thus 2276881f68fSopenharmony_ci# requiring an explicit \brief command for a brief description.) 2286881f68fSopenharmony_ci# The default value is: NO. 2296881f68fSopenharmony_ci 2306881f68fSopenharmony_ciQT_AUTOBRIEF = NO 2316881f68fSopenharmony_ci 2326881f68fSopenharmony_ci# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a 2336881f68fSopenharmony_ci# multi-line C++ special comment block (i.e. a block of //! or /// comments) as 2346881f68fSopenharmony_ci# a brief description. This used to be the default behavior. The new default is 2356881f68fSopenharmony_ci# to treat a multi-line C++ comment block as a detailed description. Set this 2366881f68fSopenharmony_ci# tag to YES if you prefer the old behavior instead. 2376881f68fSopenharmony_ci# 2386881f68fSopenharmony_ci# Note that setting this tag to YES also means that rational rose comments are 2396881f68fSopenharmony_ci# not recognized any more. 2406881f68fSopenharmony_ci# The default value is: NO. 2416881f68fSopenharmony_ci 2426881f68fSopenharmony_ciMULTILINE_CPP_IS_BRIEF = NO 2436881f68fSopenharmony_ci 2446881f68fSopenharmony_ci# By default Python docstrings are displayed as preformatted text and doxygen's 2456881f68fSopenharmony_ci# special commands cannot be used. By setting PYTHON_DOCSTRING to NO the 2466881f68fSopenharmony_ci# doxygen's special commands can be used and the contents of the docstring 2476881f68fSopenharmony_ci# documentation blocks is shown as doxygen documentation. 2486881f68fSopenharmony_ci# The default value is: YES. 2496881f68fSopenharmony_ci 2506881f68fSopenharmony_ciPYTHON_DOCSTRING = YES 2516881f68fSopenharmony_ci 2526881f68fSopenharmony_ci# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the 2536881f68fSopenharmony_ci# documentation from any documented member that it re-implements. 2546881f68fSopenharmony_ci# The default value is: YES. 2556881f68fSopenharmony_ci 2566881f68fSopenharmony_ciINHERIT_DOCS = YES 2576881f68fSopenharmony_ci 2586881f68fSopenharmony_ci# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new 2596881f68fSopenharmony_ci# page for each member. If set to NO, the documentation of a member will be part 2606881f68fSopenharmony_ci# of the file/class/namespace that contains it. 2616881f68fSopenharmony_ci# The default value is: NO. 2626881f68fSopenharmony_ci 2636881f68fSopenharmony_ciSEPARATE_MEMBER_PAGES = NO 2646881f68fSopenharmony_ci 2656881f68fSopenharmony_ci# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 2666881f68fSopenharmony_ci# uses this value to replace tabs by spaces in code fragments. 2676881f68fSopenharmony_ci# Minimum value: 1, maximum value: 16, default value: 4. 2686881f68fSopenharmony_ci 2696881f68fSopenharmony_ciTAB_SIZE = 8 2706881f68fSopenharmony_ci 2716881f68fSopenharmony_ci# This tag can be used to specify a number of aliases that act as commands in 2726881f68fSopenharmony_ci# the documentation. An alias has the form: 2736881f68fSopenharmony_ci# name=value 2746881f68fSopenharmony_ci# For example adding 2756881f68fSopenharmony_ci# "sideeffect=@par Side Effects:^^" 2766881f68fSopenharmony_ci# will allow you to put the command \sideeffect (or @sideeffect) in the 2776881f68fSopenharmony_ci# documentation, which will result in a user-defined paragraph with heading 2786881f68fSopenharmony_ci# "Side Effects:". Note that you cannot put \n's in the value part of an alias 2796881f68fSopenharmony_ci# to insert newlines (in the resulting output). You can put ^^ in the value part 2806881f68fSopenharmony_ci# of an alias to insert a newline as if a physical newline was in the original 2816881f68fSopenharmony_ci# file. When you need a literal { or } or , in the value part of an alias you 2826881f68fSopenharmony_ci# have to escape them by means of a backslash (\), this can lead to conflicts 2836881f68fSopenharmony_ci# with the commands \{ and \} for these it is advised to use the version @{ and 2846881f68fSopenharmony_ci# @} or use a double escape (\\{ and \\}) 2856881f68fSopenharmony_ci 2866881f68fSopenharmony_ciALIASES = 2876881f68fSopenharmony_ci 2886881f68fSopenharmony_ci# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 2896881f68fSopenharmony_ci# only. Doxygen will then generate output that is more tailored for C. For 2906881f68fSopenharmony_ci# instance, some of the names that are used will be different. The list of all 2916881f68fSopenharmony_ci# members will be omitted, etc. 2926881f68fSopenharmony_ci# The default value is: NO. 2936881f68fSopenharmony_ci 2946881f68fSopenharmony_ciOPTIMIZE_OUTPUT_FOR_C = YES 2956881f68fSopenharmony_ci 2966881f68fSopenharmony_ci# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or 2976881f68fSopenharmony_ci# Python sources only. Doxygen will then generate output that is more tailored 2986881f68fSopenharmony_ci# for that language. For instance, namespaces will be presented as packages, 2996881f68fSopenharmony_ci# qualified scopes will look different, etc. 3006881f68fSopenharmony_ci# The default value is: NO. 3016881f68fSopenharmony_ci 3026881f68fSopenharmony_ciOPTIMIZE_OUTPUT_JAVA = NO 3036881f68fSopenharmony_ci 3046881f68fSopenharmony_ci# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran 3056881f68fSopenharmony_ci# sources. Doxygen will then generate output that is tailored for Fortran. 3066881f68fSopenharmony_ci# The default value is: NO. 3076881f68fSopenharmony_ci 3086881f68fSopenharmony_ciOPTIMIZE_FOR_FORTRAN = NO 3096881f68fSopenharmony_ci 3106881f68fSopenharmony_ci# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL 3116881f68fSopenharmony_ci# sources. Doxygen will then generate output that is tailored for VHDL. 3126881f68fSopenharmony_ci# The default value is: NO. 3136881f68fSopenharmony_ci 3146881f68fSopenharmony_ciOPTIMIZE_OUTPUT_VHDL = NO 3156881f68fSopenharmony_ci 3166881f68fSopenharmony_ci# Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice 3176881f68fSopenharmony_ci# sources only. Doxygen will then generate output that is more tailored for that 3186881f68fSopenharmony_ci# language. For instance, namespaces will be presented as modules, types will be 3196881f68fSopenharmony_ci# separated into more groups, etc. 3206881f68fSopenharmony_ci# The default value is: NO. 3216881f68fSopenharmony_ci 3226881f68fSopenharmony_ciOPTIMIZE_OUTPUT_SLICE = NO 3236881f68fSopenharmony_ci 3246881f68fSopenharmony_ci# Doxygen selects the parser to use depending on the extension of the files it 3256881f68fSopenharmony_ci# parses. With this tag you can assign which parser to use for a given 3266881f68fSopenharmony_ci# extension. Doxygen has a built-in mapping, but you can override or extend it 3276881f68fSopenharmony_ci# using this tag. The format is ext=language, where ext is a file extension, and 3286881f68fSopenharmony_ci# language is one of the parsers supported by doxygen: IDL, Java, JavaScript, 3296881f68fSopenharmony_ci# Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice, 3306881f68fSopenharmony_ci# VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran: 3316881f68fSopenharmony_ci# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser 3326881f68fSopenharmony_ci# tries to guess whether the code is fixed or free formatted code, this is the 3336881f68fSopenharmony_ci# default for Fortran type files). For instance to make doxygen treat .inc files 3346881f68fSopenharmony_ci# as Fortran files (default is PHP), and .f files as C (default is Fortran), 3356881f68fSopenharmony_ci# use: inc=Fortran f=C. 3366881f68fSopenharmony_ci# 3376881f68fSopenharmony_ci# Note: For files without extension you can use no_extension as a placeholder. 3386881f68fSopenharmony_ci# 3396881f68fSopenharmony_ci# Note that for custom extensions you also need to set FILE_PATTERNS otherwise 3406881f68fSopenharmony_ci# the files are not read by doxygen. When specifying no_extension you should add 3416881f68fSopenharmony_ci# * to the FILE_PATTERNS. 3426881f68fSopenharmony_ci# 3436881f68fSopenharmony_ci# Note see also the list of default file extension mappings. 3446881f68fSopenharmony_ci 3456881f68fSopenharmony_ciEXTENSION_MAPPING = 3466881f68fSopenharmony_ci 3476881f68fSopenharmony_ci# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments 3486881f68fSopenharmony_ci# according to the Markdown format, which allows for more readable 3496881f68fSopenharmony_ci# documentation. See https://daringfireball.net/projects/markdown/ for details. 3506881f68fSopenharmony_ci# The output of markdown processing is further processed by doxygen, so you can 3516881f68fSopenharmony_ci# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in 3526881f68fSopenharmony_ci# case of backward compatibilities issues. 3536881f68fSopenharmony_ci# The default value is: YES. 3546881f68fSopenharmony_ci 3556881f68fSopenharmony_ciMARKDOWN_SUPPORT = YES 3566881f68fSopenharmony_ci 3576881f68fSopenharmony_ci# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up 3586881f68fSopenharmony_ci# to that level are automatically included in the table of contents, even if 3596881f68fSopenharmony_ci# they do not have an id attribute. 3606881f68fSopenharmony_ci# Note: This feature currently applies only to Markdown headings. 3616881f68fSopenharmony_ci# Minimum value: 0, maximum value: 99, default value: 5. 3626881f68fSopenharmony_ci# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. 3636881f68fSopenharmony_ci 3646881f68fSopenharmony_ciTOC_INCLUDE_HEADINGS = 5 3656881f68fSopenharmony_ci 3666881f68fSopenharmony_ci# When enabled doxygen tries to link words that correspond to documented 3676881f68fSopenharmony_ci# classes, or namespaces to their corresponding documentation. Such a link can 3686881f68fSopenharmony_ci# be prevented in individual cases by putting a % sign in front of the word or 3696881f68fSopenharmony_ci# globally by setting AUTOLINK_SUPPORT to NO. 3706881f68fSopenharmony_ci# The default value is: YES. 3716881f68fSopenharmony_ci 3726881f68fSopenharmony_ciAUTOLINK_SUPPORT = YES 3736881f68fSopenharmony_ci 3746881f68fSopenharmony_ci# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 3756881f68fSopenharmony_ci# to include (a tag file for) the STL sources as input, then you should set this 3766881f68fSopenharmony_ci# tag to YES in order to let doxygen match functions declarations and 3776881f68fSopenharmony_ci# definitions whose arguments contain STL classes (e.g. func(std::string); 3786881f68fSopenharmony_ci# versus func(std::string) {}). This also make the inheritance and collaboration 3796881f68fSopenharmony_ci# diagrams that involve STL classes more complete and accurate. 3806881f68fSopenharmony_ci# The default value is: NO. 3816881f68fSopenharmony_ci 3826881f68fSopenharmony_ciBUILTIN_STL_SUPPORT = NO 3836881f68fSopenharmony_ci 3846881f68fSopenharmony_ci# If you use Microsoft's C++/CLI language, you should set this option to YES to 3856881f68fSopenharmony_ci# enable parsing support. 3866881f68fSopenharmony_ci# The default value is: NO. 3876881f68fSopenharmony_ci 3886881f68fSopenharmony_ciCPP_CLI_SUPPORT = NO 3896881f68fSopenharmony_ci 3906881f68fSopenharmony_ci# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 3916881f68fSopenharmony_ci# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen 3926881f68fSopenharmony_ci# will parse them like normal C++ but will assume all classes use public instead 3936881f68fSopenharmony_ci# of private inheritance when no explicit protection keyword is present. 3946881f68fSopenharmony_ci# The default value is: NO. 3956881f68fSopenharmony_ci 3966881f68fSopenharmony_ciSIP_SUPPORT = NO 3976881f68fSopenharmony_ci 3986881f68fSopenharmony_ci# For Microsoft's IDL there are propget and propput attributes to indicate 3996881f68fSopenharmony_ci# getter and setter methods for a property. Setting this option to YES will make 4006881f68fSopenharmony_ci# doxygen to replace the get and set methods by a property in the documentation. 4016881f68fSopenharmony_ci# This will only work if the methods are indeed getting or setting a simple 4026881f68fSopenharmony_ci# type. If this is not the case, or you want to show the methods anyway, you 4036881f68fSopenharmony_ci# should set this option to NO. 4046881f68fSopenharmony_ci# The default value is: YES. 4056881f68fSopenharmony_ci 4066881f68fSopenharmony_ciIDL_PROPERTY_SUPPORT = YES 4076881f68fSopenharmony_ci 4086881f68fSopenharmony_ci# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 4096881f68fSopenharmony_ci# tag is set to YES then doxygen will reuse the documentation of the first 4106881f68fSopenharmony_ci# member in the group (if any) for the other members of the group. By default 4116881f68fSopenharmony_ci# all members of a group must be documented explicitly. 4126881f68fSopenharmony_ci# The default value is: NO. 4136881f68fSopenharmony_ci 4146881f68fSopenharmony_ciDISTRIBUTE_GROUP_DOC = NO 4156881f68fSopenharmony_ci 4166881f68fSopenharmony_ci# If one adds a struct or class to a group and this option is enabled, then also 4176881f68fSopenharmony_ci# any nested class or struct is added to the same group. By default this option 4186881f68fSopenharmony_ci# is disabled and one has to add nested compounds explicitly via \ingroup. 4196881f68fSopenharmony_ci# The default value is: NO. 4206881f68fSopenharmony_ci 4216881f68fSopenharmony_ciGROUP_NESTED_COMPOUNDS = NO 4226881f68fSopenharmony_ci 4236881f68fSopenharmony_ci# Set the SUBGROUPING tag to YES to allow class member groups of the same type 4246881f68fSopenharmony_ci# (for instance a group of public functions) to be put as a subgroup of that 4256881f68fSopenharmony_ci# type (e.g. under the Public Functions section). Set it to NO to prevent 4266881f68fSopenharmony_ci# subgrouping. Alternatively, this can be done per class using the 4276881f68fSopenharmony_ci# \nosubgrouping command. 4286881f68fSopenharmony_ci# The default value is: YES. 4296881f68fSopenharmony_ci 4306881f68fSopenharmony_ciSUBGROUPING = YES 4316881f68fSopenharmony_ci 4326881f68fSopenharmony_ci# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions 4336881f68fSopenharmony_ci# are shown inside the group in which they are included (e.g. using \ingroup) 4346881f68fSopenharmony_ci# instead of on a separate page (for HTML and Man pages) or section (for LaTeX 4356881f68fSopenharmony_ci# and RTF). 4366881f68fSopenharmony_ci# 4376881f68fSopenharmony_ci# Note that this feature does not work in combination with 4386881f68fSopenharmony_ci# SEPARATE_MEMBER_PAGES. 4396881f68fSopenharmony_ci# The default value is: NO. 4406881f68fSopenharmony_ci 4416881f68fSopenharmony_ciINLINE_GROUPED_CLASSES = NO 4426881f68fSopenharmony_ci 4436881f68fSopenharmony_ci# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions 4446881f68fSopenharmony_ci# with only public data fields or simple typedef fields will be shown inline in 4456881f68fSopenharmony_ci# the documentation of the scope in which they are defined (i.e. file, 4466881f68fSopenharmony_ci# namespace, or group documentation), provided this scope is documented. If set 4476881f68fSopenharmony_ci# to NO, structs, classes, and unions are shown on a separate page (for HTML and 4486881f68fSopenharmony_ci# Man pages) or section (for LaTeX and RTF). 4496881f68fSopenharmony_ci# The default value is: NO. 4506881f68fSopenharmony_ci 4516881f68fSopenharmony_ciINLINE_SIMPLE_STRUCTS = NO 4526881f68fSopenharmony_ci 4536881f68fSopenharmony_ci# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or 4546881f68fSopenharmony_ci# enum is documented as struct, union, or enum with the name of the typedef. So 4556881f68fSopenharmony_ci# typedef struct TypeS {} TypeT, will appear in the documentation as a struct 4566881f68fSopenharmony_ci# with name TypeT. When disabled the typedef will appear as a member of a file, 4576881f68fSopenharmony_ci# namespace, or class. And the struct will be named TypeS. This can typically be 4586881f68fSopenharmony_ci# useful for C code in case the coding convention dictates that all compound 4596881f68fSopenharmony_ci# types are typedef'ed and only the typedef is referenced, never the tag name. 4606881f68fSopenharmony_ci# The default value is: NO. 4616881f68fSopenharmony_ci 4626881f68fSopenharmony_ciTYPEDEF_HIDES_STRUCT = NO 4636881f68fSopenharmony_ci 4646881f68fSopenharmony_ci# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This 4656881f68fSopenharmony_ci# cache is used to resolve symbols given their name and scope. Since this can be 4666881f68fSopenharmony_ci# an expensive process and often the same symbol appears multiple times in the 4676881f68fSopenharmony_ci# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small 4686881f68fSopenharmony_ci# doxygen will become slower. If the cache is too large, memory is wasted. The 4696881f68fSopenharmony_ci# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range 4706881f68fSopenharmony_ci# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 4716881f68fSopenharmony_ci# symbols. At the end of a run doxygen will report the cache usage and suggest 4726881f68fSopenharmony_ci# the optimal cache size from a speed point of view. 4736881f68fSopenharmony_ci# Minimum value: 0, maximum value: 9, default value: 0. 4746881f68fSopenharmony_ci 4756881f68fSopenharmony_ciLOOKUP_CACHE_SIZE = 0 4766881f68fSopenharmony_ci 4776881f68fSopenharmony_ci# The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use 4786881f68fSopenharmony_ci# during processing. When set to 0 doxygen will based this on the number of 4796881f68fSopenharmony_ci# cores available in the system. You can set it explicitly to a value larger 4806881f68fSopenharmony_ci# than 0 to get more control over the balance between CPU load and processing 4816881f68fSopenharmony_ci# speed. At this moment only the input processing can be done using multiple 4826881f68fSopenharmony_ci# threads. Since this is still an experimental feature the default is set to 1, 4836881f68fSopenharmony_ci# which effectively disables parallel processing. Please report any issues you 4846881f68fSopenharmony_ci# encounter. Generating dot graphs in parallel is controlled by the 4856881f68fSopenharmony_ci# DOT_NUM_THREADS setting. 4866881f68fSopenharmony_ci# Minimum value: 0, maximum value: 32, default value: 1. 4876881f68fSopenharmony_ci 4886881f68fSopenharmony_ciNUM_PROC_THREADS = 1 4896881f68fSopenharmony_ci 4906881f68fSopenharmony_ci#--------------------------------------------------------------------------- 4916881f68fSopenharmony_ci# Build related configuration options 4926881f68fSopenharmony_ci#--------------------------------------------------------------------------- 4936881f68fSopenharmony_ci 4946881f68fSopenharmony_ci# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in 4956881f68fSopenharmony_ci# documentation are documented, even if no documentation was available. Private 4966881f68fSopenharmony_ci# class members and static file members will be hidden unless the 4976881f68fSopenharmony_ci# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. 4986881f68fSopenharmony_ci# Note: This will also disable the warnings about undocumented members that are 4996881f68fSopenharmony_ci# normally produced when WARNINGS is set to YES. 5006881f68fSopenharmony_ci# The default value is: NO. 5016881f68fSopenharmony_ci 5026881f68fSopenharmony_ciEXTRACT_ALL = NO 5036881f68fSopenharmony_ci 5046881f68fSopenharmony_ci# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will 5056881f68fSopenharmony_ci# be included in the documentation. 5066881f68fSopenharmony_ci# The default value is: NO. 5076881f68fSopenharmony_ci 5086881f68fSopenharmony_ciEXTRACT_PRIVATE = NO 5096881f68fSopenharmony_ci 5106881f68fSopenharmony_ci# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual 5116881f68fSopenharmony_ci# methods of a class will be included in the documentation. 5126881f68fSopenharmony_ci# The default value is: NO. 5136881f68fSopenharmony_ci 5146881f68fSopenharmony_ciEXTRACT_PRIV_VIRTUAL = NO 5156881f68fSopenharmony_ci 5166881f68fSopenharmony_ci# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal 5176881f68fSopenharmony_ci# scope will be included in the documentation. 5186881f68fSopenharmony_ci# The default value is: NO. 5196881f68fSopenharmony_ci 5206881f68fSopenharmony_ciEXTRACT_PACKAGE = NO 5216881f68fSopenharmony_ci 5226881f68fSopenharmony_ci# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be 5236881f68fSopenharmony_ci# included in the documentation. 5246881f68fSopenharmony_ci# The default value is: NO. 5256881f68fSopenharmony_ci 5266881f68fSopenharmony_ciEXTRACT_STATIC = NO 5276881f68fSopenharmony_ci 5286881f68fSopenharmony_ci# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined 5296881f68fSopenharmony_ci# locally in source files will be included in the documentation. If set to NO, 5306881f68fSopenharmony_ci# only classes defined in header files are included. Does not have any effect 5316881f68fSopenharmony_ci# for Java sources. 5326881f68fSopenharmony_ci# The default value is: YES. 5336881f68fSopenharmony_ci 5346881f68fSopenharmony_ciEXTRACT_LOCAL_CLASSES = YES 5356881f68fSopenharmony_ci 5366881f68fSopenharmony_ci# This flag is only useful for Objective-C code. If set to YES, local methods, 5376881f68fSopenharmony_ci# which are defined in the implementation section but not in the interface are 5386881f68fSopenharmony_ci# included in the documentation. If set to NO, only methods in the interface are 5396881f68fSopenharmony_ci# included. 5406881f68fSopenharmony_ci# The default value is: NO. 5416881f68fSopenharmony_ci 5426881f68fSopenharmony_ciEXTRACT_LOCAL_METHODS = NO 5436881f68fSopenharmony_ci 5446881f68fSopenharmony_ci# If this flag is set to YES, the members of anonymous namespaces will be 5456881f68fSopenharmony_ci# extracted and appear in the documentation as a namespace called 5466881f68fSopenharmony_ci# 'anonymous_namespace{file}', where file will be replaced with the base name of 5476881f68fSopenharmony_ci# the file that contains the anonymous namespace. By default anonymous namespace 5486881f68fSopenharmony_ci# are hidden. 5496881f68fSopenharmony_ci# The default value is: NO. 5506881f68fSopenharmony_ci 5516881f68fSopenharmony_ciEXTRACT_ANON_NSPACES = NO 5526881f68fSopenharmony_ci 5536881f68fSopenharmony_ci# If this flag is set to YES, the name of an unnamed parameter in a declaration 5546881f68fSopenharmony_ci# will be determined by the corresponding definition. By default unnamed 5556881f68fSopenharmony_ci# parameters remain unnamed in the output. 5566881f68fSopenharmony_ci# The default value is: YES. 5576881f68fSopenharmony_ci 5586881f68fSopenharmony_ciRESOLVE_UNNAMED_PARAMS = YES 5596881f68fSopenharmony_ci 5606881f68fSopenharmony_ci# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all 5616881f68fSopenharmony_ci# undocumented members inside documented classes or files. If set to NO these 5626881f68fSopenharmony_ci# members will be included in the various overviews, but no documentation 5636881f68fSopenharmony_ci# section is generated. This option has no effect if EXTRACT_ALL is enabled. 5646881f68fSopenharmony_ci# The default value is: NO. 5656881f68fSopenharmony_ci 5666881f68fSopenharmony_ciHIDE_UNDOC_MEMBERS = YES 5676881f68fSopenharmony_ci 5686881f68fSopenharmony_ci# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all 5696881f68fSopenharmony_ci# undocumented classes that are normally visible in the class hierarchy. If set 5706881f68fSopenharmony_ci# to NO, these classes will be included in the various overviews. This option 5716881f68fSopenharmony_ci# will also hide undocumented C++ concepts if enabled. This option has no effect 5726881f68fSopenharmony_ci# if EXTRACT_ALL is enabled. 5736881f68fSopenharmony_ci# The default value is: NO. 5746881f68fSopenharmony_ci 5756881f68fSopenharmony_ciHIDE_UNDOC_CLASSES = YES 5766881f68fSopenharmony_ci 5776881f68fSopenharmony_ci# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend 5786881f68fSopenharmony_ci# declarations. If set to NO, these declarations will be included in the 5796881f68fSopenharmony_ci# documentation. 5806881f68fSopenharmony_ci# The default value is: NO. 5816881f68fSopenharmony_ci 5826881f68fSopenharmony_ciHIDE_FRIEND_COMPOUNDS = NO 5836881f68fSopenharmony_ci 5846881f68fSopenharmony_ci# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any 5856881f68fSopenharmony_ci# documentation blocks found inside the body of a function. If set to NO, these 5866881f68fSopenharmony_ci# blocks will be appended to the function's detailed documentation block. 5876881f68fSopenharmony_ci# The default value is: NO. 5886881f68fSopenharmony_ci 5896881f68fSopenharmony_ciHIDE_IN_BODY_DOCS = NO 5906881f68fSopenharmony_ci 5916881f68fSopenharmony_ci# The INTERNAL_DOCS tag determines if documentation that is typed after a 5926881f68fSopenharmony_ci# \internal command is included. If the tag is set to NO then the documentation 5936881f68fSopenharmony_ci# will be excluded. Set it to YES to include the internal documentation. 5946881f68fSopenharmony_ci# The default value is: NO. 5956881f68fSopenharmony_ci 5966881f68fSopenharmony_ciINTERNAL_DOCS = NO 5976881f68fSopenharmony_ci 5986881f68fSopenharmony_ci# With the correct setting of option CASE_SENSE_NAMES doxygen will better be 5996881f68fSopenharmony_ci# able to match the capabilities of the underlying filesystem. In case the 6006881f68fSopenharmony_ci# filesystem is case sensitive (i.e. it supports files in the same directory 6016881f68fSopenharmony_ci# whose names only differ in casing), the option must be set to YES to properly 6026881f68fSopenharmony_ci# deal with such files in case they appear in the input. For filesystems that 6036881f68fSopenharmony_ci# are not case sensitive the option should be set to NO to properly deal with 6046881f68fSopenharmony_ci# output files written for symbols that only differ in casing, such as for two 6056881f68fSopenharmony_ci# classes, one named CLASS and the other named Class, and to also support 6066881f68fSopenharmony_ci# references to files without having to specify the exact matching casing. On 6076881f68fSopenharmony_ci# Windows (including Cygwin) and MacOS, users should typically set this option 6086881f68fSopenharmony_ci# to NO, whereas on Linux or other Unix flavors it should typically be set to 6096881f68fSopenharmony_ci# YES. 6106881f68fSopenharmony_ci# Possible values are: SYSTEM, NO and YES. 6116881f68fSopenharmony_ci# The default value is: SYSTEM. 6126881f68fSopenharmony_ci 6136881f68fSopenharmony_ciCASE_SENSE_NAMES = YES 6146881f68fSopenharmony_ci 6156881f68fSopenharmony_ci# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with 6166881f68fSopenharmony_ci# their full class and namespace scopes in the documentation. If set to YES, the 6176881f68fSopenharmony_ci# scope will be hidden. 6186881f68fSopenharmony_ci# The default value is: NO. 6196881f68fSopenharmony_ci 6206881f68fSopenharmony_ciHIDE_SCOPE_NAMES = NO 6216881f68fSopenharmony_ci 6226881f68fSopenharmony_ci# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will 6236881f68fSopenharmony_ci# append additional text to a page's title, such as Class Reference. If set to 6246881f68fSopenharmony_ci# YES the compound reference will be hidden. 6256881f68fSopenharmony_ci# The default value is: NO. 6266881f68fSopenharmony_ci 6276881f68fSopenharmony_ciHIDE_COMPOUND_REFERENCE= NO 6286881f68fSopenharmony_ci 6296881f68fSopenharmony_ci# If the SHOW_HEADERFILE tag is set to YES then the documentation for a class 6306881f68fSopenharmony_ci# will show which file needs to be included to use the class. 6316881f68fSopenharmony_ci# The default value is: YES. 6326881f68fSopenharmony_ci 6336881f68fSopenharmony_ciSHOW_HEADERFILE = YES 6346881f68fSopenharmony_ci 6356881f68fSopenharmony_ci# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of 6366881f68fSopenharmony_ci# the files that are included by a file in the documentation of that file. 6376881f68fSopenharmony_ci# The default value is: YES. 6386881f68fSopenharmony_ci 6396881f68fSopenharmony_ciSHOW_INCLUDE_FILES = YES 6406881f68fSopenharmony_ci 6416881f68fSopenharmony_ci# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each 6426881f68fSopenharmony_ci# grouped member an include statement to the documentation, telling the reader 6436881f68fSopenharmony_ci# which file to include in order to use the member. 6446881f68fSopenharmony_ci# The default value is: NO. 6456881f68fSopenharmony_ci 6466881f68fSopenharmony_ciSHOW_GROUPED_MEMB_INC = NO 6476881f68fSopenharmony_ci 6486881f68fSopenharmony_ci# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include 6496881f68fSopenharmony_ci# files with double quotes in the documentation rather than with sharp brackets. 6506881f68fSopenharmony_ci# The default value is: NO. 6516881f68fSopenharmony_ci 6526881f68fSopenharmony_ciFORCE_LOCAL_INCLUDES = NO 6536881f68fSopenharmony_ci 6546881f68fSopenharmony_ci# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the 6556881f68fSopenharmony_ci# documentation for inline members. 6566881f68fSopenharmony_ci# The default value is: YES. 6576881f68fSopenharmony_ci 6586881f68fSopenharmony_ciINLINE_INFO = YES 6596881f68fSopenharmony_ci 6606881f68fSopenharmony_ci# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the 6616881f68fSopenharmony_ci# (detailed) documentation of file and class members alphabetically by member 6626881f68fSopenharmony_ci# name. If set to NO, the members will appear in declaration order. 6636881f68fSopenharmony_ci# The default value is: YES. 6646881f68fSopenharmony_ci 6656881f68fSopenharmony_ciSORT_MEMBER_DOCS = YES 6666881f68fSopenharmony_ci 6676881f68fSopenharmony_ci# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief 6686881f68fSopenharmony_ci# descriptions of file, namespace and class members alphabetically by member 6696881f68fSopenharmony_ci# name. If set to NO, the members will appear in declaration order. Note that 6706881f68fSopenharmony_ci# this will also influence the order of the classes in the class list. 6716881f68fSopenharmony_ci# The default value is: NO. 6726881f68fSopenharmony_ci 6736881f68fSopenharmony_ciSORT_BRIEF_DOCS = NO 6746881f68fSopenharmony_ci 6756881f68fSopenharmony_ci# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the 6766881f68fSopenharmony_ci# (brief and detailed) documentation of class members so that constructors and 6776881f68fSopenharmony_ci# destructors are listed first. If set to NO the constructors will appear in the 6786881f68fSopenharmony_ci# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. 6796881f68fSopenharmony_ci# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief 6806881f68fSopenharmony_ci# member documentation. 6816881f68fSopenharmony_ci# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting 6826881f68fSopenharmony_ci# detailed member documentation. 6836881f68fSopenharmony_ci# The default value is: NO. 6846881f68fSopenharmony_ci 6856881f68fSopenharmony_ciSORT_MEMBERS_CTORS_1ST = NO 6866881f68fSopenharmony_ci 6876881f68fSopenharmony_ci# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy 6886881f68fSopenharmony_ci# of group names into alphabetical order. If set to NO the group names will 6896881f68fSopenharmony_ci# appear in their defined order. 6906881f68fSopenharmony_ci# The default value is: NO. 6916881f68fSopenharmony_ci 6926881f68fSopenharmony_ciSORT_GROUP_NAMES = NO 6936881f68fSopenharmony_ci 6946881f68fSopenharmony_ci# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by 6956881f68fSopenharmony_ci# fully-qualified names, including namespaces. If set to NO, the class list will 6966881f68fSopenharmony_ci# be sorted only by class name, not including the namespace part. 6976881f68fSopenharmony_ci# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 6986881f68fSopenharmony_ci# Note: This option applies only to the class list, not to the alphabetical 6996881f68fSopenharmony_ci# list. 7006881f68fSopenharmony_ci# The default value is: NO. 7016881f68fSopenharmony_ci 7026881f68fSopenharmony_ciSORT_BY_SCOPE_NAME = NO 7036881f68fSopenharmony_ci 7046881f68fSopenharmony_ci# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper 7056881f68fSopenharmony_ci# type resolution of all parameters of a function it will reject a match between 7066881f68fSopenharmony_ci# the prototype and the implementation of a member function even if there is 7076881f68fSopenharmony_ci# only one candidate or it is obvious which candidate to choose by doing a 7086881f68fSopenharmony_ci# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still 7096881f68fSopenharmony_ci# accept a match between prototype and implementation in such cases. 7106881f68fSopenharmony_ci# The default value is: NO. 7116881f68fSopenharmony_ci 7126881f68fSopenharmony_ciSTRICT_PROTO_MATCHING = NO 7136881f68fSopenharmony_ci 7146881f68fSopenharmony_ci# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo 7156881f68fSopenharmony_ci# list. This list is created by putting \todo commands in the documentation. 7166881f68fSopenharmony_ci# The default value is: YES. 7176881f68fSopenharmony_ci 7186881f68fSopenharmony_ciGENERATE_TODOLIST = YES 7196881f68fSopenharmony_ci 7206881f68fSopenharmony_ci# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test 7216881f68fSopenharmony_ci# list. This list is created by putting \test commands in the documentation. 7226881f68fSopenharmony_ci# The default value is: YES. 7236881f68fSopenharmony_ci 7246881f68fSopenharmony_ciGENERATE_TESTLIST = YES 7256881f68fSopenharmony_ci 7266881f68fSopenharmony_ci# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug 7276881f68fSopenharmony_ci# list. This list is created by putting \bug commands in the documentation. 7286881f68fSopenharmony_ci# The default value is: YES. 7296881f68fSopenharmony_ci 7306881f68fSopenharmony_ciGENERATE_BUGLIST = YES 7316881f68fSopenharmony_ci 7326881f68fSopenharmony_ci# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) 7336881f68fSopenharmony_ci# the deprecated list. This list is created by putting \deprecated commands in 7346881f68fSopenharmony_ci# the documentation. 7356881f68fSopenharmony_ci# The default value is: YES. 7366881f68fSopenharmony_ci 7376881f68fSopenharmony_ciGENERATE_DEPRECATEDLIST= YES 7386881f68fSopenharmony_ci 7396881f68fSopenharmony_ci# The ENABLED_SECTIONS tag can be used to enable conditional documentation 7406881f68fSopenharmony_ci# sections, marked by \if <section_label> ... \endif and \cond <section_label> 7416881f68fSopenharmony_ci# ... \endcond blocks. 7426881f68fSopenharmony_ci 7436881f68fSopenharmony_ciENABLED_SECTIONS = 7446881f68fSopenharmony_ci 7456881f68fSopenharmony_ci# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the 7466881f68fSopenharmony_ci# initial value of a variable or macro / define can have for it to appear in the 7476881f68fSopenharmony_ci# documentation. If the initializer consists of more lines than specified here 7486881f68fSopenharmony_ci# it will be hidden. Use a value of 0 to hide initializers completely. The 7496881f68fSopenharmony_ci# appearance of the value of individual variables and macros / defines can be 7506881f68fSopenharmony_ci# controlled using \showinitializer or \hideinitializer command in the 7516881f68fSopenharmony_ci# documentation regardless of this setting. 7526881f68fSopenharmony_ci# Minimum value: 0, maximum value: 10000, default value: 30. 7536881f68fSopenharmony_ci 7546881f68fSopenharmony_ciMAX_INITIALIZER_LINES = 30 7556881f68fSopenharmony_ci 7566881f68fSopenharmony_ci# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at 7576881f68fSopenharmony_ci# the bottom of the documentation of classes and structs. If set to YES, the 7586881f68fSopenharmony_ci# list will mention the files that were used to generate the documentation. 7596881f68fSopenharmony_ci# The default value is: YES. 7606881f68fSopenharmony_ci 7616881f68fSopenharmony_ciSHOW_USED_FILES = YES 7626881f68fSopenharmony_ci 7636881f68fSopenharmony_ci# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This 7646881f68fSopenharmony_ci# will remove the Files entry from the Quick Index and from the Folder Tree View 7656881f68fSopenharmony_ci# (if specified). 7666881f68fSopenharmony_ci# The default value is: YES. 7676881f68fSopenharmony_ci 7686881f68fSopenharmony_ciSHOW_FILES = YES 7696881f68fSopenharmony_ci 7706881f68fSopenharmony_ci# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces 7716881f68fSopenharmony_ci# page. This will remove the Namespaces entry from the Quick Index and from the 7726881f68fSopenharmony_ci# Folder Tree View (if specified). 7736881f68fSopenharmony_ci# The default value is: YES. 7746881f68fSopenharmony_ci 7756881f68fSopenharmony_ciSHOW_NAMESPACES = YES 7766881f68fSopenharmony_ci 7776881f68fSopenharmony_ci# The FILE_VERSION_FILTER tag can be used to specify a program or script that 7786881f68fSopenharmony_ci# doxygen should invoke to get the current version for each file (typically from 7796881f68fSopenharmony_ci# the version control system). Doxygen will invoke the program by executing (via 7806881f68fSopenharmony_ci# popen()) the command command input-file, where command is the value of the 7816881f68fSopenharmony_ci# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided 7826881f68fSopenharmony_ci# by doxygen. Whatever the program writes to standard output is used as the file 7836881f68fSopenharmony_ci# version. For an example see the documentation. 7846881f68fSopenharmony_ci 7856881f68fSopenharmony_ciFILE_VERSION_FILTER = 7866881f68fSopenharmony_ci 7876881f68fSopenharmony_ci# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed 7886881f68fSopenharmony_ci# by doxygen. The layout file controls the global structure of the generated 7896881f68fSopenharmony_ci# output files in an output format independent way. To create the layout file 7906881f68fSopenharmony_ci# that represents doxygen's defaults, run doxygen with the -l option. You can 7916881f68fSopenharmony_ci# optionally specify a file name after the option, if omitted DoxygenLayout.xml 7926881f68fSopenharmony_ci# will be used as the name of the layout file. See also section "Changing the 7936881f68fSopenharmony_ci# layout of pages" for information. 7946881f68fSopenharmony_ci# 7956881f68fSopenharmony_ci# Note that if you run doxygen from a directory containing a file called 7966881f68fSopenharmony_ci# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE 7976881f68fSopenharmony_ci# tag is left empty. 7986881f68fSopenharmony_ci 7996881f68fSopenharmony_ciLAYOUT_FILE = 8006881f68fSopenharmony_ci 8016881f68fSopenharmony_ci# The CITE_BIB_FILES tag can be used to specify one or more bib files containing 8026881f68fSopenharmony_ci# the reference definitions. This must be a list of .bib files. The .bib 8036881f68fSopenharmony_ci# extension is automatically appended if omitted. This requires the bibtex tool 8046881f68fSopenharmony_ci# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info. 8056881f68fSopenharmony_ci# For LaTeX the style of the bibliography can be controlled using 8066881f68fSopenharmony_ci# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the 8076881f68fSopenharmony_ci# search path. See also \cite for info how to create references. 8086881f68fSopenharmony_ci 8096881f68fSopenharmony_ciCITE_BIB_FILES = 8106881f68fSopenharmony_ci 8116881f68fSopenharmony_ci#--------------------------------------------------------------------------- 8126881f68fSopenharmony_ci# Configuration options related to warning and progress messages 8136881f68fSopenharmony_ci#--------------------------------------------------------------------------- 8146881f68fSopenharmony_ci 8156881f68fSopenharmony_ci# The QUIET tag can be used to turn on/off the messages that are generated to 8166881f68fSopenharmony_ci# standard output by doxygen. If QUIET is set to YES this implies that the 8176881f68fSopenharmony_ci# messages are off. 8186881f68fSopenharmony_ci# The default value is: NO. 8196881f68fSopenharmony_ci 8206881f68fSopenharmony_ciQUIET = YES 8216881f68fSopenharmony_ci 8226881f68fSopenharmony_ci# The WARNINGS tag can be used to turn on/off the warning messages that are 8236881f68fSopenharmony_ci# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES 8246881f68fSopenharmony_ci# this implies that the warnings are on. 8256881f68fSopenharmony_ci# 8266881f68fSopenharmony_ci# Tip: Turn warnings on while writing the documentation. 8276881f68fSopenharmony_ci# The default value is: YES. 8286881f68fSopenharmony_ci 8296881f68fSopenharmony_ciWARNINGS = YES 8306881f68fSopenharmony_ci 8316881f68fSopenharmony_ci# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate 8326881f68fSopenharmony_ci# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag 8336881f68fSopenharmony_ci# will automatically be disabled. 8346881f68fSopenharmony_ci# The default value is: YES. 8356881f68fSopenharmony_ci 8366881f68fSopenharmony_ciWARN_IF_UNDOCUMENTED = YES 8376881f68fSopenharmony_ci 8386881f68fSopenharmony_ci# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for 8396881f68fSopenharmony_ci# potential errors in the documentation, such as documenting some parameters in 8406881f68fSopenharmony_ci# a documented function twice, or documenting parameters that don't exist or 8416881f68fSopenharmony_ci# using markup commands wrongly. 8426881f68fSopenharmony_ci# The default value is: YES. 8436881f68fSopenharmony_ci 8446881f68fSopenharmony_ciWARN_IF_DOC_ERROR = YES 8456881f68fSopenharmony_ci 8466881f68fSopenharmony_ci# If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete 8476881f68fSopenharmony_ci# function parameter documentation. If set to NO, doxygen will accept that some 8486881f68fSopenharmony_ci# parameters have no documentation without warning. 8496881f68fSopenharmony_ci# The default value is: YES. 8506881f68fSopenharmony_ci 8516881f68fSopenharmony_ciWARN_IF_INCOMPLETE_DOC = YES 8526881f68fSopenharmony_ci 8536881f68fSopenharmony_ci# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that 8546881f68fSopenharmony_ci# are documented, but have no documentation for their parameters or return 8556881f68fSopenharmony_ci# value. If set to NO, doxygen will only warn about wrong parameter 8566881f68fSopenharmony_ci# documentation, but not about the absence of documentation. If EXTRACT_ALL is 8576881f68fSopenharmony_ci# set to YES then this flag will automatically be disabled. See also 8586881f68fSopenharmony_ci# WARN_IF_INCOMPLETE_DOC 8596881f68fSopenharmony_ci# The default value is: NO. 8606881f68fSopenharmony_ci 8616881f68fSopenharmony_ciWARN_NO_PARAMDOC = NO 8626881f68fSopenharmony_ci 8636881f68fSopenharmony_ci# If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about 8646881f68fSopenharmony_ci# undocumented enumeration values. If set to NO, doxygen will accept 8656881f68fSopenharmony_ci# undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag 8666881f68fSopenharmony_ci# will automatically be disabled. 8676881f68fSopenharmony_ci# The default value is: NO. 8686881f68fSopenharmony_ci 8696881f68fSopenharmony_ciWARN_IF_UNDOC_ENUM_VAL = NO 8706881f68fSopenharmony_ci 8716881f68fSopenharmony_ci# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when 8726881f68fSopenharmony_ci# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS 8736881f68fSopenharmony_ci# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but 8746881f68fSopenharmony_ci# at the end of the doxygen process doxygen will return with a non-zero status. 8756881f68fSopenharmony_ci# Possible values are: NO, YES and FAIL_ON_WARNINGS. 8766881f68fSopenharmony_ci# The default value is: NO. 8776881f68fSopenharmony_ci 8786881f68fSopenharmony_ciWARN_AS_ERROR = NO 8796881f68fSopenharmony_ci 8806881f68fSopenharmony_ci# The WARN_FORMAT tag determines the format of the warning messages that doxygen 8816881f68fSopenharmony_ci# can produce. The string should contain the $file, $line, and $text tags, which 8826881f68fSopenharmony_ci# will be replaced by the file and line number from which the warning originated 8836881f68fSopenharmony_ci# and the warning text. Optionally the format may contain $version, which will 8846881f68fSopenharmony_ci# be replaced by the version of the file (if it could be obtained via 8856881f68fSopenharmony_ci# FILE_VERSION_FILTER) 8866881f68fSopenharmony_ci# See also: WARN_LINE_FORMAT 8876881f68fSopenharmony_ci# The default value is: $file:$line: $text. 8886881f68fSopenharmony_ci 8896881f68fSopenharmony_ciWARN_FORMAT = "$file:$line: $text" 8906881f68fSopenharmony_ci 8916881f68fSopenharmony_ci# In the $text part of the WARN_FORMAT command it is possible that a reference 8926881f68fSopenharmony_ci# to a more specific place is given. To make it easier to jump to this place 8936881f68fSopenharmony_ci# (outside of doxygen) the user can define a custom "cut" / "paste" string. 8946881f68fSopenharmony_ci# Example: 8956881f68fSopenharmony_ci# WARN_LINE_FORMAT = "'vi $file +$line'" 8966881f68fSopenharmony_ci# See also: WARN_FORMAT 8976881f68fSopenharmony_ci# The default value is: at line $line of file $file. 8986881f68fSopenharmony_ci 8996881f68fSopenharmony_ciWARN_LINE_FORMAT = "at line $line of file $file" 9006881f68fSopenharmony_ci 9016881f68fSopenharmony_ci# The WARN_LOGFILE tag can be used to specify a file to which warning and error 9026881f68fSopenharmony_ci# messages should be written. If left blank the output is written to standard 9036881f68fSopenharmony_ci# error (stderr). In case the file specified cannot be opened for writing the 9046881f68fSopenharmony_ci# warning and error messages are written to standard error. When as file - is 9056881f68fSopenharmony_ci# specified the warning and error messages are written to standard output 9066881f68fSopenharmony_ci# (stdout). 9076881f68fSopenharmony_ci 9086881f68fSopenharmony_ciWARN_LOGFILE = 9096881f68fSopenharmony_ci 9106881f68fSopenharmony_ci#--------------------------------------------------------------------------- 9116881f68fSopenharmony_ci# Configuration options related to the input files 9126881f68fSopenharmony_ci#--------------------------------------------------------------------------- 9136881f68fSopenharmony_ci 9146881f68fSopenharmony_ci# The INPUT tag is used to specify the files and/or directories that contain 9156881f68fSopenharmony_ci# documented source files. You may enter file names like myfile.cpp or 9166881f68fSopenharmony_ci# directories like /usr/src/myproject. Separate the files or directories with 9176881f68fSopenharmony_ci# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING 9186881f68fSopenharmony_ci# Note: If this tag is empty the current directory is searched. 9196881f68fSopenharmony_ci 9206881f68fSopenharmony_ciINPUT = . 9216881f68fSopenharmony_ci 9226881f68fSopenharmony_ci# This tag can be used to specify the character encoding of the source files 9236881f68fSopenharmony_ci# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses 9246881f68fSopenharmony_ci# libiconv (or the iconv built into libc) for the transcoding. See the libiconv 9256881f68fSopenharmony_ci# documentation (see: 9266881f68fSopenharmony_ci# https://www.gnu.org/software/libiconv/) for the list of possible encodings. 9276881f68fSopenharmony_ci# See also: INPUT_FILE_ENCODING 9286881f68fSopenharmony_ci# The default value is: UTF-8. 9296881f68fSopenharmony_ci 9306881f68fSopenharmony_ciINPUT_ENCODING = UTF-8 9316881f68fSopenharmony_ci 9326881f68fSopenharmony_ci# This tag can be used to specify the character encoding of the source files 9336881f68fSopenharmony_ci# that doxygen parses The INPUT_FILE_ENCODING tag can be used to specify 9346881f68fSopenharmony_ci# character encoding on a per file pattern basis. Doxygen will compare the file 9356881f68fSopenharmony_ci# name with each pattern and apply the encoding instead of the default 9366881f68fSopenharmony_ci# INPUT_ENCODING) if there is a match. The character encodings are a list of the 9376881f68fSopenharmony_ci# form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding 9386881f68fSopenharmony_ci# "INPUT_ENCODING" for further information on supported encodings. 9396881f68fSopenharmony_ci 9406881f68fSopenharmony_ciINPUT_FILE_ENCODING = 9416881f68fSopenharmony_ci 9426881f68fSopenharmony_ci# If the value of the INPUT tag contains directories, you can use the 9436881f68fSopenharmony_ci# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 9446881f68fSopenharmony_ci# *.h) to filter out the source-files in the directories. 9456881f68fSopenharmony_ci# 9466881f68fSopenharmony_ci# Note that for custom extensions or not directly supported extensions you also 9476881f68fSopenharmony_ci# need to set EXTENSION_MAPPING for the extension otherwise the files are not 9486881f68fSopenharmony_ci# read by doxygen. 9496881f68fSopenharmony_ci# 9506881f68fSopenharmony_ci# Note the list of default checked file patterns might differ from the list of 9516881f68fSopenharmony_ci# default file extension mappings. 9526881f68fSopenharmony_ci# 9536881f68fSopenharmony_ci# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 9546881f68fSopenharmony_ci# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, 9556881f68fSopenharmony_ci# *.hh, *.hxx, *.hpp, *.h++, *.l, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, 9566881f68fSopenharmony_ci# *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C 9576881f68fSopenharmony_ci# comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd, 9586881f68fSopenharmony_ci# *.vhdl, *.ucf, *.qsf and *.ice. 9596881f68fSopenharmony_ci 9606881f68fSopenharmony_ciFILE_PATTERNS = *.h \ 9616881f68fSopenharmony_ci *.c \ 9626881f68fSopenharmony_ci *.h \ 9636881f68fSopenharmony_ci *.dox 9646881f68fSopenharmony_ci 9656881f68fSopenharmony_ci# The RECURSIVE tag can be used to specify whether or not subdirectories should 9666881f68fSopenharmony_ci# be searched for input files as well. 9676881f68fSopenharmony_ci# The default value is: NO. 9686881f68fSopenharmony_ci 9696881f68fSopenharmony_ciRECURSIVE = YES 9706881f68fSopenharmony_ci 9716881f68fSopenharmony_ci# The EXCLUDE tag can be used to specify files and/or directories that should be 9726881f68fSopenharmony_ci# excluded from the INPUT source files. This way you can easily exclude a 9736881f68fSopenharmony_ci# subdirectory from a directory tree whose root is specified with the INPUT tag. 9746881f68fSopenharmony_ci# 9756881f68fSopenharmony_ci# Note that relative paths are relative to the directory from which doxygen is 9766881f68fSopenharmony_ci# run. 9776881f68fSopenharmony_ci 9786881f68fSopenharmony_ciEXCLUDE = 9796881f68fSopenharmony_ci 9806881f68fSopenharmony_ci# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or 9816881f68fSopenharmony_ci# directories that are symbolic links (a Unix file system feature) are excluded 9826881f68fSopenharmony_ci# from the input. 9836881f68fSopenharmony_ci# The default value is: NO. 9846881f68fSopenharmony_ci 9856881f68fSopenharmony_ciEXCLUDE_SYMLINKS = NO 9866881f68fSopenharmony_ci 9876881f68fSopenharmony_ci# If the value of the INPUT tag contains directories, you can use the 9886881f68fSopenharmony_ci# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 9896881f68fSopenharmony_ci# certain files from those directories. 9906881f68fSopenharmony_ci# 9916881f68fSopenharmony_ci# Note that the wildcards are matched against the file with absolute path, so to 9926881f68fSopenharmony_ci# exclude all test directories for example use the pattern */test/* 9936881f68fSopenharmony_ci 9946881f68fSopenharmony_ciEXCLUDE_PATTERNS = 9956881f68fSopenharmony_ci 9966881f68fSopenharmony_ci# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 9976881f68fSopenharmony_ci# (namespaces, classes, functions, etc.) that should be excluded from the 9986881f68fSopenharmony_ci# output. The symbol name can be a fully qualified name, a word, or if the 9996881f68fSopenharmony_ci# wildcard * is used, a substring. Examples: ANamespace, AClass, 10006881f68fSopenharmony_ci# ANamespace::AClass, ANamespace::*Test 10016881f68fSopenharmony_ci# 10026881f68fSopenharmony_ci# Note that the wildcards are matched against the file with absolute path, so to 10036881f68fSopenharmony_ci# exclude all test directories use the pattern */test/* 10046881f68fSopenharmony_ci 10056881f68fSopenharmony_ciEXCLUDE_SYMBOLS = 10066881f68fSopenharmony_ci 10076881f68fSopenharmony_ci# The EXAMPLE_PATH tag can be used to specify one or more files or directories 10086881f68fSopenharmony_ci# that contain example code fragments that are included (see the \include 10096881f68fSopenharmony_ci# command). 10106881f68fSopenharmony_ci 10116881f68fSopenharmony_ciEXAMPLE_PATH = example 10126881f68fSopenharmony_ci 10136881f68fSopenharmony_ci# If the value of the EXAMPLE_PATH tag contains directories, you can use the 10146881f68fSopenharmony_ci# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 10156881f68fSopenharmony_ci# *.h) to filter out the source-files in the directories. If left blank all 10166881f68fSopenharmony_ci# files are included. 10176881f68fSopenharmony_ci 10186881f68fSopenharmony_ciEXAMPLE_PATTERNS = *.c \ 10196881f68fSopenharmony_ci *.h 10206881f68fSopenharmony_ci 10216881f68fSopenharmony_ci# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 10226881f68fSopenharmony_ci# searched for input files to be used with the \include or \dontinclude commands 10236881f68fSopenharmony_ci# irrespective of the value of the RECURSIVE tag. 10246881f68fSopenharmony_ci# The default value is: NO. 10256881f68fSopenharmony_ci 10266881f68fSopenharmony_ciEXAMPLE_RECURSIVE = NO 10276881f68fSopenharmony_ci 10286881f68fSopenharmony_ci# The IMAGE_PATH tag can be used to specify one or more files or directories 10296881f68fSopenharmony_ci# that contain images that are to be included in the documentation (see the 10306881f68fSopenharmony_ci# \image command). 10316881f68fSopenharmony_ci 10326881f68fSopenharmony_ciIMAGE_PATH = 10336881f68fSopenharmony_ci 10346881f68fSopenharmony_ci# The INPUT_FILTER tag can be used to specify a program that doxygen should 10356881f68fSopenharmony_ci# invoke to filter for each input file. Doxygen will invoke the filter program 10366881f68fSopenharmony_ci# by executing (via popen()) the command: 10376881f68fSopenharmony_ci# 10386881f68fSopenharmony_ci# <filter> <input-file> 10396881f68fSopenharmony_ci# 10406881f68fSopenharmony_ci# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the 10416881f68fSopenharmony_ci# name of an input file. Doxygen will then use the output that the filter 10426881f68fSopenharmony_ci# program writes to standard output. If FILTER_PATTERNS is specified, this tag 10436881f68fSopenharmony_ci# will be ignored. 10446881f68fSopenharmony_ci# 10456881f68fSopenharmony_ci# Note that the filter must not add or remove lines; it is applied before the 10466881f68fSopenharmony_ci# code is scanned, but not when the output code is generated. If lines are added 10476881f68fSopenharmony_ci# or removed, the anchors will not be placed correctly. 10486881f68fSopenharmony_ci# 10496881f68fSopenharmony_ci# Note that doxygen will use the data processed and written to standard output 10506881f68fSopenharmony_ci# for further processing, therefore nothing else, like debug statements or used 10516881f68fSopenharmony_ci# commands (so in case of a Windows batch file always use @echo OFF), should be 10526881f68fSopenharmony_ci# written to standard output. 10536881f68fSopenharmony_ci# 10546881f68fSopenharmony_ci# Note that for custom extensions or not directly supported extensions you also 10556881f68fSopenharmony_ci# need to set EXTENSION_MAPPING for the extension otherwise the files are not 10566881f68fSopenharmony_ci# properly processed by doxygen. 10576881f68fSopenharmony_ci 10586881f68fSopenharmony_ciINPUT_FILTER = 10596881f68fSopenharmony_ci 10606881f68fSopenharmony_ci# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 10616881f68fSopenharmony_ci# basis. Doxygen will compare the file name with each pattern and apply the 10626881f68fSopenharmony_ci# filter if there is a match. The filters are a list of the form: pattern=filter 10636881f68fSopenharmony_ci# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how 10646881f68fSopenharmony_ci# filters are used. If the FILTER_PATTERNS tag is empty or if none of the 10656881f68fSopenharmony_ci# patterns match the file name, INPUT_FILTER is applied. 10666881f68fSopenharmony_ci# 10676881f68fSopenharmony_ci# Note that for custom extensions or not directly supported extensions you also 10686881f68fSopenharmony_ci# need to set EXTENSION_MAPPING for the extension otherwise the files are not 10696881f68fSopenharmony_ci# properly processed by doxygen. 10706881f68fSopenharmony_ci 10716881f68fSopenharmony_ciFILTER_PATTERNS = 10726881f68fSopenharmony_ci 10736881f68fSopenharmony_ci# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 10746881f68fSopenharmony_ci# INPUT_FILTER) will also be used to filter the input files that are used for 10756881f68fSopenharmony_ci# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). 10766881f68fSopenharmony_ci# The default value is: NO. 10776881f68fSopenharmony_ci 10786881f68fSopenharmony_ciFILTER_SOURCE_FILES = NO 10796881f68fSopenharmony_ci 10806881f68fSopenharmony_ci# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file 10816881f68fSopenharmony_ci# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and 10826881f68fSopenharmony_ci# it is also possible to disable source filtering for a specific pattern using 10836881f68fSopenharmony_ci# *.ext= (so without naming a filter). 10846881f68fSopenharmony_ci# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. 10856881f68fSopenharmony_ci 10866881f68fSopenharmony_ciFILTER_SOURCE_PATTERNS = 10876881f68fSopenharmony_ci 10886881f68fSopenharmony_ci# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that 10896881f68fSopenharmony_ci# is part of the input, its contents will be placed on the main page 10906881f68fSopenharmony_ci# (index.html). This can be useful if you have a project on for instance GitHub 10916881f68fSopenharmony_ci# and want to reuse the introduction page also for the doxygen output. 10926881f68fSopenharmony_ci 10936881f68fSopenharmony_ciUSE_MDFILE_AS_MAINPAGE = 10946881f68fSopenharmony_ci 10956881f68fSopenharmony_ci# The Fortran standard specifies that for fixed formatted Fortran code all 10966881f68fSopenharmony_ci# characters from position 72 are to be considered as comment. A common 10976881f68fSopenharmony_ci# extension is to allow longer lines before the automatic comment starts. The 10986881f68fSopenharmony_ci# setting FORTRAN_COMMENT_AFTER will also make it possible that longer lines can 10996881f68fSopenharmony_ci# be processed before the automatic comment starts. 11006881f68fSopenharmony_ci# Minimum value: 7, maximum value: 10000, default value: 72. 11016881f68fSopenharmony_ci 11026881f68fSopenharmony_ciFORTRAN_COMMENT_AFTER = 72 11036881f68fSopenharmony_ci 11046881f68fSopenharmony_ci#--------------------------------------------------------------------------- 11056881f68fSopenharmony_ci# Configuration options related to source browsing 11066881f68fSopenharmony_ci#--------------------------------------------------------------------------- 11076881f68fSopenharmony_ci 11086881f68fSopenharmony_ci# If the SOURCE_BROWSER tag is set to YES then a list of source files will be 11096881f68fSopenharmony_ci# generated. Documented entities will be cross-referenced with these sources. 11106881f68fSopenharmony_ci# 11116881f68fSopenharmony_ci# Note: To get rid of all source code in the generated output, make sure that 11126881f68fSopenharmony_ci# also VERBATIM_HEADERS is set to NO. 11136881f68fSopenharmony_ci# The default value is: NO. 11146881f68fSopenharmony_ci 11156881f68fSopenharmony_ciSOURCE_BROWSER = YES 11166881f68fSopenharmony_ci 11176881f68fSopenharmony_ci# Setting the INLINE_SOURCES tag to YES will include the body of functions, 11186881f68fSopenharmony_ci# classes and enums directly into the documentation. 11196881f68fSopenharmony_ci# The default value is: NO. 11206881f68fSopenharmony_ci 11216881f68fSopenharmony_ciINLINE_SOURCES = NO 11226881f68fSopenharmony_ci 11236881f68fSopenharmony_ci# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any 11246881f68fSopenharmony_ci# special comment blocks from generated source code fragments. Normal C, C++ and 11256881f68fSopenharmony_ci# Fortran comments will always remain visible. 11266881f68fSopenharmony_ci# The default value is: YES. 11276881f68fSopenharmony_ci 11286881f68fSopenharmony_ciSTRIP_CODE_COMMENTS = YES 11296881f68fSopenharmony_ci 11306881f68fSopenharmony_ci# If the REFERENCED_BY_RELATION tag is set to YES then for each documented 11316881f68fSopenharmony_ci# entity all documented functions referencing it will be listed. 11326881f68fSopenharmony_ci# The default value is: NO. 11336881f68fSopenharmony_ci 11346881f68fSopenharmony_ciREFERENCED_BY_RELATION = NO 11356881f68fSopenharmony_ci 11366881f68fSopenharmony_ci# If the REFERENCES_RELATION tag is set to YES then for each documented function 11376881f68fSopenharmony_ci# all documented entities called/used by that function will be listed. 11386881f68fSopenharmony_ci# The default value is: NO. 11396881f68fSopenharmony_ci 11406881f68fSopenharmony_ciREFERENCES_RELATION = NO 11416881f68fSopenharmony_ci 11426881f68fSopenharmony_ci# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set 11436881f68fSopenharmony_ci# to YES then the hyperlinks from functions in REFERENCES_RELATION and 11446881f68fSopenharmony_ci# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will 11456881f68fSopenharmony_ci# link to the documentation. 11466881f68fSopenharmony_ci# The default value is: YES. 11476881f68fSopenharmony_ci 11486881f68fSopenharmony_ciREFERENCES_LINK_SOURCE = YES 11496881f68fSopenharmony_ci 11506881f68fSopenharmony_ci# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the 11516881f68fSopenharmony_ci# source code will show a tooltip with additional information such as prototype, 11526881f68fSopenharmony_ci# brief description and links to the definition and documentation. Since this 11536881f68fSopenharmony_ci# will make the HTML file larger and loading of large files a bit slower, you 11546881f68fSopenharmony_ci# can opt to disable this feature. 11556881f68fSopenharmony_ci# The default value is: YES. 11566881f68fSopenharmony_ci# This tag requires that the tag SOURCE_BROWSER is set to YES. 11576881f68fSopenharmony_ci 11586881f68fSopenharmony_ciSOURCE_TOOLTIPS = YES 11596881f68fSopenharmony_ci 11606881f68fSopenharmony_ci# If the USE_HTAGS tag is set to YES then the references to source code will 11616881f68fSopenharmony_ci# point to the HTML generated by the htags(1) tool instead of doxygen built-in 11626881f68fSopenharmony_ci# source browser. The htags tool is part of GNU's global source tagging system 11636881f68fSopenharmony_ci# (see https://www.gnu.org/software/global/global.html). You will need version 11646881f68fSopenharmony_ci# 4.8.6 or higher. 11656881f68fSopenharmony_ci# 11666881f68fSopenharmony_ci# To use it do the following: 11676881f68fSopenharmony_ci# - Install the latest version of global 11686881f68fSopenharmony_ci# - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file 11696881f68fSopenharmony_ci# - Make sure the INPUT points to the root of the source tree 11706881f68fSopenharmony_ci# - Run doxygen as normal 11716881f68fSopenharmony_ci# 11726881f68fSopenharmony_ci# Doxygen will invoke htags (and that will in turn invoke gtags), so these 11736881f68fSopenharmony_ci# tools must be available from the command line (i.e. in the search path). 11746881f68fSopenharmony_ci# 11756881f68fSopenharmony_ci# The result: instead of the source browser generated by doxygen, the links to 11766881f68fSopenharmony_ci# source code will now point to the output of htags. 11776881f68fSopenharmony_ci# The default value is: NO. 11786881f68fSopenharmony_ci# This tag requires that the tag SOURCE_BROWSER is set to YES. 11796881f68fSopenharmony_ci 11806881f68fSopenharmony_ciUSE_HTAGS = NO 11816881f68fSopenharmony_ci 11826881f68fSopenharmony_ci# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a 11836881f68fSopenharmony_ci# verbatim copy of the header file for each class for which an include is 11846881f68fSopenharmony_ci# specified. Set to NO to disable this. 11856881f68fSopenharmony_ci# See also: Section \class. 11866881f68fSopenharmony_ci# The default value is: YES. 11876881f68fSopenharmony_ci 11886881f68fSopenharmony_ciVERBATIM_HEADERS = NO 11896881f68fSopenharmony_ci 11906881f68fSopenharmony_ci#--------------------------------------------------------------------------- 11916881f68fSopenharmony_ci# Configuration options related to the alphabetical class index 11926881f68fSopenharmony_ci#--------------------------------------------------------------------------- 11936881f68fSopenharmony_ci 11946881f68fSopenharmony_ci# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all 11956881f68fSopenharmony_ci# compounds will be generated. Enable this if the project contains a lot of 11966881f68fSopenharmony_ci# classes, structs, unions or interfaces. 11976881f68fSopenharmony_ci# The default value is: YES. 11986881f68fSopenharmony_ci 11996881f68fSopenharmony_ciALPHABETICAL_INDEX = NO 12006881f68fSopenharmony_ci 12016881f68fSopenharmony_ci# The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes) 12026881f68fSopenharmony_ci# that should be ignored while generating the index headers. The IGNORE_PREFIX 12036881f68fSopenharmony_ci# tag works for classes, function and member names. The entity will be placed in 12046881f68fSopenharmony_ci# the alphabetical list under the first letter of the entity name that remains 12056881f68fSopenharmony_ci# after removing the prefix. 12066881f68fSopenharmony_ci# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 12076881f68fSopenharmony_ci 12086881f68fSopenharmony_ciIGNORE_PREFIX = 12096881f68fSopenharmony_ci 12106881f68fSopenharmony_ci#--------------------------------------------------------------------------- 12116881f68fSopenharmony_ci# Configuration options related to the HTML output 12126881f68fSopenharmony_ci#--------------------------------------------------------------------------- 12136881f68fSopenharmony_ci 12146881f68fSopenharmony_ci# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output 12156881f68fSopenharmony_ci# The default value is: YES. 12166881f68fSopenharmony_ci 12176881f68fSopenharmony_ciGENERATE_HTML = YES 12186881f68fSopenharmony_ci 12196881f68fSopenharmony_ci# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a 12206881f68fSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 12216881f68fSopenharmony_ci# it. 12226881f68fSopenharmony_ci# The default directory is: html. 12236881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 12246881f68fSopenharmony_ci 12256881f68fSopenharmony_ciHTML_OUTPUT = html 12266881f68fSopenharmony_ci 12276881f68fSopenharmony_ci# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each 12286881f68fSopenharmony_ci# generated HTML page (for example: .htm, .php, .asp). 12296881f68fSopenharmony_ci# The default value is: .html. 12306881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 12316881f68fSopenharmony_ci 12326881f68fSopenharmony_ciHTML_FILE_EXTENSION = .html 12336881f68fSopenharmony_ci 12346881f68fSopenharmony_ci# The HTML_HEADER tag can be used to specify a user-defined HTML header file for 12356881f68fSopenharmony_ci# each generated HTML page. If the tag is left blank doxygen will generate a 12366881f68fSopenharmony_ci# standard header. 12376881f68fSopenharmony_ci# 12386881f68fSopenharmony_ci# To get valid HTML the header file that includes any scripts and style sheets 12396881f68fSopenharmony_ci# that doxygen needs, which is dependent on the configuration options used (e.g. 12406881f68fSopenharmony_ci# the setting GENERATE_TREEVIEW). It is highly recommended to start with a 12416881f68fSopenharmony_ci# default header using 12426881f68fSopenharmony_ci# doxygen -w html new_header.html new_footer.html new_stylesheet.css 12436881f68fSopenharmony_ci# YourConfigFile 12446881f68fSopenharmony_ci# and then modify the file new_header.html. See also section "Doxygen usage" 12456881f68fSopenharmony_ci# for information on how to generate the default header that doxygen normally 12466881f68fSopenharmony_ci# uses. 12476881f68fSopenharmony_ci# Note: The header is subject to change so you typically have to regenerate the 12486881f68fSopenharmony_ci# default header when upgrading to a newer version of doxygen. For a description 12496881f68fSopenharmony_ci# of the possible markers and block names see the documentation. 12506881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 12516881f68fSopenharmony_ci 12526881f68fSopenharmony_ciHTML_HEADER = 12536881f68fSopenharmony_ci 12546881f68fSopenharmony_ci# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 12556881f68fSopenharmony_ci# generated HTML page. If the tag is left blank doxygen will generate a standard 12566881f68fSopenharmony_ci# footer. See HTML_HEADER for more information on how to generate a default 12576881f68fSopenharmony_ci# footer and what special commands can be used inside the footer. See also 12586881f68fSopenharmony_ci# section "Doxygen usage" for information on how to generate the default footer 12596881f68fSopenharmony_ci# that doxygen normally uses. 12606881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 12616881f68fSopenharmony_ci 12626881f68fSopenharmony_ciHTML_FOOTER = 12636881f68fSopenharmony_ci 12646881f68fSopenharmony_ci# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style 12656881f68fSopenharmony_ci# sheet that is used by each HTML page. It can be used to fine-tune the look of 12666881f68fSopenharmony_ci# the HTML output. If left blank doxygen will generate a default style sheet. 12676881f68fSopenharmony_ci# See also section "Doxygen usage" for information on how to generate the style 12686881f68fSopenharmony_ci# sheet that doxygen normally uses. 12696881f68fSopenharmony_ci# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as 12706881f68fSopenharmony_ci# it is more robust and this tag (HTML_STYLESHEET) will in the future become 12716881f68fSopenharmony_ci# obsolete. 12726881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 12736881f68fSopenharmony_ci 12746881f68fSopenharmony_ciHTML_STYLESHEET = 12756881f68fSopenharmony_ci 12766881f68fSopenharmony_ci# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined 12776881f68fSopenharmony_ci# cascading style sheets that are included after the standard style sheets 12786881f68fSopenharmony_ci# created by doxygen. Using this option one can overrule certain style aspects. 12796881f68fSopenharmony_ci# This is preferred over using HTML_STYLESHEET since it does not replace the 12806881f68fSopenharmony_ci# standard style sheet and is therefore more robust against future updates. 12816881f68fSopenharmony_ci# Doxygen will copy the style sheet files to the output directory. 12826881f68fSopenharmony_ci# Note: The order of the extra style sheet files is of importance (e.g. the last 12836881f68fSopenharmony_ci# style sheet in the list overrules the setting of the previous ones in the 12846881f68fSopenharmony_ci# list). 12856881f68fSopenharmony_ci# Note: Since the styling of scrollbars can currently not be overruled in 12866881f68fSopenharmony_ci# Webkit/Chromium, the styling will be left out of the default doxygen.css if 12876881f68fSopenharmony_ci# one or more extra stylesheets have been specified. So if scrollbar 12886881f68fSopenharmony_ci# customization is desired it has to be added explicitly. For an example see the 12896881f68fSopenharmony_ci# documentation. 12906881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 12916881f68fSopenharmony_ci 12926881f68fSopenharmony_ciHTML_EXTRA_STYLESHEET = 12936881f68fSopenharmony_ci 12946881f68fSopenharmony_ci# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or 12956881f68fSopenharmony_ci# other source files which should be copied to the HTML output directory. Note 12966881f68fSopenharmony_ci# that these files will be copied to the base HTML output directory. Use the 12976881f68fSopenharmony_ci# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these 12986881f68fSopenharmony_ci# files. In the HTML_STYLESHEET file, use the file name only. Also note that the 12996881f68fSopenharmony_ci# files will be copied as-is; there are no commands or markers available. 13006881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 13016881f68fSopenharmony_ci 13026881f68fSopenharmony_ciHTML_EXTRA_FILES = doc/fast17-vangoor.pdf 13036881f68fSopenharmony_ci 13046881f68fSopenharmony_ci# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output 13056881f68fSopenharmony_ci# should be rendered with a dark or light theme. 13066881f68fSopenharmony_ci# Possible values are: LIGHT always generate light mode output, DARK always 13076881f68fSopenharmony_ci# generate dark mode output, AUTO_LIGHT automatically set the mode according to 13086881f68fSopenharmony_ci# the user preference, use light mode if no preference is set (the default), 13096881f68fSopenharmony_ci# AUTO_DARK automatically set the mode according to the user preference, use 13106881f68fSopenharmony_ci# dark mode if no preference is set and TOGGLE allow to user to switch between 13116881f68fSopenharmony_ci# light and dark mode via a button. 13126881f68fSopenharmony_ci# The default value is: AUTO_LIGHT. 13136881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 13146881f68fSopenharmony_ci 13156881f68fSopenharmony_ciHTML_COLORSTYLE = AUTO_LIGHT 13166881f68fSopenharmony_ci 13176881f68fSopenharmony_ci# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen 13186881f68fSopenharmony_ci# will adjust the colors in the style sheet and background images according to 13196881f68fSopenharmony_ci# this color. Hue is specified as an angle on a color-wheel, see 13206881f68fSopenharmony_ci# https://en.wikipedia.org/wiki/Hue for more information. For instance the value 13216881f68fSopenharmony_ci# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 13226881f68fSopenharmony_ci# purple, and 360 is red again. 13236881f68fSopenharmony_ci# Minimum value: 0, maximum value: 359, default value: 220. 13246881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 13256881f68fSopenharmony_ci 13266881f68fSopenharmony_ciHTML_COLORSTYLE_HUE = 220 13276881f68fSopenharmony_ci 13286881f68fSopenharmony_ci# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors 13296881f68fSopenharmony_ci# in the HTML output. For a value of 0 the output will use gray-scales only. A 13306881f68fSopenharmony_ci# value of 255 will produce the most vivid colors. 13316881f68fSopenharmony_ci# Minimum value: 0, maximum value: 255, default value: 100. 13326881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 13336881f68fSopenharmony_ci 13346881f68fSopenharmony_ciHTML_COLORSTYLE_SAT = 100 13356881f68fSopenharmony_ci 13366881f68fSopenharmony_ci# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the 13376881f68fSopenharmony_ci# luminance component of the colors in the HTML output. Values below 100 13386881f68fSopenharmony_ci# gradually make the output lighter, whereas values above 100 make the output 13396881f68fSopenharmony_ci# darker. The value divided by 100 is the actual gamma applied, so 80 represents 13406881f68fSopenharmony_ci# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not 13416881f68fSopenharmony_ci# change the gamma. 13426881f68fSopenharmony_ci# Minimum value: 40, maximum value: 240, default value: 80. 13436881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 13446881f68fSopenharmony_ci 13456881f68fSopenharmony_ciHTML_COLORSTYLE_GAMMA = 80 13466881f68fSopenharmony_ci 13476881f68fSopenharmony_ci# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 13486881f68fSopenharmony_ci# page will contain the date and time when the page was generated. Setting this 13496881f68fSopenharmony_ci# to YES can help to show when doxygen was last run and thus if the 13506881f68fSopenharmony_ci# documentation is up to date. 13516881f68fSopenharmony_ci# The default value is: NO. 13526881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 13536881f68fSopenharmony_ci 13546881f68fSopenharmony_ciHTML_TIMESTAMP = NO 13556881f68fSopenharmony_ci 13566881f68fSopenharmony_ci# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML 13576881f68fSopenharmony_ci# documentation will contain a main index with vertical navigation menus that 13586881f68fSopenharmony_ci# are dynamically created via JavaScript. If disabled, the navigation index will 13596881f68fSopenharmony_ci# consists of multiple levels of tabs that are statically embedded in every HTML 13606881f68fSopenharmony_ci# page. Disable this option to support browsers that do not have JavaScript, 13616881f68fSopenharmony_ci# like the Qt help browser. 13626881f68fSopenharmony_ci# The default value is: YES. 13636881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 13646881f68fSopenharmony_ci 13656881f68fSopenharmony_ciHTML_DYNAMIC_MENUS = YES 13666881f68fSopenharmony_ci 13676881f68fSopenharmony_ci# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML 13686881f68fSopenharmony_ci# documentation will contain sections that can be hidden and shown after the 13696881f68fSopenharmony_ci# page has loaded. 13706881f68fSopenharmony_ci# The default value is: NO. 13716881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 13726881f68fSopenharmony_ci 13736881f68fSopenharmony_ciHTML_DYNAMIC_SECTIONS = YES 13746881f68fSopenharmony_ci 13756881f68fSopenharmony_ci# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 13766881f68fSopenharmony_ci# shown in the various tree structured indices initially; the user can expand 13776881f68fSopenharmony_ci# and collapse entries dynamically later on. Doxygen will expand the tree to 13786881f68fSopenharmony_ci# such a level that at most the specified number of entries are visible (unless 13796881f68fSopenharmony_ci# a fully collapsed tree already exceeds this amount). So setting the number of 13806881f68fSopenharmony_ci# entries 1 will produce a full collapsed tree by default. 0 is a special value 13816881f68fSopenharmony_ci# representing an infinite number of entries and will result in a full expanded 13826881f68fSopenharmony_ci# tree by default. 13836881f68fSopenharmony_ci# Minimum value: 0, maximum value: 9999, default value: 100. 13846881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 13856881f68fSopenharmony_ci 13866881f68fSopenharmony_ciHTML_INDEX_NUM_ENTRIES = 100 13876881f68fSopenharmony_ci 13886881f68fSopenharmony_ci# If the GENERATE_DOCSET tag is set to YES, additional index files will be 13896881f68fSopenharmony_ci# generated that can be used as input for Apple's Xcode 3 integrated development 13906881f68fSopenharmony_ci# environment (see: 13916881f68fSopenharmony_ci# https://developer.apple.com/xcode/), introduced with OSX 10.5 (Leopard). To 13926881f68fSopenharmony_ci# create a documentation set, doxygen will generate a Makefile in the HTML 13936881f68fSopenharmony_ci# output directory. Running make will produce the docset in that directory and 13946881f68fSopenharmony_ci# running make install will install the docset in 13956881f68fSopenharmony_ci# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at 13966881f68fSopenharmony_ci# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy 13976881f68fSopenharmony_ci# genXcode/_index.html for more information. 13986881f68fSopenharmony_ci# The default value is: NO. 13996881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 14006881f68fSopenharmony_ci 14016881f68fSopenharmony_ciGENERATE_DOCSET = NO 14026881f68fSopenharmony_ci 14036881f68fSopenharmony_ci# This tag determines the name of the docset feed. A documentation feed provides 14046881f68fSopenharmony_ci# an umbrella under which multiple documentation sets from a single provider 14056881f68fSopenharmony_ci# (such as a company or product suite) can be grouped. 14066881f68fSopenharmony_ci# The default value is: Doxygen generated docs. 14076881f68fSopenharmony_ci# This tag requires that the tag GENERATE_DOCSET is set to YES. 14086881f68fSopenharmony_ci 14096881f68fSopenharmony_ciDOCSET_FEEDNAME = "Doxygen generated docs" 14106881f68fSopenharmony_ci 14116881f68fSopenharmony_ci# This tag determines the URL of the docset feed. A documentation feed provides 14126881f68fSopenharmony_ci# an umbrella under which multiple documentation sets from a single provider 14136881f68fSopenharmony_ci# (such as a company or product suite) can be grouped. 14146881f68fSopenharmony_ci# This tag requires that the tag GENERATE_DOCSET is set to YES. 14156881f68fSopenharmony_ci 14166881f68fSopenharmony_ciDOCSET_FEEDURL = 14176881f68fSopenharmony_ci 14186881f68fSopenharmony_ci# This tag specifies a string that should uniquely identify the documentation 14196881f68fSopenharmony_ci# set bundle. This should be a reverse domain-name style string, e.g. 14206881f68fSopenharmony_ci# com.mycompany.MyDocSet. Doxygen will append .docset to the name. 14216881f68fSopenharmony_ci# The default value is: org.doxygen.Project. 14226881f68fSopenharmony_ci# This tag requires that the tag GENERATE_DOCSET is set to YES. 14236881f68fSopenharmony_ci 14246881f68fSopenharmony_ciDOCSET_BUNDLE_ID = org.doxygen.Project 14256881f68fSopenharmony_ci 14266881f68fSopenharmony_ci# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify 14276881f68fSopenharmony_ci# the documentation publisher. This should be a reverse domain-name style 14286881f68fSopenharmony_ci# string, e.g. com.mycompany.MyDocSet.documentation. 14296881f68fSopenharmony_ci# The default value is: org.doxygen.Publisher. 14306881f68fSopenharmony_ci# This tag requires that the tag GENERATE_DOCSET is set to YES. 14316881f68fSopenharmony_ci 14326881f68fSopenharmony_ciDOCSET_PUBLISHER_ID = org.doxygen.Publisher 14336881f68fSopenharmony_ci 14346881f68fSopenharmony_ci# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. 14356881f68fSopenharmony_ci# The default value is: Publisher. 14366881f68fSopenharmony_ci# This tag requires that the tag GENERATE_DOCSET is set to YES. 14376881f68fSopenharmony_ci 14386881f68fSopenharmony_ciDOCSET_PUBLISHER_NAME = Publisher 14396881f68fSopenharmony_ci 14406881f68fSopenharmony_ci# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three 14416881f68fSopenharmony_ci# additional HTML index files: index.hhp, index.hhc, and index.hhk. The 14426881f68fSopenharmony_ci# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop 14436881f68fSopenharmony_ci# on Windows. In the beginning of 2021 Microsoft took the original page, with 14446881f68fSopenharmony_ci# a.o. the download links, offline the HTML help workshop was already many years 14456881f68fSopenharmony_ci# in maintenance mode). You can download the HTML help workshop from the web 14466881f68fSopenharmony_ci# archives at Installation executable (see: 14476881f68fSopenharmony_ci# http://web.archive.org/web/20160201063255/http://download.microsoft.com/downlo 14486881f68fSopenharmony_ci# ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe). 14496881f68fSopenharmony_ci# 14506881f68fSopenharmony_ci# The HTML Help Workshop contains a compiler that can convert all HTML output 14516881f68fSopenharmony_ci# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML 14526881f68fSopenharmony_ci# files are now used as the Windows 98 help format, and will replace the old 14536881f68fSopenharmony_ci# Windows help format (.hlp) on all Windows platforms in the future. Compressed 14546881f68fSopenharmony_ci# HTML files also contain an index, a table of contents, and you can search for 14556881f68fSopenharmony_ci# words in the documentation. The HTML workshop also contains a viewer for 14566881f68fSopenharmony_ci# compressed HTML files. 14576881f68fSopenharmony_ci# The default value is: NO. 14586881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 14596881f68fSopenharmony_ci 14606881f68fSopenharmony_ciGENERATE_HTMLHELP = NO 14616881f68fSopenharmony_ci 14626881f68fSopenharmony_ci# The CHM_FILE tag can be used to specify the file name of the resulting .chm 14636881f68fSopenharmony_ci# file. You can add a path in front of the file if the result should not be 14646881f68fSopenharmony_ci# written to the html output directory. 14656881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES. 14666881f68fSopenharmony_ci 14676881f68fSopenharmony_ciCHM_FILE = 14686881f68fSopenharmony_ci 14696881f68fSopenharmony_ci# The HHC_LOCATION tag can be used to specify the location (absolute path 14706881f68fSopenharmony_ci# including file name) of the HTML help compiler (hhc.exe). If non-empty, 14716881f68fSopenharmony_ci# doxygen will try to run the HTML help compiler on the generated index.hhp. 14726881f68fSopenharmony_ci# The file has to be specified with full path. 14736881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES. 14746881f68fSopenharmony_ci 14756881f68fSopenharmony_ciHHC_LOCATION = 14766881f68fSopenharmony_ci 14776881f68fSopenharmony_ci# The GENERATE_CHI flag controls if a separate .chi index file is generated 14786881f68fSopenharmony_ci# (YES) or that it should be included in the main .chm file (NO). 14796881f68fSopenharmony_ci# The default value is: NO. 14806881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES. 14816881f68fSopenharmony_ci 14826881f68fSopenharmony_ciGENERATE_CHI = NO 14836881f68fSopenharmony_ci 14846881f68fSopenharmony_ci# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) 14856881f68fSopenharmony_ci# and project file content. 14866881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES. 14876881f68fSopenharmony_ci 14886881f68fSopenharmony_ciCHM_INDEX_ENCODING = 14896881f68fSopenharmony_ci 14906881f68fSopenharmony_ci# The BINARY_TOC flag controls whether a binary table of contents is generated 14916881f68fSopenharmony_ci# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it 14926881f68fSopenharmony_ci# enables the Previous and Next buttons. 14936881f68fSopenharmony_ci# The default value is: NO. 14946881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES. 14956881f68fSopenharmony_ci 14966881f68fSopenharmony_ciBINARY_TOC = NO 14976881f68fSopenharmony_ci 14986881f68fSopenharmony_ci# The TOC_EXPAND flag can be set to YES to add extra items for group members to 14996881f68fSopenharmony_ci# the table of contents of the HTML help documentation and to the tree view. 15006881f68fSopenharmony_ci# The default value is: NO. 15016881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES. 15026881f68fSopenharmony_ci 15036881f68fSopenharmony_ciTOC_EXPAND = NO 15046881f68fSopenharmony_ci 15056881f68fSopenharmony_ci# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and 15066881f68fSopenharmony_ci# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that 15076881f68fSopenharmony_ci# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help 15086881f68fSopenharmony_ci# (.qch) of the generated HTML documentation. 15096881f68fSopenharmony_ci# The default value is: NO. 15106881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 15116881f68fSopenharmony_ci 15126881f68fSopenharmony_ciGENERATE_QHP = NO 15136881f68fSopenharmony_ci 15146881f68fSopenharmony_ci# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify 15156881f68fSopenharmony_ci# the file name of the resulting .qch file. The path specified is relative to 15166881f68fSopenharmony_ci# the HTML output folder. 15176881f68fSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES. 15186881f68fSopenharmony_ci 15196881f68fSopenharmony_ciQCH_FILE = 15206881f68fSopenharmony_ci 15216881f68fSopenharmony_ci# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help 15226881f68fSopenharmony_ci# Project output. For more information please see Qt Help Project / Namespace 15236881f68fSopenharmony_ci# (see: 15246881f68fSopenharmony_ci# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). 15256881f68fSopenharmony_ci# The default value is: org.doxygen.Project. 15266881f68fSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES. 15276881f68fSopenharmony_ci 15286881f68fSopenharmony_ciQHP_NAMESPACE = org.doxygen.Project 15296881f68fSopenharmony_ci 15306881f68fSopenharmony_ci# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt 15316881f68fSopenharmony_ci# Help Project output. For more information please see Qt Help Project / Virtual 15326881f68fSopenharmony_ci# Folders (see: 15336881f68fSopenharmony_ci# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders). 15346881f68fSopenharmony_ci# The default value is: doc. 15356881f68fSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES. 15366881f68fSopenharmony_ci 15376881f68fSopenharmony_ciQHP_VIRTUAL_FOLDER = doc 15386881f68fSopenharmony_ci 15396881f68fSopenharmony_ci# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom 15406881f68fSopenharmony_ci# filter to add. For more information please see Qt Help Project / Custom 15416881f68fSopenharmony_ci# Filters (see: 15426881f68fSopenharmony_ci# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). 15436881f68fSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES. 15446881f68fSopenharmony_ci 15456881f68fSopenharmony_ciQHP_CUST_FILTER_NAME = 15466881f68fSopenharmony_ci 15476881f68fSopenharmony_ci# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the 15486881f68fSopenharmony_ci# custom filter to add. For more information please see Qt Help Project / Custom 15496881f68fSopenharmony_ci# Filters (see: 15506881f68fSopenharmony_ci# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). 15516881f68fSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES. 15526881f68fSopenharmony_ci 15536881f68fSopenharmony_ciQHP_CUST_FILTER_ATTRS = 15546881f68fSopenharmony_ci 15556881f68fSopenharmony_ci# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this 15566881f68fSopenharmony_ci# project's filter section matches. Qt Help Project / Filter Attributes (see: 15576881f68fSopenharmony_ci# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes). 15586881f68fSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES. 15596881f68fSopenharmony_ci 15606881f68fSopenharmony_ciQHP_SECT_FILTER_ATTRS = 15616881f68fSopenharmony_ci 15626881f68fSopenharmony_ci# The QHG_LOCATION tag can be used to specify the location (absolute path 15636881f68fSopenharmony_ci# including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to 15646881f68fSopenharmony_ci# run qhelpgenerator on the generated .qhp file. 15656881f68fSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES. 15666881f68fSopenharmony_ci 15676881f68fSopenharmony_ciQHG_LOCATION = 15686881f68fSopenharmony_ci 15696881f68fSopenharmony_ci# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be 15706881f68fSopenharmony_ci# generated, together with the HTML files, they form an Eclipse help plugin. To 15716881f68fSopenharmony_ci# install this plugin and make it available under the help contents menu in 15726881f68fSopenharmony_ci# Eclipse, the contents of the directory containing the HTML and XML files needs 15736881f68fSopenharmony_ci# to be copied into the plugins directory of eclipse. The name of the directory 15746881f68fSopenharmony_ci# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. 15756881f68fSopenharmony_ci# After copying Eclipse needs to be restarted before the help appears. 15766881f68fSopenharmony_ci# The default value is: NO. 15776881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 15786881f68fSopenharmony_ci 15796881f68fSopenharmony_ciGENERATE_ECLIPSEHELP = NO 15806881f68fSopenharmony_ci 15816881f68fSopenharmony_ci# A unique identifier for the Eclipse help plugin. When installing the plugin 15826881f68fSopenharmony_ci# the directory name containing the HTML and XML files should also have this 15836881f68fSopenharmony_ci# name. Each documentation set should have its own identifier. 15846881f68fSopenharmony_ci# The default value is: org.doxygen.Project. 15856881f68fSopenharmony_ci# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. 15866881f68fSopenharmony_ci 15876881f68fSopenharmony_ciECLIPSE_DOC_ID = org.doxygen.Project 15886881f68fSopenharmony_ci 15896881f68fSopenharmony_ci# If you want full control over the layout of the generated HTML pages it might 15906881f68fSopenharmony_ci# be necessary to disable the index and replace it with your own. The 15916881f68fSopenharmony_ci# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top 15926881f68fSopenharmony_ci# of each HTML page. A value of NO enables the index and the value YES disables 15936881f68fSopenharmony_ci# it. Since the tabs in the index contain the same information as the navigation 15946881f68fSopenharmony_ci# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. 15956881f68fSopenharmony_ci# The default value is: NO. 15966881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 15976881f68fSopenharmony_ci 15986881f68fSopenharmony_ciDISABLE_INDEX = NO 15996881f68fSopenharmony_ci 16006881f68fSopenharmony_ci# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index 16016881f68fSopenharmony_ci# structure should be generated to display hierarchical information. If the tag 16026881f68fSopenharmony_ci# value is set to YES, a side panel will be generated containing a tree-like 16036881f68fSopenharmony_ci# index structure (just like the one that is generated for HTML Help). For this 16046881f68fSopenharmony_ci# to work a browser that supports JavaScript, DHTML, CSS and frames is required 16056881f68fSopenharmony_ci# (i.e. any modern browser). Windows users are probably better off using the 16066881f68fSopenharmony_ci# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can 16076881f68fSopenharmony_ci# further fine tune the look of the index (see "Fine-tuning the output"). As an 16086881f68fSopenharmony_ci# example, the default style sheet generated by doxygen has an example that 16096881f68fSopenharmony_ci# shows how to put an image at the root of the tree instead of the PROJECT_NAME. 16106881f68fSopenharmony_ci# Since the tree basically has the same information as the tab index, you could 16116881f68fSopenharmony_ci# consider setting DISABLE_INDEX to YES when enabling this option. 16126881f68fSopenharmony_ci# The default value is: NO. 16136881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 16146881f68fSopenharmony_ci 16156881f68fSopenharmony_ciGENERATE_TREEVIEW = NO 16166881f68fSopenharmony_ci 16176881f68fSopenharmony_ci# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the 16186881f68fSopenharmony_ci# FULL_SIDEBAR option determines if the side bar is limited to only the treeview 16196881f68fSopenharmony_ci# area (value NO) or if it should extend to the full height of the window (value 16206881f68fSopenharmony_ci# YES). Setting this to YES gives a layout similar to 16216881f68fSopenharmony_ci# https://docs.readthedocs.io with more room for contents, but less room for the 16226881f68fSopenharmony_ci# project logo, title, and description. If either GENERATE_TREEVIEW or 16236881f68fSopenharmony_ci# DISABLE_INDEX is set to NO, this option has no effect. 16246881f68fSopenharmony_ci# The default value is: NO. 16256881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 16266881f68fSopenharmony_ci 16276881f68fSopenharmony_ciFULL_SIDEBAR = NO 16286881f68fSopenharmony_ci 16296881f68fSopenharmony_ci# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that 16306881f68fSopenharmony_ci# doxygen will group on one line in the generated HTML documentation. 16316881f68fSopenharmony_ci# 16326881f68fSopenharmony_ci# Note that a value of 0 will completely suppress the enum values from appearing 16336881f68fSopenharmony_ci# in the overview section. 16346881f68fSopenharmony_ci# Minimum value: 0, maximum value: 20, default value: 4. 16356881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 16366881f68fSopenharmony_ci 16376881f68fSopenharmony_ciENUM_VALUES_PER_LINE = 4 16386881f68fSopenharmony_ci 16396881f68fSopenharmony_ci# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used 16406881f68fSopenharmony_ci# to set the initial width (in pixels) of the frame in which the tree is shown. 16416881f68fSopenharmony_ci# Minimum value: 0, maximum value: 1500, default value: 250. 16426881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 16436881f68fSopenharmony_ci 16446881f68fSopenharmony_ciTREEVIEW_WIDTH = 250 16456881f68fSopenharmony_ci 16466881f68fSopenharmony_ci# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to 16476881f68fSopenharmony_ci# external symbols imported via tag files in a separate window. 16486881f68fSopenharmony_ci# The default value is: NO. 16496881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 16506881f68fSopenharmony_ci 16516881f68fSopenharmony_ciEXT_LINKS_IN_WINDOW = NO 16526881f68fSopenharmony_ci 16536881f68fSopenharmony_ci# If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email 16546881f68fSopenharmony_ci# addresses. 16556881f68fSopenharmony_ci# The default value is: YES. 16566881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 16576881f68fSopenharmony_ci 16586881f68fSopenharmony_ciOBFUSCATE_EMAILS = YES 16596881f68fSopenharmony_ci 16606881f68fSopenharmony_ci# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg 16616881f68fSopenharmony_ci# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see 16626881f68fSopenharmony_ci# https://inkscape.org) to generate formulas as SVG images instead of PNGs for 16636881f68fSopenharmony_ci# the HTML output. These images will generally look nicer at scaled resolutions. 16646881f68fSopenharmony_ci# Possible values are: png (the default) and svg (looks nicer but requires the 16656881f68fSopenharmony_ci# pdf2svg or inkscape tool). 16666881f68fSopenharmony_ci# The default value is: png. 16676881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 16686881f68fSopenharmony_ci 16696881f68fSopenharmony_ciHTML_FORMULA_FORMAT = png 16706881f68fSopenharmony_ci 16716881f68fSopenharmony_ci# Use this tag to change the font size of LaTeX formulas included as images in 16726881f68fSopenharmony_ci# the HTML documentation. When you change the font size after a successful 16736881f68fSopenharmony_ci# doxygen run you need to manually remove any form_*.png images from the HTML 16746881f68fSopenharmony_ci# output directory to force them to be regenerated. 16756881f68fSopenharmony_ci# Minimum value: 8, maximum value: 50, default value: 10. 16766881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 16776881f68fSopenharmony_ci 16786881f68fSopenharmony_ciFORMULA_FONTSIZE = 10 16796881f68fSopenharmony_ci 16806881f68fSopenharmony_ci# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands 16816881f68fSopenharmony_ci# to create new LaTeX commands to be used in formulas as building blocks. See 16826881f68fSopenharmony_ci# the section "Including formulas" for details. 16836881f68fSopenharmony_ci 16846881f68fSopenharmony_ciFORMULA_MACROFILE = 16856881f68fSopenharmony_ci 16866881f68fSopenharmony_ci# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see 16876881f68fSopenharmony_ci# https://www.mathjax.org) which uses client side JavaScript for the rendering 16886881f68fSopenharmony_ci# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX 16896881f68fSopenharmony_ci# installed or if you want to formulas look prettier in the HTML output. When 16906881f68fSopenharmony_ci# enabled you may also need to install MathJax separately and configure the path 16916881f68fSopenharmony_ci# to it using the MATHJAX_RELPATH option. 16926881f68fSopenharmony_ci# The default value is: NO. 16936881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 16946881f68fSopenharmony_ci 16956881f68fSopenharmony_ciUSE_MATHJAX = NO 16966881f68fSopenharmony_ci 16976881f68fSopenharmony_ci# With MATHJAX_VERSION it is possible to specify the MathJax version to be used. 16986881f68fSopenharmony_ci# Note that the different versions of MathJax have different requirements with 16996881f68fSopenharmony_ci# regards to the different settings, so it is possible that also other MathJax 17006881f68fSopenharmony_ci# settings have to be changed when switching between the different MathJax 17016881f68fSopenharmony_ci# versions. 17026881f68fSopenharmony_ci# Possible values are: MathJax_2 and MathJax_3. 17036881f68fSopenharmony_ci# The default value is: MathJax_2. 17046881f68fSopenharmony_ci# This tag requires that the tag USE_MATHJAX is set to YES. 17056881f68fSopenharmony_ci 17066881f68fSopenharmony_ciMATHJAX_VERSION = MathJax_2 17076881f68fSopenharmony_ci 17086881f68fSopenharmony_ci# When MathJax is enabled you can set the default output format to be used for 17096881f68fSopenharmony_ci# the MathJax output. For more details about the output format see MathJax 17106881f68fSopenharmony_ci# version 2 (see: 17116881f68fSopenharmony_ci# http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3 17126881f68fSopenharmony_ci# (see: 17136881f68fSopenharmony_ci# http://docs.mathjax.org/en/latest/web/components/output.html). 17146881f68fSopenharmony_ci# Possible values are: HTML-CSS (which is slower, but has the best 17156881f68fSopenharmony_ci# compatibility. This is the name for Mathjax version 2, for MathJax version 3 17166881f68fSopenharmony_ci# this will be translated into chtml), NativeMML (i.e. MathML. Only supported 17176881f68fSopenharmony_ci# for NathJax 2. For MathJax version 3 chtml will be used instead.), chtml (This 17186881f68fSopenharmony_ci# is the name for Mathjax version 3, for MathJax version 2 this will be 17196881f68fSopenharmony_ci# translated into HTML-CSS) and SVG. 17206881f68fSopenharmony_ci# The default value is: HTML-CSS. 17216881f68fSopenharmony_ci# This tag requires that the tag USE_MATHJAX is set to YES. 17226881f68fSopenharmony_ci 17236881f68fSopenharmony_ciMATHJAX_FORMAT = HTML-CSS 17246881f68fSopenharmony_ci 17256881f68fSopenharmony_ci# When MathJax is enabled you need to specify the location relative to the HTML 17266881f68fSopenharmony_ci# output directory using the MATHJAX_RELPATH option. The destination directory 17276881f68fSopenharmony_ci# should contain the MathJax.js script. For instance, if the mathjax directory 17286881f68fSopenharmony_ci# is located at the same level as the HTML output directory, then 17296881f68fSopenharmony_ci# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax 17306881f68fSopenharmony_ci# Content Delivery Network so you can quickly see the result without installing 17316881f68fSopenharmony_ci# MathJax. However, it is strongly recommended to install a local copy of 17326881f68fSopenharmony_ci# MathJax from https://www.mathjax.org before deployment. The default value is: 17336881f68fSopenharmony_ci# - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2 17346881f68fSopenharmony_ci# - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3 17356881f68fSopenharmony_ci# This tag requires that the tag USE_MATHJAX is set to YES. 17366881f68fSopenharmony_ci 17376881f68fSopenharmony_ciMATHJAX_RELPATH = 17386881f68fSopenharmony_ci 17396881f68fSopenharmony_ci# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax 17406881f68fSopenharmony_ci# extension names that should be enabled during MathJax rendering. For example 17416881f68fSopenharmony_ci# for MathJax version 2 (see 17426881f68fSopenharmony_ci# https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions): 17436881f68fSopenharmony_ci# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols 17446881f68fSopenharmony_ci# For example for MathJax version 3 (see 17456881f68fSopenharmony_ci# http://docs.mathjax.org/en/latest/input/tex/extensions/index.html): 17466881f68fSopenharmony_ci# MATHJAX_EXTENSIONS = ams 17476881f68fSopenharmony_ci# This tag requires that the tag USE_MATHJAX is set to YES. 17486881f68fSopenharmony_ci 17496881f68fSopenharmony_ciMATHJAX_EXTENSIONS = 17506881f68fSopenharmony_ci 17516881f68fSopenharmony_ci# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces 17526881f68fSopenharmony_ci# of code that will be used on startup of the MathJax code. See the MathJax site 17536881f68fSopenharmony_ci# (see: 17546881f68fSopenharmony_ci# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an 17556881f68fSopenharmony_ci# example see the documentation. 17566881f68fSopenharmony_ci# This tag requires that the tag USE_MATHJAX is set to YES. 17576881f68fSopenharmony_ci 17586881f68fSopenharmony_ciMATHJAX_CODEFILE = 17596881f68fSopenharmony_ci 17606881f68fSopenharmony_ci# When the SEARCHENGINE tag is enabled doxygen will generate a search box for 17616881f68fSopenharmony_ci# the HTML output. The underlying search engine uses javascript and DHTML and 17626881f68fSopenharmony_ci# should work on any modern browser. Note that when using HTML help 17636881f68fSopenharmony_ci# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) 17646881f68fSopenharmony_ci# there is already a search function so this one should typically be disabled. 17656881f68fSopenharmony_ci# For large projects the javascript based search engine can be slow, then 17666881f68fSopenharmony_ci# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to 17676881f68fSopenharmony_ci# search using the keyboard; to jump to the search box use <access key> + S 17686881f68fSopenharmony_ci# (what the <access key> is depends on the OS and browser, but it is typically 17696881f68fSopenharmony_ci# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 17706881f68fSopenharmony_ci# key> to jump into the search results window, the results can be navigated 17716881f68fSopenharmony_ci# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 17726881f68fSopenharmony_ci# the search. The filter options can be selected when the cursor is inside the 17736881f68fSopenharmony_ci# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> 17746881f68fSopenharmony_ci# to select a filter and <Enter> or <escape> to activate or cancel the filter 17756881f68fSopenharmony_ci# option. 17766881f68fSopenharmony_ci# The default value is: YES. 17776881f68fSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES. 17786881f68fSopenharmony_ci 17796881f68fSopenharmony_ciSEARCHENGINE = NO 17806881f68fSopenharmony_ci 17816881f68fSopenharmony_ci# When the SERVER_BASED_SEARCH tag is enabled the search engine will be 17826881f68fSopenharmony_ci# implemented using a web server instead of a web client using JavaScript. There 17836881f68fSopenharmony_ci# are two flavors of web server based searching depending on the EXTERNAL_SEARCH 17846881f68fSopenharmony_ci# setting. When disabled, doxygen will generate a PHP script for searching and 17856881f68fSopenharmony_ci# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing 17866881f68fSopenharmony_ci# and searching needs to be provided by external tools. See the section 17876881f68fSopenharmony_ci# "External Indexing and Searching" for details. 17886881f68fSopenharmony_ci# The default value is: NO. 17896881f68fSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES. 17906881f68fSopenharmony_ci 17916881f68fSopenharmony_ciSERVER_BASED_SEARCH = NO 17926881f68fSopenharmony_ci 17936881f68fSopenharmony_ci# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP 17946881f68fSopenharmony_ci# script for searching. Instead the search results are written to an XML file 17956881f68fSopenharmony_ci# which needs to be processed by an external indexer. Doxygen will invoke an 17966881f68fSopenharmony_ci# external search engine pointed to by the SEARCHENGINE_URL option to obtain the 17976881f68fSopenharmony_ci# search results. 17986881f68fSopenharmony_ci# 17996881f68fSopenharmony_ci# Doxygen ships with an example indexer (doxyindexer) and search engine 18006881f68fSopenharmony_ci# (doxysearch.cgi) which are based on the open source search engine library 18016881f68fSopenharmony_ci# Xapian (see: 18026881f68fSopenharmony_ci# https://xapian.org/). 18036881f68fSopenharmony_ci# 18046881f68fSopenharmony_ci# See the section "External Indexing and Searching" for details. 18056881f68fSopenharmony_ci# The default value is: NO. 18066881f68fSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES. 18076881f68fSopenharmony_ci 18086881f68fSopenharmony_ciEXTERNAL_SEARCH = NO 18096881f68fSopenharmony_ci 18106881f68fSopenharmony_ci# The SEARCHENGINE_URL should point to a search engine hosted by a web server 18116881f68fSopenharmony_ci# which will return the search results when EXTERNAL_SEARCH is enabled. 18126881f68fSopenharmony_ci# 18136881f68fSopenharmony_ci# Doxygen ships with an example indexer (doxyindexer) and search engine 18146881f68fSopenharmony_ci# (doxysearch.cgi) which are based on the open source search engine library 18156881f68fSopenharmony_ci# Xapian (see: 18166881f68fSopenharmony_ci# https://xapian.org/). See the section "External Indexing and Searching" for 18176881f68fSopenharmony_ci# details. 18186881f68fSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES. 18196881f68fSopenharmony_ci 18206881f68fSopenharmony_ciSEARCHENGINE_URL = 18216881f68fSopenharmony_ci 18226881f68fSopenharmony_ci# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed 18236881f68fSopenharmony_ci# search data is written to a file for indexing by an external tool. With the 18246881f68fSopenharmony_ci# SEARCHDATA_FILE tag the name of this file can be specified. 18256881f68fSopenharmony_ci# The default file is: searchdata.xml. 18266881f68fSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES. 18276881f68fSopenharmony_ci 18286881f68fSopenharmony_ciSEARCHDATA_FILE = searchdata.xml 18296881f68fSopenharmony_ci 18306881f68fSopenharmony_ci# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the 18316881f68fSopenharmony_ci# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is 18326881f68fSopenharmony_ci# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple 18336881f68fSopenharmony_ci# projects and redirect the results back to the right project. 18346881f68fSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES. 18356881f68fSopenharmony_ci 18366881f68fSopenharmony_ciEXTERNAL_SEARCH_ID = 18376881f68fSopenharmony_ci 18386881f68fSopenharmony_ci# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen 18396881f68fSopenharmony_ci# projects other than the one defined by this configuration file, but that are 18406881f68fSopenharmony_ci# all added to the same external search index. Each project needs to have a 18416881f68fSopenharmony_ci# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of 18426881f68fSopenharmony_ci# to a relative location where the documentation can be found. The format is: 18436881f68fSopenharmony_ci# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 18446881f68fSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES. 18456881f68fSopenharmony_ci 18466881f68fSopenharmony_ciEXTRA_SEARCH_MAPPINGS = 18476881f68fSopenharmony_ci 18486881f68fSopenharmony_ci#--------------------------------------------------------------------------- 18496881f68fSopenharmony_ci# Configuration options related to the LaTeX output 18506881f68fSopenharmony_ci#--------------------------------------------------------------------------- 18516881f68fSopenharmony_ci 18526881f68fSopenharmony_ci# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. 18536881f68fSopenharmony_ci# The default value is: YES. 18546881f68fSopenharmony_ci 18556881f68fSopenharmony_ciGENERATE_LATEX = NO 18566881f68fSopenharmony_ci 18576881f68fSopenharmony_ci# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a 18586881f68fSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 18596881f68fSopenharmony_ci# it. 18606881f68fSopenharmony_ci# The default directory is: latex. 18616881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 18626881f68fSopenharmony_ci 18636881f68fSopenharmony_ciLATEX_OUTPUT = latex 18646881f68fSopenharmony_ci 18656881f68fSopenharmony_ci# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 18666881f68fSopenharmony_ci# invoked. 18676881f68fSopenharmony_ci# 18686881f68fSopenharmony_ci# Note that when not enabling USE_PDFLATEX the default is latex when enabling 18696881f68fSopenharmony_ci# USE_PDFLATEX the default is pdflatex and when in the later case latex is 18706881f68fSopenharmony_ci# chosen this is overwritten by pdflatex. For specific output languages the 18716881f68fSopenharmony_ci# default can have been set differently, this depends on the implementation of 18726881f68fSopenharmony_ci# the output language. 18736881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 18746881f68fSopenharmony_ci 18756881f68fSopenharmony_ciLATEX_CMD_NAME = 18766881f68fSopenharmony_ci 18776881f68fSopenharmony_ci# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate 18786881f68fSopenharmony_ci# index for LaTeX. 18796881f68fSopenharmony_ci# Note: This tag is used in the Makefile / make.bat. 18806881f68fSopenharmony_ci# See also: LATEX_MAKEINDEX_CMD for the part in the generated output file 18816881f68fSopenharmony_ci# (.tex). 18826881f68fSopenharmony_ci# The default file is: makeindex. 18836881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 18846881f68fSopenharmony_ci 18856881f68fSopenharmony_ciMAKEINDEX_CMD_NAME = makeindex 18866881f68fSopenharmony_ci 18876881f68fSopenharmony_ci# The LATEX_MAKEINDEX_CMD tag can be used to specify the command name to 18886881f68fSopenharmony_ci# generate index for LaTeX. In case there is no backslash (\) as first character 18896881f68fSopenharmony_ci# it will be automatically added in the LaTeX code. 18906881f68fSopenharmony_ci# Note: This tag is used in the generated output file (.tex). 18916881f68fSopenharmony_ci# See also: MAKEINDEX_CMD_NAME for the part in the Makefile / make.bat. 18926881f68fSopenharmony_ci# The default value is: makeindex. 18936881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 18946881f68fSopenharmony_ci 18956881f68fSopenharmony_ciLATEX_MAKEINDEX_CMD = makeindex 18966881f68fSopenharmony_ci 18976881f68fSopenharmony_ci# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX 18986881f68fSopenharmony_ci# documents. This may be useful for small projects and may help to save some 18996881f68fSopenharmony_ci# trees in general. 19006881f68fSopenharmony_ci# The default value is: NO. 19016881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19026881f68fSopenharmony_ci 19036881f68fSopenharmony_ciCOMPACT_LATEX = NO 19046881f68fSopenharmony_ci 19056881f68fSopenharmony_ci# The PAPER_TYPE tag can be used to set the paper type that is used by the 19066881f68fSopenharmony_ci# printer. 19076881f68fSopenharmony_ci# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x 19086881f68fSopenharmony_ci# 14 inches) and executive (7.25 x 10.5 inches). 19096881f68fSopenharmony_ci# The default value is: a4. 19106881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19116881f68fSopenharmony_ci 19126881f68fSopenharmony_ciPAPER_TYPE = a4 19136881f68fSopenharmony_ci 19146881f68fSopenharmony_ci# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names 19156881f68fSopenharmony_ci# that should be included in the LaTeX output. The package can be specified just 19166881f68fSopenharmony_ci# by its name or with the correct syntax as to be used with the LaTeX 19176881f68fSopenharmony_ci# \usepackage command. To get the times font for instance you can specify : 19186881f68fSopenharmony_ci# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times} 19196881f68fSopenharmony_ci# To use the option intlimits with the amsmath package you can specify: 19206881f68fSopenharmony_ci# EXTRA_PACKAGES=[intlimits]{amsmath} 19216881f68fSopenharmony_ci# If left blank no extra packages will be included. 19226881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19236881f68fSopenharmony_ci 19246881f68fSopenharmony_ciEXTRA_PACKAGES = 19256881f68fSopenharmony_ci 19266881f68fSopenharmony_ci# The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for 19276881f68fSopenharmony_ci# the generated LaTeX document. The header should contain everything until the 19286881f68fSopenharmony_ci# first chapter. If it is left blank doxygen will generate a standard header. It 19296881f68fSopenharmony_ci# is highly recommended to start with a default header using 19306881f68fSopenharmony_ci# doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty 19316881f68fSopenharmony_ci# and then modify the file new_header.tex. See also section "Doxygen usage" for 19326881f68fSopenharmony_ci# information on how to generate the default header that doxygen normally uses. 19336881f68fSopenharmony_ci# 19346881f68fSopenharmony_ci# Note: Only use a user-defined header if you know what you are doing! 19356881f68fSopenharmony_ci# Note: The header is subject to change so you typically have to regenerate the 19366881f68fSopenharmony_ci# default header when upgrading to a newer version of doxygen. The following 19376881f68fSopenharmony_ci# commands have a special meaning inside the header (and footer): For a 19386881f68fSopenharmony_ci# description of the possible markers and block names see the documentation. 19396881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19406881f68fSopenharmony_ci 19416881f68fSopenharmony_ciLATEX_HEADER = 19426881f68fSopenharmony_ci 19436881f68fSopenharmony_ci# The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for 19446881f68fSopenharmony_ci# the generated LaTeX document. The footer should contain everything after the 19456881f68fSopenharmony_ci# last chapter. If it is left blank doxygen will generate a standard footer. See 19466881f68fSopenharmony_ci# LATEX_HEADER for more information on how to generate a default footer and what 19476881f68fSopenharmony_ci# special commands can be used inside the footer. See also section "Doxygen 19486881f68fSopenharmony_ci# usage" for information on how to generate the default footer that doxygen 19496881f68fSopenharmony_ci# normally uses. Note: Only use a user-defined footer if you know what you are 19506881f68fSopenharmony_ci# doing! 19516881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19526881f68fSopenharmony_ci 19536881f68fSopenharmony_ciLATEX_FOOTER = 19546881f68fSopenharmony_ci 19556881f68fSopenharmony_ci# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined 19566881f68fSopenharmony_ci# LaTeX style sheets that are included after the standard style sheets created 19576881f68fSopenharmony_ci# by doxygen. Using this option one can overrule certain style aspects. Doxygen 19586881f68fSopenharmony_ci# will copy the style sheet files to the output directory. 19596881f68fSopenharmony_ci# Note: The order of the extra style sheet files is of importance (e.g. the last 19606881f68fSopenharmony_ci# style sheet in the list overrules the setting of the previous ones in the 19616881f68fSopenharmony_ci# list). 19626881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19636881f68fSopenharmony_ci 19646881f68fSopenharmony_ciLATEX_EXTRA_STYLESHEET = 19656881f68fSopenharmony_ci 19666881f68fSopenharmony_ci# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or 19676881f68fSopenharmony_ci# other source files which should be copied to the LATEX_OUTPUT output 19686881f68fSopenharmony_ci# directory. Note that the files will be copied as-is; there are no commands or 19696881f68fSopenharmony_ci# markers available. 19706881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19716881f68fSopenharmony_ci 19726881f68fSopenharmony_ciLATEX_EXTRA_FILES = 19736881f68fSopenharmony_ci 19746881f68fSopenharmony_ci# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is 19756881f68fSopenharmony_ci# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will 19766881f68fSopenharmony_ci# contain links (just like the HTML output) instead of page references. This 19776881f68fSopenharmony_ci# makes the output suitable for online browsing using a PDF viewer. 19786881f68fSopenharmony_ci# The default value is: YES. 19796881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19806881f68fSopenharmony_ci 19816881f68fSopenharmony_ciPDF_HYPERLINKS = YES 19826881f68fSopenharmony_ci 19836881f68fSopenharmony_ci# If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as 19846881f68fSopenharmony_ci# specified with LATEX_CMD_NAME to generate the PDF file directly from the LaTeX 19856881f68fSopenharmony_ci# files. Set this option to YES, to get a higher quality PDF documentation. 19866881f68fSopenharmony_ci# 19876881f68fSopenharmony_ci# See also section LATEX_CMD_NAME for selecting the engine. 19886881f68fSopenharmony_ci# The default value is: YES. 19896881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19906881f68fSopenharmony_ci 19916881f68fSopenharmony_ciUSE_PDFLATEX = YES 19926881f68fSopenharmony_ci 19936881f68fSopenharmony_ci# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode 19946881f68fSopenharmony_ci# command to the generated LaTeX files. This will instruct LaTeX to keep running 19956881f68fSopenharmony_ci# if errors occur, instead of asking the user for help. 19966881f68fSopenharmony_ci# The default value is: NO. 19976881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 19986881f68fSopenharmony_ci 19996881f68fSopenharmony_ciLATEX_BATCHMODE = NO 20006881f68fSopenharmony_ci 20016881f68fSopenharmony_ci# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the 20026881f68fSopenharmony_ci# index chapters (such as File Index, Compound Index, etc.) in the output. 20036881f68fSopenharmony_ci# The default value is: NO. 20046881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 20056881f68fSopenharmony_ci 20066881f68fSopenharmony_ciLATEX_HIDE_INDICES = NO 20076881f68fSopenharmony_ci 20086881f68fSopenharmony_ci# The LATEX_BIB_STYLE tag can be used to specify the style to use for the 20096881f68fSopenharmony_ci# bibliography, e.g. plainnat, or ieeetr. See 20106881f68fSopenharmony_ci# https://en.wikipedia.org/wiki/BibTeX and \cite for more info. 20116881f68fSopenharmony_ci# The default value is: plain. 20126881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 20136881f68fSopenharmony_ci 20146881f68fSopenharmony_ciLATEX_BIB_STYLE = plain 20156881f68fSopenharmony_ci 20166881f68fSopenharmony_ci# If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated 20176881f68fSopenharmony_ci# page will contain the date and time when the page was generated. Setting this 20186881f68fSopenharmony_ci# to NO can help when comparing the output of multiple runs. 20196881f68fSopenharmony_ci# The default value is: NO. 20206881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 20216881f68fSopenharmony_ci 20226881f68fSopenharmony_ciLATEX_TIMESTAMP = NO 20236881f68fSopenharmony_ci 20246881f68fSopenharmony_ci# The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute) 20256881f68fSopenharmony_ci# path from which the emoji images will be read. If a relative path is entered, 20266881f68fSopenharmony_ci# it will be relative to the LATEX_OUTPUT directory. If left blank the 20276881f68fSopenharmony_ci# LATEX_OUTPUT directory will be used. 20286881f68fSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES. 20296881f68fSopenharmony_ci 20306881f68fSopenharmony_ciLATEX_EMOJI_DIRECTORY = 20316881f68fSopenharmony_ci 20326881f68fSopenharmony_ci#--------------------------------------------------------------------------- 20336881f68fSopenharmony_ci# Configuration options related to the RTF output 20346881f68fSopenharmony_ci#--------------------------------------------------------------------------- 20356881f68fSopenharmony_ci 20366881f68fSopenharmony_ci# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The 20376881f68fSopenharmony_ci# RTF output is optimized for Word 97 and may not look too pretty with other RTF 20386881f68fSopenharmony_ci# readers/editors. 20396881f68fSopenharmony_ci# The default value is: NO. 20406881f68fSopenharmony_ci 20416881f68fSopenharmony_ciGENERATE_RTF = NO 20426881f68fSopenharmony_ci 20436881f68fSopenharmony_ci# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a 20446881f68fSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 20456881f68fSopenharmony_ci# it. 20466881f68fSopenharmony_ci# The default directory is: rtf. 20476881f68fSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES. 20486881f68fSopenharmony_ci 20496881f68fSopenharmony_ciRTF_OUTPUT = rtf 20506881f68fSopenharmony_ci 20516881f68fSopenharmony_ci# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF 20526881f68fSopenharmony_ci# documents. This may be useful for small projects and may help to save some 20536881f68fSopenharmony_ci# trees in general. 20546881f68fSopenharmony_ci# The default value is: NO. 20556881f68fSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES. 20566881f68fSopenharmony_ci 20576881f68fSopenharmony_ciCOMPACT_RTF = NO 20586881f68fSopenharmony_ci 20596881f68fSopenharmony_ci# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will 20606881f68fSopenharmony_ci# contain hyperlink fields. The RTF file will contain links (just like the HTML 20616881f68fSopenharmony_ci# output) instead of page references. This makes the output suitable for online 20626881f68fSopenharmony_ci# browsing using Word or some other Word compatible readers that support those 20636881f68fSopenharmony_ci# fields. 20646881f68fSopenharmony_ci# 20656881f68fSopenharmony_ci# Note: WordPad (write) and others do not support links. 20666881f68fSopenharmony_ci# The default value is: NO. 20676881f68fSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES. 20686881f68fSopenharmony_ci 20696881f68fSopenharmony_ciRTF_HYPERLINKS = NO 20706881f68fSopenharmony_ci 20716881f68fSopenharmony_ci# Load stylesheet definitions from file. Syntax is similar to doxygen's 20726881f68fSopenharmony_ci# configuration file, i.e. a series of assignments. You only have to provide 20736881f68fSopenharmony_ci# replacements, missing definitions are set to their default value. 20746881f68fSopenharmony_ci# 20756881f68fSopenharmony_ci# See also section "Doxygen usage" for information on how to generate the 20766881f68fSopenharmony_ci# default style sheet that doxygen normally uses. 20776881f68fSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES. 20786881f68fSopenharmony_ci 20796881f68fSopenharmony_ciRTF_STYLESHEET_FILE = 20806881f68fSopenharmony_ci 20816881f68fSopenharmony_ci# Set optional variables used in the generation of an RTF document. Syntax is 20826881f68fSopenharmony_ci# similar to doxygen's configuration file. A template extensions file can be 20836881f68fSopenharmony_ci# generated using doxygen -e rtf extensionFile. 20846881f68fSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES. 20856881f68fSopenharmony_ci 20866881f68fSopenharmony_ciRTF_EXTENSIONS_FILE = 20876881f68fSopenharmony_ci 20886881f68fSopenharmony_ci#--------------------------------------------------------------------------- 20896881f68fSopenharmony_ci# Configuration options related to the man page output 20906881f68fSopenharmony_ci#--------------------------------------------------------------------------- 20916881f68fSopenharmony_ci 20926881f68fSopenharmony_ci# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for 20936881f68fSopenharmony_ci# classes and files. 20946881f68fSopenharmony_ci# The default value is: NO. 20956881f68fSopenharmony_ci 20966881f68fSopenharmony_ciGENERATE_MAN = NO 20976881f68fSopenharmony_ci 20986881f68fSopenharmony_ci# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 20996881f68fSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 21006881f68fSopenharmony_ci# it. A directory man3 will be created inside the directory specified by 21016881f68fSopenharmony_ci# MAN_OUTPUT. 21026881f68fSopenharmony_ci# The default directory is: man. 21036881f68fSopenharmony_ci# This tag requires that the tag GENERATE_MAN is set to YES. 21046881f68fSopenharmony_ci 21056881f68fSopenharmony_ciMAN_OUTPUT = man 21066881f68fSopenharmony_ci 21076881f68fSopenharmony_ci# The MAN_EXTENSION tag determines the extension that is added to the generated 21086881f68fSopenharmony_ci# man pages. In case the manual section does not start with a number, the number 21096881f68fSopenharmony_ci# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is 21106881f68fSopenharmony_ci# optional. 21116881f68fSopenharmony_ci# The default value is: .3. 21126881f68fSopenharmony_ci# This tag requires that the tag GENERATE_MAN is set to YES. 21136881f68fSopenharmony_ci 21146881f68fSopenharmony_ciMAN_EXTENSION = .3 21156881f68fSopenharmony_ci 21166881f68fSopenharmony_ci# The MAN_SUBDIR tag determines the name of the directory created within 21176881f68fSopenharmony_ci# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by 21186881f68fSopenharmony_ci# MAN_EXTENSION with the initial . removed. 21196881f68fSopenharmony_ci# This tag requires that the tag GENERATE_MAN is set to YES. 21206881f68fSopenharmony_ci 21216881f68fSopenharmony_ciMAN_SUBDIR = 21226881f68fSopenharmony_ci 21236881f68fSopenharmony_ci# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it 21246881f68fSopenharmony_ci# will generate one additional man file for each entity documented in the real 21256881f68fSopenharmony_ci# man page(s). These additional files only source the real man page, but without 21266881f68fSopenharmony_ci# them the man command would be unable to find the correct page. 21276881f68fSopenharmony_ci# The default value is: NO. 21286881f68fSopenharmony_ci# This tag requires that the tag GENERATE_MAN is set to YES. 21296881f68fSopenharmony_ci 21306881f68fSopenharmony_ciMAN_LINKS = NO 21316881f68fSopenharmony_ci 21326881f68fSopenharmony_ci#--------------------------------------------------------------------------- 21336881f68fSopenharmony_ci# Configuration options related to the XML output 21346881f68fSopenharmony_ci#--------------------------------------------------------------------------- 21356881f68fSopenharmony_ci 21366881f68fSopenharmony_ci# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that 21376881f68fSopenharmony_ci# captures the structure of the code including all documentation. 21386881f68fSopenharmony_ci# The default value is: NO. 21396881f68fSopenharmony_ci 21406881f68fSopenharmony_ciGENERATE_XML = NO 21416881f68fSopenharmony_ci 21426881f68fSopenharmony_ci# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a 21436881f68fSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of 21446881f68fSopenharmony_ci# it. 21456881f68fSopenharmony_ci# The default directory is: xml. 21466881f68fSopenharmony_ci# This tag requires that the tag GENERATE_XML is set to YES. 21476881f68fSopenharmony_ci 21486881f68fSopenharmony_ciXML_OUTPUT = xml 21496881f68fSopenharmony_ci 21506881f68fSopenharmony_ci# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program 21516881f68fSopenharmony_ci# listings (including syntax highlighting and cross-referencing information) to 21526881f68fSopenharmony_ci# the XML output. Note that enabling this will significantly increase the size 21536881f68fSopenharmony_ci# of the XML output. 21546881f68fSopenharmony_ci# The default value is: YES. 21556881f68fSopenharmony_ci# This tag requires that the tag GENERATE_XML is set to YES. 21566881f68fSopenharmony_ci 21576881f68fSopenharmony_ciXML_PROGRAMLISTING = YES 21586881f68fSopenharmony_ci 21596881f68fSopenharmony_ci# If the XML_NS_MEMB_FILE_SCOPE tag is set to YES, doxygen will include 21606881f68fSopenharmony_ci# namespace members in file scope as well, matching the HTML output. 21616881f68fSopenharmony_ci# The default value is: NO. 21626881f68fSopenharmony_ci# This tag requires that the tag GENERATE_XML is set to YES. 21636881f68fSopenharmony_ci 21646881f68fSopenharmony_ciXML_NS_MEMB_FILE_SCOPE = NO 21656881f68fSopenharmony_ci 21666881f68fSopenharmony_ci#--------------------------------------------------------------------------- 21676881f68fSopenharmony_ci# Configuration options related to the DOCBOOK output 21686881f68fSopenharmony_ci#--------------------------------------------------------------------------- 21696881f68fSopenharmony_ci 21706881f68fSopenharmony_ci# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files 21716881f68fSopenharmony_ci# that can be used to generate PDF. 21726881f68fSopenharmony_ci# The default value is: NO. 21736881f68fSopenharmony_ci 21746881f68fSopenharmony_ciGENERATE_DOCBOOK = NO 21756881f68fSopenharmony_ci 21766881f68fSopenharmony_ci# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. 21776881f68fSopenharmony_ci# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in 21786881f68fSopenharmony_ci# front of it. 21796881f68fSopenharmony_ci# The default directory is: docbook. 21806881f68fSopenharmony_ci# This tag requires that the tag GENERATE_DOCBOOK is set to YES. 21816881f68fSopenharmony_ci 21826881f68fSopenharmony_ciDOCBOOK_OUTPUT = docbook 21836881f68fSopenharmony_ci 21846881f68fSopenharmony_ci#--------------------------------------------------------------------------- 21856881f68fSopenharmony_ci# Configuration options for the AutoGen Definitions output 21866881f68fSopenharmony_ci#--------------------------------------------------------------------------- 21876881f68fSopenharmony_ci 21886881f68fSopenharmony_ci# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an 21896881f68fSopenharmony_ci# AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures 21906881f68fSopenharmony_ci# the structure of the code including all documentation. Note that this feature 21916881f68fSopenharmony_ci# is still experimental and incomplete at the moment. 21926881f68fSopenharmony_ci# The default value is: NO. 21936881f68fSopenharmony_ci 21946881f68fSopenharmony_ciGENERATE_AUTOGEN_DEF = NO 21956881f68fSopenharmony_ci 21966881f68fSopenharmony_ci#--------------------------------------------------------------------------- 21976881f68fSopenharmony_ci# Configuration options related to the Perl module output 21986881f68fSopenharmony_ci#--------------------------------------------------------------------------- 21996881f68fSopenharmony_ci 22006881f68fSopenharmony_ci# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module 22016881f68fSopenharmony_ci# file that captures the structure of the code including all documentation. 22026881f68fSopenharmony_ci# 22036881f68fSopenharmony_ci# Note that this feature is still experimental and incomplete at the moment. 22046881f68fSopenharmony_ci# The default value is: NO. 22056881f68fSopenharmony_ci 22066881f68fSopenharmony_ciGENERATE_PERLMOD = NO 22076881f68fSopenharmony_ci 22086881f68fSopenharmony_ci# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary 22096881f68fSopenharmony_ci# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI 22106881f68fSopenharmony_ci# output from the Perl module output. 22116881f68fSopenharmony_ci# The default value is: NO. 22126881f68fSopenharmony_ci# This tag requires that the tag GENERATE_PERLMOD is set to YES. 22136881f68fSopenharmony_ci 22146881f68fSopenharmony_ciPERLMOD_LATEX = NO 22156881f68fSopenharmony_ci 22166881f68fSopenharmony_ci# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely 22176881f68fSopenharmony_ci# formatted so it can be parsed by a human reader. This is useful if you want to 22186881f68fSopenharmony_ci# understand what is going on. On the other hand, if this tag is set to NO, the 22196881f68fSopenharmony_ci# size of the Perl module output will be much smaller and Perl will parse it 22206881f68fSopenharmony_ci# just the same. 22216881f68fSopenharmony_ci# The default value is: YES. 22226881f68fSopenharmony_ci# This tag requires that the tag GENERATE_PERLMOD is set to YES. 22236881f68fSopenharmony_ci 22246881f68fSopenharmony_ciPERLMOD_PRETTY = YES 22256881f68fSopenharmony_ci 22266881f68fSopenharmony_ci# The names of the make variables in the generated doxyrules.make file are 22276881f68fSopenharmony_ci# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful 22286881f68fSopenharmony_ci# so different doxyrules.make files included by the same Makefile don't 22296881f68fSopenharmony_ci# overwrite each other's variables. 22306881f68fSopenharmony_ci# This tag requires that the tag GENERATE_PERLMOD is set to YES. 22316881f68fSopenharmony_ci 22326881f68fSopenharmony_ciPERLMOD_MAKEVAR_PREFIX = 22336881f68fSopenharmony_ci 22346881f68fSopenharmony_ci#--------------------------------------------------------------------------- 22356881f68fSopenharmony_ci# Configuration options related to the preprocessor 22366881f68fSopenharmony_ci#--------------------------------------------------------------------------- 22376881f68fSopenharmony_ci 22386881f68fSopenharmony_ci# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all 22396881f68fSopenharmony_ci# C-preprocessor directives found in the sources and include files. 22406881f68fSopenharmony_ci# The default value is: YES. 22416881f68fSopenharmony_ci 22426881f68fSopenharmony_ciENABLE_PREPROCESSING = YES 22436881f68fSopenharmony_ci 22446881f68fSopenharmony_ci# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names 22456881f68fSopenharmony_ci# in the source code. If set to NO, only conditional compilation will be 22466881f68fSopenharmony_ci# performed. Macro expansion can be done in a controlled way by setting 22476881f68fSopenharmony_ci# EXPAND_ONLY_PREDEF to YES. 22486881f68fSopenharmony_ci# The default value is: NO. 22496881f68fSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 22506881f68fSopenharmony_ci 22516881f68fSopenharmony_ciMACRO_EXPANSION = NO 22526881f68fSopenharmony_ci 22536881f68fSopenharmony_ci# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then 22546881f68fSopenharmony_ci# the macro expansion is limited to the macros specified with the PREDEFINED and 22556881f68fSopenharmony_ci# EXPAND_AS_DEFINED tags. 22566881f68fSopenharmony_ci# The default value is: NO. 22576881f68fSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 22586881f68fSopenharmony_ci 22596881f68fSopenharmony_ciEXPAND_ONLY_PREDEF = NO 22606881f68fSopenharmony_ci 22616881f68fSopenharmony_ci# If the SEARCH_INCLUDES tag is set to YES, the include files in the 22626881f68fSopenharmony_ci# INCLUDE_PATH will be searched if a #include is found. 22636881f68fSopenharmony_ci# The default value is: YES. 22646881f68fSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 22656881f68fSopenharmony_ci 22666881f68fSopenharmony_ciSEARCH_INCLUDES = YES 22676881f68fSopenharmony_ci 22686881f68fSopenharmony_ci# The INCLUDE_PATH tag can be used to specify one or more directories that 22696881f68fSopenharmony_ci# contain include files that are not input files but should be processed by the 22706881f68fSopenharmony_ci# preprocessor. Note that the INCLUDE_PATH is not recursive, so the setting of 22716881f68fSopenharmony_ci# RECURSIVE has no effect here. 22726881f68fSopenharmony_ci# This tag requires that the tag SEARCH_INCLUDES is set to YES. 22736881f68fSopenharmony_ci 22746881f68fSopenharmony_ciINCLUDE_PATH = 22756881f68fSopenharmony_ci 22766881f68fSopenharmony_ci# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 22776881f68fSopenharmony_ci# patterns (like *.h and *.hpp) to filter out the header-files in the 22786881f68fSopenharmony_ci# directories. If left blank, the patterns specified with FILE_PATTERNS will be 22796881f68fSopenharmony_ci# used. 22806881f68fSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 22816881f68fSopenharmony_ci 22826881f68fSopenharmony_ciINCLUDE_FILE_PATTERNS = 22836881f68fSopenharmony_ci 22846881f68fSopenharmony_ci# The PREDEFINED tag can be used to specify one or more macro names that are 22856881f68fSopenharmony_ci# defined before the preprocessor is started (similar to the -D option of e.g. 22866881f68fSopenharmony_ci# gcc). The argument of the tag is a list of macros of the form: name or 22876881f68fSopenharmony_ci# name=definition (no spaces). If the definition and the "=" are omitted, "=1" 22886881f68fSopenharmony_ci# is assumed. To prevent a macro definition from being undefined via #undef or 22896881f68fSopenharmony_ci# recursively expanded use the := operator instead of the = operator. 22906881f68fSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 22916881f68fSopenharmony_ci 22926881f68fSopenharmony_ciPREDEFINED = FUSE_USE_VERSION=35 22936881f68fSopenharmony_ci 22946881f68fSopenharmony_ci# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this 22956881f68fSopenharmony_ci# tag can be used to specify a list of macro names that should be expanded. The 22966881f68fSopenharmony_ci# macro definition that is found in the sources will be used. Use the PREDEFINED 22976881f68fSopenharmony_ci# tag if you want to use a different macro definition that overrules the 22986881f68fSopenharmony_ci# definition found in the source code. 22996881f68fSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 23006881f68fSopenharmony_ci 23016881f68fSopenharmony_ciEXPAND_AS_DEFINED = 23026881f68fSopenharmony_ci 23036881f68fSopenharmony_ci# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will 23046881f68fSopenharmony_ci# remove all references to function-like macros that are alone on a line, have 23056881f68fSopenharmony_ci# an all uppercase name, and do not end with a semicolon. Such function macros 23066881f68fSopenharmony_ci# are typically used for boiler-plate code, and will confuse the parser if not 23076881f68fSopenharmony_ci# removed. 23086881f68fSopenharmony_ci# The default value is: YES. 23096881f68fSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 23106881f68fSopenharmony_ci 23116881f68fSopenharmony_ciSKIP_FUNCTION_MACROS = YES 23126881f68fSopenharmony_ci 23136881f68fSopenharmony_ci#--------------------------------------------------------------------------- 23146881f68fSopenharmony_ci# Configuration options related to external references 23156881f68fSopenharmony_ci#--------------------------------------------------------------------------- 23166881f68fSopenharmony_ci 23176881f68fSopenharmony_ci# The TAGFILES tag can be used to specify one or more tag files. For each tag 23186881f68fSopenharmony_ci# file the location of the external documentation should be added. The format of 23196881f68fSopenharmony_ci# a tag file without this location is as follows: 23206881f68fSopenharmony_ci# TAGFILES = file1 file2 ... 23216881f68fSopenharmony_ci# Adding location for the tag files is done as follows: 23226881f68fSopenharmony_ci# TAGFILES = file1=loc1 "file2 = loc2" ... 23236881f68fSopenharmony_ci# where loc1 and loc2 can be relative or absolute paths or URLs. See the 23246881f68fSopenharmony_ci# section "Linking to external documentation" for more information about the use 23256881f68fSopenharmony_ci# of tag files. 23266881f68fSopenharmony_ci# Note: Each tag file must have a unique name (where the name does NOT include 23276881f68fSopenharmony_ci# the path). If a tag file is not located in the directory in which doxygen is 23286881f68fSopenharmony_ci# run, you must also specify the path to the tagfile here. 23296881f68fSopenharmony_ci 23306881f68fSopenharmony_ciTAGFILES = 23316881f68fSopenharmony_ci 23326881f68fSopenharmony_ci# When a file name is specified after GENERATE_TAGFILE, doxygen will create a 23336881f68fSopenharmony_ci# tag file that is based on the input files it reads. See section "Linking to 23346881f68fSopenharmony_ci# external documentation" for more information about the usage of tag files. 23356881f68fSopenharmony_ci 23366881f68fSopenharmony_ciGENERATE_TAGFILE = 23376881f68fSopenharmony_ci 23386881f68fSopenharmony_ci# If the ALLEXTERNALS tag is set to YES, all external class will be listed in 23396881f68fSopenharmony_ci# the class index. If set to NO, only the inherited external classes will be 23406881f68fSopenharmony_ci# listed. 23416881f68fSopenharmony_ci# The default value is: NO. 23426881f68fSopenharmony_ci 23436881f68fSopenharmony_ciALLEXTERNALS = NO 23446881f68fSopenharmony_ci 23456881f68fSopenharmony_ci# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed 23466881f68fSopenharmony_ci# in the modules index. If set to NO, only the current project's groups will be 23476881f68fSopenharmony_ci# listed. 23486881f68fSopenharmony_ci# The default value is: YES. 23496881f68fSopenharmony_ci 23506881f68fSopenharmony_ciEXTERNAL_GROUPS = YES 23516881f68fSopenharmony_ci 23526881f68fSopenharmony_ci# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in 23536881f68fSopenharmony_ci# the related pages index. If set to NO, only the current project's pages will 23546881f68fSopenharmony_ci# be listed. 23556881f68fSopenharmony_ci# The default value is: YES. 23566881f68fSopenharmony_ci 23576881f68fSopenharmony_ciEXTERNAL_PAGES = YES 23586881f68fSopenharmony_ci 23596881f68fSopenharmony_ci#--------------------------------------------------------------------------- 23606881f68fSopenharmony_ci# Configuration options related to the dot tool 23616881f68fSopenharmony_ci#--------------------------------------------------------------------------- 23626881f68fSopenharmony_ci 23636881f68fSopenharmony_ci# You can include diagrams made with dia in doxygen documentation. Doxygen will 23646881f68fSopenharmony_ci# then run dia to produce the diagram and insert it in the documentation. The 23656881f68fSopenharmony_ci# DIA_PATH tag allows you to specify the directory where the dia binary resides. 23666881f68fSopenharmony_ci# If left empty dia is assumed to be found in the default search path. 23676881f68fSopenharmony_ci 23686881f68fSopenharmony_ciDIA_PATH = 23696881f68fSopenharmony_ci 23706881f68fSopenharmony_ci# If set to YES the inheritance and collaboration graphs will hide inheritance 23716881f68fSopenharmony_ci# and usage relations if the target is undocumented or is not a class. 23726881f68fSopenharmony_ci# The default value is: YES. 23736881f68fSopenharmony_ci 23746881f68fSopenharmony_ciHIDE_UNDOC_RELATIONS = YES 23756881f68fSopenharmony_ci 23766881f68fSopenharmony_ci# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 23776881f68fSopenharmony_ci# available from the path. This tool is part of Graphviz (see: 23786881f68fSopenharmony_ci# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent 23796881f68fSopenharmony_ci# Bell Labs. The other options in this section have no effect if this option is 23806881f68fSopenharmony_ci# set to NO 23816881f68fSopenharmony_ci# The default value is: NO. 23826881f68fSopenharmony_ci 23836881f68fSopenharmony_ciHAVE_DOT = NO 23846881f68fSopenharmony_ci 23856881f68fSopenharmony_ci# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed 23866881f68fSopenharmony_ci# to run in parallel. When set to 0 doxygen will base this on the number of 23876881f68fSopenharmony_ci# processors available in the system. You can set it explicitly to a value 23886881f68fSopenharmony_ci# larger than 0 to get control over the balance between CPU load and processing 23896881f68fSopenharmony_ci# speed. 23906881f68fSopenharmony_ci# Minimum value: 0, maximum value: 32, default value: 0. 23916881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 23926881f68fSopenharmony_ci 23936881f68fSopenharmony_ciDOT_NUM_THREADS = 0 23946881f68fSopenharmony_ci 23956881f68fSopenharmony_ci# DOT_COMMON_ATTR is common attributes for nodes, edges and labels of 23966881f68fSopenharmony_ci# subgraphs. When you want a differently looking font in the dot files that 23976881f68fSopenharmony_ci# doxygen generates you can specify fontname, fontcolor and fontsize attributes. 23986881f68fSopenharmony_ci# For details please see <a href=https://graphviz.org/doc/info/attrs.html>Node, 23996881f68fSopenharmony_ci# Edge and Graph Attributes specification</a> You need to make sure dot is able 24006881f68fSopenharmony_ci# to find the font, which can be done by putting it in a standard location or by 24016881f68fSopenharmony_ci# setting the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the 24026881f68fSopenharmony_ci# directory containing the font. Default graphviz fontsize is 14. 24036881f68fSopenharmony_ci# The default value is: fontname=Helvetica,fontsize=10. 24046881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 24056881f68fSopenharmony_ci 24066881f68fSopenharmony_ciDOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10" 24076881f68fSopenharmony_ci 24086881f68fSopenharmony_ci# DOT_EDGE_ATTR is concatenated with DOT_COMMON_ATTR. For elegant style you can 24096881f68fSopenharmony_ci# add 'arrowhead=open, arrowtail=open, arrowsize=0.5'. <a 24106881f68fSopenharmony_ci# href=https://graphviz.org/doc/info/arrows.html>Complete documentation about 24116881f68fSopenharmony_ci# arrows shapes.</a> 24126881f68fSopenharmony_ci# The default value is: labelfontname=Helvetica,labelfontsize=10. 24136881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 24146881f68fSopenharmony_ci 24156881f68fSopenharmony_ciDOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10" 24166881f68fSopenharmony_ci 24176881f68fSopenharmony_ci# DOT_NODE_ATTR is concatenated with DOT_COMMON_ATTR. For view without boxes 24186881f68fSopenharmony_ci# around nodes set 'shape=plain' or 'shape=plaintext' <a 24196881f68fSopenharmony_ci# href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a> 24206881f68fSopenharmony_ci# The default value is: shape=box,height=0.2,width=0.4. 24216881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 24226881f68fSopenharmony_ci 24236881f68fSopenharmony_ciDOT_NODE_ATTR = "shape=box,height=0.2,width=0.4" 24246881f68fSopenharmony_ci 24256881f68fSopenharmony_ci# You can set the path where dot can find font specified with fontname in 24266881f68fSopenharmony_ci# DOT_COMMON_ATTR and others dot attributes. 24276881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 24286881f68fSopenharmony_ci 24296881f68fSopenharmony_ciDOT_FONTPATH = 24306881f68fSopenharmony_ci 24316881f68fSopenharmony_ci# If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a 24326881f68fSopenharmony_ci# graph for each documented class showing the direct and indirect inheritance 24336881f68fSopenharmony_ci# relations. In case HAVE_DOT is set as well dot will be used to draw the graph, 24346881f68fSopenharmony_ci# otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set 24356881f68fSopenharmony_ci# to TEXT the direct and indirect inheritance relations will be shown as texts / 24366881f68fSopenharmony_ci# links. 24376881f68fSopenharmony_ci# Possible values are: NO, YES, TEXT and GRAPH. 24386881f68fSopenharmony_ci# The default value is: YES. 24396881f68fSopenharmony_ci 24406881f68fSopenharmony_ciCLASS_GRAPH = TEXT 24416881f68fSopenharmony_ci 24426881f68fSopenharmony_ci# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a 24436881f68fSopenharmony_ci# graph for each documented class showing the direct and indirect implementation 24446881f68fSopenharmony_ci# dependencies (inheritance, containment, and class references variables) of the 24456881f68fSopenharmony_ci# class with other documented classes. 24466881f68fSopenharmony_ci# The default value is: YES. 24476881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 24486881f68fSopenharmony_ci 24496881f68fSopenharmony_ciCOLLABORATION_GRAPH = YES 24506881f68fSopenharmony_ci 24516881f68fSopenharmony_ci# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for 24526881f68fSopenharmony_ci# groups, showing the direct groups dependencies. See also the chapter Grouping 24536881f68fSopenharmony_ci# in the manual. 24546881f68fSopenharmony_ci# The default value is: YES. 24556881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 24566881f68fSopenharmony_ci 24576881f68fSopenharmony_ciGROUP_GRAPHS = YES 24586881f68fSopenharmony_ci 24596881f68fSopenharmony_ci# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and 24606881f68fSopenharmony_ci# collaboration diagrams in a style similar to the OMG's Unified Modeling 24616881f68fSopenharmony_ci# Language. 24626881f68fSopenharmony_ci# The default value is: NO. 24636881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 24646881f68fSopenharmony_ci 24656881f68fSopenharmony_ciUML_LOOK = NO 24666881f68fSopenharmony_ci 24676881f68fSopenharmony_ci# If the UML_LOOK tag is enabled, the fields and methods are shown inside the 24686881f68fSopenharmony_ci# class node. If there are many fields or methods and many nodes the graph may 24696881f68fSopenharmony_ci# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the 24706881f68fSopenharmony_ci# number of items for each type to make the size more manageable. Set this to 0 24716881f68fSopenharmony_ci# for no limit. Note that the threshold may be exceeded by 50% before the limit 24726881f68fSopenharmony_ci# is enforced. So when you set the threshold to 10, up to 15 fields may appear, 24736881f68fSopenharmony_ci# but if the number exceeds 15, the total amount of fields shown is limited to 24746881f68fSopenharmony_ci# 10. 24756881f68fSopenharmony_ci# Minimum value: 0, maximum value: 100, default value: 10. 24766881f68fSopenharmony_ci# This tag requires that the tag UML_LOOK is set to YES. 24776881f68fSopenharmony_ci 24786881f68fSopenharmony_ciUML_LIMIT_NUM_FIELDS = 10 24796881f68fSopenharmony_ci 24806881f68fSopenharmony_ci# If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and 24816881f68fSopenharmony_ci# methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS 24826881f68fSopenharmony_ci# tag is set to YES, doxygen will add type and arguments for attributes and 24836881f68fSopenharmony_ci# methods in the UML graphs. If the DOT_UML_DETAILS tag is set to NONE, doxygen 24846881f68fSopenharmony_ci# will not generate fields with class member information in the UML graphs. The 24856881f68fSopenharmony_ci# class diagrams will look similar to the default class diagrams but using UML 24866881f68fSopenharmony_ci# notation for the relationships. 24876881f68fSopenharmony_ci# Possible values are: NO, YES and NONE. 24886881f68fSopenharmony_ci# The default value is: NO. 24896881f68fSopenharmony_ci# This tag requires that the tag UML_LOOK is set to YES. 24906881f68fSopenharmony_ci 24916881f68fSopenharmony_ciDOT_UML_DETAILS = NO 24926881f68fSopenharmony_ci 24936881f68fSopenharmony_ci# The DOT_WRAP_THRESHOLD tag can be used to set the maximum number of characters 24946881f68fSopenharmony_ci# to display on a single line. If the actual line length exceeds this threshold 24956881f68fSopenharmony_ci# significantly it will wrapped across multiple lines. Some heuristics are apply 24966881f68fSopenharmony_ci# to avoid ugly line breaks. 24976881f68fSopenharmony_ci# Minimum value: 0, maximum value: 1000, default value: 17. 24986881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 24996881f68fSopenharmony_ci 25006881f68fSopenharmony_ciDOT_WRAP_THRESHOLD = 17 25016881f68fSopenharmony_ci 25026881f68fSopenharmony_ci# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and 25036881f68fSopenharmony_ci# collaboration graphs will show the relations between templates and their 25046881f68fSopenharmony_ci# instances. 25056881f68fSopenharmony_ci# The default value is: NO. 25066881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 25076881f68fSopenharmony_ci 25086881f68fSopenharmony_ciTEMPLATE_RELATIONS = NO 25096881f68fSopenharmony_ci 25106881f68fSopenharmony_ci# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to 25116881f68fSopenharmony_ci# YES then doxygen will generate a graph for each documented file showing the 25126881f68fSopenharmony_ci# direct and indirect include dependencies of the file with other documented 25136881f68fSopenharmony_ci# files. 25146881f68fSopenharmony_ci# The default value is: YES. 25156881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 25166881f68fSopenharmony_ci 25176881f68fSopenharmony_ciINCLUDE_GRAPH = YES 25186881f68fSopenharmony_ci 25196881f68fSopenharmony_ci# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are 25206881f68fSopenharmony_ci# set to YES then doxygen will generate a graph for each documented file showing 25216881f68fSopenharmony_ci# the direct and indirect include dependencies of the file with other documented 25226881f68fSopenharmony_ci# files. 25236881f68fSopenharmony_ci# The default value is: YES. 25246881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 25256881f68fSopenharmony_ci 25266881f68fSopenharmony_ciINCLUDED_BY_GRAPH = YES 25276881f68fSopenharmony_ci 25286881f68fSopenharmony_ci# If the CALL_GRAPH tag is set to YES then doxygen will generate a call 25296881f68fSopenharmony_ci# dependency graph for every global function or class method. 25306881f68fSopenharmony_ci# 25316881f68fSopenharmony_ci# Note that enabling this option will significantly increase the time of a run. 25326881f68fSopenharmony_ci# So in most cases it will be better to enable call graphs for selected 25336881f68fSopenharmony_ci# functions only using the \callgraph command. Disabling a call graph can be 25346881f68fSopenharmony_ci# accomplished by means of the command \hidecallgraph. 25356881f68fSopenharmony_ci# The default value is: NO. 25366881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 25376881f68fSopenharmony_ci 25386881f68fSopenharmony_ciCALL_GRAPH = NO 25396881f68fSopenharmony_ci 25406881f68fSopenharmony_ci# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 25416881f68fSopenharmony_ci# dependency graph for every global function or class method. 25426881f68fSopenharmony_ci# 25436881f68fSopenharmony_ci# Note that enabling this option will significantly increase the time of a run. 25446881f68fSopenharmony_ci# So in most cases it will be better to enable caller graphs for selected 25456881f68fSopenharmony_ci# functions only using the \callergraph command. Disabling a caller graph can be 25466881f68fSopenharmony_ci# accomplished by means of the command \hidecallergraph. 25476881f68fSopenharmony_ci# The default value is: NO. 25486881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 25496881f68fSopenharmony_ci 25506881f68fSopenharmony_ciCALLER_GRAPH = NO 25516881f68fSopenharmony_ci 25526881f68fSopenharmony_ci# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical 25536881f68fSopenharmony_ci# hierarchy of all classes instead of a textual one. 25546881f68fSopenharmony_ci# The default value is: YES. 25556881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 25566881f68fSopenharmony_ci 25576881f68fSopenharmony_ciGRAPHICAL_HIERARCHY = YES 25586881f68fSopenharmony_ci 25596881f68fSopenharmony_ci# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the 25606881f68fSopenharmony_ci# dependencies a directory has on other directories in a graphical way. The 25616881f68fSopenharmony_ci# dependency relations are determined by the #include relations between the 25626881f68fSopenharmony_ci# files in the directories. 25636881f68fSopenharmony_ci# The default value is: YES. 25646881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 25656881f68fSopenharmony_ci 25666881f68fSopenharmony_ciDIRECTORY_GRAPH = YES 25676881f68fSopenharmony_ci 25686881f68fSopenharmony_ci# The DIR_GRAPH_MAX_DEPTH tag can be used to limit the maximum number of levels 25696881f68fSopenharmony_ci# of child directories generated in directory dependency graphs by dot. 25706881f68fSopenharmony_ci# Minimum value: 1, maximum value: 25, default value: 1. 25716881f68fSopenharmony_ci# This tag requires that the tag DIRECTORY_GRAPH is set to YES. 25726881f68fSopenharmony_ci 25736881f68fSopenharmony_ciDIR_GRAPH_MAX_DEPTH = 1 25746881f68fSopenharmony_ci 25756881f68fSopenharmony_ci# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 25766881f68fSopenharmony_ci# generated by dot. For an explanation of the image formats see the section 25776881f68fSopenharmony_ci# output formats in the documentation of the dot tool (Graphviz (see: 25786881f68fSopenharmony_ci# http://www.graphviz.org/)). 25796881f68fSopenharmony_ci# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order 25806881f68fSopenharmony_ci# to make the SVG files visible in IE 9+ (other browsers do not have this 25816881f68fSopenharmony_ci# requirement). 25826881f68fSopenharmony_ci# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo, 25836881f68fSopenharmony_ci# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and 25846881f68fSopenharmony_ci# png:gdiplus:gdiplus. 25856881f68fSopenharmony_ci# The default value is: png. 25866881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 25876881f68fSopenharmony_ci 25886881f68fSopenharmony_ciDOT_IMAGE_FORMAT = png 25896881f68fSopenharmony_ci 25906881f68fSopenharmony_ci# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to 25916881f68fSopenharmony_ci# enable generation of interactive SVG images that allow zooming and panning. 25926881f68fSopenharmony_ci# 25936881f68fSopenharmony_ci# Note that this requires a modern browser other than Internet Explorer. Tested 25946881f68fSopenharmony_ci# and working are Firefox, Chrome, Safari, and Opera. 25956881f68fSopenharmony_ci# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make 25966881f68fSopenharmony_ci# the SVG files visible. Older versions of IE do not have SVG support. 25976881f68fSopenharmony_ci# The default value is: NO. 25986881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 25996881f68fSopenharmony_ci 26006881f68fSopenharmony_ciINTERACTIVE_SVG = NO 26016881f68fSopenharmony_ci 26026881f68fSopenharmony_ci# The DOT_PATH tag can be used to specify the path where the dot tool can be 26036881f68fSopenharmony_ci# found. If left blank, it is assumed the dot tool can be found in the path. 26046881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 26056881f68fSopenharmony_ci 26066881f68fSopenharmony_ciDOT_PATH = 26076881f68fSopenharmony_ci 26086881f68fSopenharmony_ci# The DOTFILE_DIRS tag can be used to specify one or more directories that 26096881f68fSopenharmony_ci# contain dot files that are included in the documentation (see the \dotfile 26106881f68fSopenharmony_ci# command). 26116881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 26126881f68fSopenharmony_ci 26136881f68fSopenharmony_ciDOTFILE_DIRS = 26146881f68fSopenharmony_ci 26156881f68fSopenharmony_ci# The MSCFILE_DIRS tag can be used to specify one or more directories that 26166881f68fSopenharmony_ci# contain msc files that are included in the documentation (see the \mscfile 26176881f68fSopenharmony_ci# command). 26186881f68fSopenharmony_ci 26196881f68fSopenharmony_ciMSCFILE_DIRS = 26206881f68fSopenharmony_ci 26216881f68fSopenharmony_ci# The DIAFILE_DIRS tag can be used to specify one or more directories that 26226881f68fSopenharmony_ci# contain dia files that are included in the documentation (see the \diafile 26236881f68fSopenharmony_ci# command). 26246881f68fSopenharmony_ci 26256881f68fSopenharmony_ciDIAFILE_DIRS = 26266881f68fSopenharmony_ci 26276881f68fSopenharmony_ci# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the 26286881f68fSopenharmony_ci# path where java can find the plantuml.jar file or to the filename of jar file 26296881f68fSopenharmony_ci# to be used. If left blank, it is assumed PlantUML is not used or called during 26306881f68fSopenharmony_ci# a preprocessing step. Doxygen will generate a warning when it encounters a 26316881f68fSopenharmony_ci# \startuml command in this case and will not generate output for the diagram. 26326881f68fSopenharmony_ci 26336881f68fSopenharmony_ciPLANTUML_JAR_PATH = 26346881f68fSopenharmony_ci 26356881f68fSopenharmony_ci# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a 26366881f68fSopenharmony_ci# configuration file for plantuml. 26376881f68fSopenharmony_ci 26386881f68fSopenharmony_ciPLANTUML_CFG_FILE = 26396881f68fSopenharmony_ci 26406881f68fSopenharmony_ci# When using plantuml, the specified paths are searched for files specified by 26416881f68fSopenharmony_ci# the !include statement in a plantuml block. 26426881f68fSopenharmony_ci 26436881f68fSopenharmony_ciPLANTUML_INCLUDE_PATH = 26446881f68fSopenharmony_ci 26456881f68fSopenharmony_ci# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes 26466881f68fSopenharmony_ci# that will be shown in the graph. If the number of nodes in a graph becomes 26476881f68fSopenharmony_ci# larger than this value, doxygen will truncate the graph, which is visualized 26486881f68fSopenharmony_ci# by representing a node as a red box. Note that doxygen if the number of direct 26496881f68fSopenharmony_ci# children of the root node in a graph is already larger than 26506881f68fSopenharmony_ci# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that 26516881f68fSopenharmony_ci# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 26526881f68fSopenharmony_ci# Minimum value: 0, maximum value: 10000, default value: 50. 26536881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 26546881f68fSopenharmony_ci 26556881f68fSopenharmony_ciDOT_GRAPH_MAX_NODES = 50 26566881f68fSopenharmony_ci 26576881f68fSopenharmony_ci# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs 26586881f68fSopenharmony_ci# generated by dot. A depth value of 3 means that only nodes reachable from the 26596881f68fSopenharmony_ci# root by following a path via at most 3 edges will be shown. Nodes that lay 26606881f68fSopenharmony_ci# further from the root node will be omitted. Note that setting this option to 1 26616881f68fSopenharmony_ci# or 2 may greatly reduce the computation time needed for large code bases. Also 26626881f68fSopenharmony_ci# note that the size of a graph can be further restricted by 26636881f68fSopenharmony_ci# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. 26646881f68fSopenharmony_ci# Minimum value: 0, maximum value: 1000, default value: 0. 26656881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 26666881f68fSopenharmony_ci 26676881f68fSopenharmony_ciMAX_DOT_GRAPH_DEPTH = 1000 26686881f68fSopenharmony_ci 26696881f68fSopenharmony_ci# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output 26706881f68fSopenharmony_ci# files in one run (i.e. multiple -o and -T options on the command line). This 26716881f68fSopenharmony_ci# makes dot run faster, but since only newer versions of dot (>1.8.10) support 26726881f68fSopenharmony_ci# this, this feature is disabled by default. 26736881f68fSopenharmony_ci# The default value is: NO. 26746881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 26756881f68fSopenharmony_ci 26766881f68fSopenharmony_ciDOT_MULTI_TARGETS = NO 26776881f68fSopenharmony_ci 26786881f68fSopenharmony_ci# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page 26796881f68fSopenharmony_ci# explaining the meaning of the various boxes and arrows in the dot generated 26806881f68fSopenharmony_ci# graphs. 26816881f68fSopenharmony_ci# Note: This tag requires that UML_LOOK isn't set, i.e. the doxygen internal 26826881f68fSopenharmony_ci# graphical representation for inheritance and collaboration diagrams is used. 26836881f68fSopenharmony_ci# The default value is: YES. 26846881f68fSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES. 26856881f68fSopenharmony_ci 26866881f68fSopenharmony_ciGENERATE_LEGEND = YES 26876881f68fSopenharmony_ci 26886881f68fSopenharmony_ci# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate 26896881f68fSopenharmony_ci# files that are used to generate the various graphs. 26906881f68fSopenharmony_ci# 26916881f68fSopenharmony_ci# Note: This setting is not only used for dot files but also for msc temporary 26926881f68fSopenharmony_ci# files. 26936881f68fSopenharmony_ci# The default value is: YES. 26946881f68fSopenharmony_ci 26956881f68fSopenharmony_ciDOT_CLEANUP = YES 2696