• 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
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44 # 4096 sub-directories (in 2 levels) under the output directory of each output
54 # information to generate all constant output in the proper language.
56 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
58 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
59 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
60 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
68 # Set to NO to disable this.
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
74 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
79 # This tag implements a quasi-intelligent brief description abbreviator
83 # used as the annotated text. Otherwise, the brief description is used as-is.
91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
105 # path before files name in the file list and in the header files. If set
110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
111 # can be used to strip a user-defined part of the path. Stripping is
112 # only done if one of the specified strings matches the left-hand part of
119 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
124 # are normally passed to the compiler using the -I flag.
128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
130 # doesn't support long names like on DOS, Mac, or CD-ROM.
134 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
135 # will interpret the first line (until the first dot) of a JavaDoc-style
136 # comment as the brief description. If set to NO, the JavaDoc
137 # comments will behave just like regular Qt-style comments
142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
143 # interpret the first line (until the first dot) of a Qt-style
144 # comment as the brief description. If set to NO, the comments
145 # will behave just like regular Qt-style comments (thus requiring
150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
151 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
153 # The new default is to treat a multi-line C++ comment block as a detailed
154 # description. Set this tag to YES if you prefer the old behaviour instead.
158 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
160 # re-implements.
164 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
165 # a new page for each member. If set to NO, the documentation of a member will
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
179 # will result in a user-defined paragraph with heading "Side Effects:".
184 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
185 # sources only. Doxygen will then generate output that is more tailored for C.
191 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
192 # sources only. Doxygen will then generate output that is more tailored for
198 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
199 # sources only. Doxygen will then generate output that is more tailored for
204 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
205 # sources. Doxygen will then generate output that is tailored for
212 # Doxygen has a built-in mapping, but you can override or extend it using this
215 # C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
218 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
224 # set this tag to YES in order to let doxygen match functions declarations and
231 # If you use Microsoft's C++/CLI language, you should set this option to YES to
236 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
244 # will make doxygen to replace the get and set methods by a property in the
247 # methods anyway, you should set this option to NO.
252 # tag is set to YES, then doxygen will reuse the documentation of the first
258 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
260 # subgroup of that type (e.g. under the Public Functions section). Set it to
276 #---------------------------------------------------------------------------
278 #---------------------------------------------------------------------------
280 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
283 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
287 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
292 # If the EXTRACT_STATIC tag is set to YES all static members of a file
297 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
299 # If set to NO only classes defined in header files are included.
303 # This flag is only useful for Objective-C code. When set to YES local
306 # If set to NO (the default) only methods in the interface are included.
310 # If this flag is set to YES, the members of anonymous namespaces will be
318 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
320 # If set to NO (the default) these members will be included in the
326 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
328 # If set to NO (the default) these classes will be included in the various
333 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
335 # If set to NO (the default) these declarations will be included in the
340 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
342 # If set to NO (the default) these blocks will be appended to the
348 # that is typed after a \internal command is included. If the tag is set
350 # Set it to YES to include the internal documentation.
354 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
355 # file names in lower-case letters. If set to YES upper-case letters are also
358 # and Mac users are advised to set this option to NO.
362 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
364 # documentation. If set to YES the scope will be hidden.
368 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
374 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
380 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
385 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
387 # alphabetically by member name. If set to NO the members will appear in
392 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
394 # by member name. If set to NO (the default) the members will appear in
399 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
401 # constructors and destructors are listed first. If set to NO (the default)
404 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
405 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
409 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
410 # hierarchy of group names into alphabetical order. If set to NO (the default)
415 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
416 # sorted by fully-qualified names, including namespaces. If set to
419 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
464 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
465 # at the bottom of the documentation of classes and structs. If set to YES the
470 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
476 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
486 # popen()) the command <command> <input-file>, where <command> is the value of
487 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
488 # provided by doxygen. Whatever the program writes to standard output
495 # output files in an output format independent way. The create the layout file
496 # that represents doxygen's defaults, run doxygen with the -l option.
502 #---------------------------------------------------------------------------
504 #---------------------------------------------------------------------------
517 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
518 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
523 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
532 # or return value. If set to NO (the default) doxygen will only warn about
548 # and error messages should be written. If left blank the output is written
553 #---------------------------------------------------------------------------
555 #---------------------------------------------------------------------------
565 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
570 INPUT_ENCODING = UTF-8
574 # and *.h) to filter out the source-files in the directories. If left
609 # output. The symbol name can be a fully qualified name, a word, or if the
623 # and *.h) to filter out the source-files in the directories. If left
628 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
643 # by executing (via popen()) the command <filter> <input-file>, where <filter>
644 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
645 # input file. Doxygen will then use the output that the filter program writes
646 # to standard output.
663 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
665 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
669 #---------------------------------------------------------------------------
671 #---------------------------------------------------------------------------
673 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
674 # be generated. Documented entities will be cross-referenced with these sources.
675 # Note: To get rid of all source code in the generated output, make sure also
676 # VERBATIM_HEADERS is set to NO.
691 # If the REFERENCED_BY_RELATION tag is set to YES
697 # If the REFERENCES_RELATION tag is set to YES
703 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
704 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
711 # If the USE_HTAGS tag is set to YES then the references to source code
713 # built-in source browser. The htags tool is part of GNU's global source
719 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
721 # which an include is specified. Set to NO to disable this.
725 #---------------------------------------------------------------------------
727 #---------------------------------------------------------------------------
729 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
748 #---------------------------------------------------------------------------
749 # configuration options related to the HTML output
750 #---------------------------------------------------------------------------
752 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
753 # generate HTML output.
781 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
783 # fine-tune the look of the HTML output. If the tag is left blank doxygen
785 # the style sheet file to the HTML output directory, so don't put your own
786 # stylesheet in the HTML output directory as well, or it will be erased!
790 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
801 # the colors in the HTML output. For a value of 0 the output will use
807 # the luminance component of the colors in the HTML output. Values below
808 # 100 gradually make the output lighter, whereas values above 100 make
809 # the output darker. The value divided by 100 is the actual gamma applied,
815 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
817 # this to NO can help when comparing the output of multiple runs.
821 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
829 # If the GENERATE_DOCSET tag is set to YES, additional index files
832 # To create a documentation set, doxygen will generate a Makefile in the
833 # HTML output directory. Running make will produce the docset in that
842 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
849 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
850 # should uniquely identify the documentation set bundle. This should be a
851 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
857 # the documentation publisher. This should be a reverse domain-name style
866 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
873 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
876 # written to the html output directory.
880 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
882 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
887 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
893 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
899 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
905 # The TOC_EXPAND flag can be set to YES to add extra items for group members
910 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
911 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
919 # The path specified is relative to the HTML output folder.
924 # Qt Help Project output. For more information please see
930 # Qt Help Project output. For more information please see
931 # http://doc.trolltech.com/qthelpproject.html#virtual-folders
935 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
937 # http://doc.trolltech.com/qthelpproject.html#custom-filters
943 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
951 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
956 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
958 # If non-empty doxygen will try to run qhelpgenerator on the generated
963 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
986 # This tag can be used to set the number of enum values (range [1..20])
991 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
993 # If the tag value is set to YES, a side panel will be generated
994 # containing a tree-like index structure (just like the one that
1002 # used to set the initial width (in pixels) of the frame in which the tree
1007 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1015 # to manually remove any form_*.png images from the HTML output directory
1024 # in the HTML output before the changes have effect.
1029 # for the HTML output. The underlying search engine uses javascript
1048 #---------------------------------------------------------------------------
1049 # configuration options related to the LaTeX output
1050 #---------------------------------------------------------------------------
1052 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1053 # generate Latex output.
1066 # generating bitmaps for formulas in the HTML output, but not in the
1067 # Makefile that is written to the output directory.
1077 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1083 # The PAPER_TYPE tag can be used to set the paper type that is used
1090 # packages that should be included in the LaTeX output.
1101 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1103 # contain links (just like the HTML output) instead of page references
1104 # This makes the output suitable for online browsing using a pdf viewer.
1108 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1109 # plain latex in the generated Makefile. Set this option to YES to get a
1114 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1121 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1123 # in the output.
1127 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1128 # source code with syntax highlighting in the LaTeX output.
1134 #---------------------------------------------------------------------------
1135 # configuration options related to the RTF output
1136 #---------------------------------------------------------------------------
1138 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1139 # The RTF output is optimized for Word 97 and may not look very pretty with
1150 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1156 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1158 # contain links (just like the HTML output) instead of page references.
1159 # This makes the output suitable for online browsing using WORD or other
1167 # replacements, missing definitions are set to their default value.
1171 # Set optional variables used in the generation of an rtf document.
1176 #---------------------------------------------------------------------------
1177 # configuration options related to the man page output
1178 #---------------------------------------------------------------------------
1180 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1196 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1204 #---------------------------------------------------------------------------
1205 # configuration options related to the XML output
1206 #---------------------------------------------------------------------------
1208 # If the GENERATE_XML tag is set to YES Doxygen will
1220 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1222 # and cross-referencing information) to the XML output. Note that
1223 # enabling this will significantly increase the size of the XML output.
1227 #---------------------------------------------------------------------------
1228 # configuration options for the AutoGen Definitions output
1229 #---------------------------------------------------------------------------
1231 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1239 #---------------------------------------------------------------------------
1240 # configuration options related to the Perl module output
1241 #---------------------------------------------------------------------------
1243 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1251 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1253 # to generate PDF and DVI output from the Perl module output.
1257 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1262 # tag is set to NO the size of the Perl module output will be much smaller
1274 #---------------------------------------------------------------------------
1276 #---------------------------------------------------------------------------
1278 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1279 # evaluate all C-preprocessor directives found in the sources and include
1284 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1285 # names in the source code. If set to NO (the default) only conditional
1291 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1297 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1309 # patterns (like *.h and *.hpp) to filter out the header-files in the
1316 # are defined before the preprocessor is started (similar to the -D option of
1325 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1332 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1333 # doxygen's preprocessor will remove all function-like macros that are alone
1335 # function macros are typically used for boiler-plate code, and will confuse
1340 #---------------------------------------------------------------------------
1342 #---------------------------------------------------------------------------
1368 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1369 # in the class index. If set to NO only the inherited external classes
1374 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1375 # in the modules index. If set to NO, only the current project's groups will
1380 #---------------------------------------------------------------------------
1382 #---------------------------------------------------------------------------
1384 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1393 # If set to YES, the inheritance and collaboration graphs will hide
1399 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1402 # have no effect if this option is set to NO (the default)
1407 # allowed to run in parallel. When set to 0 (the default) doxygen will
1408 # base this on the number of processors available in the system. You can set it
1414 # By default doxygen will write a font called FreeSans.ttf to the output
1425 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1430 # By default doxygen will tell dot to use the output directory to look for the
1432 # different font using DOT_FONTNAME you can set the path where dot
1437 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1444 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1451 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1456 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1462 # If set to YES, the inheritance and collaboration graphs will show the
1468 # tags are set to YES then doxygen will generate a graph for each documented
1475 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1481 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1489 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1497 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1502 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1509 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1526 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1536 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1546 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1549 # enabling this option may lead to badly anti-aliased labels on the edges of
1554 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1555 # files in one run (i.e. multiple -o and -T options on the command line). This
1561 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1567 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will