Lines Matching refs:to

3 # This file describes the settings to be used by the documentation system
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
30 # If a relative path is entered, it will be relative to the location
35 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
37 # information to generate all constant output in the proper language.
45 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
48 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
52 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
57 # If the EXTRACT_STATIC tag is set to YES all static members of a file
62 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
64 # If set to NO (the default) these members will be included in the
70 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
72 # If set to NO (the default) these class will be included in the various
77 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
79 # the file and class documentation (similar to JavaDoc).
80 # Set to NO to disable this.
84 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
86 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
97 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
99 # to NO the shortest path that makes the file name unique will be used.
103 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
104 # can be used to strip a user defined part of the path. Stripping is
106 # the path. It is allowed to use relative paths in the argument list.
112 # to NO (the default) then the documentation will be excluded.
113 # Set it to YES to include the internal documentation.
117 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
118 # doxygen to hide any special comment blocks from generated source code
123 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
124 # file names in lower case letters. If set to YES upper case letters are also
127 # users are adviced to set this option to NO.
131 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
137 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
139 # documentation. If set to YES the scope will be hidden.
143 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
145 # which an include is specified. Set to NO to disable this.
149 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
155 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
157 # comment as the brief description. If set to NO, the JavaDoc
163 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
169 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
174 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
176 # alphabetically by member name. If set to NO the members will appear in
182 # tag is set to YES, then doxygen will reuse the documentation of the first
188 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
189 # Doxygen uses this value to replace tabs by spaces in code fragments.
193 # The GENERATE_TODOLIST tag can be used to enable (YES) or
199 # The GENERATE_TESTLIST tag can be used to enable (YES) or
205 # The GENERATE_BUGLIST tag can be used to enable (YES) or
211 # This tag can be used to specify a number of aliases that acts
213 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
216 # You can put \n's in the value part of an alias to insert newlines.
220 # The ENABLED_SECTIONS tag can be used to enable conditional
226 # the initial value of a variable or define consist of for it to appear in
228 # here it will be hidden. Use a value of 0 to hide initializers completely.
235 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
242 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
243 # at the bottom of the documentation of classes and structs. If set to YES the
244 # list will mention the files that were used to generate the documentation.
249 # configuration options related to warning and progress messages
252 # The QUIET tag can be used to turn on/off the messages that are generated
257 # The WARNINGS tag can be used to turn on/off the warning messages that are
263 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
264 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
276 # The WARN_LOGFILE tag can be used to specify a file to which warning
278 # to stderr.
283 # configuration options related to the input files
286 # The INPUT tag can be used to specify the files and/or directories that contain
294 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
295 # and *.h) to filter out the source-files in the directories. If left
302 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
308 # The EXCLUDE tag can be used to specify files and/or directories that should
315 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
320 # The EXAMPLE_PATH tag can be used to specify one or more files or
327 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
328 # and *.h) to filter out the source-files in the directories. If left
333 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
334 # searched for input files to be used with the \include or \dontinclude
340 # The IMAGE_PATH tag can be used to specify one or more files or
346 # The INPUT_FILTER tag can be used to specify a program that doxygen should
347 # invoke to filter for each input file. Doxygen will invoke the filter program
351 # to standard output.
355 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
356 # INPUT_FILTER) will be used to filter the input files when producing source
357 # files to browse.
362 # configuration options related to source browsing
365 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
370 # Setting the INLINE_SOURCES tag to YES will include the body
375 # If the REFERENCED_BY_RELATION tag is set to YES (the default)
381 # If the REFERENCES_RELATION tag is set to YES (the default)
388 # configuration options related to the alphabetical class index
391 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
398 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
405 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
411 # configuration options related to the HTML output
414 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
419 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
425 # The HTML_HEADER tag can be used to specify a personal HTML header for
431 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
437 # The HTML_STYLESHEET tag can be used to specify a user defined cascading
438 # style sheet that is used by each HTML page. It can be used to
444 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
445 # files or namespaces will be aligned in HTML using tables. If set to
450 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
452 # Microsoft HTML help workshop to generate a compressed HTML help file (.chm)
457 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
463 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
469 # The TOC_EXPAND flag can be set to YES to add extra items for group members
470 # to the contents of the Html help documentation and to the tree view.
474 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
480 # This tag can be used to set the number of enum values (range [1..20])
485 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
487 # is generated for HTML Help). For this to work a browser that supports
490 # can take a very long time. In such cases it is better to disable this feature.
496 # used to set the initial width (in pixels) of the frame in which the tree
502 # configuration options related to the LaTeX output
505 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
510 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
516 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
517 # LaTeX documents. This may be useful for small projects and may help to
522 # The PAPER_TYPE tag can be used to set the paper type that is used
528 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
533 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
540 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
541 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
547 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
548 # plain latex in the generated Makefile. Set this option to YES to get a
553 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
554 # command to the generated LaTeX files. This will instruct LaTeX to keep
561 # configuration options related to the RTF output
564 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
570 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
576 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
577 # RTF documents. This may be useful for small projects and may help to
582 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
591 # Load stylesheet definitions from file. Syntax is similar to doxygen's
592 # config file, i.e. a series of assigments. You only have to provide
593 # replacements, missing definitions are set to their default value.
598 # Syntax is similar to doxygen's config file.
603 # configuration options related to the man page output
606 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
611 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
617 # The MAN_EXTENSION tag determines the extension that is added to
622 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
626 # would be unable to find the correct page. The default is NO.
631 # configuration options related to the XML output
634 # If the GENERATE_XML tag is set to YES Doxygen will
643 # Configuration options related to the preprocessor
646 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
652 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
653 # names in the source code. If set to NO (the default) only conditional
655 # way by setting EXPAND_ONLY_PREDEF to YES.
659 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
660 # then the macro expansion is limited to the macros specified with the
665 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
670 # The INCLUDE_PATH tag can be used to specify one or more directories that
676 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
677 # patterns (like *.h and *.hpp) to filter out the header-files in the
683 # The PREDEFINED tag can be used to specify one or more macro names that
684 # are defined before the preprocessor is started (similar to the -D option of
691 # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then
692 # this tag can be used to specify a list of macro names that should be expanded.
694 # Use the PREDEFINED tag if you want to use a different macro definition.
698 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
706 # Configuration::addtions related to external references
709 # The TAGFILES tag can be used to specify one or more tagfiles.
718 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
719 # in the class index. If set to NO only the inherited external classes
730 # Configuration options related to the dot tool
733 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
735 # super classes. Setting the tag to NO turns the diagrams off. Note that this
737 # recommended to install and use dot, since it yield more powerful graphs.
741 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
744 # have no effect if this option is set to NO (the default)
748 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
750 # indirect inheritance relations. Setting this tag to YES will force the
751 # the CLASS_DIAGRAMS tag to NO.
755 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
762 # If set to YES, the inheritance and collaboration graphs will show the
767 # If set to YES, the inheritance and collaboration graphs will hide
774 # tags are set to YES then doxygen will generate a graph for each documented
781 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
787 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
792 # The tag DOT_PATH can be used to specify the path where the dot tool can be
797 # The DOTFILE_DIRS tag can be used to specify one or more directories that
803 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
805 # this value, doxygen will try to truncate the graph, so that it fits within
811 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
813 # this value, doxygen will try to truncate the graph, so that it fits within
819 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
825 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
826 # remove the intermedate dot files that are used to generate
832 # Configuration::addtions related to the search engine
836 # used. If set to NO the values of all tags below this one will be ignored.