Lines Matching refs:file
6 # not use this file except in compliance with the License.
19 # This file describes the settings to be used by the documentation system
33 # Use doxygen to compare the used configuration file with the template
34 # configuration file:
36 # Use doxygen to compare the used configuration file with the template
37 # configuration file without replacing the environment variables or CMake type
46 # file that follow. The default is UTF-8 which is also the encoding used for all
93 # performance problems for the file system. Adapt CREATE_SUBDIRS_LEVEL to
134 # descriptions after the members that are listed in the file and class
155 # the entity):The $name class, The $name widget, The $name file, is, provides,
160 "The $name file" \
186 # before files name in the file list and in the header files. If set to NO the
187 # shortest path that makes the file name unique will be used
194 # part of the path. The tag can be used to show relative paths in the file list.
206 # header file to include in order to use a class. If left blank only the name of
207 # the header file containing the class definition is used. Otherwise one should
214 # less readable) file names. This can be useful is your file systems doesn't
275 # of the file/class/namespace that contains it.
296 # file. When you need a literal { or } or , in the value part of an alias you
344 # using this tag. The format is ext=language, where ext is a file extension, and
360 # Note see also the list of default file extension mappings.
392 # to include (a tag file for) the STL sources as input, then you should set this
462 # the documentation of the scope in which they are defined (i.e. file,
473 # with name TypeT. When disabled the typedef will appear as a member of a file,
513 # class members and static file members will be hidden unless the
539 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
563 # 'anonymous_namespace{file}', where file will be replaced with the base name of
564 # the file that contains the anonymous namespace. By default anonymous namespace
647 # will show which file needs to be included to use the class.
653 # the files that are included by a file in the documentation of that file.
660 # which file to include in order to use the member.
678 # (detailed) documentation of file and class members alphabetically by member
685 # descriptions of file, namespace and class members alphabetically by member
795 # doxygen should invoke to get the current version for each file (typically from
797 # popen()) the command command input-file, where command is the value of the
798 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
799 # by doxygen. Whatever the program writes to standard output is used as the file
804 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
805 # by doxygen. The layout file controls the global structure of the generated
806 # output files in an output format independent way. To create the layout file
808 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
809 # will be used as the name of the layout file. See also section "Changing the
812 # Note that if you run doxygen from a directory containing a file called
898 # can produce. The string should contain the $file, $line, and $text tags, which
899 # will be replaced by the file and line number from which the warning originated
901 # be replaced by the version of the file (if it could be obtained via
904 # The default value is: $file:$line: $text.
906 WARN_FORMAT = "$file:$line: $text"
912 # WARN_LINE_FORMAT = "'vi $file +$line'"
914 # The default value is: at line $line of file $file.
916 WARN_LINE_FORMAT = "at line $line of file $file"
918 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
920 # error (stderr). In case the file specified cannot be opened for writing the
921 # warning and error messages are written to standard error. When as file - is
932 # documented source files. You may enter file names like myfile.cpp or
955 # character encoding on a per file pattern basis. Doxygen will compare the file
971 # Note the list of default checked file patterns might differ from the list of
972 # default file extension mappings.
1046 # directories that are symbolic links (a Unix file system feature) are excluded
1056 # Note that the wildcards are matched against the file with absolute path, so to
1069 # Note that the wildcards are matched against the file with absolute path, so to
1108 # invoke to filter for each input file. Doxygen will invoke the filter program
1111 # <filter> <input-file>
1113 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1114 # name of an input file. Doxygen will then use the output that the filter
1124 # commands (so in case of a Windows batch file always use @echo OFF), should be
1133 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
1134 # basis. Doxygen will compare the file name with each pattern and apply the
1138 # patterns match the file name, INPUT_FILTER is applied.
1153 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
1161 # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
1226 # will make the HTML file larger and loading of large files a bit slower, you
1241 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1256 # verbatim copy of the header file for each class for which an include is
1291 # path to the directory containing a file called compile_commands.json. This
1292 # file is the compilation database (see:
1340 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
1347 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1351 # To get valid HTML the header file that includes any scripts and style sheets
1357 # and then modify the file new_header.html. See also section "Doxygen usage"
1415 # files. In the HTML_STYLESHEET file, use the file name only. Also note that the
1563 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1572 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1583 # The CHM_FILE tag can be used to specify the file name of the resulting .chm
1584 # file. You can add a path in front of the file if the result should not be
1591 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1593 # The file has to be specified with full path.
1598 # The GENERATE_CHI flag controls if a separate .chi index file is generated
1599 # (YES) or that it should be included in the main .chm file (NO).
1606 # and project file content.
1612 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1627 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1636 # the file name of the resulting .qch file. The path specified is relative to
1684 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1685 # run qhelpgenerator on the generated .qhp file.
1872 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
1906 # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
1915 # script for searching. Instead the search results are written to an XML file
1944 # search data is written to a file for indexing by an external tool. With the
1945 # SEARCHDATA_FILE tag the name of this file can be specified.
1946 # The default file is: searchdata.xml.
1960 # projects other than the one defined by this configuration file, but that are
2001 # See also: LATEX_MAKEINDEX_CMD for the part in the generated output file
2003 # The default file is: makeindex.
2011 # Note: This tag is used in the generated output file (.tex).
2052 # and then modify the file new_header.tex. See also section "Doxygen usage" for
2096 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
2105 # specified with LATEX_CMD_NAME to generate the PDF file directly from the LaTeX
2181 # contain hyperlink fields. The RTF file will contain links (just like the HTML
2192 # Load stylesheet definitions from file. Syntax is similar to doxygen's
2193 # configuration file, i.e. a series of assignments. You only have to provide
2203 # similar to doxygen's configuration file. A template extensions file can be
2245 # will generate one additional man file for each entity documented in the real
2257 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
2281 # namespace members in file scope as well, matching the HTML output.
2310 # AutoGen Definitions (see http://autogen.sourceforge.net/) file that captures
2322 # file that captures the structure of the code including all documentation.
2347 # The names of the make variables in the generated doxyrules.make file are
2439 # file the location of the external documentation should be added. The format of
2440 # a tag file without this location is as follows:
2447 # Note: Each tag file must have a unique name (where the name does NOT include
2448 # the path). If a tag file is not located in the directory in which doxygen is
2453 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
2454 # tag file that is based on the input files it reads. See section "Linking to
2632 # YES then doxygen will generate a graph for each documented file showing the
2633 # direct and indirect include dependencies of the file with other documented
2641 # set to YES then doxygen will generate a graph for each documented file showing
2642 # the direct and indirect include dependencies of the file with other documented
2749 # path where java can find the plantuml.jar file or to the filename of jar file
2757 # configuration file for plantuml.