Lines Matching refs:to

4 #  Licensed to the Apache Software Foundation (ASF) under one
8 # to you under the Apache License, Version 2.0 (the
14 # Unless required by applicable law or agreed to in writing,
23 # This file describes the settings to be used by the documentation system
50 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
58 # If a relative path is entered, it will be relative to the location
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
72 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
74 # information to generate all constant output in the proper language.
85 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
87 # the file and class documentation (similar to JavaDoc).
88 # Set to NO to disable this.
92 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
94 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
100 # that is used to form the text in various listings. Each string
111 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
117 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
124 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
126 # to NO the shortest path that makes the file name unique will be used.
130 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
131 # can be used to strip a user-defined part of the path. Stripping is
133 # the path. The tag can be used to show relative paths in the file list.
135 # path to strip.
139 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
141 # the reader which header file to include in order to use a class.
144 # are normally passed to the compiler using the -I flag.
148 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
154 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
156 # comment as the brief description. If set to NO, the JavaDoc
162 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
164 # comment as the brief description. If set to NO, the comments
170 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
172 # comments) as a brief description. This used to be the default behaviour.
173 # The new default is to treat a multi-line C++ comment block as a detailed
174 # description. Set this tag to YES if you prefer the old behaviour instead.
178 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
184 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
185 # a new page for each member. If set to NO, the documentation of a member will
190 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
191 # Doxygen uses this value to replace tabs by spaces in code fragments.
195 # This tag can be used to specify a number of aliases that acts
197 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
200 # You can put \n's in the value part of an alias to insert newlines.
204 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
211 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
218 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
224 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
230 # Doxygen selects the parser to use depending on the extension of the files it parses.
231 # With this tag you can assign which parser to use for a given extension.
235 # Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat
242 # to include (a tag file for) the STL sources as input, then you should
243 # set this tag to YES in order to let doxygen match functions declarations and
250 # If you use Microsoft's C++/CLI language, you should set this option to YES to
255 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
261 # For Microsoft's IDL there are propget and propput attributes to indicate getter
262 # and setter methods for a property. Setting this option to YES (the default)
263 # will make doxygen to replace the get and set methods by a property in the
265 # setting a simple type. If this is not the case, or you want to show the
266 # methods anyway, you should set this option to NO.
271 # tag is set to YES, then doxygen will reuse the documentation of the first
277 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
278 # the same type (for instance a group of public functions) to be put as a
279 # subgroup of that type (e.g. under the Public Functions section). Set it to
280 # NO to prevent subgrouping. Alternatively, this can be done per class using
295 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
296 # determine which symbols to keep in memory and which to flush to disk.
297 # When the cache is full, less often used symbols will be written to disk.
298 # For small to medium size projects (<1000 input files) the default value is
300 # doxygen to be busy swapping symbols to and from disk most of the time
307 # corresponding to a cache size of 2^16 = 65536 symbols
315 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
318 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
322 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
327 # If the EXTRACT_STATIC tag is set to YES all static members of a file
332 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
334 # If set to NO only classes defined in header files are included.
338 # This flag is only useful for Objective-C code. When set to YES local
341 # If set to NO (the default) only methods in the interface are included.
345 # If this flag is set to YES, the members of anonymous namespaces will be
353 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
355 # If set to NO (the default) these members will be included in the
361 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
363 # If set to NO (the default) these classes will be included in the various
368 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
370 # If set to NO (the default) these declarations will be included in the
375 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
377 # If set to NO (the default) these blocks will be appended to the
384 # to NO (the default) then the documentation will be excluded.
385 # Set it to YES to include the internal documentation.
389 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
390 # file names in lower-case letters. If set to YES upper-case letters are also
393 # and Mac users are advised to set this option to NO.
397 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
399 # documentation. If set to YES the scope will be hidden.
403 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
409 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
414 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
416 # alphabetically by member name. If set to NO the members will appear in
421 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
423 # by member name. If set to NO (the default) the members will appear in
428 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
429 # hierarchy of group names into alphabetical order. If set to NO (the default)
434 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
435 # sorted by fully-qualified names, including namespaces. If set to
438 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
439 # Note: This option applies only to the class list, not to the
444 # The GENERATE_TODOLIST tag can be used to enable (YES) or
450 # The GENERATE_TESTLIST tag can be used to enable (YES) or
456 # The GENERATE_BUGLIST tag can be used to enable (YES) or
462 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
468 # The ENABLED_SECTIONS tag can be used to enable conditional
474 # the initial value of a variable or define consists of for it to appear in
476 # here it will be hidden. Use a value of 0 to hide initializers completely.
483 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
484 # at the bottom of the documentation of classes and structs. If set to YES the
485 # list will mention the files that were used to generate the documentation.
490 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
495 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
501 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
508 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
509 # doxygen should invoke to get the current version for each file (typically from
513 # provided by doxygen. Whatever the program writes to standard output
518 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by
528 # configuration options related to warning and progress messages
531 # The QUIET tag can be used to turn on/off the messages that are generated
536 # The WARNINGS tag can be used to turn on/off the warning messages that are
542 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
543 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
548 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
555 # This WARN_NO_PARAMDOC option can be abled to get warnings for
557 # or return value. If set to NO (the default) doxygen will only warn about
572 # The WARN_LOGFILE tag can be used to specify a file to which warning
574 # to stderr.
579 # configuration options related to the input files
582 # The INPUT tag can be used to specify the files and/or directories that contain
589 # This tag can be used to specify the character encoding of the source files
598 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
599 # and *.h) to filter out the source-files in the directories. If left
606 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
612 # The EXCLUDE tag can be used to specify files and/or directories that should
625 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
627 # against the file with absolute path, so to exclude all test directories
632 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
640 # The EXAMPLE_PATH tag can be used to specify one or more files or
647 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
648 # and *.h) to filter out the source-files in the directories. If left
653 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
654 # searched for input files to be used with the \include or \dontinclude
660 # The IMAGE_PATH tag can be used to specify one or more files or
666 # The INPUT_FILTER tag can be used to specify a program that doxygen should
667 # invoke to filter for each input file. Doxygen will invoke the filter program
671 # to standard output.
677 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
684 # is applied to all files.
688 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
689 # INPUT_FILTER) will be used to filter the input files when producing source
690 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
695 # configuration options related to source browsing
698 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
701 # VERBATIM_HEADERS is set to NO.
705 # Setting the INLINE_SOURCES tag to YES will include the body
710 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
711 # doxygen to hide any special comment blocks from generated source code
716 # If the REFERENCED_BY_RELATION tag is set to YES
722 # If the REFERENCES_RELATION tag is set to YES
728 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
729 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
731 # link to the source code.
732 # Otherwise they will link to the documentation.
736 # If the USE_HTAGS tag is set to YES then the references to source code
737 # will point to the HTML generated by the htags(1) tool instead of doxygen
744 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
746 # which an include is specified. Set to NO to disable this.
751 # configuration options related to the alphabetical class index
754 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
761 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
768 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
774 # configuration options related to the HTML output
777 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
782 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
788 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
794 # The HTML_HEADER tag can be used to specify a personal HTML header for
800 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
806 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
807 # style sheet that is used by each HTML page. It can be used to
809 # will generate a default style sheet. Note that doxygen will try to copy
810 # the style sheet file to the HTML output directory, so don't put your own
815 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
816 # files or namespaces will be aligned in HTML using tables. If set to
821 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
823 # page has loaded. For this to work a browser that supports
829 # If the GENERATE_DOCSET tag is set to YES, additional index files
841 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
848 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
851 # will append .docset to the name.
855 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
857 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
862 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
863 # be used to specify the file name of the resulting .chm file. You
865 # written to the html output directory.
869 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
870 # be used to specify the location (absolute path including file name) of
871 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
876 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
882 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
883 # is used to encode HtmlHelp index (hhk), content (hhc) and project file
888 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
894 # The TOC_EXPAND flag can be set to YES to add extra items for group members
895 # to the contents of the HTML help documentation and to the tree view.
899 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER
901 # Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated
907 # be used to specify the file name of the resulting .qch file.
908 # The path specified is relative to the HTML output folder.
912 # The QHP_NAMESPACE tag specifies the namespace to use when generating
918 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
924 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add.
930 # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For …
941 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
942 # be used to specify the location of Qt's qhelpgenerator.
943 # If non-empty doxygen will try to run qhelpgenerator on the generated
948 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
954 # This tag can be used to set the number of enum values (range [1..20])
959 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
960 # structure should be generated to display hierarchical information.
961 # If the tag value is set to FRAME, a side panel will be generated
963 # is generated for HTML Help). For this to work a browser that supports
971 # releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE
977 # used to set the initial width (in pixels) of the frame in which the tree
982 # Use this tag to change the font size of Latex formulas included
985 # to manually remove any form_*.png images from the HTML output directory
986 # to force them to be regenerated.
991 # configuration options related to the LaTeX output
994 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
999 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1005 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1010 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1016 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1017 # LaTeX documents. This may be useful for small projects and may help to
1022 # The PAPER_TYPE tag can be used to set the paper type that is used
1028 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1033 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1040 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1041 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1047 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1048 # plain latex in the generated Makefile. Set this option to YES to get a
1053 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1054 # command to the generated LaTeX files. This will instruct LaTeX to keep
1060 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1067 # configuration options related to the RTF output
1070 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1076 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1082 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1083 # RTF documents. This may be useful for small projects and may help to
1088 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1097 # Load stylesheet definitions from file. Syntax is similar to doxygen's
1098 # config file, i.e. a series of assignments. You only have to provide
1099 # replacements, missing definitions are set to their default value.
1104 # Syntax is similar to doxygen's config file.
1109 # configuration options related to the man page output
1112 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1117 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1123 # The MAN_EXTENSION tag determines the extension that is added to
1128 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1132 # would be unable to find the correct page. The default is NO.
1137 # configuration options related to the XML output
1140 # If the GENERATE_XML tag is set to YES Doxygen will
1146 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1152 # The XML_SCHEMA tag can be used to specify an XML schema,
1153 # which can be used by a validating XML parser to check the
1158 # The XML_DTD tag can be used to specify an XML DTD,
1159 # which can be used by a validating XML parser to check the
1164 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1166 # and cross-referencing information) to the XML output. Note that
1175 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1184 # configuration options related to the Perl module output
1187 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1195 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1196 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
1197 # to generate PDF and DVI output from the Perl module output.
1201 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1204 # if you want to understand what is going on.
1206 # tag is set to NO the size of the Perl module output will be much smaller
1219 # Configuration options related to the preprocessor
1222 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1228 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1229 # names in the source code. If set to NO (the default) only conditional
1231 # way by setting EXPAND_ONLY_PREDEF to YES.
1235 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1236 # then the macro expansion is limited to the macros specified with the
1241 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1246 # The INCLUDE_PATH tag can be used to specify one or more directories that
1252 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1253 # patterns (like *.h and *.hpp) to filter out the header-files in the
1259 # The PREDEFINED tag can be used to specify one or more macro names that
1260 # are defined before the preprocessor is started (similar to the -D option of
1269 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1270 # this tag can be used to specify a list of macro names that should be expanded.
1272 # Use the PREDEFINED tag if you want to use a different macro definition.
1276 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1285 # Configuration::additions related to external references
1288 # The TAGFILES option can be used to specify one or more tagfiles.
1299 # does not have to be run to correct the links.
1303 # is run, you must also specify the path to the tagfile here.
1312 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1313 # in the class index. If set to NO only the inherited external classes
1318 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1319 # in the modules index. If set to NO, only the current project's groups will
1330 # Configuration options related to the dot tool
1333 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1335 # or super classes. Setting the tag to NO turns the diagrams off. Note that
1337 # fallback. It is recommended to install and use dot, since it yields more
1344 # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
1345 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
1346 # the mscgen tool resides. If left empty the tool is assumed to be found in the
1351 # If set to YES, the inheritance and collaboration graphs will hide
1357 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1360 # have no effect if this option is set to NO (the default)
1364 # By default doxygen will write a font called FreeSans.ttf to the output
1368 # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
1370 # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
1375 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1380 # By default doxygen will tell dot to use the output directory to look for the
1387 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1389 # indirect inheritance relations. Setting this tag to YES will force the
1390 # the CLASS_DIAGRAMS tag to NO.
1394 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1401 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1406 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1407 # collaboration diagrams in a style similar to the OMG's Unified Modeling
1412 # If set to YES, the inheritance and collaboration graphs will show the
1418 # tags are set to YES then doxygen will generate a graph for each documented
1425 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1431 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1434 # the time of a run. So in most cases it will be better to enable call graphs
1439 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1442 # the time of a run. So in most cases it will be better to enable caller
1447 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1452 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1459 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1465 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1470 # The DOTFILE_DIRS tag can be used to specify one or more directories that
1476 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1486 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1490 # option to 1 or 2 may greatly reduce the computation time needed for large
1496 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1498 # seem to support this out of the box. Warning: Depending on the platform used,
1499 # enabling this option may lead to badly anti-aliased labels on the edges of
1500 # a graph (i.e. they become hard to read).
1504 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1511 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1517 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1518 # remove the intermediate dot files that are used to generate
1524 # Options related to the search engine
1528 # used. If set to NO the values of all tags below this one will be ignored.