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-Driver"
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>" \
289 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
290 # only. Doxygen will then generate output that is more tailored for C. For
327 # extension. Doxygen has a built-in mapping, but you can override or extend it
330 # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
335 # as Fortran files (default is PHP), and .f files as C (default is Fortran),
336 # use: inc=Fortran f=C.
348 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
358 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
385 # If you use Microsoft's C++/CLI language, you should set this option to YES to
393 # will parse them like normal C++ but will assume all classes use public instead
459 # useful for C code in case the coding convention dictates that all compound
468 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
491 #---------------------------------------------------------------------------
493 #---------------------------------------------------------------------------
537 # This flag is only useful for Objective-C code. If set to YES, local methods,
572 # will also hide undocumented C++ concepts if enabled. This option has no effect
696 # fully-qualified names, including namespaces. If set to NO, the class list will
781 # popen()) the command command input-file, where command is the value of the
782 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
791 # that represents doxygen's defaults, run doxygen with the -l option. You can
812 #---------------------------------------------------------------------------
814 #---------------------------------------------------------------------------
875 # at the end of the doxygen process doxygen will return with a non-zero status.
905 # warning and error messages are written to standard error. When as file - is
911 #---------------------------------------------------------------------------
913 #---------------------------------------------------------------------------
916 # documented source files. You may enter file names like myfile.cpp or
927 src/Driver_Common.c \
929 src/Driver_CAN.c \
931 src/Driver_ETH.c \
933 src/Driver_ETH_MAC.c \
935 src/Driver_ETH_PHY.c \
937 src/Driver_I2C.c \
939 src/Driver_MCI.c \
941 src/Driver_NAND.c \
943 src/Driver_Flash.c \
945 src/Driver_SAI.c \
947 src/Driver_SPI.c \
949 src/Driver_Storage.c \
951 src/Driver_USART.c \
953 src/Driver_USBD.c \
955 src/Driver_USBH.c \
957 src/Driver_USB.c \
959 src/Driver_GPIO.c \
963 src/Driver_WiFi.c
966 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
971 # The default value is: UTF-8.
973 INPUT_ENCODING = UTF-8
980 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
986 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
987 # *.h) to filter out the source-files in the directories.
996 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
997 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
999 # *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C
1003 FILE_PATTERNS = *.c \
1006 *.cpp \
1007 *.c++ \
1100 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
1101 # *.h) to filter out the source-files in the directories. If left blank all
1123 # <filter> <input-file>
1125 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1148 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
1189 #---------------------------------------------------------------------------
1191 #---------------------------------------------------------------------------
1194 # generated. Documented entities will be cross-referenced with these sources.
1209 # special comment blocks from generated source code fragments. Normal C, C++ and
1246 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1252 # - Install the latest version of global
1253 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1254 # - Make sure the INPUT points to the root of the source tree
1255 # - Run doxygen as normal
1278 # performance. This can be particularly helpful with template rich C++ code for
1279 # which doxygen's built-in parser lacks the necessary type information.
1281 # generated with the -Duse_libclang=ON option for CMake.
1307 # specifying the -p option to a clang tool, such as clang-check. These options
1311 # generated with the -Duse_libclang=ON option for CMake.
1315 #---------------------------------------------------------------------------
1317 #---------------------------------------------------------------------------
1335 #---------------------------------------------------------------------------
1337 #---------------------------------------------------------------------------
1359 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1367 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1379 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1389 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1390 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1401 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1428 # files will be copied as-is; there are no commands or markers available.
1452 # this color. Hue is specified as an angle on a color-wheel, see
1462 # in the HTML output. For a value of 0 the output will use gray-scales only. A
1552 # set bundle. This should be a reverse domain-name style string, e.g.
1560 # the documentation publisher. This should be a reverse domain-name style
1581 # ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe).
1603 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1657 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1666 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1675 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1683 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1690 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1696 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1733 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1735 # value is set to YES, a side panel will be generated containing a tree-like
1740 # further fine tune the look of the index (see "Fine-tuning the output"). As an
1821 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1844 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1847 # Possible values are: HTML-CSS (which is slower, but has the best
1852 # translated into HTML-CSS) and SVG.
1853 # The default value is: HTML-CSS.
1856 MATHJAX_FORMAT = HTML-CSS
1866 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1867 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1875 # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
1887 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1981 #---------------------------------------------------------------------------
1983 #---------------------------------------------------------------------------
2059 # The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
2063 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
2067 # Note: Only use a user-defined header if you know what you are doing!
2076 # The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
2082 # normally uses. Note: Only use a user-defined footer if you know what you are
2088 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
2101 # directory. Note that the files will be copied as-is; there are no commands or
2165 #---------------------------------------------------------------------------
2167 #---------------------------------------------------------------------------
2216 # generated using doxygen -e rtf extensionFile.
2221 #---------------------------------------------------------------------------
2223 #---------------------------------------------------------------------------
2265 #---------------------------------------------------------------------------
2267 #---------------------------------------------------------------------------
2284 # listings (including syntax highlighting and cross-referencing information) to
2299 #---------------------------------------------------------------------------
2301 #---------------------------------------------------------------------------
2317 #---------------------------------------------------------------------------
2319 #---------------------------------------------------------------------------
2329 #---------------------------------------------------------------------------
2331 #---------------------------------------------------------------------------
2367 #---------------------------------------------------------------------------
2369 #---------------------------------------------------------------------------
2372 # C-preprocessor directives found in the sources and include files.
2410 # patterns (like *.h and *.hpp) to filter out the header-files in the
2418 # defined before the preprocessor is started (similar to the -D option of e.g.
2437 # remove all references to function-like macros that are alone on a line, have
2439 # are typically used for boiler-plate code, and will confuse the parser if not
2446 #---------------------------------------------------------------------------
2448 #---------------------------------------------------------------------------
2492 #---------------------------------------------------------------------------
2494 #---------------------------------------------------------------------------
2567 # otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
2804 # files in one run (i.e. multiple -o and -T options on the command line). This