• Home
  • Raw
  • Download

Lines Matching +full:set +full:- +full:output

13 #---------------------------------------------------------------------------
15 #---------------------------------------------------------------------------
18 # that follow. The default is UTF-8 which is also the encoding used for all
23 DOXYFILE_ENCODING = UTF-8
45 # Doxygen will copy the logo to the output directory.
56 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
57 # 4096 sub-directories (in 2 levels) under the output directory of each output
67 # information to generate all constant output in the proper language.
69 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
71 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
72 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
73 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
78 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
81 # Set to NO to disable this.
85 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
87 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
92 # This tag implements a quasi-intelligent brief description abbreviator
96 # used as the annotated text. Otherwise, the brief description is used as-is.
104 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
110 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
117 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
118 # path before files name in the file list and in the header files. If set
123 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
124 # can be used to strip a user-defined part of the path. Stripping is
125 # only done if one of the specified strings matches the left-hand part of
132 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
137 # are normally passed to the compiler using the -I flag.
141 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
143 # doesn't support long names like on DOS, Mac, or CD-ROM.
147 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
148 # will interpret the first line (until the first dot) of a JavaDoc-style
149 # comment as the brief description. If set to NO, the JavaDoc
150 # comments will behave just like regular Qt-style comments
155 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
156 # interpret the first line (until the first dot) of a Qt-style
157 # comment as the brief description. If set to NO, the comments
158 # will behave just like regular Qt-style comments (thus requiring
163 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
164 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
166 # The new default is to treat a multi-line C++ comment block as a detailed
167 # description. Set this tag to YES if you prefer the old behaviour instead.
171 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
173 # re-implements.
177 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
178 # a new page for each member. If set to NO, the documentation of a member will
183 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
192 # will result in a user-defined paragraph with heading "Side Effects:".
197 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
198 # sources only. Doxygen will then generate output that is more tailored for C.
204 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
205 # sources only. Doxygen will then generate output that is more tailored for
211 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
212 # sources only. Doxygen will then generate output that is more tailored for
217 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
218 # sources. Doxygen will then generate output that is tailored for
225 # Doxygen has a built-in mapping, but you can override or extend it using this
228 # C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
231 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
237 # set this tag to YES in order to let doxygen match functions declarations and
244 # If you use Microsoft's C++/CLI language, you should set this option to YES to
249 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
257 # will make doxygen replace the get and set methods by a property in the
260 # methods anyway, you should set this option to NO.
265 # tag is set to YES, then doxygen will reuse the documentation of the first
271 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
273 # subgroup of that type (e.g. under the Public Functions section). Set it to
279 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
312 #---------------------------------------------------------------------------
314 #---------------------------------------------------------------------------
316 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
319 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
323 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
328 # If the EXTRACT_STATIC tag is set to YES all static members of a file
333 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
335 # If set to NO only classes defined in header files are included.
339 # This flag is only useful for Objective-C code. When set to YES local
342 # If set to NO (the default) only methods in the interface are included.
346 # If this flag is set to YES, the members of anonymous namespaces will be
354 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
356 # If set to NO (the default) these members will be included in the
362 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
364 # If set to NO (the default) these classes will be included in the various
369 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
371 # If set to NO (the default) these declarations will be included in the
376 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
378 # If set to NO (the default) these blocks will be appended to the
384 # that is typed after a \internal command is included. If the tag is set
386 # Set it to YES to include the internal documentation.
390 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
391 # file names in lower-case letters. If set to YES upper-case letters are also
394 # and Mac users are advised to set this option to NO.
398 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
400 # documentation. If set to YES the scope will be hidden.
404 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
410 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
416 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
421 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
423 # alphabetically by member name. If set to NO the members will appear in
428 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
430 # by member name. If set to NO (the default) the members will appear in
435 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
437 # constructors and destructors are listed first. If set to NO (the default)
440 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
441 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
445 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
446 # hierarchy of group names into alphabetical order. If set to NO (the default)
451 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
452 # sorted by fully-qualified names, including namespaces. If set to
455 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
509 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
510 # at the bottom of the documentation of classes and structs. If set to YES the
521 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
527 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
537 # popen()) the command <command> <input-file>, where <command> is the value of
538 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
539 # provided by doxygen. Whatever the program writes to standard output
546 # output files in an output format independent way. The create the layout file
547 # that represents doxygen's defaults, run doxygen with the -l option.
553 #---------------------------------------------------------------------------
555 #---------------------------------------------------------------------------
568 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
569 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
574 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
583 # or return value. If set to NO (the default) doxygen will only warn about
599 # and error messages should be written. If left blank the output is written
604 #---------------------------------------------------------------------------
606 #---------------------------------------------------------------------------
616 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
621 INPUT_ENCODING = UTF-8
625 # and *.h) to filter out the source-files in the directories. If left
661 # output. The symbol name can be a fully qualified name, a word, or if the
675 # and *.h) to filter out the source-files in the directories. If left
680 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
695 # by executing (via popen()) the command <filter> <input-file>, where <filter>
696 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
697 # input file. Doxygen will then use the output that the filter program writes
698 # to standard output.
715 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
717 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
729 #---------------------------------------------------------------------------
731 #---------------------------------------------------------------------------
733 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
734 # be generated. Documented entities will be cross-referenced with these sources.
735 # Note: To get rid of all source code in the generated output, make sure also
736 # VERBATIM_HEADERS is set to NO.
751 # If the REFERENCED_BY_RELATION tag is set to YES
757 # If the REFERENCES_RELATION tag is set to YES
763 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
764 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
771 # If the USE_HTAGS tag is set to YES then the references to source code
773 # built-in source browser. The htags tool is part of GNU's global source
779 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
781 # which an include is specified. Set to NO to disable this.
785 #---------------------------------------------------------------------------
787 #---------------------------------------------------------------------------
789 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
808 #---------------------------------------------------------------------------
809 # configuration options related to the HTML output
810 #---------------------------------------------------------------------------
812 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
813 # generate HTML output.
834 # It is adviced to generate a default header using "doxygen -w html
847 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
849 # fine-tune the look of the HTML output. If the tag is left blank doxygen
851 # the style sheet file to the HTML output directory, so don't put your own
852 # stylesheet in the HTML output directory as well, or it will be erased!
857 # other source files which should be copied to the HTML output directory. Note
858 # that these files will be copied to the base HTML output directory. Use the
861 # the files will be copied as-is; there are no commands or markers available.
865 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
876 # the colors in the HTML output. For a value of 0 the output will use
882 # the luminance component of the colors in the HTML output. Values below
883 # 100 gradually make the output lighter, whereas values above 100 make
884 # the output darker. The value divided by 100 is the actual gamma applied,
890 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
892 # this to NO can help when comparing the output of multiple runs.
896 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
897 # files or namespaces will be aligned in HTML using tables. If set to
902 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
910 # If the GENERATE_DOCSET tag is set to YES, additional index files
913 # To create a documentation set, doxygen will generate a Makefile in the
914 # HTML output directory. Running make will produce the docset in that
923 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
930 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
931 # should uniquely identify the documentation set bundle. This should be a
932 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
938 # the documentation publisher. This should be a reverse domain-name style
947 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
954 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
957 # written to the html output directory.
961 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
963 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
968 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
974 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
980 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
986 # The TOC_EXPAND flag can be set to YES to add extra items for group members
991 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
992 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
1000 # The path specified is relative to the HTML output folder.
1005 # Qt Help Project output. For more information please see
1011 # Qt Help Project output. For more information please see
1012 # http://doc.trolltech.com/qthelpproject.html#virtual-folders
1016 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
1018 # http://doc.trolltech.com/qthelpproject.html#custom-filters
1024 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
1032 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
1037 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
1039 # If non-empty doxygen will try to run qhelpgenerator on the generated
1044 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1067 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
1074 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1076 # If the tag value is set to YES, a side panel will be generated
1077 # containing a tree-like index structure (just like the one that
1090 # used to set the initial width (in pixels) of the frame in which the tree
1095 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1103 # to manually remove any form_*.png images from the HTML output directory
1112 # in the HTML output before the changes have effect.
1120 # output. When enabled you also need to install MathJax separately and
1126 # HTML output directory using the MATHJAX_RELPATH option. The destination
1128 # directory is located at the same level as the HTML output directory, then
1137 # for the HTML output. The underlying search engine uses javascript
1156 #---------------------------------------------------------------------------
1157 # configuration options related to the LaTeX output
1158 #---------------------------------------------------------------------------
1160 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1161 # generate Latex output.
1174 # generating bitmaps for formulas in the HTML output, but not in the
1175 # Makefile that is written to the output directory.
1185 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1191 # The PAPER_TYPE tag can be used to set the paper type that is used
1198 # packages that should be included in the LaTeX output.
1216 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1218 # contain links (just like the HTML output) instead of page references
1219 # This makes the output suitable for online browsing using a pdf viewer.
1223 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1224 # plain latex in the generated Makefile. Set this option to YES to get a
1229 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1236 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1238 # in the output.
1242 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1243 # source code with syntax highlighting in the LaTeX output.
1249 #---------------------------------------------------------------------------
1250 # configuration options related to the RTF output
1251 #---------------------------------------------------------------------------
1253 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1254 # The RTF output is optimized for Word 97 and may not look very pretty with
1265 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1271 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1273 # contain links (just like the HTML output) instead of page references.
1274 # This makes the output suitable for online browsing using WORD or other
1282 # replacements, missing definitions are set to their default value.
1286 # Set optional variables used in the generation of an rtf document.
1291 #---------------------------------------------------------------------------
1292 # configuration options related to the man page output
1293 #---------------------------------------------------------------------------
1295 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1311 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1319 #---------------------------------------------------------------------------
1320 # configuration options related to the XML output
1321 #---------------------------------------------------------------------------
1323 # If the GENERATE_XML tag is set to YES Doxygen will
1347 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1349 # and cross-referencing information) to the XML output. Note that
1350 # enabling this will significantly increase the size of the XML output.
1354 #---------------------------------------------------------------------------
1355 # configuration options for the AutoGen Definitions output
1356 #---------------------------------------------------------------------------
1358 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1366 #---------------------------------------------------------------------------
1367 # configuration options related to the Perl module output
1368 #---------------------------------------------------------------------------
1370 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1378 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1380 # to generate PDF and DVI output from the Perl module output.
1384 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1389 # tag is set to NO the size of the Perl module output will be much smaller
1401 #---------------------------------------------------------------------------
1403 #---------------------------------------------------------------------------
1405 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1406 # evaluate all C-preprocessor directives found in the sources and include
1411 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1412 # names in the source code. If set to NO (the default) only conditional
1418 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1424 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1436 # patterns (like *.h and *.hpp) to filter out the header-files in the
1443 # are defined before the preprocessor is started (similar to the -D option of
1452 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1460 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1461 # doxygen's preprocessor will remove all references to function-like macros
1467 #---------------------------------------------------------------------------
1469 #---------------------------------------------------------------------------
1495 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1496 # in the class index. If set to NO only the inherited external classes
1501 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1502 # in the modules index. If set to NO, only the current project's groups will
1512 #---------------------------------------------------------------------------
1514 #---------------------------------------------------------------------------
1516 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1533 # If set to YES, the inheritance and collaboration graphs will hide
1539 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1542 # have no effect if this option is set to NO (the default)
1547 # allowed to run in parallel. When set to 0 (the default) doxygen will
1548 # base this on the number of processors available in the system. You can set it
1554 # By default doxygen will write a font called Helvetica to the output
1564 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1569 # By default doxygen will tell dot to use the output directory to look for the
1571 # different font using DOT_FONTNAME you can set the path where dot
1576 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1583 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1590 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1595 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1601 # If set to YES, the inheritance and collaboration graphs will show the
1607 # tags are set to YES then doxygen will generate a graph for each documented
1614 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1620 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1628 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1636 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1641 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1648 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1671 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1681 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1691 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1694 # enabling this option may lead to badly anti-aliased labels on the edges of
1699 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1700 # files in one run (i.e. multiple -o and -T options on the command line). This
1706 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1712 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will