xref: /build/lite/ndk/doc/config/Doxyfile_C (revision 5f9996aa)
15f9996aaSopenharmony_ci#
25f9996aaSopenharmony_ci# Copyright (c) 2020 Huawei Device Co., Ltd.
35f9996aaSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
45f9996aaSopenharmony_ci# you may not use this file except in compliance with the License.
55f9996aaSopenharmony_ci# You may obtain a copy of the License at
65f9996aaSopenharmony_ci#
75f9996aaSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
85f9996aaSopenharmony_ci#
95f9996aaSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
105f9996aaSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
115f9996aaSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
125f9996aaSopenharmony_ci# See the License for the specific language governing permissions and
135f9996aaSopenharmony_ci# limitations under the License.
145f9996aaSopenharmony_ci#
155f9996aaSopenharmony_ci
165f9996aaSopenharmony_ci# Doxyfile 1.8.6
175f9996aaSopenharmony_ci
185f9996aaSopenharmony_ci# This file describes the settings to be used by the documentation system
195f9996aaSopenharmony_ci# doxygen (www.doxygen.org) for a project.
205f9996aaSopenharmony_ci#
215f9996aaSopenharmony_ci# All text after a double hash (##) is considered a comment and is placed in
225f9996aaSopenharmony_ci# front of the TAG it is preceding.
235f9996aaSopenharmony_ci#
245f9996aaSopenharmony_ci# All text after a single hash (#) is considered a comment and will be ignored.
255f9996aaSopenharmony_ci# The format is:
265f9996aaSopenharmony_ci# TAG = value [value, ...]
275f9996aaSopenharmony_ci# For lists, items can also be appended using:
285f9996aaSopenharmony_ci# TAG += value [value, ...]
295f9996aaSopenharmony_ci# Values that contain spaces should be placed between quotes (\" \").
305f9996aaSopenharmony_ci
315f9996aaSopenharmony_ci#---------------------------------------------------------------------------
325f9996aaSopenharmony_ci# Project related configuration options
335f9996aaSopenharmony_ci#---------------------------------------------------------------------------
345f9996aaSopenharmony_ci
355f9996aaSopenharmony_ci# This tag specifies the encoding used for all characters in the config file
365f9996aaSopenharmony_ci# that follow. The default is UTF-8 which is also the encoding used for all text
375f9996aaSopenharmony_ci# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
385f9996aaSopenharmony_ci# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
395f9996aaSopenharmony_ci# for the list of possible encodings.
405f9996aaSopenharmony_ci# The default value is: UTF-8.
415f9996aaSopenharmony_ci
425f9996aaSopenharmony_ciDOXYFILE_ENCODING      = UTF-8
435f9996aaSopenharmony_ci
445f9996aaSopenharmony_ci# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
455f9996aaSopenharmony_ci# double-quotes, unless you are using Doxywizard) that should identify the
465f9996aaSopenharmony_ci# project for which the documentation is generated. This name is used in the
475f9996aaSopenharmony_ci# title of most generated pages and in a few other places.
485f9996aaSopenharmony_ci# The default value is: My Project.
495f9996aaSopenharmony_ci
505f9996aaSopenharmony_ciPROJECT_NAME           = "OpenHarmony"
515f9996aaSopenharmony_ci
525f9996aaSopenharmony_ci# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
535f9996aaSopenharmony_ci# could be handy for archiving the generated documentation or if some version
545f9996aaSopenharmony_ci# control system is used.
555f9996aaSopenharmony_ci
565f9996aaSopenharmony_ciPROJECT_NUMBER         = %VERSION%
575f9996aaSopenharmony_ci
585f9996aaSopenharmony_ci# Using the PROJECT_BRIEF tag one can provide an optional one line description
595f9996aaSopenharmony_ci# for a project that appears at the top of each page and should give viewer a
605f9996aaSopenharmony_ci# quick idea about the purpose of the project. Keep the description short.
615f9996aaSopenharmony_ci
625f9996aaSopenharmony_ciPROJECT_BRIEF          =
635f9996aaSopenharmony_ci
645f9996aaSopenharmony_ci# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
655f9996aaSopenharmony_ci# the documentation. The maximum height of the logo should not exceed 55 pixels
665f9996aaSopenharmony_ci# and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
675f9996aaSopenharmony_ci# to the output directory.
685f9996aaSopenharmony_ci
695f9996aaSopenharmony_ciPROJECT_LOGO           =
705f9996aaSopenharmony_ci
715f9996aaSopenharmony_ci# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
725f9996aaSopenharmony_ci# into which the generated documentation will be written. If a relative path is
735f9996aaSopenharmony_ci# entered, it will be relative to the location where doxygen was started. If
745f9996aaSopenharmony_ci# left blank the current directory will be used.
755f9996aaSopenharmony_ci
765f9996aaSopenharmony_ciOUTPUT_DIRECTORY       =
775f9996aaSopenharmony_ci
785f9996aaSopenharmony_ci# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
795f9996aaSopenharmony_ci# directories (in 2 levels) under the output directory of each output format and
805f9996aaSopenharmony_ci# will distribute the generated files over these directories. Enabling this
815f9996aaSopenharmony_ci# option can be useful when feeding doxygen a huge amount of source files, where
825f9996aaSopenharmony_ci# putting all generated files in the same directory would otherwise causes
835f9996aaSopenharmony_ci# performance problems for the file system.
845f9996aaSopenharmony_ci# The default value is: NO.
855f9996aaSopenharmony_ci
865f9996aaSopenharmony_ciCREATE_SUBDIRS         = NO
875f9996aaSopenharmony_ci
885f9996aaSopenharmony_ci# The OUTPUT_LANGUAGE tag is used to specify the language in which all
895f9996aaSopenharmony_ci# documentation generated by doxygen is written. Doxygen will use this
905f9996aaSopenharmony_ci# information to generate all constant output in the proper language.
915f9996aaSopenharmony_ci# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
925f9996aaSopenharmony_ci# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
935f9996aaSopenharmony_ci# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
945f9996aaSopenharmony_ci# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
955f9996aaSopenharmony_ci# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
965f9996aaSopenharmony_ci# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
975f9996aaSopenharmony_ci# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
985f9996aaSopenharmony_ci# Ukrainian and Vietnamese.
995f9996aaSopenharmony_ci# The default value is: English.
1005f9996aaSopenharmony_ci
1015f9996aaSopenharmony_ciOUTPUT_LANGUAGE        = English
1025f9996aaSopenharmony_ci
1035f9996aaSopenharmony_ci# If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
1045f9996aaSopenharmony_ci# descriptions after the members that are listed in the file and class
1055f9996aaSopenharmony_ci# documentation (similar to Javadoc). Set to NO to disable this.
1065f9996aaSopenharmony_ci# The default value is: YES.
1075f9996aaSopenharmony_ci
1085f9996aaSopenharmony_ciBRIEF_MEMBER_DESC      = YES
1095f9996aaSopenharmony_ci
1105f9996aaSopenharmony_ci# If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
1115f9996aaSopenharmony_ci# description of a member or function before the detailed description
1125f9996aaSopenharmony_ci#
1135f9996aaSopenharmony_ci# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
1145f9996aaSopenharmony_ci# brief descriptions will be completely suppressed.
1155f9996aaSopenharmony_ci# The default value is: YES.
1165f9996aaSopenharmony_ci
1175f9996aaSopenharmony_ciREPEAT_BRIEF           = YES
1185f9996aaSopenharmony_ci
1195f9996aaSopenharmony_ci# This tag implements a quasi-intelligent brief description abbreviator that is
1205f9996aaSopenharmony_ci# used to form the text in various listings. Each string in this list, if found
1215f9996aaSopenharmony_ci# as the leading text of the brief description, will be stripped from the text
1225f9996aaSopenharmony_ci# and the result, after processing the whole list, is used as the annotated
1235f9996aaSopenharmony_ci# text. Otherwise, the brief description is used as-is. If left blank, the
1245f9996aaSopenharmony_ci# following values are used ($name is automatically replaced with the name of
1255f9996aaSopenharmony_ci# the entity):The $name class, The $name widget, The $name file, is, provides,
1265f9996aaSopenharmony_ci# specifies, contains, represents, a, an and the.
1275f9996aaSopenharmony_ci
1285f9996aaSopenharmony_ciABBREVIATE_BRIEF       =
1295f9996aaSopenharmony_ci
1305f9996aaSopenharmony_ci# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
1315f9996aaSopenharmony_ci# doxygen will generate a detailed section even if there is only a brief
1325f9996aaSopenharmony_ci# description.
1335f9996aaSopenharmony_ci# The default value is: NO.
1345f9996aaSopenharmony_ci
1355f9996aaSopenharmony_ciALWAYS_DETAILED_SEC    = NO
1365f9996aaSopenharmony_ci
1375f9996aaSopenharmony_ci# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
1385f9996aaSopenharmony_ci# inherited members of a class in the documentation of that class as if those
1395f9996aaSopenharmony_ci# members were ordinary class members. Constructors, destructors and assignment
1405f9996aaSopenharmony_ci# operators of the base classes will not be shown.
1415f9996aaSopenharmony_ci# The default value is: NO.
1425f9996aaSopenharmony_ci
1435f9996aaSopenharmony_ciINLINE_INHERITED_MEMB  = NO
1445f9996aaSopenharmony_ci
1455f9996aaSopenharmony_ci# If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
1465f9996aaSopenharmony_ci# before files name in the file list and in the header files. If set to NO the
1475f9996aaSopenharmony_ci# shortest path that makes the file name unique will be used
1485f9996aaSopenharmony_ci# The default value is: YES.
1495f9996aaSopenharmony_ci
1505f9996aaSopenharmony_ciFULL_PATH_NAMES        = YES
1515f9996aaSopenharmony_ci
1525f9996aaSopenharmony_ci# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
1535f9996aaSopenharmony_ci# Stripping is only done if one of the specified strings matches the left-hand
1545f9996aaSopenharmony_ci# part of the path. The tag can be used to show relative paths in the file list.
1555f9996aaSopenharmony_ci# If left blank the directory from which doxygen is run is used as the path to
1565f9996aaSopenharmony_ci# strip.
1575f9996aaSopenharmony_ci#
1585f9996aaSopenharmony_ci# Note that you can specify absolute paths here, but also relative paths, which
1595f9996aaSopenharmony_ci# will be relative from the directory where doxygen is started.
1605f9996aaSopenharmony_ci# This tag requires that the tag FULL_PATH_NAMES is set to YES.
1615f9996aaSopenharmony_ci
1625f9996aaSopenharmony_ciSTRIP_FROM_PATH        =
1635f9996aaSopenharmony_ci
1645f9996aaSopenharmony_ci# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
1655f9996aaSopenharmony_ci# path mentioned in the documentation of a class, which tells the reader which
1665f9996aaSopenharmony_ci# header file to include in order to use a class. If left blank only the name of
1675f9996aaSopenharmony_ci# the header file containing the class definition is used. Otherwise one should
1685f9996aaSopenharmony_ci# specify the list of include paths that are normally passed to the compiler
1695f9996aaSopenharmony_ci# using the -I flag.
1705f9996aaSopenharmony_ci
1715f9996aaSopenharmony_ciSTRIP_FROM_INC_PATH    =
1725f9996aaSopenharmony_ci
1735f9996aaSopenharmony_ci# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
1745f9996aaSopenharmony_ci# less readable) file names. This can be useful is your file systems doesn't
1755f9996aaSopenharmony_ci# support long names like on DOS, Mac, or CD-ROM.
1765f9996aaSopenharmony_ci# The default value is: NO.
1775f9996aaSopenharmony_ci
1785f9996aaSopenharmony_ciSHORT_NAMES            = NO
1795f9996aaSopenharmony_ci
1805f9996aaSopenharmony_ci# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
1815f9996aaSopenharmony_ci# first line (until the first dot) of a Javadoc-style comment as the brief
1825f9996aaSopenharmony_ci# description. If set to NO, the Javadoc-style will behave just like regular Qt-
1835f9996aaSopenharmony_ci# style comments (thus requiring an explicit @brief command for a brief
1845f9996aaSopenharmony_ci# description.)
1855f9996aaSopenharmony_ci# The default value is: NO.
1865f9996aaSopenharmony_ci
1875f9996aaSopenharmony_ciJAVADOC_AUTOBRIEF      = NO
1885f9996aaSopenharmony_ci
1895f9996aaSopenharmony_ci# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
1905f9996aaSopenharmony_ci# line (until the first dot) of a Qt-style comment as the brief description. If
1915f9996aaSopenharmony_ci# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
1925f9996aaSopenharmony_ci# requiring an explicit \brief command for a brief description.)
1935f9996aaSopenharmony_ci# The default value is: NO.
1945f9996aaSopenharmony_ci
1955f9996aaSopenharmony_ciQT_AUTOBRIEF           = NO
1965f9996aaSopenharmony_ci
1975f9996aaSopenharmony_ci# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
1985f9996aaSopenharmony_ci# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
1995f9996aaSopenharmony_ci# a brief description. This used to be the default behavior. The new default is
2005f9996aaSopenharmony_ci# to treat a multi-line C++ comment block as a detailed description. Set this
2015f9996aaSopenharmony_ci# tag to YES if you prefer the old behavior instead.
2025f9996aaSopenharmony_ci#
2035f9996aaSopenharmony_ci# Note that setting this tag to YES also means that rational rose comments are
2045f9996aaSopenharmony_ci# not recognized any more.
2055f9996aaSopenharmony_ci# The default value is: NO.
2065f9996aaSopenharmony_ci
2075f9996aaSopenharmony_ciMULTILINE_CPP_IS_BRIEF = NO
2085f9996aaSopenharmony_ci
2095f9996aaSopenharmony_ci# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
2105f9996aaSopenharmony_ci# documentation from any documented member that it re-implements.
2115f9996aaSopenharmony_ci# The default value is: YES.
2125f9996aaSopenharmony_ci
2135f9996aaSopenharmony_ciINHERIT_DOCS           = YES
2145f9996aaSopenharmony_ci
2155f9996aaSopenharmony_ci# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
2165f9996aaSopenharmony_ci# new page for each member. If set to NO, the documentation of a member will be
2175f9996aaSopenharmony_ci# part of the file/class/namespace that contains it.
2185f9996aaSopenharmony_ci# The default value is: NO.
2195f9996aaSopenharmony_ci
2205f9996aaSopenharmony_ciSEPARATE_MEMBER_PAGES  = NO
2215f9996aaSopenharmony_ci
2225f9996aaSopenharmony_ci# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
2235f9996aaSopenharmony_ci# uses this value to replace tabs by spaces in code fragments.
2245f9996aaSopenharmony_ci# Minimum value: 1, maximum value: 16, default value: 4.
2255f9996aaSopenharmony_ci
2265f9996aaSopenharmony_ciTAB_SIZE               = 4
2275f9996aaSopenharmony_ci
2285f9996aaSopenharmony_ci# This tag can be used to specify a number of aliases that act as commands in
2295f9996aaSopenharmony_ci# the documentation. An alias has the form:
2305f9996aaSopenharmony_ci# name=value
2315f9996aaSopenharmony_ci# For example adding
2325f9996aaSopenharmony_ci# "sideeffect=@par Side Effects:\n"
2335f9996aaSopenharmony_ci# will allow you to put the command \sideeffect (or @sideeffect) in the
2345f9996aaSopenharmony_ci# documentation, which will result in a user-defined paragraph with heading
2355f9996aaSopenharmony_ci# "Side Effects:". You can put \n's in the value part of an alias to insert
2365f9996aaSopenharmony_ci# newlines.
2375f9996aaSopenharmony_ci
2385f9996aaSopenharmony_ciALIASES                =
2395f9996aaSopenharmony_ci
2405f9996aaSopenharmony_ci# This tag can be used to specify a number of word-keyword mappings (TCL only).
2415f9996aaSopenharmony_ci# A mapping has the form "name=value". For example adding "class=itcl::class"
2425f9996aaSopenharmony_ci# will allow you to use the command class in the itcl::class meaning.
2435f9996aaSopenharmony_ci
2445f9996aaSopenharmony_ciTCL_SUBST              =
2455f9996aaSopenharmony_ci
2465f9996aaSopenharmony_ci# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
2475f9996aaSopenharmony_ci# only. Doxygen will then generate output that is more tailored for C. For
2485f9996aaSopenharmony_ci# instance, some of the names that are used will be different. The list of all
2495f9996aaSopenharmony_ci# members will be omitted, etc.
2505f9996aaSopenharmony_ci# The default value is: NO.
2515f9996aaSopenharmony_ci
2525f9996aaSopenharmony_ciOPTIMIZE_OUTPUT_FOR_C  = YES
2535f9996aaSopenharmony_ci
2545f9996aaSopenharmony_ci# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
2555f9996aaSopenharmony_ci# Python sources only. Doxygen will then generate output that is more tailored
2565f9996aaSopenharmony_ci# for that language. For instance, namespaces will be presented as packages,
2575f9996aaSopenharmony_ci# qualified scopes will look different, etc.
2585f9996aaSopenharmony_ci# The default value is: NO.
2595f9996aaSopenharmony_ci
2605f9996aaSopenharmony_ciOPTIMIZE_OUTPUT_JAVA   = NO
2615f9996aaSopenharmony_ci
2625f9996aaSopenharmony_ci# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
2635f9996aaSopenharmony_ci# sources. Doxygen will then generate output that is tailored for Fortran.
2645f9996aaSopenharmony_ci# The default value is: NO.
2655f9996aaSopenharmony_ci
2665f9996aaSopenharmony_ciOPTIMIZE_FOR_FORTRAN   = NO
2675f9996aaSopenharmony_ci
2685f9996aaSopenharmony_ci# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
2695f9996aaSopenharmony_ci# sources. Doxygen will then generate output that is tailored for VHDL.
2705f9996aaSopenharmony_ci# The default value is: NO.
2715f9996aaSopenharmony_ci
2725f9996aaSopenharmony_ciOPTIMIZE_OUTPUT_VHDL   = NO
2735f9996aaSopenharmony_ci
2745f9996aaSopenharmony_ci# Doxygen selects the parser to use depending on the extension of the files it
2755f9996aaSopenharmony_ci# parses. With this tag you can assign which parser to use for a given
2765f9996aaSopenharmony_ci# extension. Doxygen has a built-in mapping, but you can override or extend it
2775f9996aaSopenharmony_ci# using this tag. The format is ext=language, where ext is a file extension, and
2785f9996aaSopenharmony_ci# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
2795f9996aaSopenharmony_ci# C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
2805f9996aaSopenharmony_ci# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
2815f9996aaSopenharmony_ci# (default is Fortran), use: inc=Fortran f=C.
2825f9996aaSopenharmony_ci#
2835f9996aaSopenharmony_ci# Note For files without extension you can use no_extension as a placeholder.
2845f9996aaSopenharmony_ci#
2855f9996aaSopenharmony_ci# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
2865f9996aaSopenharmony_ci# the files are not read by doxygen.
2875f9996aaSopenharmony_ci
2885f9996aaSopenharmony_ciEXTENSION_MAPPING      =
2895f9996aaSopenharmony_ci
2905f9996aaSopenharmony_ci# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
2915f9996aaSopenharmony_ci# according to the Markdown format, which allows for more readable
2925f9996aaSopenharmony_ci# documentation. See http://daringfireball.net/projects/markdown/ for details.
2935f9996aaSopenharmony_ci# The output of markdown processing is further processed by doxygen, so you can
2945f9996aaSopenharmony_ci# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
2955f9996aaSopenharmony_ci# case of backward compatibilities issues.
2965f9996aaSopenharmony_ci# The default value is: YES.
2975f9996aaSopenharmony_ci
2985f9996aaSopenharmony_ciMARKDOWN_SUPPORT       = YES
2995f9996aaSopenharmony_ci
3005f9996aaSopenharmony_ci# When enabled doxygen tries to link words that correspond to documented
3015f9996aaSopenharmony_ci# classes, or namespaces to their corresponding documentation. Such a link can
3025f9996aaSopenharmony_ci# be prevented in individual cases by by putting a % sign in front of the word
3035f9996aaSopenharmony_ci# or globally by setting AUTOLINK_SUPPORT to NO.
3045f9996aaSopenharmony_ci# The default value is: YES.
3055f9996aaSopenharmony_ci
3065f9996aaSopenharmony_ciAUTOLINK_SUPPORT       = YES
3075f9996aaSopenharmony_ci
3085f9996aaSopenharmony_ci# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
3095f9996aaSopenharmony_ci# to include (a tag file for) the STL sources as input, then you should set this
3105f9996aaSopenharmony_ci# tag to YES in order to let doxygen match functions declarations and
3115f9996aaSopenharmony_ci# definitions whose arguments contain STL classes (e.g. func(std::string);
3125f9996aaSopenharmony_ci# versus func(std::string) {}). This also make the inheritance and collaboration
3135f9996aaSopenharmony_ci# diagrams that involve STL classes more complete and accurate.
3145f9996aaSopenharmony_ci# The default value is: NO.
3155f9996aaSopenharmony_ci
3165f9996aaSopenharmony_ciBUILTIN_STL_SUPPORT    = NO
3175f9996aaSopenharmony_ci
3185f9996aaSopenharmony_ci# If you use Microsoft's C++/CLI language, you should set this option to YES to
3195f9996aaSopenharmony_ci# enable parsing support.
3205f9996aaSopenharmony_ci# The default value is: NO.
3215f9996aaSopenharmony_ci
3225f9996aaSopenharmony_ciCPP_CLI_SUPPORT        = NO
3235f9996aaSopenharmony_ci
3245f9996aaSopenharmony_ci# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
3255f9996aaSopenharmony_ci# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
3265f9996aaSopenharmony_ci# will parse them like normal C++ but will assume all classes use public instead
3275f9996aaSopenharmony_ci# of private inheritance when no explicit protection keyword is present.
3285f9996aaSopenharmony_ci# The default value is: NO.
3295f9996aaSopenharmony_ci
3305f9996aaSopenharmony_ciSIP_SUPPORT            = NO
3315f9996aaSopenharmony_ci
3325f9996aaSopenharmony_ci# For Microsoft's IDL there are propget and propput attributes to indicate
3335f9996aaSopenharmony_ci# getter and setter methods for a property. Setting this option to YES will make
3345f9996aaSopenharmony_ci# doxygen to replace the get and set methods by a property in the documentation.
3355f9996aaSopenharmony_ci# This will only work if the methods are indeed getting or setting a simple
3365f9996aaSopenharmony_ci# type. If this is not the case, or you want to show the methods anyway, you
3375f9996aaSopenharmony_ci# should set this option to NO.
3385f9996aaSopenharmony_ci# The default value is: YES.
3395f9996aaSopenharmony_ci
3405f9996aaSopenharmony_ciIDL_PROPERTY_SUPPORT   = YES
3415f9996aaSopenharmony_ci
3425f9996aaSopenharmony_ci# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
3435f9996aaSopenharmony_ci# tag is set to YES, then doxygen will reuse the documentation of the first
3445f9996aaSopenharmony_ci# member in the group (if any) for the other members of the group. By default
3455f9996aaSopenharmony_ci# all members of a group must be documented explicitly.
3465f9996aaSopenharmony_ci# The default value is: NO.
3475f9996aaSopenharmony_ci
3485f9996aaSopenharmony_ciDISTRIBUTE_GROUP_DOC   = NO
3495f9996aaSopenharmony_ci
3505f9996aaSopenharmony_ci# Set the SUBGROUPING tag to YES to allow class member groups of the same type
3515f9996aaSopenharmony_ci# (for instance a group of public functions) to be put as a subgroup of that
3525f9996aaSopenharmony_ci# type (e.g. under the Public Functions section). Set it to NO to prevent
3535f9996aaSopenharmony_ci# subgrouping. Alternatively, this can be done per class using the
3545f9996aaSopenharmony_ci# \nosubgrouping command.
3555f9996aaSopenharmony_ci# The default value is: YES.
3565f9996aaSopenharmony_ci
3575f9996aaSopenharmony_ciSUBGROUPING            = YES
3585f9996aaSopenharmony_ci
3595f9996aaSopenharmony_ci# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
3605f9996aaSopenharmony_ci# are shown inside the group in which they are included (e.g. using \ingroup)
3615f9996aaSopenharmony_ci# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
3625f9996aaSopenharmony_ci# and RTF).
3635f9996aaSopenharmony_ci#
3645f9996aaSopenharmony_ci# Note that this feature does not work in combination with
3655f9996aaSopenharmony_ci# SEPARATE_MEMBER_PAGES.
3665f9996aaSopenharmony_ci# The default value is: NO.
3675f9996aaSopenharmony_ci
3685f9996aaSopenharmony_ciINLINE_GROUPED_CLASSES = NO
3695f9996aaSopenharmony_ci
3705f9996aaSopenharmony_ci# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
3715f9996aaSopenharmony_ci# with only public data fields or simple typedef fields will be shown inline in
3725f9996aaSopenharmony_ci# the documentation of the scope in which they are defined (i.e. file,
3735f9996aaSopenharmony_ci# namespace, or group documentation), provided this scope is documented. If set
3745f9996aaSopenharmony_ci# to NO, structs, classes, and unions are shown on a separate page (for HTML and
3755f9996aaSopenharmony_ci# Man pages) or section (for LaTeX and RTF).
3765f9996aaSopenharmony_ci# The default value is: NO.
3775f9996aaSopenharmony_ci
3785f9996aaSopenharmony_ciINLINE_SIMPLE_STRUCTS  = NO
3795f9996aaSopenharmony_ci
3805f9996aaSopenharmony_ci# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
3815f9996aaSopenharmony_ci# enum is documented as struct, union, or enum with the name of the typedef. So
3825f9996aaSopenharmony_ci# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
3835f9996aaSopenharmony_ci# with name TypeT. When disabled the typedef will appear as a member of a file,
3845f9996aaSopenharmony_ci# namespace, or class. And the struct will be named TypeS. This can typically be
3855f9996aaSopenharmony_ci# useful for C code in case the coding convention dictates that all compound
3865f9996aaSopenharmony_ci# types are typedef'ed and only the typedef is referenced, never the tag name.
3875f9996aaSopenharmony_ci# The default value is: NO.
3885f9996aaSopenharmony_ci
3895f9996aaSopenharmony_ciTYPEDEF_HIDES_STRUCT   = NO
3905f9996aaSopenharmony_ci
3915f9996aaSopenharmony_ci# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
3925f9996aaSopenharmony_ci# cache is used to resolve symbols given their name and scope. Since this can be
3935f9996aaSopenharmony_ci# an expensive process and often the same symbol appears multiple times in the
3945f9996aaSopenharmony_ci# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
3955f9996aaSopenharmony_ci# doxygen will become slower. If the cache is too large, memory is wasted. The
3965f9996aaSopenharmony_ci# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
3975f9996aaSopenharmony_ci# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
3985f9996aaSopenharmony_ci# symbols. At the end of a run doxygen will report the cache usage and suggest
3995f9996aaSopenharmony_ci# the optimal cache size from a speed point of view.
4005f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 9, default value: 0.
4015f9996aaSopenharmony_ci
4025f9996aaSopenharmony_ciLOOKUP_CACHE_SIZE      = 0
4035f9996aaSopenharmony_ci
4045f9996aaSopenharmony_ci#---------------------------------------------------------------------------
4055f9996aaSopenharmony_ci# Build related configuration options
4065f9996aaSopenharmony_ci#---------------------------------------------------------------------------
4075f9996aaSopenharmony_ci
4085f9996aaSopenharmony_ci# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
4095f9996aaSopenharmony_ci# documentation are documented, even if no documentation was available. Private
4105f9996aaSopenharmony_ci# class members and static file members will be hidden unless the
4115f9996aaSopenharmony_ci# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
4125f9996aaSopenharmony_ci# Note: This will also disable the warnings about undocumented members that are
4135f9996aaSopenharmony_ci# normally produced when WARNINGS is set to YES.
4145f9996aaSopenharmony_ci# The default value is: NO.
4155f9996aaSopenharmony_ci
4165f9996aaSopenharmony_ciEXTRACT_ALL            = NO
4175f9996aaSopenharmony_ci
4185f9996aaSopenharmony_ci# If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
4195f9996aaSopenharmony_ci# be included in the documentation.
4205f9996aaSopenharmony_ci# The default value is: NO.
4215f9996aaSopenharmony_ci
4225f9996aaSopenharmony_ciEXTRACT_PRIVATE        = NO
4235f9996aaSopenharmony_ci
4245f9996aaSopenharmony_ci# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
4255f9996aaSopenharmony_ci# scope will be included in the documentation.
4265f9996aaSopenharmony_ci# The default value is: NO.
4275f9996aaSopenharmony_ci
4285f9996aaSopenharmony_ciEXTRACT_PACKAGE        = NO
4295f9996aaSopenharmony_ci
4305f9996aaSopenharmony_ci# If the EXTRACT_STATIC tag is set to YES all static members of a file will be
4315f9996aaSopenharmony_ci# included in the documentation.
4325f9996aaSopenharmony_ci# The default value is: NO.
4335f9996aaSopenharmony_ci
4345f9996aaSopenharmony_ciEXTRACT_STATIC         = YES
4355f9996aaSopenharmony_ci
4365f9996aaSopenharmony_ci# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
4375f9996aaSopenharmony_ci# locally in source files will be included in the documentation. If set to NO
4385f9996aaSopenharmony_ci# only classes defined in header files are included. Does not have any effect
4395f9996aaSopenharmony_ci# for Java sources.
4405f9996aaSopenharmony_ci# The default value is: YES.
4415f9996aaSopenharmony_ci
4425f9996aaSopenharmony_ciEXTRACT_LOCAL_CLASSES  = NO
4435f9996aaSopenharmony_ci
4445f9996aaSopenharmony_ci# This flag is only useful for Objective-C code. When set to YES local methods,
4455f9996aaSopenharmony_ci# which are defined in the implementation section but not in the interface are
4465f9996aaSopenharmony_ci# included in the documentation. If set to NO only methods in the interface are
4475f9996aaSopenharmony_ci# included.
4485f9996aaSopenharmony_ci# The default value is: NO.
4495f9996aaSopenharmony_ci
4505f9996aaSopenharmony_ciEXTRACT_LOCAL_METHODS  = NO
4515f9996aaSopenharmony_ci
4525f9996aaSopenharmony_ci# If this flag is set to YES, the members of anonymous namespaces will be
4535f9996aaSopenharmony_ci# extracted and appear in the documentation as a namespace called
4545f9996aaSopenharmony_ci# 'anonymous_namespace{file}', where file will be replaced with the base name of
4555f9996aaSopenharmony_ci# the file that contains the anonymous namespace. By default anonymous namespace
4565f9996aaSopenharmony_ci# are hidden.
4575f9996aaSopenharmony_ci# The default value is: NO.
4585f9996aaSopenharmony_ci
4595f9996aaSopenharmony_ciEXTRACT_ANON_NSPACES   = NO
4605f9996aaSopenharmony_ci
4615f9996aaSopenharmony_ci# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
4625f9996aaSopenharmony_ci# undocumented members inside documented classes or files. If set to NO these
4635f9996aaSopenharmony_ci# members will be included in the various overviews, but no documentation
4645f9996aaSopenharmony_ci# section is generated. This option has no effect if EXTRACT_ALL is enabled.
4655f9996aaSopenharmony_ci# The default value is: NO.
4665f9996aaSopenharmony_ci
4675f9996aaSopenharmony_ciHIDE_UNDOC_MEMBERS     = YES
4685f9996aaSopenharmony_ci
4695f9996aaSopenharmony_ci# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
4705f9996aaSopenharmony_ci# undocumented classes that are normally visible in the class hierarchy. If set
4715f9996aaSopenharmony_ci# to NO these classes will be included in the various overviews. This option has
4725f9996aaSopenharmony_ci# no effect if EXTRACT_ALL is enabled.
4735f9996aaSopenharmony_ci# The default value is: NO.
4745f9996aaSopenharmony_ci
4755f9996aaSopenharmony_ciHIDE_UNDOC_CLASSES     = YES
4765f9996aaSopenharmony_ci
4775f9996aaSopenharmony_ci# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
4785f9996aaSopenharmony_ci# (class|struct|union) declarations. If set to NO these declarations will be
4795f9996aaSopenharmony_ci# included in the documentation.
4805f9996aaSopenharmony_ci# The default value is: NO.
4815f9996aaSopenharmony_ci
4825f9996aaSopenharmony_ciHIDE_FRIEND_COMPOUNDS  = NO
4835f9996aaSopenharmony_ci
4845f9996aaSopenharmony_ci# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
4855f9996aaSopenharmony_ci# documentation blocks found inside the body of a function. If set to NO these
4865f9996aaSopenharmony_ci# blocks will be appended to the function's detailed documentation block.
4875f9996aaSopenharmony_ci# The default value is: NO.
4885f9996aaSopenharmony_ci
4895f9996aaSopenharmony_ciHIDE_IN_BODY_DOCS      = NO
4905f9996aaSopenharmony_ci
4915f9996aaSopenharmony_ci# The INTERNAL_DOCS tag determines if documentation that is typed after a
4925f9996aaSopenharmony_ci# \internal command is included. If the tag is set to NO then the documentation
4935f9996aaSopenharmony_ci# will be excluded. Set it to YES to include the internal documentation.
4945f9996aaSopenharmony_ci# The default value is: NO.
4955f9996aaSopenharmony_ci
4965f9996aaSopenharmony_ciINTERNAL_DOCS          = YES
4975f9996aaSopenharmony_ci
4985f9996aaSopenharmony_ci# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
4995f9996aaSopenharmony_ci# names in lower-case letters. If set to YES upper-case letters are also
5005f9996aaSopenharmony_ci# allowed. This is useful if you have classes or files whose names only differ
5015f9996aaSopenharmony_ci# in case and if your file system supports case sensitive file names. Windows
5025f9996aaSopenharmony_ci# and Mac users are advised to set this option to NO.
5035f9996aaSopenharmony_ci# The default value is: system dependent.
5045f9996aaSopenharmony_ci
5055f9996aaSopenharmony_ciCASE_SENSE_NAMES       = YES
5065f9996aaSopenharmony_ci
5075f9996aaSopenharmony_ci# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
5085f9996aaSopenharmony_ci# their full class and namespace scopes in the documentation. If set to YES the
5095f9996aaSopenharmony_ci# scope will be hidden.
5105f9996aaSopenharmony_ci# The default value is: NO.
5115f9996aaSopenharmony_ci
5125f9996aaSopenharmony_ciHIDE_SCOPE_NAMES       = NO
5135f9996aaSopenharmony_ci
5145f9996aaSopenharmony_ci# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
5155f9996aaSopenharmony_ci# the files that are included by a file in the documentation of that file.
5165f9996aaSopenharmony_ci# The default value is: YES.
5175f9996aaSopenharmony_ci
5185f9996aaSopenharmony_ciSHOW_INCLUDE_FILES     = YES
5195f9996aaSopenharmony_ci
5205f9996aaSopenharmony_ci# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
5215f9996aaSopenharmony_ci# grouped member an include statement to the documentation, telling the reader
5225f9996aaSopenharmony_ci# which file to include in order to use the member.
5235f9996aaSopenharmony_ci# The default value is: NO.
5245f9996aaSopenharmony_ci
5255f9996aaSopenharmony_ciSHOW_GROUPED_MEMB_INC  = NO
5265f9996aaSopenharmony_ci
5275f9996aaSopenharmony_ci# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
5285f9996aaSopenharmony_ci# files with double quotes in the documentation rather than with sharp brackets.
5295f9996aaSopenharmony_ci# The default value is: NO.
5305f9996aaSopenharmony_ci
5315f9996aaSopenharmony_ciFORCE_LOCAL_INCLUDES   = NO
5325f9996aaSopenharmony_ci
5335f9996aaSopenharmony_ci# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
5345f9996aaSopenharmony_ci# documentation for inline members.
5355f9996aaSopenharmony_ci# The default value is: YES.
5365f9996aaSopenharmony_ci
5375f9996aaSopenharmony_ciINLINE_INFO            = YES
5385f9996aaSopenharmony_ci
5395f9996aaSopenharmony_ci# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
5405f9996aaSopenharmony_ci# (detailed) documentation of file and class members alphabetically by member
5415f9996aaSopenharmony_ci# name. If set to NO the members will appear in declaration order.
5425f9996aaSopenharmony_ci# The default value is: YES.
5435f9996aaSopenharmony_ci
5445f9996aaSopenharmony_ciSORT_MEMBER_DOCS       = YES
5455f9996aaSopenharmony_ci
5465f9996aaSopenharmony_ci# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
5475f9996aaSopenharmony_ci# descriptions of file, namespace and class members alphabetically by member
5485f9996aaSopenharmony_ci# name. If set to NO the members will appear in declaration order. Note that
5495f9996aaSopenharmony_ci# this will also influence the order of the classes in the class list.
5505f9996aaSopenharmony_ci# The default value is: NO.
5515f9996aaSopenharmony_ci
5525f9996aaSopenharmony_ciSORT_BRIEF_DOCS        = NO
5535f9996aaSopenharmony_ci
5545f9996aaSopenharmony_ci# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
5555f9996aaSopenharmony_ci# (brief and detailed) documentation of class members so that constructors and
5565f9996aaSopenharmony_ci# destructors are listed first. If set to NO the constructors will appear in the
5575f9996aaSopenharmony_ci# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
5585f9996aaSopenharmony_ci# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
5595f9996aaSopenharmony_ci# member documentation.
5605f9996aaSopenharmony_ci# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
5615f9996aaSopenharmony_ci# detailed member documentation.
5625f9996aaSopenharmony_ci# The default value is: NO.
5635f9996aaSopenharmony_ci
5645f9996aaSopenharmony_ciSORT_MEMBERS_CTORS_1ST = NO
5655f9996aaSopenharmony_ci
5665f9996aaSopenharmony_ci# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
5675f9996aaSopenharmony_ci# of group names into alphabetical order. If set to NO the group names will
5685f9996aaSopenharmony_ci# appear in their defined order.
5695f9996aaSopenharmony_ci# The default value is: NO.
5705f9996aaSopenharmony_ci
5715f9996aaSopenharmony_ciSORT_GROUP_NAMES       = NO
5725f9996aaSopenharmony_ci
5735f9996aaSopenharmony_ci# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
5745f9996aaSopenharmony_ci# fully-qualified names, including namespaces. If set to NO, the class list will
5755f9996aaSopenharmony_ci# be sorted only by class name, not including the namespace part.
5765f9996aaSopenharmony_ci# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
5775f9996aaSopenharmony_ci# Note: This option applies only to the class list, not to the alphabetical
5785f9996aaSopenharmony_ci# list.
5795f9996aaSopenharmony_ci# The default value is: NO.
5805f9996aaSopenharmony_ci
5815f9996aaSopenharmony_ciSORT_BY_SCOPE_NAME     = NO
5825f9996aaSopenharmony_ci
5835f9996aaSopenharmony_ci# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
5845f9996aaSopenharmony_ci# type resolution of all parameters of a function it will reject a match between
5855f9996aaSopenharmony_ci# the prototype and the implementation of a member function even if there is
5865f9996aaSopenharmony_ci# only one candidate or it is obvious which candidate to choose by doing a
5875f9996aaSopenharmony_ci# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
5885f9996aaSopenharmony_ci# accept a match between prototype and implementation in such cases.
5895f9996aaSopenharmony_ci# The default value is: NO.
5905f9996aaSopenharmony_ci
5915f9996aaSopenharmony_ciSTRICT_PROTO_MATCHING  = NO
5925f9996aaSopenharmony_ci
5935f9996aaSopenharmony_ci# The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the
5945f9996aaSopenharmony_ci# todo list. This list is created by putting \todo commands in the
5955f9996aaSopenharmony_ci# documentation.
5965f9996aaSopenharmony_ci# The default value is: YES.
5975f9996aaSopenharmony_ci
5985f9996aaSopenharmony_ciGENERATE_TODOLIST      = YES
5995f9996aaSopenharmony_ci
6005f9996aaSopenharmony_ci# The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the
6015f9996aaSopenharmony_ci# test list. This list is created by putting \test commands in the
6025f9996aaSopenharmony_ci# documentation.
6035f9996aaSopenharmony_ci# The default value is: YES.
6045f9996aaSopenharmony_ci
6055f9996aaSopenharmony_ciGENERATE_TESTLIST      = YES
6065f9996aaSopenharmony_ci
6075f9996aaSopenharmony_ci# The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
6085f9996aaSopenharmony_ci# list. This list is created by putting \bug commands in the documentation.
6095f9996aaSopenharmony_ci# The default value is: YES.
6105f9996aaSopenharmony_ci
6115f9996aaSopenharmony_ciGENERATE_BUGLIST       = YES
6125f9996aaSopenharmony_ci
6135f9996aaSopenharmony_ci# The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO)
6145f9996aaSopenharmony_ci# the deprecated list. This list is created by putting \deprecated commands in
6155f9996aaSopenharmony_ci# the documentation.
6165f9996aaSopenharmony_ci# The default value is: YES.
6175f9996aaSopenharmony_ci
6185f9996aaSopenharmony_ciGENERATE_DEPRECATEDLIST= YES
6195f9996aaSopenharmony_ci
6205f9996aaSopenharmony_ci# The ENABLED_SECTIONS tag can be used to enable conditional documentation
6215f9996aaSopenharmony_ci# sections, marked by \if <section_label> ... \endif and \cond <section_label>
6225f9996aaSopenharmony_ci# ... \endcond blocks.
6235f9996aaSopenharmony_ci
6245f9996aaSopenharmony_ciENABLED_SECTIONS       =
6255f9996aaSopenharmony_ci
6265f9996aaSopenharmony_ci# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
6275f9996aaSopenharmony_ci# initial value of a variable or macro / define can have for it to appear in the
6285f9996aaSopenharmony_ci# documentation. If the initializer consists of more lines than specified here
6295f9996aaSopenharmony_ci# it will be hidden. Use a value of 0 to hide initializers completely. The
6305f9996aaSopenharmony_ci# appearance of the value of individual variables and macros / defines can be
6315f9996aaSopenharmony_ci# controlled using \showinitializer or \hideinitializer command in the
6325f9996aaSopenharmony_ci# documentation regardless of this setting.
6335f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 10000, default value: 30.
6345f9996aaSopenharmony_ci
6355f9996aaSopenharmony_ciMAX_INITIALIZER_LINES  = 30
6365f9996aaSopenharmony_ci
6375f9996aaSopenharmony_ci# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
6385f9996aaSopenharmony_ci# the bottom of the documentation of classes and structs. If set to YES the list
6395f9996aaSopenharmony_ci# will mention the files that were used to generate the documentation.
6405f9996aaSopenharmony_ci# The default value is: YES.
6415f9996aaSopenharmony_ci
6425f9996aaSopenharmony_ciSHOW_USED_FILES        = YES
6435f9996aaSopenharmony_ci
6445f9996aaSopenharmony_ci# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
6455f9996aaSopenharmony_ci# will remove the Files entry from the Quick Index and from the Folder Tree View
6465f9996aaSopenharmony_ci# (if specified).
6475f9996aaSopenharmony_ci# The default value is: YES.
6485f9996aaSopenharmony_ci
6495f9996aaSopenharmony_ciSHOW_FILES             = YES
6505f9996aaSopenharmony_ci
6515f9996aaSopenharmony_ci# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
6525f9996aaSopenharmony_ci# page. This will remove the Namespaces entry from the Quick Index and from the
6535f9996aaSopenharmony_ci# Folder Tree View (if specified).
6545f9996aaSopenharmony_ci# The default value is: YES.
6555f9996aaSopenharmony_ci
6565f9996aaSopenharmony_ciSHOW_NAMESPACES        = YES
6575f9996aaSopenharmony_ci
6585f9996aaSopenharmony_ci# The FILE_VERSION_FILTER tag can be used to specify a program or script that
6595f9996aaSopenharmony_ci# doxygen should invoke to get the current version for each file (typically from
6605f9996aaSopenharmony_ci# the version control system). Doxygen will invoke the program by executing (via
6615f9996aaSopenharmony_ci# popen()) the command command input-file, where command is the value of the
6625f9996aaSopenharmony_ci# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
6635f9996aaSopenharmony_ci# by doxygen. Whatever the program writes to standard output is used as the file
6645f9996aaSopenharmony_ci# version. For an example see the documentation.
6655f9996aaSopenharmony_ci
6665f9996aaSopenharmony_ciFILE_VERSION_FILTER    =
6675f9996aaSopenharmony_ci
6685f9996aaSopenharmony_ci# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
6695f9996aaSopenharmony_ci# by doxygen. The layout file controls the global structure of the generated
6705f9996aaSopenharmony_ci# output files in an output format independent way. To create the layout file
6715f9996aaSopenharmony_ci# that represents doxygen's defaults, run doxygen with the -l option. You can
6725f9996aaSopenharmony_ci# optionally specify a file name after the option, if omitted DoxygenLayout.xml
6735f9996aaSopenharmony_ci# will be used as the name of the layout file.
6745f9996aaSopenharmony_ci#
6755f9996aaSopenharmony_ci# Note that if you run doxygen from a directory containing a file called
6765f9996aaSopenharmony_ci# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
6775f9996aaSopenharmony_ci# tag is left empty.
6785f9996aaSopenharmony_ci
6795f9996aaSopenharmony_ciLAYOUT_FILE            =
6805f9996aaSopenharmony_ci
6815f9996aaSopenharmony_ci# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
6825f9996aaSopenharmony_ci# the reference definitions. This must be a list of .bib files. The .bib
6835f9996aaSopenharmony_ci# extension is automatically appended if omitted. This requires the bibtex tool
6845f9996aaSopenharmony_ci# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
6855f9996aaSopenharmony_ci# For LaTeX the style of the bibliography can be controlled using
6865f9996aaSopenharmony_ci# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
6875f9996aaSopenharmony_ci# search path. Do not use file names with spaces, bibtex cannot handle them. See
6885f9996aaSopenharmony_ci# also \cite for info how to create references.
6895f9996aaSopenharmony_ci
6905f9996aaSopenharmony_ciCITE_BIB_FILES         =
6915f9996aaSopenharmony_ci
6925f9996aaSopenharmony_ci#---------------------------------------------------------------------------
6935f9996aaSopenharmony_ci# Configuration options related to warning and progress messages
6945f9996aaSopenharmony_ci#---------------------------------------------------------------------------
6955f9996aaSopenharmony_ci
6965f9996aaSopenharmony_ci# The QUIET tag can be used to turn on/off the messages that are generated to
6975f9996aaSopenharmony_ci# standard output by doxygen. If QUIET is set to YES this implies that the
6985f9996aaSopenharmony_ci# messages are off.
6995f9996aaSopenharmony_ci# The default value is: NO.
7005f9996aaSopenharmony_ci
7015f9996aaSopenharmony_ciQUIET                  = NO
7025f9996aaSopenharmony_ci
7035f9996aaSopenharmony_ci# The WARNINGS tag can be used to turn on/off the warning messages that are
7045f9996aaSopenharmony_ci# generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
7055f9996aaSopenharmony_ci# this implies that the warnings are on.
7065f9996aaSopenharmony_ci#
7075f9996aaSopenharmony_ci# Tip: Turn warnings on while writing the documentation.
7085f9996aaSopenharmony_ci# The default value is: YES.
7095f9996aaSopenharmony_ci
7105f9996aaSopenharmony_ciWARNINGS               = YES
7115f9996aaSopenharmony_ci
7125f9996aaSopenharmony_ci# If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
7135f9996aaSopenharmony_ci# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
7145f9996aaSopenharmony_ci# will automatically be disabled.
7155f9996aaSopenharmony_ci# The default value is: YES.
7165f9996aaSopenharmony_ci
7175f9996aaSopenharmony_ciWARN_IF_UNDOCUMENTED   = YES
7185f9996aaSopenharmony_ci
7195f9996aaSopenharmony_ci# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
7205f9996aaSopenharmony_ci# potential errors in the documentation, such as not documenting some parameters
7215f9996aaSopenharmony_ci# in a documented function, or documenting parameters that don't exist or using
7225f9996aaSopenharmony_ci# markup commands wrongly.
7235f9996aaSopenharmony_ci# The default value is: YES.
7245f9996aaSopenharmony_ci
7255f9996aaSopenharmony_ciWARN_IF_DOC_ERROR      = YES
7265f9996aaSopenharmony_ci
7275f9996aaSopenharmony_ci# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
7285f9996aaSopenharmony_ci# are documented, but have no documentation for their parameters or return
7295f9996aaSopenharmony_ci# value. If set to NO doxygen will only warn about wrong or incomplete parameter
7305f9996aaSopenharmony_ci# documentation, but not about the absence of documentation.
7315f9996aaSopenharmony_ci# The default value is: NO.
7325f9996aaSopenharmony_ci
7335f9996aaSopenharmony_ciWARN_NO_PARAMDOC       = NO
7345f9996aaSopenharmony_ci
7355f9996aaSopenharmony_ci# The WARN_FORMAT tag determines the format of the warning messages that doxygen
7365f9996aaSopenharmony_ci# can produce. The string should contain the $file, $line, and $text tags, which
7375f9996aaSopenharmony_ci# will be replaced by the file and line number from which the warning originated
7385f9996aaSopenharmony_ci# and the warning text. Optionally the format may contain $version, which will
7395f9996aaSopenharmony_ci# be replaced by the version of the file (if it could be obtained via
7405f9996aaSopenharmony_ci# FILE_VERSION_FILTER)
7415f9996aaSopenharmony_ci# The default value is: $file:$line: $text.
7425f9996aaSopenharmony_ci
7435f9996aaSopenharmony_ciWARN_FORMAT            = "$file:$line: $text"
7445f9996aaSopenharmony_ci
7455f9996aaSopenharmony_ci# The WARN_LOGFILE tag can be used to specify a file to which warning and error
7465f9996aaSopenharmony_ci# messages should be written. If left blank the output is written to standard
7475f9996aaSopenharmony_ci# error (stderr).
7485f9996aaSopenharmony_ci
7495f9996aaSopenharmony_ciWARN_LOGFILE           =
7505f9996aaSopenharmony_ci
7515f9996aaSopenharmony_ci#---------------------------------------------------------------------------
7525f9996aaSopenharmony_ci# Configuration options related to the input files
7535f9996aaSopenharmony_ci#---------------------------------------------------------------------------
7545f9996aaSopenharmony_ci
7555f9996aaSopenharmony_ci# The INPUT tag is used to specify the files and/or directories that contain
7565f9996aaSopenharmony_ci# documented source files. You may enter file names like myfile.cpp or
7575f9996aaSopenharmony_ci# directories like /usr/src/myproject. Separate the files or directories with
7585f9996aaSopenharmony_ci# spaces.
7595f9996aaSopenharmony_ci# Note: If this tag is empty the current directory is searched.
7605f9996aaSopenharmony_ci
7615f9996aaSopenharmony_ciINPUT                  =
7625f9996aaSopenharmony_ci
7635f9996aaSopenharmony_ci# This tag can be used to specify the character encoding of the source files
7645f9996aaSopenharmony_ci# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
7655f9996aaSopenharmony_ci# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
7665f9996aaSopenharmony_ci# documentation (see: http://www.gnu.org/software/libiconv) for the list of
7675f9996aaSopenharmony_ci# possible encodings.
7685f9996aaSopenharmony_ci# The default value is: UTF-8.
7695f9996aaSopenharmony_ci
7705f9996aaSopenharmony_ciINPUT_ENCODING         = UTF-8
7715f9996aaSopenharmony_ci
7725f9996aaSopenharmony_ci# If the value of the INPUT tag contains directories, you can use the
7735f9996aaSopenharmony_ci# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
7745f9996aaSopenharmony_ci# *.h) to filter out the source-files in the directories. If left blank the
7755f9996aaSopenharmony_ci# following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
7765f9996aaSopenharmony_ci# *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
7775f9996aaSopenharmony_ci# *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
7785f9996aaSopenharmony_ci# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
7795f9996aaSopenharmony_ci# *.qsf, *.as and *.js.
7805f9996aaSopenharmony_ci
7815f9996aaSopenharmony_ciFILE_PATTERNS          = *.h
7825f9996aaSopenharmony_ci
7835f9996aaSopenharmony_ci# The RECURSIVE tag can be used to specify whether or not subdirectories should
7845f9996aaSopenharmony_ci# be searched for input files as well.
7855f9996aaSopenharmony_ci# The default value is: NO.
7865f9996aaSopenharmony_ci
7875f9996aaSopenharmony_ciRECURSIVE              = YES
7885f9996aaSopenharmony_ci
7895f9996aaSopenharmony_ci# The EXCLUDE tag can be used to specify files and/or directories that should be
7905f9996aaSopenharmony_ci# excluded from the INPUT source files. This way you can easily exclude a
7915f9996aaSopenharmony_ci# subdirectory from a directory tree whose root is specified with the INPUT tag.
7925f9996aaSopenharmony_ci#
7935f9996aaSopenharmony_ci# Note that relative paths are relative to the directory from which doxygen is
7945f9996aaSopenharmony_ci# run.
7955f9996aaSopenharmony_ci
7965f9996aaSopenharmony_ciEXCLUDE                =
7975f9996aaSopenharmony_ci
7985f9996aaSopenharmony_ci# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
7995f9996aaSopenharmony_ci# directories that are symbolic links (a Unix file system feature) are excluded
8005f9996aaSopenharmony_ci# from the input.
8015f9996aaSopenharmony_ci# The default value is: NO.
8025f9996aaSopenharmony_ci
8035f9996aaSopenharmony_ciEXCLUDE_SYMLINKS       = NO
8045f9996aaSopenharmony_ci
8055f9996aaSopenharmony_ci# If the value of the INPUT tag contains directories, you can use the
8065f9996aaSopenharmony_ci# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
8075f9996aaSopenharmony_ci# certain files from those directories.
8085f9996aaSopenharmony_ci#
8095f9996aaSopenharmony_ci# Note that the wildcards are matched against the file with absolute path, so to
8105f9996aaSopenharmony_ci# exclude all test directories for example use the pattern */test/*
8115f9996aaSopenharmony_ci
8125f9996aaSopenharmony_ciEXCLUDE_PATTERNS       = %EXCLUDE_DIR%
8135f9996aaSopenharmony_ci
8145f9996aaSopenharmony_ci# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
8155f9996aaSopenharmony_ci# (namespaces, classes, functions, etc.) that should be excluded from the
8165f9996aaSopenharmony_ci# output. The symbol name can be a fully qualified name, a word, or if the
8175f9996aaSopenharmony_ci# wildcard * is used, a substring. Examples: ANamespace, AClass,
8185f9996aaSopenharmony_ci# AClass::ANamespace, ANamespace::*Test
8195f9996aaSopenharmony_ci#
8205f9996aaSopenharmony_ci# Note that the wildcards are matched against the file with absolute path, so to
8215f9996aaSopenharmony_ci# exclude all test directories use the pattern */test/*
8225f9996aaSopenharmony_ci
8235f9996aaSopenharmony_ciEXCLUDE_SYMBOLS        =
8245f9996aaSopenharmony_ci
8255f9996aaSopenharmony_ci# The EXAMPLE_PATH tag can be used to specify one or more files or directories
8265f9996aaSopenharmony_ci# that contain example code fragments that are included (see the \include
8275f9996aaSopenharmony_ci# command).
8285f9996aaSopenharmony_ci
8295f9996aaSopenharmony_ciEXAMPLE_PATH           =
8305f9996aaSopenharmony_ci
8315f9996aaSopenharmony_ci# If the value of the EXAMPLE_PATH tag contains directories, you can use the
8325f9996aaSopenharmony_ci# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
8335f9996aaSopenharmony_ci# *.h) to filter out the source-files in the directories. If left blank all
8345f9996aaSopenharmony_ci# files are included.
8355f9996aaSopenharmony_ci
8365f9996aaSopenharmony_ciEXAMPLE_PATTERNS       =
8375f9996aaSopenharmony_ci
8385f9996aaSopenharmony_ci# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
8395f9996aaSopenharmony_ci# searched for input files to be used with the \include or \dontinclude commands
8405f9996aaSopenharmony_ci# irrespective of the value of the RECURSIVE tag.
8415f9996aaSopenharmony_ci# The default value is: NO.
8425f9996aaSopenharmony_ci
8435f9996aaSopenharmony_ciEXAMPLE_RECURSIVE      = NO
8445f9996aaSopenharmony_ci
8455f9996aaSopenharmony_ci# The IMAGE_PATH tag can be used to specify one or more files or directories
8465f9996aaSopenharmony_ci# that contain images that are to be included in the documentation (see the
8475f9996aaSopenharmony_ci# \image command).
8485f9996aaSopenharmony_ci
8495f9996aaSopenharmony_ciIMAGE_PATH             =
8505f9996aaSopenharmony_ci
8515f9996aaSopenharmony_ci# The INPUT_FILTER tag can be used to specify a program that doxygen should
8525f9996aaSopenharmony_ci# invoke to filter for each input file. Doxygen will invoke the filter program
8535f9996aaSopenharmony_ci# by executing (via popen()) the command:
8545f9996aaSopenharmony_ci#
8555f9996aaSopenharmony_ci# <filter> <input-file>
8565f9996aaSopenharmony_ci#
8575f9996aaSopenharmony_ci# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
8585f9996aaSopenharmony_ci# name of an input file. Doxygen will then use the output that the filter
8595f9996aaSopenharmony_ci# program writes to standard output. If FILTER_PATTERNS is specified, this tag
8605f9996aaSopenharmony_ci# will be ignored.
8615f9996aaSopenharmony_ci#
8625f9996aaSopenharmony_ci# Note that the filter must not add or remove lines; it is applied before the
8635f9996aaSopenharmony_ci# code is scanned, but not when the output code is generated. If lines are added
8645f9996aaSopenharmony_ci# or removed, the anchors will not be placed correctly.
8655f9996aaSopenharmony_ci
8665f9996aaSopenharmony_ciINPUT_FILTER           =
8675f9996aaSopenharmony_ci
8685f9996aaSopenharmony_ci# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
8695f9996aaSopenharmony_ci# basis. Doxygen will compare the file name with each pattern and apply the
8705f9996aaSopenharmony_ci# filter if there is a match. The filters are a list of the form: pattern=filter
8715f9996aaSopenharmony_ci# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
8725f9996aaSopenharmony_ci# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
8735f9996aaSopenharmony_ci# patterns match the file name, INPUT_FILTER is applied.
8745f9996aaSopenharmony_ci
8755f9996aaSopenharmony_ciFILTER_PATTERNS        =
8765f9996aaSopenharmony_ci
8775f9996aaSopenharmony_ci# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
8785f9996aaSopenharmony_ci# INPUT_FILTER ) will also be used to filter the input files that are used for
8795f9996aaSopenharmony_ci# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
8805f9996aaSopenharmony_ci# The default value is: NO.
8815f9996aaSopenharmony_ci
8825f9996aaSopenharmony_ciFILTER_SOURCE_FILES    = NO
8835f9996aaSopenharmony_ci
8845f9996aaSopenharmony_ci# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
8855f9996aaSopenharmony_ci# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
8865f9996aaSopenharmony_ci# it is also possible to disable source filtering for a specific pattern using
8875f9996aaSopenharmony_ci# *.ext= (so without naming a filter).
8885f9996aaSopenharmony_ci# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
8895f9996aaSopenharmony_ci
8905f9996aaSopenharmony_ciFILTER_SOURCE_PATTERNS =
8915f9996aaSopenharmony_ci
8925f9996aaSopenharmony_ci# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
8935f9996aaSopenharmony_ci# is part of the input, its contents will be placed on the main page
8945f9996aaSopenharmony_ci# (index.html). This can be useful if you have a project on for instance GitHub
8955f9996aaSopenharmony_ci# and want to reuse the introduction page also for the doxygen output.
8965f9996aaSopenharmony_ci
8975f9996aaSopenharmony_ciUSE_MDFILE_AS_MAINPAGE =
8985f9996aaSopenharmony_ci
8995f9996aaSopenharmony_ci#---------------------------------------------------------------------------
9005f9996aaSopenharmony_ci# Configuration options related to source browsing
9015f9996aaSopenharmony_ci#---------------------------------------------------------------------------
9025f9996aaSopenharmony_ci
9035f9996aaSopenharmony_ci# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
9045f9996aaSopenharmony_ci# generated. Documented entities will be cross-referenced with these sources.
9055f9996aaSopenharmony_ci#
9065f9996aaSopenharmony_ci# Note: To get rid of all source code in the generated output, make sure that
9075f9996aaSopenharmony_ci# also VERBATIM_HEADERS is set to NO.
9085f9996aaSopenharmony_ci# The default value is: NO.
9095f9996aaSopenharmony_ci
9105f9996aaSopenharmony_ciSOURCE_BROWSER         = NO
9115f9996aaSopenharmony_ci
9125f9996aaSopenharmony_ci# Setting the INLINE_SOURCES tag to YES will include the body of functions,
9135f9996aaSopenharmony_ci# classes and enums directly into the documentation.
9145f9996aaSopenharmony_ci# The default value is: NO.
9155f9996aaSopenharmony_ci
9165f9996aaSopenharmony_ciINLINE_SOURCES         = NO
9175f9996aaSopenharmony_ci
9185f9996aaSopenharmony_ci# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
9195f9996aaSopenharmony_ci# special comment blocks from generated source code fragments. Normal C, C++ and
9205f9996aaSopenharmony_ci# Fortran comments will always remain visible.
9215f9996aaSopenharmony_ci# The default value is: YES.
9225f9996aaSopenharmony_ci
9235f9996aaSopenharmony_ciSTRIP_CODE_COMMENTS    = YES
9245f9996aaSopenharmony_ci
9255f9996aaSopenharmony_ci# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
9265f9996aaSopenharmony_ci# function all documented functions referencing it will be listed.
9275f9996aaSopenharmony_ci# The default value is: NO.
9285f9996aaSopenharmony_ci
9295f9996aaSopenharmony_ciREFERENCED_BY_RELATION = NO
9305f9996aaSopenharmony_ci
9315f9996aaSopenharmony_ci# If the REFERENCES_RELATION tag is set to YES then for each documented function
9325f9996aaSopenharmony_ci# all documented entities called/used by that function will be listed.
9335f9996aaSopenharmony_ci# The default value is: NO.
9345f9996aaSopenharmony_ci
9355f9996aaSopenharmony_ciREFERENCES_RELATION    = NO
9365f9996aaSopenharmony_ci
9375f9996aaSopenharmony_ci# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
9385f9996aaSopenharmony_ci# to YES, then the hyperlinks from functions in REFERENCES_RELATION and
9395f9996aaSopenharmony_ci# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
9405f9996aaSopenharmony_ci# link to the documentation.
9415f9996aaSopenharmony_ci# The default value is: YES.
9425f9996aaSopenharmony_ci
9435f9996aaSopenharmony_ciREFERENCES_LINK_SOURCE = YES
9445f9996aaSopenharmony_ci
9455f9996aaSopenharmony_ci# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
9465f9996aaSopenharmony_ci# source code will show a tooltip with additional information such as prototype,
9475f9996aaSopenharmony_ci# brief description and links to the definition and documentation. Since this
9485f9996aaSopenharmony_ci# will make the HTML file larger and loading of large files a bit slower, you
9495f9996aaSopenharmony_ci# can opt to disable this feature.
9505f9996aaSopenharmony_ci# The default value is: YES.
9515f9996aaSopenharmony_ci# This tag requires that the tag SOURCE_BROWSER is set to YES.
9525f9996aaSopenharmony_ci
9535f9996aaSopenharmony_ciSOURCE_TOOLTIPS        = YES
9545f9996aaSopenharmony_ci
9555f9996aaSopenharmony_ci# If the USE_HTAGS tag is set to YES then the references to source code will
9565f9996aaSopenharmony_ci# point to the HTML generated by the htags(1) tool instead of doxygen built-in
9575f9996aaSopenharmony_ci# source browser. The htags tool is part of GNU's global source tagging system
9585f9996aaSopenharmony_ci# (see http://www.gnu.org/software/global/global.html). You will need version
9595f9996aaSopenharmony_ci# 4.8.6 or higher.
9605f9996aaSopenharmony_ci#
9615f9996aaSopenharmony_ci# To use it do the following:
9625f9996aaSopenharmony_ci# - Install the latest version of global
9635f9996aaSopenharmony_ci# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
9645f9996aaSopenharmony_ci# - Make sure the INPUT points to the root of the source tree
9655f9996aaSopenharmony_ci# - Run doxygen as normal
9665f9996aaSopenharmony_ci#
9675f9996aaSopenharmony_ci# Doxygen will invoke htags (and that will in turn invoke gtags), so these
9685f9996aaSopenharmony_ci# tools must be available from the command line (i.e. in the search path).
9695f9996aaSopenharmony_ci#
9705f9996aaSopenharmony_ci# The result: instead of the source browser generated by doxygen, the links to
9715f9996aaSopenharmony_ci# source code will now point to the output of htags.
9725f9996aaSopenharmony_ci# The default value is: NO.
9735f9996aaSopenharmony_ci# This tag requires that the tag SOURCE_BROWSER is set to YES.
9745f9996aaSopenharmony_ci
9755f9996aaSopenharmony_ciUSE_HTAGS              = NO
9765f9996aaSopenharmony_ci
9775f9996aaSopenharmony_ci# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
9785f9996aaSopenharmony_ci# verbatim copy of the header file for each class for which an include is
9795f9996aaSopenharmony_ci# specified. Set to NO to disable this.
9805f9996aaSopenharmony_ci# See also: Section \class.
9815f9996aaSopenharmony_ci# The default value is: YES.
9825f9996aaSopenharmony_ci
9835f9996aaSopenharmony_ciVERBATIM_HEADERS       = YES
9845f9996aaSopenharmony_ci
9855f9996aaSopenharmony_ci#---------------------------------------------------------------------------
9865f9996aaSopenharmony_ci# Configuration options related to the alphabetical class index
9875f9996aaSopenharmony_ci#---------------------------------------------------------------------------
9885f9996aaSopenharmony_ci
9895f9996aaSopenharmony_ci# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
9905f9996aaSopenharmony_ci# compounds will be generated. Enable this if the project contains a lot of
9915f9996aaSopenharmony_ci# classes, structs, unions or interfaces.
9925f9996aaSopenharmony_ci# The default value is: YES.
9935f9996aaSopenharmony_ci
9945f9996aaSopenharmony_ciALPHABETICAL_INDEX     = YES
9955f9996aaSopenharmony_ci
9965f9996aaSopenharmony_ci# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
9975f9996aaSopenharmony_ci# which the alphabetical index list will be split.
9985f9996aaSopenharmony_ci# Minimum value: 1, maximum value: 20, default value: 5.
9995f9996aaSopenharmony_ci# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
10005f9996aaSopenharmony_ci
10015f9996aaSopenharmony_ciCOLS_IN_ALPHA_INDEX    = 5
10025f9996aaSopenharmony_ci
10035f9996aaSopenharmony_ci# In case all classes in a project start with a common prefix, all classes will
10045f9996aaSopenharmony_ci# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
10055f9996aaSopenharmony_ci# can be used to specify a prefix (or a list of prefixes) that should be ignored
10065f9996aaSopenharmony_ci# while generating the index headers.
10075f9996aaSopenharmony_ci# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
10085f9996aaSopenharmony_ci
10095f9996aaSopenharmony_ciIGNORE_PREFIX          =
10105f9996aaSopenharmony_ci
10115f9996aaSopenharmony_ci#---------------------------------------------------------------------------
10125f9996aaSopenharmony_ci# Configuration options related to the HTML output
10135f9996aaSopenharmony_ci#---------------------------------------------------------------------------
10145f9996aaSopenharmony_ci
10155f9996aaSopenharmony_ci# If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
10165f9996aaSopenharmony_ci# The default value is: YES.
10175f9996aaSopenharmony_ci
10185f9996aaSopenharmony_ciGENERATE_HTML          = YES
10195f9996aaSopenharmony_ci
10205f9996aaSopenharmony_ci# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
10215f9996aaSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
10225f9996aaSopenharmony_ci# it.
10235f9996aaSopenharmony_ci# The default directory is: html.
10245f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
10255f9996aaSopenharmony_ci
10265f9996aaSopenharmony_ciHTML_OUTPUT            = %OUTPUT_DIR%
10275f9996aaSopenharmony_ci
10285f9996aaSopenharmony_ci# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
10295f9996aaSopenharmony_ci# generated HTML page (for example: .htm, .php, .asp).
10305f9996aaSopenharmony_ci# The default value is: .html.
10315f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
10325f9996aaSopenharmony_ci
10335f9996aaSopenharmony_ciHTML_FILE_EXTENSION    = .html
10345f9996aaSopenharmony_ci
10355f9996aaSopenharmony_ci# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
10365f9996aaSopenharmony_ci# each generated HTML page. If the tag is left blank doxygen will generate a
10375f9996aaSopenharmony_ci# standard header.
10385f9996aaSopenharmony_ci#
10395f9996aaSopenharmony_ci# To get valid HTML the header file that includes any scripts and style sheets
10405f9996aaSopenharmony_ci# that doxygen needs, which is dependent on the configuration options used (e.g.
10415f9996aaSopenharmony_ci# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
10425f9996aaSopenharmony_ci# default header using
10435f9996aaSopenharmony_ci# doxygen -w html new_header.html new_footer.html new_stylesheet.css
10445f9996aaSopenharmony_ci# YourConfigFile
10455f9996aaSopenharmony_ci# and then modify the file new_header.html. See also section "Doxygen usage"
10465f9996aaSopenharmony_ci# for information on how to generate the default header that doxygen normally
10475f9996aaSopenharmony_ci# uses.
10485f9996aaSopenharmony_ci# Note: The header is subject to change so you typically have to regenerate the
10495f9996aaSopenharmony_ci# default header when upgrading to a newer version of doxygen. For a description
10505f9996aaSopenharmony_ci# of the possible markers and block names see the documentation.
10515f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
10525f9996aaSopenharmony_ci
10535f9996aaSopenharmony_ciHTML_HEADER            =
10545f9996aaSopenharmony_ci
10555f9996aaSopenharmony_ci# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
10565f9996aaSopenharmony_ci# generated HTML page. If the tag is left blank doxygen will generate a standard
10575f9996aaSopenharmony_ci# footer. See HTML_HEADER for more information on how to generate a default
10585f9996aaSopenharmony_ci# footer and what special commands can be used inside the footer. See also
10595f9996aaSopenharmony_ci# section "Doxygen usage" for information on how to generate the default footer
10605f9996aaSopenharmony_ci# that doxygen normally uses.
10615f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
10625f9996aaSopenharmony_ci
10635f9996aaSopenharmony_ciHTML_FOOTER            =
10645f9996aaSopenharmony_ci
10655f9996aaSopenharmony_ci# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
10665f9996aaSopenharmony_ci# sheet that is used by each HTML page. It can be used to fine-tune the look of
10675f9996aaSopenharmony_ci# the HTML output. If left blank doxygen will generate a default style sheet.
10685f9996aaSopenharmony_ci# See also section "Doxygen usage" for information on how to generate the style
10695f9996aaSopenharmony_ci# sheet that doxygen normally uses.
10705f9996aaSopenharmony_ci# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
10715f9996aaSopenharmony_ci# it is more robust and this tag (HTML_STYLESHEET) will in the future become
10725f9996aaSopenharmony_ci# obsolete.
10735f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
10745f9996aaSopenharmony_ci
10755f9996aaSopenharmony_ciHTML_STYLESHEET        =
10765f9996aaSopenharmony_ci
10775f9996aaSopenharmony_ci# The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
10785f9996aaSopenharmony_ci# defined cascading style sheet that is included after the standard style sheets
10795f9996aaSopenharmony_ci# created by doxygen. Using this option one can overrule certain style aspects.
10805f9996aaSopenharmony_ci# This is preferred over using HTML_STYLESHEET since it does not replace the
10815f9996aaSopenharmony_ci# standard style sheet and is therefore more robust against future updates.
10825f9996aaSopenharmony_ci# Doxygen will copy the style sheet file to the output directory. For an example
10835f9996aaSopenharmony_ci# see the documentation.
10845f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
10855f9996aaSopenharmony_ci
10865f9996aaSopenharmony_ciHTML_EXTRA_STYLESHEET  =
10875f9996aaSopenharmony_ci
10885f9996aaSopenharmony_ci# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
10895f9996aaSopenharmony_ci# other source files which should be copied to the HTML output directory. Note
10905f9996aaSopenharmony_ci# that these files will be copied to the base HTML output directory. Use the
10915f9996aaSopenharmony_ci# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
10925f9996aaSopenharmony_ci# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
10935f9996aaSopenharmony_ci# files will be copied as-is; there are no commands or markers available.
10945f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
10955f9996aaSopenharmony_ci
10965f9996aaSopenharmony_ciHTML_EXTRA_FILES       =
10975f9996aaSopenharmony_ci
10985f9996aaSopenharmony_ci# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
10995f9996aaSopenharmony_ci# will adjust the colors in the stylesheet and background images according to
11005f9996aaSopenharmony_ci# this color. Hue is specified as an angle on a colorwheel, see
11015f9996aaSopenharmony_ci# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
11025f9996aaSopenharmony_ci# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
11035f9996aaSopenharmony_ci# purple, and 360 is red again.
11045f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 359, default value: 220.
11055f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
11065f9996aaSopenharmony_ci
11075f9996aaSopenharmony_ciHTML_COLORSTYLE_HUE    = 220
11085f9996aaSopenharmony_ci
11095f9996aaSopenharmony_ci# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
11105f9996aaSopenharmony_ci# in the HTML output. For a value of 0 the output will use grayscales only. A
11115f9996aaSopenharmony_ci# value of 255 will produce the most vivid colors.
11125f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 255, default value: 100.
11135f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
11145f9996aaSopenharmony_ci
11155f9996aaSopenharmony_ciHTML_COLORSTYLE_SAT    = 100
11165f9996aaSopenharmony_ci
11175f9996aaSopenharmony_ci# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
11185f9996aaSopenharmony_ci# luminance component of the colors in the HTML output. Values below 100
11195f9996aaSopenharmony_ci# gradually make the output lighter, whereas values above 100 make the output
11205f9996aaSopenharmony_ci# darker. The value divided by 100 is the actual gamma applied, so 80 represents
11215f9996aaSopenharmony_ci# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
11225f9996aaSopenharmony_ci# change the gamma.
11235f9996aaSopenharmony_ci# Minimum value: 40, maximum value: 240, default value: 80.
11245f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
11255f9996aaSopenharmony_ci
11265f9996aaSopenharmony_ciHTML_COLORSTYLE_GAMMA  = 80
11275f9996aaSopenharmony_ci
11285f9996aaSopenharmony_ci# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
11295f9996aaSopenharmony_ci# page will contain the date and time when the page was generated. Setting this
11305f9996aaSopenharmony_ci# to NO can help when comparing the output of multiple runs.
11315f9996aaSopenharmony_ci# The default value is: YES.
11325f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
11335f9996aaSopenharmony_ci
11345f9996aaSopenharmony_ciHTML_TIMESTAMP         = YES
11355f9996aaSopenharmony_ci
11365f9996aaSopenharmony_ci# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
11375f9996aaSopenharmony_ci# documentation will contain sections that can be hidden and shown after the
11385f9996aaSopenharmony_ci# page has loaded.
11395f9996aaSopenharmony_ci# The default value is: NO.
11405f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
11415f9996aaSopenharmony_ci
11425f9996aaSopenharmony_ciHTML_DYNAMIC_SECTIONS  = NO
11435f9996aaSopenharmony_ci
11445f9996aaSopenharmony_ci# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
11455f9996aaSopenharmony_ci# shown in the various tree structured indices initially; the user can expand
11465f9996aaSopenharmony_ci# and collapse entries dynamically later on. Doxygen will expand the tree to
11475f9996aaSopenharmony_ci# such a level that at most the specified number of entries are visible (unless
11485f9996aaSopenharmony_ci# a fully collapsed tree already exceeds this amount). So setting the number of
11495f9996aaSopenharmony_ci# entries 1 will produce a full collapsed tree by default. 0 is a special value
11505f9996aaSopenharmony_ci# representing an infinite number of entries and will result in a full expanded
11515f9996aaSopenharmony_ci# tree by default.
11525f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 9999, default value: 100.
11535f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
11545f9996aaSopenharmony_ci
11555f9996aaSopenharmony_ciHTML_INDEX_NUM_ENTRIES = 100
11565f9996aaSopenharmony_ci
11575f9996aaSopenharmony_ci# If the GENERATE_DOCSET tag is set to YES, additional index files will be
11585f9996aaSopenharmony_ci# generated that can be used as input for Apple's Xcode 3 integrated development
11595f9996aaSopenharmony_ci# environment (see: http://developer.apple.com/tools/xcode/), introduced with
11605f9996aaSopenharmony_ci# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
11615f9996aaSopenharmony_ci# Makefile in the HTML output directory. Running make will produce the docset in
11625f9996aaSopenharmony_ci# that directory and running make install will install the docset in
11635f9996aaSopenharmony_ci# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
11645f9996aaSopenharmony_ci# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
11655f9996aaSopenharmony_ci# for more information.
11665f9996aaSopenharmony_ci# The default value is: NO.
11675f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
11685f9996aaSopenharmony_ci
11695f9996aaSopenharmony_ciGENERATE_DOCSET        = NO
11705f9996aaSopenharmony_ci
11715f9996aaSopenharmony_ci# This tag determines the name of the docset feed. A documentation feed provides
11725f9996aaSopenharmony_ci# an umbrella under which multiple documentation sets from a single provider
11735f9996aaSopenharmony_ci# (such as a company or product suite) can be grouped.
11745f9996aaSopenharmony_ci# The default value is: Doxygen generated docs.
11755f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_DOCSET is set to YES.
11765f9996aaSopenharmony_ci
11775f9996aaSopenharmony_ciDOCSET_FEEDNAME        = "Doxygen generated docs"
11785f9996aaSopenharmony_ci
11795f9996aaSopenharmony_ci# This tag specifies a string that should uniquely identify the documentation
11805f9996aaSopenharmony_ci# set bundle. This should be a reverse domain-name style string, e.g.
11815f9996aaSopenharmony_ci# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
11825f9996aaSopenharmony_ci# The default value is: org.doxygen.Project.
11835f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_DOCSET is set to YES.
11845f9996aaSopenharmony_ci
11855f9996aaSopenharmony_ciDOCSET_BUNDLE_ID       = org.doxygen.Project
11865f9996aaSopenharmony_ci
11875f9996aaSopenharmony_ci# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
11885f9996aaSopenharmony_ci# the documentation publisher. This should be a reverse domain-name style
11895f9996aaSopenharmony_ci# string, e.g. com.mycompany.MyDocSet.documentation.
11905f9996aaSopenharmony_ci# The default value is: org.doxygen.Publisher.
11915f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_DOCSET is set to YES.
11925f9996aaSopenharmony_ci
11935f9996aaSopenharmony_ciDOCSET_PUBLISHER_ID    = org.doxygen.Publisher
11945f9996aaSopenharmony_ci
11955f9996aaSopenharmony_ci# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
11965f9996aaSopenharmony_ci# The default value is: Publisher.
11975f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_DOCSET is set to YES.
11985f9996aaSopenharmony_ci
11995f9996aaSopenharmony_ciDOCSET_PUBLISHER_NAME  = Publisher
12005f9996aaSopenharmony_ci
12015f9996aaSopenharmony_ci# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
12025f9996aaSopenharmony_ci# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
12035f9996aaSopenharmony_ci# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
12045f9996aaSopenharmony_ci# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
12055f9996aaSopenharmony_ci# Windows.
12065f9996aaSopenharmony_ci#
12075f9996aaSopenharmony_ci# The HTML Help Workshop contains a compiler that can convert all HTML output
12085f9996aaSopenharmony_ci# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
12095f9996aaSopenharmony_ci# files are now used as the Windows 98 help format, and will replace the old
12105f9996aaSopenharmony_ci# Windows help format (.hlp) on all Windows platforms in the future. Compressed
12115f9996aaSopenharmony_ci# HTML files also contain an index, a table of contents, and you can search for
12125f9996aaSopenharmony_ci# words in the documentation. The HTML workshop also contains a viewer for
12135f9996aaSopenharmony_ci# compressed HTML files.
12145f9996aaSopenharmony_ci# The default value is: NO.
12155f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
12165f9996aaSopenharmony_ci
12175f9996aaSopenharmony_ciGENERATE_HTMLHELP      = NO
12185f9996aaSopenharmony_ci
12195f9996aaSopenharmony_ci# The CHM_FILE tag can be used to specify the file name of the resulting .chm
12205f9996aaSopenharmony_ci# file. You can add a path in front of the file if the result should not be
12215f9996aaSopenharmony_ci# written to the html output directory.
12225f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12235f9996aaSopenharmony_ci
12245f9996aaSopenharmony_ciCHM_FILE               =
12255f9996aaSopenharmony_ci
12265f9996aaSopenharmony_ci# The HHC_LOCATION tag can be used to specify the location (absolute path
12275f9996aaSopenharmony_ci# including file name) of the HTML help compiler ( hhc.exe). If non-empty
12285f9996aaSopenharmony_ci# doxygen will try to run the HTML help compiler on the generated index.hhp.
12295f9996aaSopenharmony_ci# The file has to be specified with full path.
12305f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12315f9996aaSopenharmony_ci
12325f9996aaSopenharmony_ciHHC_LOCATION           =
12335f9996aaSopenharmony_ci
12345f9996aaSopenharmony_ci# The GENERATE_CHI flag controls if a separate .chi index file is generated (
12355f9996aaSopenharmony_ci# YES) or that it should be included in the master .chm file ( NO).
12365f9996aaSopenharmony_ci# The default value is: NO.
12375f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12385f9996aaSopenharmony_ci
12395f9996aaSopenharmony_ciGENERATE_CHI           = NO
12405f9996aaSopenharmony_ci
12415f9996aaSopenharmony_ci# The CHM_INDEX_ENCODING is used to encode HtmlHelp index ( hhk), content ( hhc)
12425f9996aaSopenharmony_ci# and project file content.
12435f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12445f9996aaSopenharmony_ci
12455f9996aaSopenharmony_ciCHM_INDEX_ENCODING     =
12465f9996aaSopenharmony_ci
12475f9996aaSopenharmony_ci# The BINARY_TOC flag controls whether a binary table of contents is generated (
12485f9996aaSopenharmony_ci# YES) or a normal table of contents ( NO) in the .chm file.
12495f9996aaSopenharmony_ci# The default value is: NO.
12505f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12515f9996aaSopenharmony_ci
12525f9996aaSopenharmony_ciBINARY_TOC             = NO
12535f9996aaSopenharmony_ci
12545f9996aaSopenharmony_ci# The TOC_EXPAND flag can be set to YES to add extra items for group members to
12555f9996aaSopenharmony_ci# the table of contents of the HTML help documentation and to the tree view.
12565f9996aaSopenharmony_ci# The default value is: NO.
12575f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12585f9996aaSopenharmony_ci
12595f9996aaSopenharmony_ciTOC_EXPAND             = NO
12605f9996aaSopenharmony_ci
12615f9996aaSopenharmony_ci# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
12625f9996aaSopenharmony_ci# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
12635f9996aaSopenharmony_ci# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
12645f9996aaSopenharmony_ci# (.qch) of the generated HTML documentation.
12655f9996aaSopenharmony_ci# The default value is: NO.
12665f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
12675f9996aaSopenharmony_ci
12685f9996aaSopenharmony_ciGENERATE_QHP           = NO
12695f9996aaSopenharmony_ci
12705f9996aaSopenharmony_ci# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
12715f9996aaSopenharmony_ci# the file name of the resulting .qch file. The path specified is relative to
12725f9996aaSopenharmony_ci# the HTML output folder.
12735f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES.
12745f9996aaSopenharmony_ci
12755f9996aaSopenharmony_ciQCH_FILE               =
12765f9996aaSopenharmony_ci
12775f9996aaSopenharmony_ci# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
12785f9996aaSopenharmony_ci# Project output. For more information please see Qt Help Project / Namespace
12795f9996aaSopenharmony_ci# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
12805f9996aaSopenharmony_ci# The default value is: org.doxygen.Project.
12815f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES.
12825f9996aaSopenharmony_ci
12835f9996aaSopenharmony_ciQHP_NAMESPACE          =
12845f9996aaSopenharmony_ci
12855f9996aaSopenharmony_ci# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
12865f9996aaSopenharmony_ci# Help Project output. For more information please see Qt Help Project / Virtual
12875f9996aaSopenharmony_ci# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
12885f9996aaSopenharmony_ci# folders).
12895f9996aaSopenharmony_ci# The default value is: doc.
12905f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES.
12915f9996aaSopenharmony_ci
12925f9996aaSopenharmony_ciQHP_VIRTUAL_FOLDER     = doc
12935f9996aaSopenharmony_ci
12945f9996aaSopenharmony_ci# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
12955f9996aaSopenharmony_ci# filter to add. For more information please see Qt Help Project / Custom
12965f9996aaSopenharmony_ci# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
12975f9996aaSopenharmony_ci# filters).
12985f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES.
12995f9996aaSopenharmony_ci
13005f9996aaSopenharmony_ciQHP_CUST_FILTER_NAME   =
13015f9996aaSopenharmony_ci
13025f9996aaSopenharmony_ci# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
13035f9996aaSopenharmony_ci# custom filter to add. For more information please see Qt Help Project / Custom
13045f9996aaSopenharmony_ci# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
13055f9996aaSopenharmony_ci# filters).
13065f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES.
13075f9996aaSopenharmony_ci
13085f9996aaSopenharmony_ciQHP_CUST_FILTER_ATTRS  =
13095f9996aaSopenharmony_ci
13105f9996aaSopenharmony_ci# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
13115f9996aaSopenharmony_ci# project's filter section matches. Qt Help Project / Filter Attributes (see:
13125f9996aaSopenharmony_ci# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
13135f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES.
13145f9996aaSopenharmony_ci
13155f9996aaSopenharmony_ciQHP_SECT_FILTER_ATTRS  =
13165f9996aaSopenharmony_ci
13175f9996aaSopenharmony_ci# The QHG_LOCATION tag can be used to specify the location of Qt's
13185f9996aaSopenharmony_ci# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
13195f9996aaSopenharmony_ci# generated .qhp file.
13205f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_QHP is set to YES.
13215f9996aaSopenharmony_ci
13225f9996aaSopenharmony_ciQHG_LOCATION           =
13235f9996aaSopenharmony_ci
13245f9996aaSopenharmony_ci# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
13255f9996aaSopenharmony_ci# generated, together with the HTML files, they form an Eclipse help plugin. To
13265f9996aaSopenharmony_ci# install this plugin and make it available under the help contents menu in
13275f9996aaSopenharmony_ci# Eclipse, the contents of the directory containing the HTML and XML files needs
13285f9996aaSopenharmony_ci# to be copied into the plugins directory of eclipse. The name of the directory
13295f9996aaSopenharmony_ci# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
13305f9996aaSopenharmony_ci# After copying Eclipse needs to be restarted before the help appears.
13315f9996aaSopenharmony_ci# The default value is: NO.
13325f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
13335f9996aaSopenharmony_ci
13345f9996aaSopenharmony_ciGENERATE_ECLIPSEHELP   = NO
13355f9996aaSopenharmony_ci
13365f9996aaSopenharmony_ci# A unique identifier for the Eclipse help plugin. When installing the plugin
13375f9996aaSopenharmony_ci# the directory name containing the HTML and XML files should also have this
13385f9996aaSopenharmony_ci# name. Each documentation set should have its own identifier.
13395f9996aaSopenharmony_ci# The default value is: org.doxygen.Project.
13405f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
13415f9996aaSopenharmony_ci
13425f9996aaSopenharmony_ciECLIPSE_DOC_ID         = org.doxygen.Project
13435f9996aaSopenharmony_ci
13445f9996aaSopenharmony_ci# If you want full control over the layout of the generated HTML pages it might
13455f9996aaSopenharmony_ci# be necessary to disable the index and replace it with your own. The
13465f9996aaSopenharmony_ci# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
13475f9996aaSopenharmony_ci# of each HTML page. A value of NO enables the index and the value YES disables
13485f9996aaSopenharmony_ci# it. Since the tabs in the index contain the same information as the navigation
13495f9996aaSopenharmony_ci# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
13505f9996aaSopenharmony_ci# The default value is: NO.
13515f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
13525f9996aaSopenharmony_ci
13535f9996aaSopenharmony_ciDISABLE_INDEX          = NO
13545f9996aaSopenharmony_ci
13555f9996aaSopenharmony_ci# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
13565f9996aaSopenharmony_ci# structure should be generated to display hierarchical information. If the tag
13575f9996aaSopenharmony_ci# value is set to YES, a side panel will be generated containing a tree-like
13585f9996aaSopenharmony_ci# index structure (just like the one that is generated for HTML Help). For this
13595f9996aaSopenharmony_ci# to work a browser that supports JavaScript, DHTML, CSS and frames is required
13605f9996aaSopenharmony_ci# (i.e. any modern browser). Windows users are probably better off using the
13615f9996aaSopenharmony_ci# HTML help feature. Via custom stylesheets (see HTML_EXTRA_STYLESHEET) one can
13625f9996aaSopenharmony_ci# further fine-tune the look of the index. As an example, the default style
13635f9996aaSopenharmony_ci# sheet generated by doxygen has an example that shows how to put an image at
13645f9996aaSopenharmony_ci# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
13655f9996aaSopenharmony_ci# the same information as the tab index, you could consider setting
13665f9996aaSopenharmony_ci# DISABLE_INDEX to YES when enabling this option.
13675f9996aaSopenharmony_ci# The default value is: NO.
13685f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
13695f9996aaSopenharmony_ci
13705f9996aaSopenharmony_ciGENERATE_TREEVIEW      = YES
13715f9996aaSopenharmony_ci
13725f9996aaSopenharmony_ci# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
13735f9996aaSopenharmony_ci# doxygen will group on one line in the generated HTML documentation.
13745f9996aaSopenharmony_ci#
13755f9996aaSopenharmony_ci# Note that a value of 0 will completely suppress the enum values from appearing
13765f9996aaSopenharmony_ci# in the overview section.
13775f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 20, default value: 4.
13785f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
13795f9996aaSopenharmony_ci
13805f9996aaSopenharmony_ciENUM_VALUES_PER_LINE   = 4
13815f9996aaSopenharmony_ci
13825f9996aaSopenharmony_ci# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
13835f9996aaSopenharmony_ci# to set the initial width (in pixels) of the frame in which the tree is shown.
13845f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 1500, default value: 250.
13855f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
13865f9996aaSopenharmony_ci
13875f9996aaSopenharmony_ciTREEVIEW_WIDTH         = 250
13885f9996aaSopenharmony_ci
13895f9996aaSopenharmony_ci# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
13905f9996aaSopenharmony_ci# external symbols imported via tag files in a separate window.
13915f9996aaSopenharmony_ci# The default value is: NO.
13925f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
13935f9996aaSopenharmony_ci
13945f9996aaSopenharmony_ciEXT_LINKS_IN_WINDOW    = NO
13955f9996aaSopenharmony_ci
13965f9996aaSopenharmony_ci# Use this tag to change the font size of LaTeX formulas included as images in
13975f9996aaSopenharmony_ci# the HTML documentation. When you change the font size after a successful
13985f9996aaSopenharmony_ci# doxygen run you need to manually remove any form_*.png images from the HTML
13995f9996aaSopenharmony_ci# output directory to force them to be regenerated.
14005f9996aaSopenharmony_ci# Minimum value: 8, maximum value: 50, default value: 10.
14015f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
14025f9996aaSopenharmony_ci
14035f9996aaSopenharmony_ciFORMULA_FONTSIZE       = 10
14045f9996aaSopenharmony_ci
14055f9996aaSopenharmony_ci# Use the FORMULA_TRANPARENT tag to determine whether or not the images
14065f9996aaSopenharmony_ci# generated for formulas are transparent PNGs. Transparent PNGs are not
14075f9996aaSopenharmony_ci# supported properly for IE 6.0, but are supported on all modern browsers.
14085f9996aaSopenharmony_ci#
14095f9996aaSopenharmony_ci# Note that when changing this option you need to delete any form_*.png files in
14105f9996aaSopenharmony_ci# the HTML output directory before the changes have effect.
14115f9996aaSopenharmony_ci# The default value is: YES.
14125f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
14135f9996aaSopenharmony_ci
14145f9996aaSopenharmony_ciFORMULA_TRANSPARENT    = YES
14155f9996aaSopenharmony_ci
14165f9996aaSopenharmony_ci# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
14175f9996aaSopenharmony_ci# http://www.mathjax.org) which uses client side Javascript for the rendering
14185f9996aaSopenharmony_ci# instead of using prerendered bitmaps. Use this if you do not have LaTeX
14195f9996aaSopenharmony_ci# installed or if you want to formulas look prettier in the HTML output. When
14205f9996aaSopenharmony_ci# enabled you may also need to install MathJax separately and configure the path
14215f9996aaSopenharmony_ci# to it using the MATHJAX_RELPATH option.
14225f9996aaSopenharmony_ci# The default value is: NO.
14235f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
14245f9996aaSopenharmony_ci
14255f9996aaSopenharmony_ciUSE_MATHJAX            = NO
14265f9996aaSopenharmony_ci
14275f9996aaSopenharmony_ci# When MathJax is enabled you can set the default output format to be used for
14285f9996aaSopenharmony_ci# the MathJax output. See the MathJax site (see:
14295f9996aaSopenharmony_ci# http://docs.mathjax.org/en/latest/output.html) for more details.
14305f9996aaSopenharmony_ci# Possible values are: HTML-CSS (which is slower, but has the best
14315f9996aaSopenharmony_ci# compatibility), NativeMML (i.e. MathML) and SVG.
14325f9996aaSopenharmony_ci# The default value is: HTML-CSS.
14335f9996aaSopenharmony_ci# This tag requires that the tag USE_MATHJAX is set to YES.
14345f9996aaSopenharmony_ci
14355f9996aaSopenharmony_ciMATHJAX_FORMAT         = HTML-CSS
14365f9996aaSopenharmony_ci
14375f9996aaSopenharmony_ci# When MathJax is enabled you need to specify the location relative to the HTML
14385f9996aaSopenharmony_ci# output directory using the MATHJAX_RELPATH option. The destination directory
14395f9996aaSopenharmony_ci# should contain the MathJax.js script. For instance, if the mathjax directory
14405f9996aaSopenharmony_ci# is located at the same level as the HTML output directory, then
14415f9996aaSopenharmony_ci# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
14425f9996aaSopenharmony_ci# Content Delivery Network so you can quickly see the result without installing
14435f9996aaSopenharmony_ci# MathJax. However, it is strongly recommended to install a local copy of
14445f9996aaSopenharmony_ci# MathJax from http://www.mathjax.org before deployment.
14455f9996aaSopenharmony_ci# The default value is: http://cdn.mathjax.org/mathjax/latest.
14465f9996aaSopenharmony_ci# This tag requires that the tag USE_MATHJAX is set to YES.
14475f9996aaSopenharmony_ci
14485f9996aaSopenharmony_ciMATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest
14495f9996aaSopenharmony_ci
14505f9996aaSopenharmony_ci# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
14515f9996aaSopenharmony_ci# extension names that should be enabled during MathJax rendering. For example
14525f9996aaSopenharmony_ci# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
14535f9996aaSopenharmony_ci# This tag requires that the tag USE_MATHJAX is set to YES.
14545f9996aaSopenharmony_ci
14555f9996aaSopenharmony_ciMATHJAX_EXTENSIONS     =
14565f9996aaSopenharmony_ci
14575f9996aaSopenharmony_ci# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
14585f9996aaSopenharmony_ci# of code that will be used on startup of the MathJax code. See the MathJax site
14595f9996aaSopenharmony_ci# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
14605f9996aaSopenharmony_ci# example see the documentation.
14615f9996aaSopenharmony_ci# This tag requires that the tag USE_MATHJAX is set to YES.
14625f9996aaSopenharmony_ci
14635f9996aaSopenharmony_ciMATHJAX_CODEFILE       =
14645f9996aaSopenharmony_ci
14655f9996aaSopenharmony_ci# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
14665f9996aaSopenharmony_ci# the HTML output. The underlying search engine uses javascript and DHTML and
14675f9996aaSopenharmony_ci# should work on any modern browser. Note that when using HTML help
14685f9996aaSopenharmony_ci# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
14695f9996aaSopenharmony_ci# there is already a search function so this one should typically be disabled.
14705f9996aaSopenharmony_ci# For large projects the javascript based search engine can be slow, then
14715f9996aaSopenharmony_ci# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
14725f9996aaSopenharmony_ci# search using the keyboard; to jump to the search box use <access key> + S
14735f9996aaSopenharmony_ci# (what the <access key> is depends on the OS and browser, but it is typically
14745f9996aaSopenharmony_ci# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
14755f9996aaSopenharmony_ci# key> to jump into the search results window, the results can be navigated
14765f9996aaSopenharmony_ci# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
14775f9996aaSopenharmony_ci# the search. The filter options can be selected when the cursor is inside the
14785f9996aaSopenharmony_ci# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
14795f9996aaSopenharmony_ci# to select a filter and <Enter> or <escape> to activate or cancel the filter
14805f9996aaSopenharmony_ci# option.
14815f9996aaSopenharmony_ci# The default value is: YES.
14825f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_HTML is set to YES.
14835f9996aaSopenharmony_ci
14845f9996aaSopenharmony_ciSEARCHENGINE           = YES
14855f9996aaSopenharmony_ci
14865f9996aaSopenharmony_ci# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
14875f9996aaSopenharmony_ci# implemented using a web server instead of a web client using Javascript. There
14885f9996aaSopenharmony_ci# are two flavours of web server based searching depending on the
14895f9996aaSopenharmony_ci# EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
14905f9996aaSopenharmony_ci# searching and an index file used by the script. When EXTERNAL_SEARCH is
14915f9996aaSopenharmony_ci# enabled the indexing and searching needs to be provided by external tools. See
14925f9996aaSopenharmony_ci# the section "External Indexing and Searching" for details.
14935f9996aaSopenharmony_ci# The default value is: NO.
14945f9996aaSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES.
14955f9996aaSopenharmony_ci
14965f9996aaSopenharmony_ciSERVER_BASED_SEARCH    = NO
14975f9996aaSopenharmony_ci
14985f9996aaSopenharmony_ci# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
14995f9996aaSopenharmony_ci# script for searching. Instead the search results are written to an XML file
15005f9996aaSopenharmony_ci# which needs to be processed by an external indexer. Doxygen will invoke an
15015f9996aaSopenharmony_ci# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
15025f9996aaSopenharmony_ci# search results.
15035f9996aaSopenharmony_ci#
15045f9996aaSopenharmony_ci# Doxygen ships with an example indexer ( doxyindexer) and search engine
15055f9996aaSopenharmony_ci# (doxysearch.cgi) which are based on the open source search engine library
15065f9996aaSopenharmony_ci# Xapian (see: http://xapian.org/).
15075f9996aaSopenharmony_ci#
15085f9996aaSopenharmony_ci# See the section "External Indexing and Searching" for details.
15095f9996aaSopenharmony_ci# The default value is: NO.
15105f9996aaSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES.
15115f9996aaSopenharmony_ci
15125f9996aaSopenharmony_ciEXTERNAL_SEARCH        = NO
15135f9996aaSopenharmony_ci
15145f9996aaSopenharmony_ci# The SEARCHENGINE_URL should point to a search engine hosted by a web server
15155f9996aaSopenharmony_ci# which will return the search results when EXTERNAL_SEARCH is enabled.
15165f9996aaSopenharmony_ci#
15175f9996aaSopenharmony_ci# Doxygen ships with an example indexer ( doxyindexer) and search engine
15185f9996aaSopenharmony_ci# (doxysearch.cgi) which are based on the open source search engine library
15195f9996aaSopenharmony_ci# Xapian (see: http://xapian.org/). See the section "External Indexing and
15205f9996aaSopenharmony_ci# Searching" for details.
15215f9996aaSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES.
15225f9996aaSopenharmony_ci
15235f9996aaSopenharmony_ciSEARCHENGINE_URL       =
15245f9996aaSopenharmony_ci
15255f9996aaSopenharmony_ci# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
15265f9996aaSopenharmony_ci# search data is written to a file for indexing by an external tool. With the
15275f9996aaSopenharmony_ci# SEARCHDATA_FILE tag the name of this file can be specified.
15285f9996aaSopenharmony_ci# The default file is: searchdata.xml.
15295f9996aaSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES.
15305f9996aaSopenharmony_ci
15315f9996aaSopenharmony_ciSEARCHDATA_FILE        = searchdata.xml
15325f9996aaSopenharmony_ci
15335f9996aaSopenharmony_ci# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
15345f9996aaSopenharmony_ci# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
15355f9996aaSopenharmony_ci# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
15365f9996aaSopenharmony_ci# projects and redirect the results back to the right project.
15375f9996aaSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES.
15385f9996aaSopenharmony_ci
15395f9996aaSopenharmony_ciEXTERNAL_SEARCH_ID     =
15405f9996aaSopenharmony_ci
15415f9996aaSopenharmony_ci# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
15425f9996aaSopenharmony_ci# projects other than the one defined by this configuration file, but that are
15435f9996aaSopenharmony_ci# all added to the same external search index. Each project needs to have a
15445f9996aaSopenharmony_ci# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
15455f9996aaSopenharmony_ci# to a relative location where the documentation can be found. The format is:
15465f9996aaSopenharmony_ci# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
15475f9996aaSopenharmony_ci# This tag requires that the tag SEARCHENGINE is set to YES.
15485f9996aaSopenharmony_ci
15495f9996aaSopenharmony_ciEXTRA_SEARCH_MAPPINGS  =
15505f9996aaSopenharmony_ci
15515f9996aaSopenharmony_ci#---------------------------------------------------------------------------
15525f9996aaSopenharmony_ci# Configuration options related to the LaTeX output
15535f9996aaSopenharmony_ci#---------------------------------------------------------------------------
15545f9996aaSopenharmony_ci
15555f9996aaSopenharmony_ci# If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
15565f9996aaSopenharmony_ci# The default value is: YES.
15575f9996aaSopenharmony_ci
15585f9996aaSopenharmony_ciGENERATE_LATEX         = NO
15595f9996aaSopenharmony_ci
15605f9996aaSopenharmony_ci# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
15615f9996aaSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
15625f9996aaSopenharmony_ci# it.
15635f9996aaSopenharmony_ci# The default directory is: latex.
15645f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
15655f9996aaSopenharmony_ci
15665f9996aaSopenharmony_ciLATEX_OUTPUT           =
15675f9996aaSopenharmony_ci
15685f9996aaSopenharmony_ci# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
15695f9996aaSopenharmony_ci# invoked.
15705f9996aaSopenharmony_ci#
15715f9996aaSopenharmony_ci# Note that when enabling USE_PDFLATEX this option is only used for generating
15725f9996aaSopenharmony_ci# bitmaps for formulas in the HTML output, but not in the Makefile that is
15735f9996aaSopenharmony_ci# written to the output directory.
15745f9996aaSopenharmony_ci# The default file is: latex.
15755f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
15765f9996aaSopenharmony_ci
15775f9996aaSopenharmony_ciLATEX_CMD_NAME         = latex
15785f9996aaSopenharmony_ci
15795f9996aaSopenharmony_ci# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
15805f9996aaSopenharmony_ci# index for LaTeX.
15815f9996aaSopenharmony_ci# The default file is: makeindex.
15825f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
15835f9996aaSopenharmony_ci
15845f9996aaSopenharmony_ciMAKEINDEX_CMD_NAME     = makeindex
15855f9996aaSopenharmony_ci
15865f9996aaSopenharmony_ci# If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
15875f9996aaSopenharmony_ci# documents. This may be useful for small projects and may help to save some
15885f9996aaSopenharmony_ci# trees in general.
15895f9996aaSopenharmony_ci# The default value is: NO.
15905f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
15915f9996aaSopenharmony_ci
15925f9996aaSopenharmony_ciCOMPACT_LATEX          = NO
15935f9996aaSopenharmony_ci
15945f9996aaSopenharmony_ci# The PAPER_TYPE tag can be used to set the paper type that is used by the
15955f9996aaSopenharmony_ci# printer.
15965f9996aaSopenharmony_ci# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
15975f9996aaSopenharmony_ci# 14 inches) and executive (7.25 x 10.5 inches).
15985f9996aaSopenharmony_ci# The default value is: a4.
15995f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16005f9996aaSopenharmony_ci
16015f9996aaSopenharmony_ciPAPER_TYPE             = a4
16025f9996aaSopenharmony_ci
16035f9996aaSopenharmony_ci# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
16045f9996aaSopenharmony_ci# that should be included in the LaTeX output. To get the times font for
16055f9996aaSopenharmony_ci# instance you can specify
16065f9996aaSopenharmony_ci# EXTRA_PACKAGES=times
16075f9996aaSopenharmony_ci# If left blank no extra packages will be included.
16085f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16095f9996aaSopenharmony_ci
16105f9996aaSopenharmony_ciEXTRA_PACKAGES         =
16115f9996aaSopenharmony_ci
16125f9996aaSopenharmony_ci# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
16135f9996aaSopenharmony_ci# generated LaTeX document. The header should contain everything until the first
16145f9996aaSopenharmony_ci# chapter. If it is left blank doxygen will generate a standard header. See
16155f9996aaSopenharmony_ci# section "Doxygen usage" for information on how to let doxygen write the
16165f9996aaSopenharmony_ci# default header to a separate file.
16175f9996aaSopenharmony_ci#
16185f9996aaSopenharmony_ci# Note: Only use a user-defined header if you know what you are doing! The
16195f9996aaSopenharmony_ci# following commands have a special meaning inside the header: $title,
16205f9996aaSopenharmony_ci# $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
16215f9996aaSopenharmony_ci# replace them by respectively the title of the page, the current date and time,
16225f9996aaSopenharmony_ci# only the current date, the version number of doxygen, the project name (see
16235f9996aaSopenharmony_ci# PROJECT_NAME), or the project number (see PROJECT_NUMBER).
16245f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16255f9996aaSopenharmony_ci
16265f9996aaSopenharmony_ciLATEX_HEADER           =
16275f9996aaSopenharmony_ci
16285f9996aaSopenharmony_ci# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
16295f9996aaSopenharmony_ci# generated LaTeX document. The footer should contain everything after the last
16305f9996aaSopenharmony_ci# chapter. If it is left blank doxygen will generate a standard footer.
16315f9996aaSopenharmony_ci#
16325f9996aaSopenharmony_ci# Note: Only use a user-defined footer if you know what you are doing!
16335f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16345f9996aaSopenharmony_ci
16355f9996aaSopenharmony_ciLATEX_FOOTER           =
16365f9996aaSopenharmony_ci
16375f9996aaSopenharmony_ci# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
16385f9996aaSopenharmony_ci# other source files which should be copied to the LATEX_OUTPUT output
16395f9996aaSopenharmony_ci# directory. Note that the files will be copied as-is; there are no commands or
16405f9996aaSopenharmony_ci# markers available.
16415f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16425f9996aaSopenharmony_ci
16435f9996aaSopenharmony_ciLATEX_EXTRA_FILES      =
16445f9996aaSopenharmony_ci
16455f9996aaSopenharmony_ci# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
16465f9996aaSopenharmony_ci# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
16475f9996aaSopenharmony_ci# contain links (just like the HTML output) instead of page references. This
16485f9996aaSopenharmony_ci# makes the output suitable for online browsing using a PDF viewer.
16495f9996aaSopenharmony_ci# The default value is: YES.
16505f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16515f9996aaSopenharmony_ci
16525f9996aaSopenharmony_ciPDF_HYPERLINKS         = YES
16535f9996aaSopenharmony_ci
16545f9996aaSopenharmony_ci# If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
16555f9996aaSopenharmony_ci# the PDF file directly from the LaTeX files. Set this option to YES to get a
16565f9996aaSopenharmony_ci# higher quality PDF documentation.
16575f9996aaSopenharmony_ci# The default value is: YES.
16585f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16595f9996aaSopenharmony_ci
16605f9996aaSopenharmony_ciUSE_PDFLATEX           = YES
16615f9996aaSopenharmony_ci
16625f9996aaSopenharmony_ci# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
16635f9996aaSopenharmony_ci# command to the generated LaTeX files. This will instruct LaTeX to keep running
16645f9996aaSopenharmony_ci# if errors occur, instead of asking the user for help. This option is also used
16655f9996aaSopenharmony_ci# when generating formulas in HTML.
16665f9996aaSopenharmony_ci# The default value is: NO.
16675f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16685f9996aaSopenharmony_ci
16695f9996aaSopenharmony_ciLATEX_BATCHMODE        = NO
16705f9996aaSopenharmony_ci
16715f9996aaSopenharmony_ci# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
16725f9996aaSopenharmony_ci# index chapters (such as File Index, Compound Index, etc.) in the output.
16735f9996aaSopenharmony_ci# The default value is: NO.
16745f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16755f9996aaSopenharmony_ci
16765f9996aaSopenharmony_ciLATEX_HIDE_INDICES     = NO
16775f9996aaSopenharmony_ci
16785f9996aaSopenharmony_ci# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
16795f9996aaSopenharmony_ci# code with syntax highlighting in the LaTeX output.
16805f9996aaSopenharmony_ci#
16815f9996aaSopenharmony_ci# Note that which sources are shown also depends on other settings such as
16825f9996aaSopenharmony_ci# SOURCE_BROWSER.
16835f9996aaSopenharmony_ci# The default value is: NO.
16845f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16855f9996aaSopenharmony_ci
16865f9996aaSopenharmony_ciLATEX_SOURCE_CODE      = NO
16875f9996aaSopenharmony_ci
16885f9996aaSopenharmony_ci# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
16895f9996aaSopenharmony_ci# bibliography, e.g. plainnat, or ieeetr. See
16905f9996aaSopenharmony_ci# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
16915f9996aaSopenharmony_ci# The default value is: plain.
16925f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_LATEX is set to YES.
16935f9996aaSopenharmony_ci
16945f9996aaSopenharmony_ciLATEX_BIB_STYLE        = plain
16955f9996aaSopenharmony_ci
16965f9996aaSopenharmony_ci#---------------------------------------------------------------------------
16975f9996aaSopenharmony_ci# Configuration options related to the RTF output
16985f9996aaSopenharmony_ci#---------------------------------------------------------------------------
16995f9996aaSopenharmony_ci
17005f9996aaSopenharmony_ci# If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
17015f9996aaSopenharmony_ci# RTF output is optimized for Word 97 and may not look too pretty with other RTF
17025f9996aaSopenharmony_ci# readers/editors.
17035f9996aaSopenharmony_ci# The default value is: NO.
17045f9996aaSopenharmony_ci
17055f9996aaSopenharmony_ciGENERATE_RTF           = NO
17065f9996aaSopenharmony_ci
17075f9996aaSopenharmony_ci# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
17085f9996aaSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
17095f9996aaSopenharmony_ci# it.
17105f9996aaSopenharmony_ci# The default directory is: rtf.
17115f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES.
17125f9996aaSopenharmony_ci
17135f9996aaSopenharmony_ciRTF_OUTPUT             = rtf
17145f9996aaSopenharmony_ci
17155f9996aaSopenharmony_ci# If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
17165f9996aaSopenharmony_ci# documents. This may be useful for small projects and may help to save some
17175f9996aaSopenharmony_ci# trees in general.
17185f9996aaSopenharmony_ci# The default value is: NO.
17195f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES.
17205f9996aaSopenharmony_ci
17215f9996aaSopenharmony_ciCOMPACT_RTF            = NO
17225f9996aaSopenharmony_ci
17235f9996aaSopenharmony_ci# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
17245f9996aaSopenharmony_ci# contain hyperlink fields. The RTF file will contain links (just like the HTML
17255f9996aaSopenharmony_ci# output) instead of page references. This makes the output suitable for online
17265f9996aaSopenharmony_ci# browsing using Word or some other Word compatible readers that support those
17275f9996aaSopenharmony_ci# fields.
17285f9996aaSopenharmony_ci#
17295f9996aaSopenharmony_ci# Note: WordPad (write) and others do not support links.
17305f9996aaSopenharmony_ci# The default value is: NO.
17315f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES.
17325f9996aaSopenharmony_ci
17335f9996aaSopenharmony_ciRTF_HYPERLINKS         = NO
17345f9996aaSopenharmony_ci
17355f9996aaSopenharmony_ci# Load stylesheet definitions from file. Syntax is similar to doxygen's config
17365f9996aaSopenharmony_ci# file, i.e. a series of assignments. You only have to provide replacements,
17375f9996aaSopenharmony_ci# missing definitions are set to their default value.
17385f9996aaSopenharmony_ci#
17395f9996aaSopenharmony_ci# See also section "Doxygen usage" for information on how to generate the
17405f9996aaSopenharmony_ci# default style sheet that doxygen normally uses.
17415f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES.
17425f9996aaSopenharmony_ci
17435f9996aaSopenharmony_ciRTF_STYLESHEET_FILE    =
17445f9996aaSopenharmony_ci
17455f9996aaSopenharmony_ci# Set optional variables used in the generation of an RTF document. Syntax is
17465f9996aaSopenharmony_ci# similar to doxygen's config file. A template extensions file can be generated
17475f9996aaSopenharmony_ci# using doxygen -e rtf extensionFile.
17485f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_RTF is set to YES.
17495f9996aaSopenharmony_ci
17505f9996aaSopenharmony_ciRTF_EXTENSIONS_FILE    =
17515f9996aaSopenharmony_ci
17525f9996aaSopenharmony_ci#---------------------------------------------------------------------------
17535f9996aaSopenharmony_ci# Configuration options related to the man page output
17545f9996aaSopenharmony_ci#---------------------------------------------------------------------------
17555f9996aaSopenharmony_ci
17565f9996aaSopenharmony_ci# If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
17575f9996aaSopenharmony_ci# classes and files.
17585f9996aaSopenharmony_ci# The default value is: NO.
17595f9996aaSopenharmony_ci
17605f9996aaSopenharmony_ciGENERATE_MAN           = NO
17615f9996aaSopenharmony_ci
17625f9996aaSopenharmony_ci# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
17635f9996aaSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
17645f9996aaSopenharmony_ci# it. A directory man3 will be created inside the directory specified by
17655f9996aaSopenharmony_ci# MAN_OUTPUT.
17665f9996aaSopenharmony_ci# The default directory is: man.
17675f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_MAN is set to YES.
17685f9996aaSopenharmony_ci
17695f9996aaSopenharmony_ciMAN_OUTPUT             = man
17705f9996aaSopenharmony_ci
17715f9996aaSopenharmony_ci# The MAN_EXTENSION tag determines the extension that is added to the generated
17725f9996aaSopenharmony_ci# man pages. In case the manual section does not start with a number, the number
17735f9996aaSopenharmony_ci# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
17745f9996aaSopenharmony_ci# optional.
17755f9996aaSopenharmony_ci# The default value is: .3.
17765f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_MAN is set to YES.
17775f9996aaSopenharmony_ci
17785f9996aaSopenharmony_ciMAN_EXTENSION          = .3
17795f9996aaSopenharmony_ci
17805f9996aaSopenharmony_ci# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
17815f9996aaSopenharmony_ci# will generate one additional man file for each entity documented in the real
17825f9996aaSopenharmony_ci# man page(s). These additional files only source the real man page, but without
17835f9996aaSopenharmony_ci# them the man command would be unable to find the correct page.
17845f9996aaSopenharmony_ci# The default value is: NO.
17855f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_MAN is set to YES.
17865f9996aaSopenharmony_ci
17875f9996aaSopenharmony_ciMAN_LINKS              = NO
17885f9996aaSopenharmony_ci
17895f9996aaSopenharmony_ci#---------------------------------------------------------------------------
17905f9996aaSopenharmony_ci# Configuration options related to the XML output
17915f9996aaSopenharmony_ci#---------------------------------------------------------------------------
17925f9996aaSopenharmony_ci
17935f9996aaSopenharmony_ci# If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
17945f9996aaSopenharmony_ci# captures the structure of the code including all documentation.
17955f9996aaSopenharmony_ci# The default value is: NO.
17965f9996aaSopenharmony_ci
17975f9996aaSopenharmony_ciGENERATE_XML           = NO
17985f9996aaSopenharmony_ci
17995f9996aaSopenharmony_ci# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
18005f9996aaSopenharmony_ci# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
18015f9996aaSopenharmony_ci# it.
18025f9996aaSopenharmony_ci# The default directory is: xml.
18035f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_XML is set to YES.
18045f9996aaSopenharmony_ci
18055f9996aaSopenharmony_ciXML_OUTPUT             = xml
18065f9996aaSopenharmony_ci
18075f9996aaSopenharmony_ci# The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
18085f9996aaSopenharmony_ci# validating XML parser to check the syntax of the XML files.
18095f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_XML is set to YES.
18105f9996aaSopenharmony_ci
18115f9996aaSopenharmony_ciXML_SCHEMA             =
18125f9996aaSopenharmony_ci
18135f9996aaSopenharmony_ci# The XML_DTD tag can be used to specify a XML DTD, which can be used by a
18145f9996aaSopenharmony_ci# validating XML parser to check the syntax of the XML files.
18155f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_XML is set to YES.
18165f9996aaSopenharmony_ci
18175f9996aaSopenharmony_ciXML_DTD                =
18185f9996aaSopenharmony_ci
18195f9996aaSopenharmony_ci# If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
18205f9996aaSopenharmony_ci# listings (including syntax highlighting and cross-referencing information) to
18215f9996aaSopenharmony_ci# the XML output. Note that enabling this will significantly increase the size
18225f9996aaSopenharmony_ci# of the XML output.
18235f9996aaSopenharmony_ci# The default value is: YES.
18245f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_XML is set to YES.
18255f9996aaSopenharmony_ci
18265f9996aaSopenharmony_ciXML_PROGRAMLISTING     = YES
18275f9996aaSopenharmony_ci
18285f9996aaSopenharmony_ci#---------------------------------------------------------------------------
18295f9996aaSopenharmony_ci# Configuration options related to the DOCBOOK output
18305f9996aaSopenharmony_ci#---------------------------------------------------------------------------
18315f9996aaSopenharmony_ci
18325f9996aaSopenharmony_ci# If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
18335f9996aaSopenharmony_ci# that can be used to generate PDF.
18345f9996aaSopenharmony_ci# The default value is: NO.
18355f9996aaSopenharmony_ci
18365f9996aaSopenharmony_ciGENERATE_DOCBOOK       = NO
18375f9996aaSopenharmony_ci
18385f9996aaSopenharmony_ci# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
18395f9996aaSopenharmony_ci# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
18405f9996aaSopenharmony_ci# front of it.
18415f9996aaSopenharmony_ci# The default directory is: docbook.
18425f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
18435f9996aaSopenharmony_ci
18445f9996aaSopenharmony_ciDOCBOOK_OUTPUT         = docbook
18455f9996aaSopenharmony_ci
18465f9996aaSopenharmony_ci#---------------------------------------------------------------------------
18475f9996aaSopenharmony_ci# Configuration options for the AutoGen Definitions output
18485f9996aaSopenharmony_ci#---------------------------------------------------------------------------
18495f9996aaSopenharmony_ci
18505f9996aaSopenharmony_ci# If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
18515f9996aaSopenharmony_ci# Definitions (see http://autogen.sf.net) file that captures the structure of
18525f9996aaSopenharmony_ci# the code including all documentation. Note that this feature is still
18535f9996aaSopenharmony_ci# experimental and incomplete at the moment.
18545f9996aaSopenharmony_ci# The default value is: NO.
18555f9996aaSopenharmony_ci
18565f9996aaSopenharmony_ciGENERATE_AUTOGEN_DEF   = NO
18575f9996aaSopenharmony_ci
18585f9996aaSopenharmony_ci#---------------------------------------------------------------------------
18595f9996aaSopenharmony_ci# Configuration options related to the Perl module output
18605f9996aaSopenharmony_ci#---------------------------------------------------------------------------
18615f9996aaSopenharmony_ci
18625f9996aaSopenharmony_ci# If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
18635f9996aaSopenharmony_ci# file that captures the structure of the code including all documentation.
18645f9996aaSopenharmony_ci#
18655f9996aaSopenharmony_ci# Note that this feature is still experimental and incomplete at the moment.
18665f9996aaSopenharmony_ci# The default value is: NO.
18675f9996aaSopenharmony_ci
18685f9996aaSopenharmony_ciGENERATE_PERLMOD       = NO
18695f9996aaSopenharmony_ci
18705f9996aaSopenharmony_ci# If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
18715f9996aaSopenharmony_ci# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
18725f9996aaSopenharmony_ci# output from the Perl module output.
18735f9996aaSopenharmony_ci# The default value is: NO.
18745f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_PERLMOD is set to YES.
18755f9996aaSopenharmony_ci
18765f9996aaSopenharmony_ciPERLMOD_LATEX          = NO
18775f9996aaSopenharmony_ci
18785f9996aaSopenharmony_ci# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
18795f9996aaSopenharmony_ci# formatted so it can be parsed by a human reader. This is useful if you want to
18805f9996aaSopenharmony_ci# understand what is going on. On the other hand, if this tag is set to NO the
18815f9996aaSopenharmony_ci# size of the Perl module output will be much smaller and Perl will parse it
18825f9996aaSopenharmony_ci# just the same.
18835f9996aaSopenharmony_ci# The default value is: YES.
18845f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_PERLMOD is set to YES.
18855f9996aaSopenharmony_ci
18865f9996aaSopenharmony_ciPERLMOD_PRETTY         = YES
18875f9996aaSopenharmony_ci
18885f9996aaSopenharmony_ci# The names of the make variables in the generated doxyrules.make file are
18895f9996aaSopenharmony_ci# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
18905f9996aaSopenharmony_ci# so different doxyrules.make files included by the same Makefile don't
18915f9996aaSopenharmony_ci# overwrite each other's variables.
18925f9996aaSopenharmony_ci# This tag requires that the tag GENERATE_PERLMOD is set to YES.
18935f9996aaSopenharmony_ci
18945f9996aaSopenharmony_ciPERLMOD_MAKEVAR_PREFIX =
18955f9996aaSopenharmony_ci
18965f9996aaSopenharmony_ci#---------------------------------------------------------------------------
18975f9996aaSopenharmony_ci# Configuration options related to the preprocessor
18985f9996aaSopenharmony_ci#---------------------------------------------------------------------------
18995f9996aaSopenharmony_ci
19005f9996aaSopenharmony_ci# If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
19015f9996aaSopenharmony_ci# C-preprocessor directives found in the sources and include files.
19025f9996aaSopenharmony_ci# The default value is: YES.
19035f9996aaSopenharmony_ci
19045f9996aaSopenharmony_ciENABLE_PREPROCESSING   = YES
19055f9996aaSopenharmony_ci
19065f9996aaSopenharmony_ci# If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
19075f9996aaSopenharmony_ci# in the source code. If set to NO only conditional compilation will be
19085f9996aaSopenharmony_ci# performed. Macro expansion can be done in a controlled way by setting
19095f9996aaSopenharmony_ci# EXPAND_ONLY_PREDEF to YES.
19105f9996aaSopenharmony_ci# The default value is: NO.
19115f9996aaSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
19125f9996aaSopenharmony_ci
19135f9996aaSopenharmony_ciMACRO_EXPANSION        = NO
19145f9996aaSopenharmony_ci
19155f9996aaSopenharmony_ci# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
19165f9996aaSopenharmony_ci# the macro expansion is limited to the macros specified with the PREDEFINED and
19175f9996aaSopenharmony_ci# EXPAND_AS_DEFINED tags.
19185f9996aaSopenharmony_ci# The default value is: NO.
19195f9996aaSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
19205f9996aaSopenharmony_ci
19215f9996aaSopenharmony_ciEXPAND_ONLY_PREDEF     = NO
19225f9996aaSopenharmony_ci
19235f9996aaSopenharmony_ci# If the SEARCH_INCLUDES tag is set to YES the includes files in the
19245f9996aaSopenharmony_ci# INCLUDE_PATH will be searched if a #include is found.
19255f9996aaSopenharmony_ci# The default value is: YES.
19265f9996aaSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
19275f9996aaSopenharmony_ci
19285f9996aaSopenharmony_ciSEARCH_INCLUDES        = YES
19295f9996aaSopenharmony_ci
19305f9996aaSopenharmony_ci# The INCLUDE_PATH tag can be used to specify one or more directories that
19315f9996aaSopenharmony_ci# contain include files that are not input files but should be processed by the
19325f9996aaSopenharmony_ci# preprocessor.
19335f9996aaSopenharmony_ci# This tag requires that the tag SEARCH_INCLUDES is set to YES.
19345f9996aaSopenharmony_ci
19355f9996aaSopenharmony_ciINCLUDE_PATH           =
19365f9996aaSopenharmony_ci
19375f9996aaSopenharmony_ci# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
19385f9996aaSopenharmony_ci# patterns (like *.h and *.hpp) to filter out the header-files in the
19395f9996aaSopenharmony_ci# directories. If left blank, the patterns specified with FILE_PATTERNS will be
19405f9996aaSopenharmony_ci# used.
19415f9996aaSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
19425f9996aaSopenharmony_ci
19435f9996aaSopenharmony_ciINCLUDE_FILE_PATTERNS  =
19445f9996aaSopenharmony_ci
19455f9996aaSopenharmony_ci# The PREDEFINED tag can be used to specify one or more macro names that are
19465f9996aaSopenharmony_ci# defined before the preprocessor is started (similar to the -D option of e.g.
19475f9996aaSopenharmony_ci# gcc). The argument of the tag is a list of macros of the form: name or
19485f9996aaSopenharmony_ci# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
19495f9996aaSopenharmony_ci# is assumed. To prevent a macro definition from being undefined via #undef or
19505f9996aaSopenharmony_ci# recursively expanded use the := operator instead of the = operator.
19515f9996aaSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
19525f9996aaSopenharmony_ci
19535f9996aaSopenharmony_ciPREDEFINED             = __attribute__(x)= \
19545f9996aaSopenharmony_ci                         ABILITY_WINDOW_SUPPORT= \
19555f9996aaSopenharmony_ci                         OHOS_APPEXECFWK_BMS_BUNDLEMANAGER= \
19565f9996aaSopenharmony_ci                         ENABLE_MEMORY_HOOKS= \
19575f9996aaSopenharmony_ci
19585f9996aaSopenharmony_ci
19595f9996aaSopenharmony_ci# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
19605f9996aaSopenharmony_ci# tag can be used to specify a list of macro names that should be expanded. The
19615f9996aaSopenharmony_ci# macro definition that is found in the sources will be used. Use the PREDEFINED
19625f9996aaSopenharmony_ci# tag if you want to use a different macro definition that overrules the
19635f9996aaSopenharmony_ci# definition found in the source code.
19645f9996aaSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
19655f9996aaSopenharmony_ci
19665f9996aaSopenharmony_ciEXPAND_AS_DEFINED      =
19675f9996aaSopenharmony_ci
19685f9996aaSopenharmony_ci# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
19695f9996aaSopenharmony_ci# remove all references to function-like macros that are alone on a line, have an
19705f9996aaSopenharmony_ci# all uppercase name, and do not end with a semicolon. Such function macros are
19715f9996aaSopenharmony_ci# typically used for boiler-plate code, and will confuse the parser if not
19725f9996aaSopenharmony_ci# removed.
19735f9996aaSopenharmony_ci# The default value is: YES.
19745f9996aaSopenharmony_ci# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
19755f9996aaSopenharmony_ci
19765f9996aaSopenharmony_ciSKIP_FUNCTION_MACROS   = YES
19775f9996aaSopenharmony_ci
19785f9996aaSopenharmony_ci#---------------------------------------------------------------------------
19795f9996aaSopenharmony_ci# Configuration options related to external references
19805f9996aaSopenharmony_ci#---------------------------------------------------------------------------
19815f9996aaSopenharmony_ci
19825f9996aaSopenharmony_ci# The TAGFILES tag can be used to specify one or more tag files. For each tag
19835f9996aaSopenharmony_ci# file the location of the external documentation should be added. The format of
19845f9996aaSopenharmony_ci# a tag file without this location is as follows:
19855f9996aaSopenharmony_ci# TAGFILES = file1 file2 ...
19865f9996aaSopenharmony_ci# Adding location for the tag files is done as follows:
19875f9996aaSopenharmony_ci# TAGFILES = file1=loc1 "file2 = loc2" ...
19885f9996aaSopenharmony_ci# where loc1 and loc2 can be relative or absolute paths or URLs. See the
19895f9996aaSopenharmony_ci# section "Linking to external documentation" for more information about the use
19905f9996aaSopenharmony_ci# of tag files.
19915f9996aaSopenharmony_ci# Note: Each tag file must have an unique name (where the name does NOT include
19925f9996aaSopenharmony_ci# the path). If a tag file is not located in the directory in which doxygen is
19935f9996aaSopenharmony_ci# run, you must also specify the path to the tagfile here.
19945f9996aaSopenharmony_ci
19955f9996aaSopenharmony_ciTAGFILES               =
19965f9996aaSopenharmony_ci
19975f9996aaSopenharmony_ci# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
19985f9996aaSopenharmony_ci# tag file that is based on the input files it reads. See section "Linking to
19995f9996aaSopenharmony_ci# external documentation" for more information about the usage of tag files.
20005f9996aaSopenharmony_ci
20015f9996aaSopenharmony_ciGENERATE_TAGFILE       =
20025f9996aaSopenharmony_ci
20035f9996aaSopenharmony_ci# If the ALLEXTERNALS tag is set to YES all external class will be listed in the
20045f9996aaSopenharmony_ci# class index. If set to NO only the inherited external classes will be listed.
20055f9996aaSopenharmony_ci# The default value is: NO.
20065f9996aaSopenharmony_ci
20075f9996aaSopenharmony_ciALLEXTERNALS           = NO
20085f9996aaSopenharmony_ci
20095f9996aaSopenharmony_ci# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
20105f9996aaSopenharmony_ci# the modules index. If set to NO, only the current project's groups will be
20115f9996aaSopenharmony_ci# listed.
20125f9996aaSopenharmony_ci# The default value is: YES.
20135f9996aaSopenharmony_ci
20145f9996aaSopenharmony_ciEXTERNAL_GROUPS        = YES
20155f9996aaSopenharmony_ci
20165f9996aaSopenharmony_ci# If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
20175f9996aaSopenharmony_ci# the related pages index. If set to NO, only the current project's pages will
20185f9996aaSopenharmony_ci# be listed.
20195f9996aaSopenharmony_ci# The default value is: YES.
20205f9996aaSopenharmony_ci
20215f9996aaSopenharmony_ciEXTERNAL_PAGES         = YES
20225f9996aaSopenharmony_ci
20235f9996aaSopenharmony_ci# The PERL_PATH should be the absolute path and name of the perl script
20245f9996aaSopenharmony_ci# interpreter (i.e. the result of 'which perl').
20255f9996aaSopenharmony_ci# The default file (with absolute path) is: /usr/bin/perl.
20265f9996aaSopenharmony_ci
20275f9996aaSopenharmony_ciPERL_PATH              = /usr/bin/perl
20285f9996aaSopenharmony_ci
20295f9996aaSopenharmony_ci#---------------------------------------------------------------------------
20305f9996aaSopenharmony_ci# Configuration options related to the dot tool
20315f9996aaSopenharmony_ci#---------------------------------------------------------------------------
20325f9996aaSopenharmony_ci
20335f9996aaSopenharmony_ci# If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
20345f9996aaSopenharmony_ci# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
20355f9996aaSopenharmony_ci# NO turns the diagrams off. Note that this option also works with HAVE_DOT
20365f9996aaSopenharmony_ci# disabled, but it is recommended to install and use dot, since it yields more
20375f9996aaSopenharmony_ci# powerful graphs.
20385f9996aaSopenharmony_ci# The default value is: YES.
20395f9996aaSopenharmony_ci
20405f9996aaSopenharmony_ciCLASS_DIAGRAMS         = YES
20415f9996aaSopenharmony_ci
20425f9996aaSopenharmony_ci# You can define message sequence charts within doxygen comments using the \msc
20435f9996aaSopenharmony_ci# command. Doxygen will then run the mscgen tool (see:
20445f9996aaSopenharmony_ci# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
20455f9996aaSopenharmony_ci# documentation. The MSCGEN_PATH tag allows you to specify the directory where
20465f9996aaSopenharmony_ci# the mscgen tool resides. If left empty the tool is assumed to be found in the
20475f9996aaSopenharmony_ci# default search path.
20485f9996aaSopenharmony_ci
20495f9996aaSopenharmony_ciMSCGEN_PATH            =
20505f9996aaSopenharmony_ci
20515f9996aaSopenharmony_ci# You can include diagrams made with dia in doxygen documentation. Doxygen will
20525f9996aaSopenharmony_ci# then run dia to produce the diagram and insert it in the documentation. The
20535f9996aaSopenharmony_ci# DIA_PATH tag allows you to specify the directory where the dia binary resides.
20545f9996aaSopenharmony_ci# If left empty dia is assumed to be found in the default search path.
20555f9996aaSopenharmony_ci
20565f9996aaSopenharmony_ciDIA_PATH               =
20575f9996aaSopenharmony_ci
20585f9996aaSopenharmony_ci# If set to YES, the inheritance and collaboration graphs will hide inheritance
20595f9996aaSopenharmony_ci# and usage relations if the target is undocumented or is not a class.
20605f9996aaSopenharmony_ci# The default value is: YES.
20615f9996aaSopenharmony_ci
20625f9996aaSopenharmony_ciHIDE_UNDOC_RELATIONS   = YES
20635f9996aaSopenharmony_ci
20645f9996aaSopenharmony_ci# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
20655f9996aaSopenharmony_ci# available from the path. This tool is part of Graphviz (see:
20665f9996aaSopenharmony_ci# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
20675f9996aaSopenharmony_ci# Bell Labs. The other options in this section have no effect if this option is
20685f9996aaSopenharmony_ci# set to NO
20695f9996aaSopenharmony_ci# The default value is: NO.
20705f9996aaSopenharmony_ci
20715f9996aaSopenharmony_ciHAVE_DOT               = NO
20725f9996aaSopenharmony_ci
20735f9996aaSopenharmony_ci# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
20745f9996aaSopenharmony_ci# to run in parallel. When set to 0 doxygen will base this on the number of
20755f9996aaSopenharmony_ci# processors available in the system. You can set it explicitly to a value
20765f9996aaSopenharmony_ci# larger than 0 to get control over the balance between CPU load and processing
20775f9996aaSopenharmony_ci# speed.
20785f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 32, default value: 0.
20795f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
20805f9996aaSopenharmony_ci
20815f9996aaSopenharmony_ciDOT_NUM_THREADS        = 0
20825f9996aaSopenharmony_ci
20835f9996aaSopenharmony_ci# When you want a differently looking font n the dot files that doxygen
20845f9996aaSopenharmony_ci# generates you can specify the font name using DOT_FONTNAME. You need to make
20855f9996aaSopenharmony_ci# sure dot is able to find the font, which can be done by putting it in a
20865f9996aaSopenharmony_ci# standard location or by setting the DOTFONTPATH environment variable or by
20875f9996aaSopenharmony_ci# setting DOT_FONTPATH to the directory containing the font.
20885f9996aaSopenharmony_ci# The default value is: Helvetica.
20895f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
20905f9996aaSopenharmony_ci
20915f9996aaSopenharmony_ciDOT_FONTNAME           = Helvetica
20925f9996aaSopenharmony_ci
20935f9996aaSopenharmony_ci# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
20945f9996aaSopenharmony_ci# dot graphs.
20955f9996aaSopenharmony_ci# Minimum value: 4, maximum value: 24, default value: 10.
20965f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
20975f9996aaSopenharmony_ci
20985f9996aaSopenharmony_ciDOT_FONTSIZE           = 10
20995f9996aaSopenharmony_ci
21005f9996aaSopenharmony_ci# By default doxygen will tell dot to use the default font as specified with
21015f9996aaSopenharmony_ci# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
21025f9996aaSopenharmony_ci# the path where dot can find it using this tag.
21035f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21045f9996aaSopenharmony_ci
21055f9996aaSopenharmony_ciDOT_FONTPATH           =
21065f9996aaSopenharmony_ci
21075f9996aaSopenharmony_ci# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
21085f9996aaSopenharmony_ci# each documented class showing the direct and indirect inheritance relations.
21095f9996aaSopenharmony_ci# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
21105f9996aaSopenharmony_ci# The default value is: YES.
21115f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21125f9996aaSopenharmony_ci
21135f9996aaSopenharmony_ciCLASS_GRAPH            = YES
21145f9996aaSopenharmony_ci
21155f9996aaSopenharmony_ci# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
21165f9996aaSopenharmony_ci# graph for each documented class showing the direct and indirect implementation
21175f9996aaSopenharmony_ci# dependencies (inheritance, containment, and class references variables) of the
21185f9996aaSopenharmony_ci# class with other documented classes.
21195f9996aaSopenharmony_ci# The default value is: YES.
21205f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21215f9996aaSopenharmony_ci
21225f9996aaSopenharmony_ciCOLLABORATION_GRAPH    = YES
21235f9996aaSopenharmony_ci
21245f9996aaSopenharmony_ci# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
21255f9996aaSopenharmony_ci# groups, showing the direct groups dependencies.
21265f9996aaSopenharmony_ci# The default value is: YES.
21275f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21285f9996aaSopenharmony_ci
21295f9996aaSopenharmony_ciGROUP_GRAPHS           = YES
21305f9996aaSopenharmony_ci
21315f9996aaSopenharmony_ci# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
21325f9996aaSopenharmony_ci# collaboration diagrams in a style similar to the OMG's Unified Modeling
21335f9996aaSopenharmony_ci# Language.
21345f9996aaSopenharmony_ci# The default value is: NO.
21355f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21365f9996aaSopenharmony_ci
21375f9996aaSopenharmony_ciUML_LOOK               = NO
21385f9996aaSopenharmony_ci
21395f9996aaSopenharmony_ci# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
21405f9996aaSopenharmony_ci# class node. If there are many fields or methods and many nodes the graph may
21415f9996aaSopenharmony_ci# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
21425f9996aaSopenharmony_ci# number of items for each type to make the size more manageable. Set this to 0
21435f9996aaSopenharmony_ci# for no limit. Note that the threshold may be exceeded by 50% before the limit
21445f9996aaSopenharmony_ci# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
21455f9996aaSopenharmony_ci# but if the number exceeds 15, the total amount of fields shown is limited to
21465f9996aaSopenharmony_ci# 10.
21475f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 100, default value: 10.
21485f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21495f9996aaSopenharmony_ci
21505f9996aaSopenharmony_ciUML_LIMIT_NUM_FIELDS   = 10
21515f9996aaSopenharmony_ci
21525f9996aaSopenharmony_ci# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
21535f9996aaSopenharmony_ci# collaboration graphs will show the relations between templates and their
21545f9996aaSopenharmony_ci# instances.
21555f9996aaSopenharmony_ci# The default value is: NO.
21565f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21575f9996aaSopenharmony_ci
21585f9996aaSopenharmony_ciTEMPLATE_RELATIONS     = NO
21595f9996aaSopenharmony_ci
21605f9996aaSopenharmony_ci# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
21615f9996aaSopenharmony_ci# YES then doxygen will generate a graph for each documented file showing the
21625f9996aaSopenharmony_ci# direct and indirect include dependencies of the file with other documented
21635f9996aaSopenharmony_ci# files.
21645f9996aaSopenharmony_ci# The default value is: YES.
21655f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21665f9996aaSopenharmony_ci
21675f9996aaSopenharmony_ciINCLUDE_GRAPH          = YES
21685f9996aaSopenharmony_ci
21695f9996aaSopenharmony_ci# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
21705f9996aaSopenharmony_ci# set to YES then doxygen will generate a graph for each documented file showing
21715f9996aaSopenharmony_ci# the direct and indirect include dependencies of the file with other documented
21725f9996aaSopenharmony_ci# files.
21735f9996aaSopenharmony_ci# The default value is: YES.
21745f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21755f9996aaSopenharmony_ci
21765f9996aaSopenharmony_ciINCLUDED_BY_GRAPH      = YES
21775f9996aaSopenharmony_ci
21785f9996aaSopenharmony_ci# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
21795f9996aaSopenharmony_ci# dependency graph for every global function or class method.
21805f9996aaSopenharmony_ci#
21815f9996aaSopenharmony_ci# Note that enabling this option will significantly increase the time of a run.
21825f9996aaSopenharmony_ci# So in most cases it will be better to enable call graphs for selected
21835f9996aaSopenharmony_ci# functions only using the \callgraph command.
21845f9996aaSopenharmony_ci# The default value is: NO.
21855f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21865f9996aaSopenharmony_ci
21875f9996aaSopenharmony_ciCALL_GRAPH             = NO
21885f9996aaSopenharmony_ci
21895f9996aaSopenharmony_ci# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
21905f9996aaSopenharmony_ci# dependency graph for every global function or class method.
21915f9996aaSopenharmony_ci#
21925f9996aaSopenharmony_ci# Note that enabling this option will significantly increase the time of a run.
21935f9996aaSopenharmony_ci# So in most cases it will be better to enable caller graphs for selected
21945f9996aaSopenharmony_ci# functions only using the \callergraph command.
21955f9996aaSopenharmony_ci# The default value is: NO.
21965f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
21975f9996aaSopenharmony_ci
21985f9996aaSopenharmony_ciCALLER_GRAPH           = NO
21995f9996aaSopenharmony_ci
22005f9996aaSopenharmony_ci# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
22015f9996aaSopenharmony_ci# hierarchy of all classes instead of a textual one.
22025f9996aaSopenharmony_ci# The default value is: YES.
22035f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
22045f9996aaSopenharmony_ci
22055f9996aaSopenharmony_ciGRAPHICAL_HIERARCHY    = YES
22065f9996aaSopenharmony_ci
22075f9996aaSopenharmony_ci# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
22085f9996aaSopenharmony_ci# dependencies a directory has on other directories in a graphical way. The
22095f9996aaSopenharmony_ci# dependency relations are determined by the #include relations between the
22105f9996aaSopenharmony_ci# files in the directories.
22115f9996aaSopenharmony_ci# The default value is: YES.
22125f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
22135f9996aaSopenharmony_ci
22145f9996aaSopenharmony_ciDIRECTORY_GRAPH        = YES
22155f9996aaSopenharmony_ci
22165f9996aaSopenharmony_ci# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
22175f9996aaSopenharmony_ci# generated by dot.
22185f9996aaSopenharmony_ci# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
22195f9996aaSopenharmony_ci# to make the SVG files visible in IE 9+ (other browsers do not have this
22205f9996aaSopenharmony_ci# requirement).
22215f9996aaSopenharmony_ci# Possible values are: png, jpg, gif and svg.
22225f9996aaSopenharmony_ci# The default value is: png.
22235f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
22245f9996aaSopenharmony_ci
22255f9996aaSopenharmony_ciDOT_IMAGE_FORMAT       = png
22265f9996aaSopenharmony_ci
22275f9996aaSopenharmony_ci# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
22285f9996aaSopenharmony_ci# enable generation of interactive SVG images that allow zooming and panning.
22295f9996aaSopenharmony_ci#
22305f9996aaSopenharmony_ci# Note that this requires a modern browser other than Internet Explorer. Tested
22315f9996aaSopenharmony_ci# and working are Firefox, Chrome, Safari, and Opera.
22325f9996aaSopenharmony_ci# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
22335f9996aaSopenharmony_ci# the SVG files visible. Older versions of IE do not have SVG support.
22345f9996aaSopenharmony_ci# The default value is: NO.
22355f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
22365f9996aaSopenharmony_ci
22375f9996aaSopenharmony_ciINTERACTIVE_SVG        = NO
22385f9996aaSopenharmony_ci
22395f9996aaSopenharmony_ci# The DOT_PATH tag can be used to specify the path where the dot tool can be
22405f9996aaSopenharmony_ci# found. If left blank, it is assumed the dot tool can be found in the path.
22415f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
22425f9996aaSopenharmony_ci
22435f9996aaSopenharmony_ciDOT_PATH               =
22445f9996aaSopenharmony_ci
22455f9996aaSopenharmony_ci# The DOTFILE_DIRS tag can be used to specify one or more directories that
22465f9996aaSopenharmony_ci# contain dot files that are included in the documentation (see the \dotfile
22475f9996aaSopenharmony_ci# command).
22485f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
22495f9996aaSopenharmony_ci
22505f9996aaSopenharmony_ciDOTFILE_DIRS           =
22515f9996aaSopenharmony_ci
22525f9996aaSopenharmony_ci# The MSCFILE_DIRS tag can be used to specify one or more directories that
22535f9996aaSopenharmony_ci# contain msc files that are included in the documentation (see the \mscfile
22545f9996aaSopenharmony_ci# command).
22555f9996aaSopenharmony_ci
22565f9996aaSopenharmony_ciMSCFILE_DIRS           =
22575f9996aaSopenharmony_ci
22585f9996aaSopenharmony_ci# The DIAFILE_DIRS tag can be used to specify one or more directories that
22595f9996aaSopenharmony_ci# contain dia files that are included in the documentation (see the \diafile
22605f9996aaSopenharmony_ci# command).
22615f9996aaSopenharmony_ci
22625f9996aaSopenharmony_ciDIAFILE_DIRS           =
22635f9996aaSopenharmony_ci
22645f9996aaSopenharmony_ci# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
22655f9996aaSopenharmony_ci# that will be shown in the graph. If the number of nodes in a graph becomes
22665f9996aaSopenharmony_ci# larger than this value, doxygen will truncate the graph, which is visualized
22675f9996aaSopenharmony_ci# by representing a node as a red box. Note that doxygen if the number of direct
22685f9996aaSopenharmony_ci# children of the root node in a graph is already larger than
22695f9996aaSopenharmony_ci# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
22705f9996aaSopenharmony_ci# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
22715f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 10000, default value: 50.
22725f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
22735f9996aaSopenharmony_ci
22745f9996aaSopenharmony_ciDOT_GRAPH_MAX_NODES    = 50
22755f9996aaSopenharmony_ci
22765f9996aaSopenharmony_ci# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
22775f9996aaSopenharmony_ci# generated by dot. A depth value of 3 means that only nodes reachable from the
22785f9996aaSopenharmony_ci# root by following a path via at most 3 edges will be shown. Nodes that lay
22795f9996aaSopenharmony_ci# further from the root node will be omitted. Note that setting this option to 1
22805f9996aaSopenharmony_ci# or 2 may greatly reduce the computation time needed for large code bases. Also
22815f9996aaSopenharmony_ci# note that the size of a graph can be further restricted by
22825f9996aaSopenharmony_ci# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
22835f9996aaSopenharmony_ci# Minimum value: 0, maximum value: 1000, default value: 0.
22845f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
22855f9996aaSopenharmony_ci
22865f9996aaSopenharmony_ciMAX_DOT_GRAPH_DEPTH    = 0
22875f9996aaSopenharmony_ci
22885f9996aaSopenharmony_ci# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
22895f9996aaSopenharmony_ci# background. This is disabled by default, because dot on Windows does not seem
22905f9996aaSopenharmony_ci# to support this out of the box.
22915f9996aaSopenharmony_ci#
22925f9996aaSopenharmony_ci# Warning: Depending on the platform used, enabling this option may lead to
22935f9996aaSopenharmony_ci# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
22945f9996aaSopenharmony_ci# read).
22955f9996aaSopenharmony_ci# The default value is: NO.
22965f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
22975f9996aaSopenharmony_ci
22985f9996aaSopenharmony_ciDOT_TRANSPARENT        = NO
22995f9996aaSopenharmony_ci
23005f9996aaSopenharmony_ci# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
23015f9996aaSopenharmony_ci# files in one run (i.e. multiple -o and -T options on the command line). This
23025f9996aaSopenharmony_ci# makes dot run faster, but since only newer versions of dot (>1.8.10) support
23035f9996aaSopenharmony_ci# this, this feature is disabled by default.
23045f9996aaSopenharmony_ci# The default value is: NO.
23055f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
23065f9996aaSopenharmony_ci
23075f9996aaSopenharmony_ciDOT_MULTI_TARGETS      = YES
23085f9996aaSopenharmony_ci
23095f9996aaSopenharmony_ci# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
23105f9996aaSopenharmony_ci# explaining the meaning of the various boxes and arrows in the dot generated
23115f9996aaSopenharmony_ci# graphs.
23125f9996aaSopenharmony_ci# The default value is: YES.
23135f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
23145f9996aaSopenharmony_ci
23155f9996aaSopenharmony_ciGENERATE_LEGEND        = YES
23165f9996aaSopenharmony_ci
23175f9996aaSopenharmony_ci# If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
23185f9996aaSopenharmony_ci# files that are used to generate the various graphs.
23195f9996aaSopenharmony_ci# The default value is: YES.
23205f9996aaSopenharmony_ci# This tag requires that the tag HAVE_DOT is set to YES.
23215f9996aaSopenharmony_ci
23225f9996aaSopenharmony_ciDOT_CLEANUP            = YES
2323