• Home
  • Raw
  • Download

Lines Matching +full:if +full:- +full:no +full:- +full:files +full:- +full:found

4 ##  Use of this source code is governed by a BSD-style license
5 ## that can be found in the LICENSE file in the root of the source
6 ## tree. An additional intellectual property rights grant can be found
8 ## be found in the AUTHORS file in the root of the source tree.
24 #---------------------------------------------------------------------------
26 #---------------------------------------------------------------------------
29 # follow. The default is UTF-8 which is also the encoding used for all text before
34 DOXYFILE_ENCODING = UTF-8
43 # If a relative path is entered, it will be relative to the location
44 # where doxygen was started. If left blank the current directory will be used.
48 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
49 # 4096 sub-directories (in 2 levels) under the output directory of each output
50 # format and will distribute the generated files over these directories.
52 # source files, where putting all generated files in the same directory would
55 CREATE_SUBDIRS = NO
61 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
63 # Italian, Japanese, Japanese-en (Japanese with English messages), Korean,
64 # Korean-en, Lithuanian, Norwegian, Polish, Portuguese, Romanian, Russian,
69 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # Set to NO to disable this.
76 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
78 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
83 # This tag implements a quasi-intelligent brief description abbreviator
85 # in this list, if found as the leading text of the brief description, will be
87 # used as the annotated text. Otherwise, the brief description is used as-is.
88 # If left blank, the following values are used ("$name" is automatically
95 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
96 # Doxygen will generate a detailed section even if there is only a brief
99 ALWAYS_DETAILED_SEC = NO
101 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
102 # inherited members of a class in the documentation of that class as if those
106 INLINE_INHERITED_MEMB = NO
108 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
109 # path before files name in the file list and in the header files. If set
110 # to NO the shortest path that makes the file name unique will be used.
114 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
115 # can be used to strip a user-defined part of the path. Stripping is
116 # only done if one of the specified strings matches the left-hand part of
118 # If left blank the directory from which doxygen is run is used as the
123 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
126 # If left blank only the name of the header file containing the class
128 # are normally passed to the compiler using the -I flag.
132 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
134 # doesn't support long names like on DOS, Mac, or CD-ROM.
136 SHORT_NAMES = NO
138 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
139 # will interpret the first line (until the first dot) of a java_doc-style
140 # comment as the brief description. If set to NO, the java_doc
141 # comments will behave just like regular Qt-style comments
144 JAVADOC_AUTOBRIEF = NO
146 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
147 # interpret the first line (until the first dot) of a Qt-style
148 # comment as the brief description. If set to NO, the comments
149 # will behave just like regular Qt-style comments (thus requiring
152 QT_AUTOBRIEF = NO
155 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
157 # The new default is to treat a multi-line C++ comment block as a detailed
158 # description. Set this tag to YES if you prefer the old behaviour instead.
160 MULTILINE_CPP_IS_BRIEF = NO
162 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
164 # re-implements.
168 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
169 # a new page for each member. If set to NO, the documentation of a member will
172 SEPARATE_MEMBER_PAGES = NO
183 # will result in a user-defined paragraph with heading "Side Effects:".
188 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
195 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
200 OPTIMIZE_OUTPUT_JAVA = NO
202 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to
209 BUILTIN_STL_SUPPORT = NO
211 # If you use Microsoft's C++/CLI language, you should set this option to YES to
214 CPP_CLI_SUPPORT = NO
216 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
218 # instead of private inheritance when no explicit protection keyword is present.
220 SIP_SUPPORT = NO
222 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
224 # member in the group (if any) for the other members of the group. By default
227 DISTRIBUTE_GROUP_DOC = NO
232 # NO to prevent subgrouping. Alternatively, this can be done per class using
245 TYPEDEF_HIDES_STRUCT = NO
247 #---------------------------------------------------------------------------
249 #---------------------------------------------------------------------------
251 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
252 # documentation are documented, even if no documentation was available.
256 EXTRACT_ALL = NO
258 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
261 EXTRACT_PRIVATE = NO
263 # If the EXTRACT_STATIC tag is set to YES all static members of a file
266 EXTRACT_STATIC = NO
268 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
269 # defined locally in source files will be included in the documentation.
270 # If set to NO only classes defined in header files are included.
274 # This flag is only useful for Objective-C code. When set to YES local
277 # If set to NO (the default) only methods in the interface are included.
279 EXTRACT_LOCAL_METHODS = NO
281 # If this flag is set to YES, the members of anonymous namespaces will be extracted
286 EXTRACT_ANON_NSPACES = NO
288 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
289 # undocumented members of documented classes, files or namespaces.
290 # If set to NO (the default) these members will be included in the
291 # various overviews, but no documentation section is generated.
292 # This option has no effect if EXTRACT_ALL is enabled.
294 HIDE_UNDOC_MEMBERS = NO
296 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
298 # If set to NO (the default) these classes will be included in the various
299 # overviews. This option has no effect if EXTRACT_ALL is enabled.
301 HIDE_UNDOC_CLASSES = NO
303 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
305 # If set to NO (the default) these declarations will be included in the
308 HIDE_FRIEND_COMPOUNDS = NO
310 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
311 # documentation blocks found inside the body of a function.
312 # If set to NO (the default) these blocks will be appended to the
315 HIDE_IN_BODY_DOCS = NO
317 # The INTERNAL_DOCS tag determines if documentation
318 # that is typed after a \internal command is included. If the tag is set
319 # to NO (the default) then the documentation will be excluded.
322 INTERNAL_DOCS = NO
324 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
325 # file names in lower-case letters. If set to YES upper-case letters are also
326 # allowed. This is useful if you have classes or files whose names only differ
327 # in case and if your file system supports case sensitive file names. Windows
328 # and Mac users are advised to set this option to NO.
332 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
334 # documentation. If set to YES the scope will be hidden.
336 HIDE_SCOPE_NAMES = NO
338 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
339 # will put a list of the files that are included by a file in the documentation
344 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
349 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
351 # alphabetically by member name. If set to NO the members will appear in
354 SORT_MEMBER_DOCS = NO
356 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
358 # by member name. If set to NO (the default) the members will appear in
361 SORT_BRIEF_DOCS = NO
363 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
364 # sorted by fully-qualified names, including namespaces. If set to
365 # NO (the default), the class list will be sorted only by class name,
367 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
371 SORT_BY_SCOPE_NAME = NO
374 # disable (NO) the todo list. This list is created by putting \todo
380 # disable (NO) the test list. This list is created by putting \test
386 # disable (NO) the bug list. This list is created by putting \bug
392 # disable (NO) the deprecated list. This list is created by putting
398 # documentation sections, marked by \if sectionname ... \endif.
404 # the documentation. If the initializer consists of more lines than specified
412 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
413 # at the bottom of the documentation of classes and structs. If set to YES the
414 # list will mention the files that were used to generate the documentation.
421 # popen()) the command <command> <input-file>, where <command> is the value of
422 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
428 #---------------------------------------------------------------------------
430 #---------------------------------------------------------------------------
433 # by doxygen. Possible values are YES and NO. If left blank NO is used.
438 # generated by doxygen. Possible values are YES and NO. If left blank
439 # NO is used.
443 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
444 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
449 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
457 # functions that are documented, but have no documentation for their parameters
458 # or return value. If set to NO (the default) doxygen will only warn about
462 WARN_NO_PARAMDOC = NO
468 # $version, which will be replaced by the version of the file (if it could
474 # and error messages should be written. If left blank the output is written
479 #---------------------------------------------------------------------------
480 # configuration options related to the input files
481 #---------------------------------------------------------------------------
483 # The INPUT tag can be used to specify the files and/or directories that contain
484 # documented source files. You may enter file names like "myfile.cpp" or
485 # directories like "/usr/src/myproject". Separate the files or directories
490 # This tag can be used to specify the character encoding of the source files that
491 # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default
495 INPUT_ENCODING = UTF-8
497 # If the value of the INPUT tag contains directories, you can use the
499 # and *.h) to filter out the source-files in the directories. If left
507 # should be searched for input files as well. Possible values are YES and NO.
508 # If left blank NO is used.
510 RECURSIVE = NO
512 # The EXCLUDE tag can be used to specify files and/or directories that should
513 # excluded from the INPUT source files. This way you can easily exclude a
518 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
522 EXCLUDE_SYMLINKS = NO
524 # If the value of the INPUT tag contains directories, you can use the
526 # certain files from those directories. Note that the wildcards are matched
534 # The symbol name can be a fully qualified name, a word, or if the wildcard * is used,
539 # The EXAMPLE_PATH tag can be used to specify one or more files or
545 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
547 # and *.h) to filter out the source-files in the directories. If left
548 # blank all files are included.
552 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
553 # searched for input files to be used with the \include or \dontinclude
555 # Possible values are YES and NO. If left blank NO is used.
557 EXAMPLE_RECURSIVE = NO
559 # The IMAGE_PATH tag can be used to specify one or more files or
567 # by executing (via popen()) the command <filter> <input-file>, where <filter>
568 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
570 # to standard output. If FILTER_PATTERNS is specified, this tag will be
577 # filter if there is a match. The filters are a list of the form:
579 # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
580 # is applied to all files.
584 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
585 # INPUT_FILTER) will be used to filter the input files when producing source
586 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
588 FILTER_SOURCE_FILES = NO
590 #---------------------------------------------------------------------------
592 #---------------------------------------------------------------------------
594 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
595 # be generated. Documented entities will be cross-referenced with these sources.
597 # VERBATIM_HEADERS is set to NO. If you have enabled CALL_GRAPH or CALLER_GRAPH
598 # then you must also enable this option. If you don't then doxygen will produce
601 SOURCE_BROWSER = NO
606 INLINE_SOURCES = NO
614 # If the REFERENCED_BY_RELATION tag is set to YES (the default)
620 # If the REFERENCES_RELATION tag is set to YES (the default)
626 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
633 # If the USE_HTAGS tag is set to YES then the references to source code
635 # built-in source browser. The htags tool is part of GNU's global source
639 USE_HTAGS = NO
641 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
643 # which an include is specified. Set to NO to disable this.
647 #---------------------------------------------------------------------------
649 #---------------------------------------------------------------------------
651 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
652 # of all compounds will be generated. Enable this if the project
655 ALPHABETICAL_INDEX = NO
664 #---------------------------------------------------------------------------
666 #---------------------------------------------------------------------------
668 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
674 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
675 # put in front of it. If left blank `html' will be used as the default path.
680 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
681 # doxygen will generate files with .html extension.
686 # each generated HTML page. If it is left blank doxygen will generate a
692 # each generated HTML page. If it is left blank doxygen will generate a
697 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
699 # fine-tune the look of the HTML output. If the tag is left blank doxygen
706 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
711 GENERATE_HTMLHELP = NO
713 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
719 HTML_DYNAMIC_SECTIONS = NO
721 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
723 # can add a path in front of the file if the result should not be
728 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
730 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
735 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
736 # controls if a separate .chi index file is generated (YES) or that
737 # it should be included in the master .chm file (NO).
739 GENERATE_CHI = NO
741 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
743 # normal table of contents (NO) in the .chm file.
745 BINARY_TOC = NO
750 TOC_EXPAND = NO
753 # top of each HTML page. The value NO (the default) enables the index and
756 DISABLE_INDEX = NO
763 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
764 # generated containing a tree-like index structure (just like the one that
770 GENERATE_TREEVIEW = NO
772 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
778 #---------------------------------------------------------------------------
780 #---------------------------------------------------------------------------
782 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
788 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
789 # put in front of it. If left blank `latex' will be used as the default path.
794 # invoked. If left blank `latex' will be used as the default command name.
799 # generate index for la_te_x. If left blank `makeindex' will be used as the
804 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
812 # executive. If left blank a4wide will be used.
823 # the first chapter. If it is left blank doxygen will generate a
824 # standard header. Notice: only use this tag if you know what you are doing!
828 # If the PDF_HYPERLINKS tag is set to YES, the la_te_x that is generated
835 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
841 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
842 # command to the generated la_te_x files. This will instruct la_te_x to keep
843 # running if errors occur, instead of asking the user for help.
846 LATEX_BATCHMODE = NO
848 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
852 LATEX_HIDE_INDICES = NO
854 #---------------------------------------------------------------------------
856 #---------------------------------------------------------------------------
858 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
862 GENERATE_RTF = NO
865 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
866 # put in front of it. If left blank `rtf' will be used as the default path.
870 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
874 COMPACT_RTF = NO
876 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
883 RTF_HYPERLINKS = NO
896 #---------------------------------------------------------------------------
898 #---------------------------------------------------------------------------
900 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
903 GENERATE_MAN = NO
906 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
907 # put in front of it. If left blank `man' will be used as the default path.
916 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
918 # documented in the real man page(s). These additional files
920 # would be unable to find the correct page. The default is NO.
924 #---------------------------------------------------------------------------
926 #---------------------------------------------------------------------------
928 # If the GENERATE_XML tag is set to YES Doxygen will
932 GENERATE_XML = NO
935 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
936 # put in front of it. If left blank `xml' will be used as the default path.
940 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
942 # and cross-referencing information) to the XML output. Note that
947 #---------------------------------------------------------------------------
949 #---------------------------------------------------------------------------
951 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
957 GENERATE_AUTOGEN_DEF = NO
959 #---------------------------------------------------------------------------
961 #---------------------------------------------------------------------------
963 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
969 GENERATE_PERLMOD = NO
971 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
975 PERLMOD_LATEX = NO
977 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
979 # if you want to understand what is going on. On the other hand, if this
980 # tag is set to NO the size of the Perl module output will be much smaller
987 # This is useful so different doxyrules.make files included by the same
992 #---------------------------------------------------------------------------
994 #---------------------------------------------------------------------------
996 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
997 # evaluate all C-preprocessor directives found in the sources and include
998 # files.
1002 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1003 # names in the source code. If set to NO (the default) only conditional
1009 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1013 EXPAND_ONLY_PREDEF = NO
1015 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1016 # in the INCLUDE_PATH (see below) will be search if a #include is found.
1021 # contain include files that are not input files but should be processed by
1027 # patterns (like *.h and *.hpp) to filter out the header-files in the
1028 # directories. If left blank, the patterns specified with FILE_PATTERNS will
1034 # are defined before the preprocessor is started (similar to the -D option of
1036 # or name=definition (no spaces). If the definition and the = are
1043 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1045 # The macro definition that is found in the sources will be used.
1046 # Use the PREDEFINED tag if you want to use a different macro definition.
1050 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1051 # doxygen's preprocessor will remove all function-like macros that are alone
1053 # function macros are typically used for boiler-plate code, and will confuse
1054 # the parser if not removed.
1058 #---------------------------------------------------------------------------
1060 #---------------------------------------------------------------------------
1067 # Adding location for the tag files is done as follows:
1070 # URLs. If a location is present for each tag, the installdox tool
1074 # If a tag file is not located in the directory in which doxygen
1080 # a tag file that is based on the input files it reads.
1084 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1085 # in the class index. If set to NO only the inherited external classes
1088 ALLEXTERNALS = NO
1090 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1091 # in the modules index. If set to NO, only the current project's groups will
1096 #---------------------------------------------------------------------------
1098 #---------------------------------------------------------------------------
1100 # If set to YES, the inheritance and collaboration graphs will hide
1101 # inheritance and usage relations if the target is undocumented
1106 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1109 # have no effect if this option is set to NO (the default)
1111 HAVE_DOT = NO
1113 # If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
1116 # otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
1119 # Possible values are: NO, YES, TEXT and GRAPH.
1124 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1131 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1136 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1140 UML_LOOK = NO
1142 # If set to YES, the inheritance and collaboration graphs will show the
1145 TEMPLATE_RELATIONS = NO
1147 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
1150 # other documented files.
1154 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
1156 # documented header file showing the documented files that directly or
1161 # If the CALL_GRAPH, SOURCE_BROWSER and HAVE_DOT tags are set to YES then doxygen will
1167 CALL_GRAPH = NO
1169 # If the CALLER_GRAPH, SOURCE_BROWSER and HAVE_DOT tags are set to YES then doxygen will
1175 CALLER_GRAPH = NO
1177 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1182 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1185 # relations between the files in the directories.
1191 # If left blank png will be used.
1196 # found. If left blank, it is assumed the dot tool can be found in the path.
1201 # contain dot files that are included in the documentation (see the
1207 # nodes that will be shown in the graph. If the number of nodes in a graph
1209 # visualized by representing a node as a red box. Note that doxygen if the number
1222 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
1229 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
1235 # files in one run (i.e. multiple -o and -T options on the command line). This
1239 DOT_MULTI_TARGETS = NO
1241 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1247 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1248 # remove the intermediate dot files that are used to generate
1253 #---------------------------------------------------------------------------
1255 #---------------------------------------------------------------------------
1258 # used. If set to NO the values of all tags below this one will be ignored.
1260 SEARCHENGINE = NO