Lines Matching +full:c +full:- +full:cpp
1 #-------------------------------------------------------------------------------
2 # Copyright (c) 2018-2020, Arm Limited. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
6 #-------------------------------------------------------------------------------
23 #---------------------------------------------------------------------------
25 #---------------------------------------------------------------------------
28 # that follow. The default is UTF-8 which is also the encoding used for all text
32 # The default value is: UTF-8.
34 DOXYFILE_ENCODING = UTF-8
37 # double-quotes, unless you are using Doxywizard) that should identify the
42 PROJECT_NAME = "TF-M Reference Manual"
54 PROJECT_BRIEF = Trusted Firmware-M
61 PROJECT_LOGO = doxygen/TrustedFirmware-Logo_icon.png
70 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
80 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
81 # characters to appear in the names of generated files. If set to NO, non-ASCII
92 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
94 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
95 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
97 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
119 # This tag implements a quasi-intelligent brief description abbreviator that is
123 # text. Otherwise, the brief description is used as-is. If left blank, the
162 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
163 # Stripping is only done if one of the specified strings matches the left-hand
174 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
179 # using the -I flag.
185 # support long names like on DOS, Mac, or CD-ROM.
191 # first line (until the first dot) of a Javadoc-style comment as the brief
192 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
200 # line (until the first dot) of a Qt-style comment as the brief description. If
201 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
208 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
210 # to treat a multi-line C++ comment block as a detailed description. Set this
220 # documentation from any documented member that it re-implements.
244 # documentation, which will result in a user-defined paragraph with heading
250 # This tag can be used to specify a number of word-keyword mappings (TCL only).
256 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
257 # only. Doxygen will then generate output that is more tailored for C. For
286 # extension. Doxygen has a built-in mapping, but you can override or extend it
289 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
294 # and .f files as C (default is Fortran), use: inc=Fortran f=C.
301 EXTENSION_MAPPING = inc=C
303 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
313 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
340 # If you use Microsoft's C++/CLI language, you should set this option to YES to
348 # will parse them like normal C++ but will assume all classes use public instead
414 # useful for C code in case the coding convention dictates that all compound
423 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
433 #---------------------------------------------------------------------------
435 #---------------------------------------------------------------------------
473 # This flag is only useful for Objective-C code. If set to YES, local methods,
528 # names in lower-case letters. If set to YES, upper-case letters are also
610 # fully-qualified names, including namespaces. If set to NO, the class list will
695 # popen()) the command command input-file, where command is the value of the
696 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
705 # that represents doxygen's defaults, run doxygen with the -l option. You can
725 #---------------------------------------------------------------------------
727 #---------------------------------------------------------------------------
790 #---------------------------------------------------------------------------
792 #---------------------------------------------------------------------------
795 # documented source files. You may enter file names like myfile.cpp or
807 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
811 # The default value is: UTF-8.
813 INPUT_ENCODING = UTF-8
816 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
817 # *.h) to filter out the source-files in the directories.
823 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
824 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
829 FILE_PATTERNS = *.c \
885 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
886 # *.h) to filter out the source-files in the directories. If left blank all
908 # <filter> <input-file>
910 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
928 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
960 #---------------------------------------------------------------------------
962 #---------------------------------------------------------------------------
965 # generated. Documented entities will be cross-referenced with these sources.
980 # special comment blocks from generated source code fragments. Normal C, C++ and
1017 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1023 # - Install the latest version of global
1024 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
1025 # - Make sure the INPUT points to the root of the source tree
1026 # - Run doxygen as normal
1049 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1052 # generated with the -Duse-libclang=ON option for CMake.
1065 #---------------------------------------------------------------------------
1067 #---------------------------------------------------------------------------
1091 #---------------------------------------------------------------------------
1093 #---------------------------------------------------------------------------
1115 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1123 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1135 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1145 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1146 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1157 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1175 # files will be copied as-is; there are no commands or markers available.
1263 # set bundle. This should be a reverse domain-name style string, e.g.
1271 # the documentation publisher. This should be a reverse domain-name style
1287 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1310 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1363 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1371 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1380 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1388 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1396 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1402 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1439 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1441 # value is set to YES, a side panel will be generated containing a tree-like
1446 # further fine-tune the look of the index. As an example, the default style
1502 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1514 # Possible values are: HTML-CSS (which is slower, but has the best
1516 # The default value is: HTML-CSS.
1519 MATHJAX_FORMAT = HTML-CSS
1635 #---------------------------------------------------------------------------
1637 #---------------------------------------------------------------------------
1705 # Note: Only use a user-defined header if you know what you are doing! The
1721 # Note: Only use a user-defined footer if you know what you are doing!
1726 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1739 # directory. Note that the files will be copied as-is; there are no commands or
1804 #---------------------------------------------------------------------------
1806 #---------------------------------------------------------------------------
1855 # using doxygen -e rtf extensionFile.
1870 #---------------------------------------------------------------------------
1872 #---------------------------------------------------------------------------
1914 #---------------------------------------------------------------------------
1916 #---------------------------------------------------------------------------
1933 # listings (including syntax highlighting and cross-referencing information) to
1941 #---------------------------------------------------------------------------
1943 #---------------------------------------------------------------------------
1960 # program listings (including syntax highlighting and cross-referencing
1968 #---------------------------------------------------------------------------
1970 #---------------------------------------------------------------------------
1980 #---------------------------------------------------------------------------
1982 #---------------------------------------------------------------------------
2018 #---------------------------------------------------------------------------
2020 #---------------------------------------------------------------------------
2023 # C-preprocessor directives found in the sources and include files.
2060 # patterns (like *.h and *.hpp) to filter out the header-files in the
2069 # defined before the preprocessor is started (similar to the -D option of e.g.
2089 # remove all references to function-like macros that are alone on a line, have
2091 # are typically used for boiler-plate code, and will confuse the parser if not
2098 #---------------------------------------------------------------------------
2100 #---------------------------------------------------------------------------
2150 #---------------------------------------------------------------------------
2152 #---------------------------------------------------------------------------
2433 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2441 # files in one run (i.e. multiple -o and -T options on the command line). This