Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
6 # All text after a double hash (##) is considered a comment and is placed in
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
31 # project for which the documentation is generated. This name is used in the
32 # title of most generated pages and in a few other places.
35 PROJECT_NAME = clang-tools
49 # With the PROJECT_LOGO tag one can specify a logo or icon that is included in
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and
67 # putting all generated files in the same directory would otherwise causes
73 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
75 # information to generate all constant output in the proper language.
77 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
79 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
80 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
82 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
89 # descriptions after the members that are listed in the file and class
104 # This tag implements a quasi-intelligent brief description abbreviator that is
105 # used to form the text in various listings. Each string in this list, if found
108 # text. Otherwise, the brief description is used as-is. If left blank, the
123 # inherited members of a class in the documentation of that class as if those
131 # before files name in the file list and in the header files. If set to NO the
137 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
138 # Stripping is only done if one of the specified strings matches the left-hand
139 # part of the path. The tag can be used to show relative paths in the file list.
149 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
150 # path mentioned in the documentation of a class, which tells the reader which
151 # header file to include in order to use a class. If left blank only the name of
154 # using the -I flag.
160 # support long names like on DOS, Mac, or CD-ROM.
166 # first line (until the first dot) of a Javadoc-style comment as the brief
167 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
175 # line (until the first dot) of a Qt-style comment as the brief description. If
176 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
183 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
185 # to treat a multi-line C++ comment block as a detailed description. Set this
195 # documentation from any documented member that it re-implements.
207 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
208 # uses this value to replace tabs by spaces in code fragments.
213 # This tag can be used to specify a number of aliases that act as commands in
218 # will allow you to put the command \sideeffect (or @sideeffect) in the
219 # documentation, which will result in a user-defined paragraph with heading
220 # "Side Effects:". You can put \n's in the value part of an alias to insert
225 # This tag can be used to specify a number of word-keyword mappings (TCL only).
227 # will allow you to use the command class in the itcl::class meaning.
261 # extension. Doxygen has a built-in mapping, but you can override or extend it
264 # C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
275 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
279 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
287 # be prevented in individual cases by by putting a % sign in front of the word
295 # tag to YES in order to let doxygen match functions declarations and
319 # doxygen to replace the get and set methods by a property in the documentation.
327 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
329 # member in the group (if any) for the other members of the group. By default
345 # are shown inside the group in which they are included (e.g. using \ingroup)
349 # Note that this feature does not work in combination with
356 # with only public data fields or simple typedef fields will be shown inline in
357 # the documentation of the scope in which they are defined (i.e. file,
367 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
370 # useful for C code in case the coding convention dictates that all compound
378 # an expensive process and often the same symbol appears multiple times in the
379 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
389 #---------------------------------------------------------------------------
391 #---------------------------------------------------------------------------
393 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
404 # be included in the documentation.
410 # scope will be included in the documentation.
416 # included in the documentation.
422 # locally in source files will be included in the documentation. If set to NO
423 # only classes defined in header files are included. Does not have any effect
429 # This flag is only useful for Objective-C code. When set to YES local methods,
430 # which are defined in the implementation section but not in the interface are
431 # included in the documentation. If set to NO only methods in the interface are
438 # extracted and appear in the documentation as a namespace called
448 # members will be included in the various overviews, but no documentation
455 # undocumented classes that are normally visible in the class hierarchy. If set
456 # to NO these classes will be included in the various overviews. This option has
464 # included in the documentation.
484 # names in lower-case letters. If set to YES upper-case letters are also
486 # in case and if your file system supports case sensitive file names. Windows
493 # their full class and namespace scopes in the documentation. If set to YES the
500 # the files that are included by a file in the documentation of that file.
507 # which file to include in order to use the member.
513 # files with double quotes in the documentation rather than with sharp brackets.
518 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
526 # name. If set to NO the members will appear in declaration order.
533 # name. If set to NO the members will appear in declaration order. Note that
534 # this will also influence the order of the classes in the class list.
541 # destructors are listed first. If set to NO the constructors will appear in the
553 # appear in their defined order.
559 # fully-qualified names, including namespaces. If set to NO, the class list will
573 # accept a match between prototype and implementation in such cases.
579 # todo list. This list is created by putting \todo commands in the
586 # test list. This list is created by putting \test commands in the
593 # list. This list is created by putting \bug commands in the documentation.
599 # the deprecated list. This list is created by putting \deprecated commands in
612 # initial value of a variable or macro / define can have for it to appear in the
616 # controlled using \showinitializer or \hideinitializer command in the
646 # popen()) the command command input-file, where command is the value of the
647 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
655 # output files in an output format independent way. To create the layout file
656 # that represents doxygen's defaults, run doxygen with the -l option. You can
671 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
677 #---------------------------------------------------------------------------
678 # Configuration options related to warning and progress messages
679 #---------------------------------------------------------------------------
705 # potential errors in the documentation, such as not documenting some parameters
706 # in a documented function, or documenting parameters that don't exist or using
736 #---------------------------------------------------------------------------
738 #---------------------------------------------------------------------------
747 @abs_srcdir@/../change-namespace \
748 @abs_srcdir@/../clang-apply-replacements \
749 @abs_srcdir@/../clang-doc \
750 @abs_srcdir@/../clang-move \
751 @abs_srcdir@/../clang-query \
752 @abs_srcdir@/../clang-reorder-fields \
753 @abs_srcdir@/../clang-tidy \
755 @abs_srcdir@/../clang-include-fixer \
757 @abs_srcdir@/../pp-trace \
758 @abs_srcdir@/../tool-template \
759 @abs_srcdir@/doxygen-mainpage.dox
762 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
766 # The default value is: UTF-8.
768 INPUT_ENCODING = UTF-8
772 # *.h) to filter out the source-files in the directories. If left blank the
831 # *.h) to filter out the source-files in the directories. If left blank all
844 # that contain images that are to be included in the documentation (see the
853 # <filter> <input-file>
855 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
897 #---------------------------------------------------------------------------
899 #---------------------------------------------------------------------------
902 # generated. Documented entities will be cross-referenced with these sources.
904 # Note: To get rid of all source code in the generated output, make sure that
936 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
943 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
954 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
960 # - Install the latest version of global
961 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
962 # - Make sure the INPUT points to the root of the source tree
963 # - Run doxygen as normal
965 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
966 # tools must be available from the command line (i.e. in the search path).
983 #---------------------------------------------------------------------------
985 #---------------------------------------------------------------------------
994 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
1001 # In case all classes in a project start with a common prefix, all classes will
1002 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
1009 #---------------------------------------------------------------------------
1011 #---------------------------------------------------------------------------
1019 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1033 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1041 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1053 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1063 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1064 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1069 # it is more robust and this tag (HTML_STYLESHEET) will in the future become
1075 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
1089 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
1090 # files. In the HTML_STYLESHEET file, use the file name only. Also note that the
1091 # files will be copied as-is; there are no commands or markers available.
1097 # will adjust the colors in the stylesheet and background images according to
1108 # in the HTML output. For a value of 0 the output will use grayscales only. A
1116 # luminance component of the colors in the HTML output. Values below 100
1143 # shown in the various tree structured indices initially; the user can expand
1148 # representing an infinite number of entries and will result in a full expanded
1159 # Makefile in the HTML output directory. Running make will produce the docset in
1160 # that directory and running make install will install the docset in
1178 # set bundle. This should be a reverse domain-name style string, e.g.
1186 # the documentation publisher. This should be a reverse domain-name style
1202 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1208 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
1210 # words in the documentation. The HTML workshop also contains a viewer for
1218 # file. You can add a path in front of the file if the result should not be
1225 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1233 # YES) or that it should be included in the main .chm file ( NO).
1246 # YES) or a normal table of contents ( NO) in the .chm file.
1277 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1285 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1294 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1302 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1310 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1316 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1324 # install this plugin and make it available under the help contents menu in
1346 # it. Since the tabs in the index contain the same information as the navigation
1353 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1355 # value is set to YES, a side panel will be generated containing a tree-like
1360 # further fine-tune the look of the index. As an example, the default style
1371 # doxygen will group on one line in the generated HTML documentation.
1374 # in the overview section.
1381 # to set the initial width (in pixels) of the frame in which the tree is shown.
1388 # external symbols imported via tag files in a separate window.
1394 # Use this tag to change the font size of LaTeX formulas included as images in
1407 # Note that when changing this option you need to delete any form_*.png files in
1417 # installed or if you want to formulas look prettier in the HTML output. When
1428 # Possible values are: HTML-CSS (which is slower, but has the best
1430 # The default value is: HTML-CSS.
1433 MATHJAX_FORMAT = HTML-CSS
1474 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
1477 # to select a filter and <Enter> or <escape> to activate or cancel the filter
1533 # useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
1537 EXTERNAL_SEARCH_ID = clang-tools
1549 #---------------------------------------------------------------------------
1551 #---------------------------------------------------------------------------
1559 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1570 # bitmaps for formulas in the HTML output, but not in the Makefile that is
1586 # trees in general.
1602 # that should be included in the LaTeX output. To get the times font for
1616 # Note: Only use a user-defined header if you know what you are doing! The
1630 # Note: Only use a user-defined footer if you know what you are doing!
1637 # directory. Note that the files will be copied as-is; there are no commands or
1663 # when generating formulas in HTML.
1670 # index chapters (such as File Index, Compound Index, etc.) in the output.
1677 # code with syntax highlighting in the LaTeX output.
1694 #---------------------------------------------------------------------------
1696 #---------------------------------------------------------------------------
1706 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1715 # trees in general.
1743 # Set optional variables used in the generation of an RTF document. Syntax is
1745 # using doxygen -e rtf extensionFile.
1750 #---------------------------------------------------------------------------
1752 #---------------------------------------------------------------------------
1761 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1770 # man pages. In case the manual section does not start with a number, the number
1779 # will generate one additional man file for each entity documented in the real
1787 #---------------------------------------------------------------------------
1789 #---------------------------------------------------------------------------
1798 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1806 # listings (including syntax highlighting and cross-referencing information) to
1814 #---------------------------------------------------------------------------
1816 #---------------------------------------------------------------------------
1825 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1832 #---------------------------------------------------------------------------
1834 #---------------------------------------------------------------------------
1844 #---------------------------------------------------------------------------
1846 #---------------------------------------------------------------------------
1874 # The names of the make variables in the generated doxyrules.make file are
1875 # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
1882 #---------------------------------------------------------------------------
1884 #---------------------------------------------------------------------------
1887 # C-preprocessor directives found in the sources and include files.
1893 # in the source code. If set to NO only conditional compilation will be
1894 # performed. Macro expansion can be done in a controlled way by setting
1909 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1925 # patterns (like *.h and *.hpp) to filter out the header-files in the
1933 # defined before the preprocessor is started (similar to the -D option of e.g.
1944 # macro definition that is found in the sources will be used. Use the PREDEFINED
1946 # definition found in the source code.
1952 # remove all references to function-like macros that are alone on a line, have an
1954 # typically used for boiler-plate code, and will confuse the parser if not
1961 #---------------------------------------------------------------------------
1963 #---------------------------------------------------------------------------
1975 # the path). If a tag file is not located in the directory in which doxygen is
1986 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
1992 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
1999 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
2012 #---------------------------------------------------------------------------
2014 #---------------------------------------------------------------------------
2017 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
2027 # http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
2029 # the mscgen tool resides. If left empty the tool is assumed to be found in the
2034 # You can include diagrams made with dia in doxygen documentation. Doxygen will
2035 # then run dia to produce the diagram and insert it in the documentation. The
2037 # If left empty dia is assumed to be found in the default search path.
2050 # Bell Labs. The other options in this section have no effect if this option is
2057 # to run in parallel. When set to 0 doxygen will base this on the number of
2058 # processors available in the system. You can set it explicitly to a value
2068 # sure dot is able to find the font, which can be done by putting it in a
2076 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2115 # collaboration diagrams in a style similar to the OMG's Unified Modeling
2165 # So in most cases it will be better to enable call graphs for selected
2176 # So in most cases it will be better to enable caller graphs for selected
2191 # dependencies a directory has on other directories in a graphical way. The
2193 # files in the directories.
2201 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2202 # to make the SVG files visible in IE 9+ (other browsers do not have this
2215 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2223 # found. If left blank, it is assumed the dot tool can be found in the path.
2229 # contain dot files that are included in the documentation (see the \dotfile
2236 # contain msc files that are included in the documentation (see the \mscfile
2242 # contain dia files that are included in the documentation (see the \diafile
2248 # that will be shown in the graph. If the number of nodes in a graph becomes
2251 # children of the root node in a graph is already larger than
2276 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2284 # files in one run (i.e. multiple -o and -T options on the command line). This
2293 # explaining the meaning of the various boxes and arrows in the dot generated