Lines Matching +full:c +full:- +full:cpp
19 # doxygen -x [configFile]
23 # doxygen -x_noenv [configFile]
25 #---------------------------------------------------------------------------
27 #---------------------------------------------------------------------------
30 # file that follow. The default is UTF-8 which is also the encoding used for all
34 # The default value is: UTF-8.
36 DOXYFILE_ENCODING = UTF-8
39 # double-quotes, unless you are using Doxywizard) that should identify the
44 PROJECT_NAME = "CMSIS-RTOS2"
56 PROJECT_BRIEF = "Real-Time Operating System API"
73 # sub-directories (in 2 levels) under the output directory of each output format
78 # control the number of sub-directories.
83 # Controls the number of sub-directories that will be created when
87 # sub-directories are organized in 2 levels, the first level always has a fixed
94 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
95 # characters to appear in the names of generated files. If set to NO, non-ASCII
106 # Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English
108 # Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with
109 # English messages), Korean, Korean-en (Korean with English messages), Latvian,
111 # Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish,
133 # This tag implements a quasi-intelligent brief description abbreviator that is
137 # text. Otherwise, the brief description is used as-is. If left blank, the
176 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
177 # Stripping is only done if one of the specified strings matches the left-hand
188 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
193 # using the -I flag.
199 # support long names like on DOS, Mac, or CD-ROM.
205 # first line (until the first dot) of a Javadoc-style comment as the brief
206 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
216 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
217 # Javadoc-style will behave just like regular comments and it will not be
224 # line (until the first dot) of a Qt-style comment as the brief description. If
225 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
232 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
234 # to treat a multi-line C++ comment block as a detailed description. Set this
252 # documentation from any documented member that it re-implements.
276 # documentation, which will result in a user-defined paragraph with heading
285 ALIASES = "token{1}=<span class=\"XML-Token\">\1</span>" \
292 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
293 # only. Doxygen will then generate output that is more tailored for C. For
330 # extension. Doxygen has a built-in mapping, but you can override or extend it
333 # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
338 # as Fortran files (default is PHP), and .f files as C (default is Fortran),
339 # use: inc=Fortran f=C.
351 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
361 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
388 # If you use Microsoft's C++/CLI language, you should set this option to YES to
396 # will parse them like normal C++ but will assume all classes use public instead
462 # useful for C code in case the coding convention dictates that all compound
471 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
494 #---------------------------------------------------------------------------
496 #---------------------------------------------------------------------------
540 # This flag is only useful for Objective-C code. If set to YES, local methods,
575 # will also hide undocumented C++ concepts if enabled. This option has no effect
699 # fully-qualified names, including namespaces. If set to NO, the class list will
786 # popen()) the command command input-file, where command is the value of the
787 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
796 # that represents doxygen's defaults, run doxygen with the -l option. You can
817 #---------------------------------------------------------------------------
819 #---------------------------------------------------------------------------
880 # at the end of the doxygen process doxygen will return with a non-zero status.
910 # warning and error messages are written to standard error. When as file - is
916 #---------------------------------------------------------------------------
918 #---------------------------------------------------------------------------
921 # documented source files. You may enter file names like myfile.cpp or
948 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
953 # The default value is: UTF-8.
955 INPUT_ENCODING = UTF-8
962 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
968 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
969 # *.h) to filter out the source-files in the directories.
978 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
979 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
981 # *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C
985 FILE_PATTERNS = *.c \
988 *.cpp \
989 *.c++ \
1045 EXCLUDE = system*.c \
1083 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
1084 # *.h) to filter out the source-files in the directories. If left blank all
1106 # <filter> <input-file>
1108 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1131 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
1172 #---------------------------------------------------------------------------
1174 #---------------------------------------------------------------------------
1177 # generated. Documented entities will be cross-referenced with these sources.
1192 # special comment blocks from generated source code fragments. Normal C, C++ and
1229 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1235 # - Install the latest version of global
1236 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1237 # - Make sure the INPUT points to the root of the source tree
1238 # - Run doxygen as normal
1261 # performance. This can be particularly helpful with template rich C++ code for
1262 # which doxygen's built-in parser lacks the necessary type information.
1264 # generated with the -Duse_libclang=ON option for CMake.
1290 # specifying the -p option to a clang tool, such as clang-check. These options
1294 # generated with the -Duse_libclang=ON option for CMake.
1298 #---------------------------------------------------------------------------
1300 #---------------------------------------------------------------------------
1318 #---------------------------------------------------------------------------
1320 #---------------------------------------------------------------------------
1342 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1350 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1362 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1372 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1373 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1384 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1411 # files will be copied as-is; there are no commands or markers available.
1435 # this color. Hue is specified as an angle on a color-wheel, see
1445 # in the HTML output. For a value of 0 the output will use gray-scales only. A
1535 # set bundle. This should be a reverse domain-name style string, e.g.
1543 # the documentation publisher. This should be a reverse domain-name style
1564 # ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe).
1586 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1640 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1649 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1658 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1666 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1673 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1679 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1716 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1718 # value is set to YES, a side panel will be generated containing a tree-like
1723 # further fine tune the look of the index (see "Fine-tuning the output"). As an
1804 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1827 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1830 # Possible values are: HTML-CSS (which is slower, but has the best
1835 # translated into HTML-CSS) and SVG.
1836 # The default value is: HTML-CSS.
1839 MATHJAX_FORMAT = HTML-CSS
1849 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1850 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1858 # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
1870 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1964 #---------------------------------------------------------------------------
1966 #---------------------------------------------------------------------------
2042 # The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
2046 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
2050 # Note: Only use a user-defined header if you know what you are doing!
2059 # The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
2065 # normally uses. Note: Only use a user-defined footer if you know what you are
2071 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
2084 # directory. Note that the files will be copied as-is; there are no commands or
2148 #---------------------------------------------------------------------------
2150 #---------------------------------------------------------------------------
2199 # generated using doxygen -e rtf extensionFile.
2204 #---------------------------------------------------------------------------
2206 #---------------------------------------------------------------------------
2248 #---------------------------------------------------------------------------
2250 #---------------------------------------------------------------------------
2267 # listings (including syntax highlighting and cross-referencing information) to
2282 #---------------------------------------------------------------------------
2284 #---------------------------------------------------------------------------
2300 #---------------------------------------------------------------------------
2302 #---------------------------------------------------------------------------
2312 #---------------------------------------------------------------------------
2314 #---------------------------------------------------------------------------
2350 #---------------------------------------------------------------------------
2352 #---------------------------------------------------------------------------
2355 # C-preprocessor directives found in the sources and include files.
2393 # patterns (like *.h and *.hpp) to filter out the header-files in the
2401 # defined before the preprocessor is started (similar to the -D option of e.g.
2428 # remove all references to function-like macros that are alone on a line, have
2430 # are typically used for boiler-plate code, and will confuse the parser if not
2437 #---------------------------------------------------------------------------
2439 #---------------------------------------------------------------------------
2483 #---------------------------------------------------------------------------
2485 #---------------------------------------------------------------------------
2558 # otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
2794 # files in one run (i.e. multiple -o and -T options on the command line). This