Lines Matching +full:files +full:- +full:exclude

20 # doxygen -x [configFile]
24 # doxygen -x_noenv [configFile]
26 #---------------------------------------------------------------------------
28 #---------------------------------------------------------------------------
31 # file that follow. The default is UTF-8 which is also the encoding used for all
35 # The default value is: UTF-8.
37 DOXYFILE_ENCODING = UTF-8
40 # double-quotes, unless you are using Doxywizard) that should identify the
80 # sub-directories (in 2 levels) under the output directory of each output format
81 # and will distribute the generated files over these directories. Enabling this
82 # option can be useful when feeding Doxygen a huge amount of source files, where
83 # putting all generated files in the same directory would otherwise causes
85 # control the number of sub-directories.
90 # Controls the number of sub-directories that will be created when
94 # sub-directories are organized in 2 levels, the first level always has a fixed
101 # If the ALLOW_UNICODE_NAMES tag is set to YES, Doxygen will allow non-ASCII
102 # characters to appear in the names of generated files. If set to NO, non-ASCII
113 # Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English
115 # Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with
116 # English messages), Korean, Korean-en (Korean with English messages), Latvian,
118 # Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish,
140 # This tag implements a quasi-intelligent brief description abbreviator that is
144 # text. Otherwise, the brief description is used as-is. If left blank, the
167 # before files name in the file list and in the header files. If set to NO the
173 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
174 # Stripping is only done if one of the specified strings matches the left-hand
185 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
190 # using the -I flag.
196 # support long names like on DOS, Mac, or CD-ROM.
202 # first line (until the first dot) of a Javadoc-style comment as the brief
203 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
213 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
214 # Javadoc-style will behave just like regular comments and it will not be
221 # line (until the first dot) of a Qt-style comment as the brief description. If
222 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
229 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
231 # to treat a multi-line C++ comment block as a detailed description. Set this
249 # documentation from any documented member that it re-implements.
273 # documentation, which will result in a user-defined paragraph with heading
283 "req{1}=\ref ZEPH_\1 \"ZEPH-\1\"" \
292 "no_wait=\qualifier no-wait" \
293 "isr_ok=\qualifier isr-ok" \
294 "pre_kernel_ok=\qualifier pre-kernel-ok" \
296 …"atomic_api=As for all atomic APIs, includes a full/sequentially-consistent memory barrier (where …
335 # Doxygen selects the parser to use depending on the extension of the files it
337 # extension. Doxygen has a built-in mapping, but you can override or extend it
340 # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
344 # default for Fortran type files). For instance to make Doxygen treat .inc files
345 # as Fortran files (default is PHP), and .f files as C (default is Fortran),
348 # Note: For files without extension you can use no_extension as a placeholder.
351 # the files are not read by Doxygen. When specifying no_extension you should add
358 # If the MARKDOWN_SUPPORT tag is enabled then Doxygen pre-processes all comments
368 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
382 # with any whitespace replaced by '-' and punctuation characters removed.
489 # code, Doxygen keeps a cache of pre-resolved symbols. If the cache is too small
520 #---------------------------------------------------------------------------
522 #---------------------------------------------------------------------------
559 # locally in source files will be included in the documentation. If set to NO,
560 # only classes defined in header files are included. Does not have any effect
566 # This flag is only useful for Objective-C code. If set to YES, local methods,
591 # undocumented members inside documented classes or files. If set to NO these
630 # filesystem is case sensitive (i.e. it supports files in the same directory
632 # deal with such files in case they appear in the input. For filesystems that
634 # output files written for symbols that only differ in casing, such as for two
636 # references to files without having to specify the exact matching casing. On
666 # the files that are included by a file in the documentation of that file.
679 # files with double quotes in the documentation rather than with sharp brackets.
725 # fully-qualified names, including namespaces. If set to NO, the class list will
786 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
788 # list will mention the files that were used to generate the documentation.
793 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
794 # will remove the Files entry from the Quick Index and from the Folder Tree View
810 # popen()) the command command input-file, where command is the value of the
811 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
819 # output files in an output format independent way. To create the layout file
820 # that represents Doxygen's defaults, run Doxygen with the -l option. You can
831 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
832 # the reference definitions. This must be a list of .bib files. The .bib
848 # higher, when running Doxygen from Doxywizard, because in this case any user-
857 #---------------------------------------------------------------------------
859 #---------------------------------------------------------------------------
920 # at the end of the Doxygen process Doxygen will return with a non-zero status.
926 # the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case
957 # warning and error messages are written to standard error. When as file - is
963 #---------------------------------------------------------------------------
964 # Configuration options related to the input files
965 #---------------------------------------------------------------------------
967 # The INPUT tag is used to specify the files and/or directories that contain
968 # documented source files. You may enter file names like myfile.cpp or
969 # directories like /usr/src/myproject. Separate the files or directories with
984 # This tag can be used to specify the character encoding of the source files
985 # that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
990 # The default value is: UTF-8.
992 INPUT_ENCODING = UTF-8
994 # This tag can be used to specify the character encoding of the source files
999 # form: pattern=encoding (like *.php=ISO-8859-1).
1006 # *.h) to filter out the source-files in the directories.
1009 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
1028 # be searched for input files as well.
1033 # The EXCLUDE tag can be used to specify files and/or directories that should be
1034 # excluded from the INPUT source files. This way you can easily exclude a
1040 EXCLUDE = @ZEPHYR_BASE@/include/zephyr/portability/cmsis_os.h \
1043 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
1051 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
1052 # certain files from those directories.
1055 # exclude all test directories for example use the pattern */test/*
1070 # The EXAMPLE_PATH tag can be used to specify one or more files or directories
1078 # *.h) to filter out the source-files in the directories. If left blank all
1079 # files are included.
1084 # searched for input files to be used with the \include or \dontinclude commands
1090 # The IMAGE_PATH tag can be used to specify one or more files or directories
1100 # <filter> <input-file>
1102 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1117 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
1130 # need to set EXTENSION_MAPPING for the extension otherwise the files are not
1136 # INPUT_FILTER) will also be used to filter the input files that are used for
1137 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
1166 #---------------------------------------------------------------------------
1168 #---------------------------------------------------------------------------
1170 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
1171 # generated. Documented entities will be cross-referenced with these sources.
1180 # multi-line macros, enums or list initialized variables directly into the
1216 # will make the HTML file larger and loading of large files a bit slower, you
1224 # point to the HTML generated by the htags(1) tool instead of Doxygen built-in
1230 # - Install the latest version of global
1231 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1232 # - Make sure the INPUT points to the root of the source tree
1233 # - Run doxygen as normal
1257 # which Doxygen's built-in parser lacks the necessary type information.
1259 # generated with the -Duse_libclang=ON option for CMake.
1274 # the include paths will already be set by Doxygen for the files and directories
1284 # options used when the source files were built. This is equivalent to
1285 # specifying the -p option to a clang tool, such as clang-check. These options
1289 # generated with the -Duse_libclang=ON option for CMake.
1293 #---------------------------------------------------------------------------
1295 #---------------------------------------------------------------------------
1313 #---------------------------------------------------------------------------
1315 #---------------------------------------------------------------------------
1337 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1345 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1357 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1367 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1368 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1379 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1384 # Doxygen will copy the style sheet files to the output directory.
1385 # Note: The order of the extra style sheet files is of importance (e.g. the last
1395 HTML_EXTRA_STYLESHEET = @ZEPHYR_BASE@/doc/_doxygen/doxygen-awesome.css \
1396 @ZEPHYR_BASE@/doc/_doxygen/doxygen-awesome-sidebar-only.css \
1397 … @ZEPHYR_BASE@/doc/_doxygen/doxygen-awesome-sidebar-only-darkmode-toggle.css \
1398 @ZEPHYR_BASE@/doc/_doxygen/doxygen-awesome-zephyr.css
1401 # other source files which should be copied to the HTML output directory. Note
1402 # that these files will be copied to the base HTML output directory. Use the
1403 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
1404 # files. In the HTML_STYLESHEET file, use the file name only. Also note that the
1405 # files will be copied as-is; there are no commands or markers available.
1408 HTML_EXTRA_FILES = @ZEPHYR_BASE@/doc/_doxygen/doxygen-awesome-darkmode-toggle.js \
1409 @ZEPHYR_BASE@/doc/_doxygen/doxygen-awesome-zephyr.js
1426 # this color. Hue is specified as an angle on a color-wheel, see
1436 # in the HTML output. For a value of 0 the output will use gray-scales only. A
1484 # https://www.w3.org/TR/secure-contexts/), i.e. using the https: or file:
1513 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1544 # set bundle. This should be a reverse domain-name style string, e.g.
1552 # the documentation publisher. This should be a reverse domain-name style
1566 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The
1573 # ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe).
1577 # files are now used as the Windows 98 help format, and will replace the old
1579 # HTML files also contain an index, a table of contents, and you can search for
1581 # compressed HTML files.
1595 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1659 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1668 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1677 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1685 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1692 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1698 # including file name) of Qt's qhelpgenerator. If non-empty Doxygen will try to
1704 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1705 # generated, together with the HTML files, they form an Eclipse help plugin. To
1707 # Eclipse, the contents of the directory containing the HTML and XML files needs
1717 # the directory name containing the HTML and XML files should also have this
1735 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1737 # value is set to YES, a side panel will be generated containing a tree-like
1742 # further fine tune the look of the index (see "Fine-tuning the output"). As an
1788 # external symbols imported via tag files in a separate window.
1829 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1852 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1855 # Possible values are: HTML-CSS (which is slower, but has the best
1860 # translated into HTML-CSS) and SVG.
1861 # The default value is: HTML-CSS.
1864 MATHJAX_FORMAT = HTML-CSS
1874 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1875 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1883 # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
1895 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1989 #---------------------------------------------------------------------------
1991 #---------------------------------------------------------------------------
2067 # The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
2071 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
2075 # Note: Only use a user-defined header if you know what you are doing!
2084 # The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
2090 # normally uses. Note: Only use a user-defined footer if you know what you are
2096 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
2099 # will copy the style sheet files to the output directory.
2100 # Note: The order of the extra style sheet files is of importance (e.g. the last
2108 # other source files which should be copied to the LATEX_OUTPUT output
2109 # directory. Note that the files will be copied as-is; there are no commands or
2126 # files. Set this option to YES, to get a higher quality PDF documentation.
2137 # hit at every error; missing files that TeX tries to input or request from
2141 # SCROLL In scroll mode, TeX will stop only for missing files to input or if
2172 #---------------------------------------------------------------------------
2174 #---------------------------------------------------------------------------
2223 # generated using doxygen -e rtf extensionFile.
2229 # other source files which should be copied to the RTF_OUTPUT output directory.
2230 # Note that the files will be copied as-is; there are no commands or markers
2236 #---------------------------------------------------------------------------
2238 #---------------------------------------------------------------------------
2241 # classes and files.
2273 # man page(s). These additional files only source the real man page, but without
2280 #---------------------------------------------------------------------------
2282 #---------------------------------------------------------------------------
2299 # listings (including syntax highlighting and cross-referencing information) to
2314 #---------------------------------------------------------------------------
2316 #---------------------------------------------------------------------------
2318 # If the GENERATE_DOCBOOK tag is set to YES, Doxygen will generate Docbook files
2332 #---------------------------------------------------------------------------
2334 #---------------------------------------------------------------------------
2344 #---------------------------------------------------------------------------
2346 #---------------------------------------------------------------------------
2370 #---------------------------------------------------------------------------
2372 #---------------------------------------------------------------------------
2402 # so different doxyrules.make files included by the same Makefile don't
2408 #---------------------------------------------------------------------------
2410 #---------------------------------------------------------------------------
2413 # C-preprocessor directives found in the sources and include files.
2435 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
2443 # contain include files that are not input files but should be processed by the
2451 # patterns (like *.h and *.hpp) to filter out the header-files in the
2459 # defined before the preprocessor is started (similar to the -D option of e.g.
2540 # remove all references to function-like macros that are alone on a line, have
2542 # are typically used for boiler-plate code, and will confuse the parser if not
2549 #---------------------------------------------------------------------------
2551 #---------------------------------------------------------------------------
2553 # The TAGFILES tag can be used to specify one or more tag files. For each tag
2557 # Adding location for the tag files is done as follows:
2561 # of tag files.
2569 # tag file that is based on the input files it reads. See section "Linking to
2570 # external documentation" for more information about the usage of tag files.
2595 #---------------------------------------------------------------------------
2597 #---------------------------------------------------------------------------
2625 # subgraphs. When you want a differently looking font in the dot files that
2665 # CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used.
2754 # files. Explicit enabling an include graph, when INCLUDE_GRAPH is set to NO,
2765 # files. Explicit enabling an included by graph, when INCLUDED_BY_GRAPH is set
2808 # files in the directories. Explicit enabling a directory graph, when
2829 # to make the SVG files visible in IE 9+ (other browsers do not have this
2845 # the SVG files visible. Older versions of IE do not have SVG support.
2858 # contain dot files that are included in the documentation (see the \dotfile
2872 # contain dia files that are included in the documentation (see the \diafile
2890 # When using PlantUML, the specified paths are searched for files specified by
2920 # files in one run (i.e. multiple -o and -T options on the command line). This
2939 # files that are used to generate the various graphs.
2941 # Note: This setting is not only used for dot files but also for msc temporary
2942 # files.
2949 # use a built-in version of mscgen tool to produce the charts. Alternatively,
2951 # specifying prog as the value, Doxygen will call the tool as prog -T
2952 # <outfile_format> -o <outputfile> <inputfile>. The external tool should support
2958 # contain msc files that are included in the documentation (see the \mscfile