Lines Matching +full:no +full:- +full:output
20 # doxygen -x [configFile]
24 # doxygen -x_noenv [configFile]
26 #---------------------------------------------------------------------------
28 #---------------------------------------------------------------------------
31 # file that follow. The default is UTF-8 which is also the encoding used for all
35 # The default value is: UTF-8.
37 DOXYFILE_ENCODING = UTF-8
40 # double-quotes, unless you are using Doxywizard) that should identify the
62 # the logo to the output directory.
74 # sub-directories (in 2 levels) under the output directory of each output format
79 # control the number of sub-directories.
80 # The default value is: NO.
82 CREATE_SUBDIRS = NO
84 # Controls the number of sub-directories that will be created when
88 # sub-directories are organized in 2 levels, the first level always has a fixed
95 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
96 # characters to appear in the names of generated files. If set to NO, non-ASCII
99 # The default value is: NO.
101 ALLOW_UNICODE_NAMES = NO
105 # information to generate all constant output in the proper language.
107 # Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English
109 # Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with
110 # English messages), Korean, Korean-en (Korean with English messages), Latvian,
112 # Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish,
120 # documentation (similar to Javadoc). Set to NO to disable this.
128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
134 # This tag implements a quasi-intelligent brief description abbreviator that is
138 # text. Otherwise, the brief description is used as-is. If left blank, the
148 # The default value is: NO.
150 ALWAYS_DETAILED_SEC = NO
156 # The default value is: NO.
158 INLINE_INHERITED_MEMB = NO
161 # before files name in the file list and in the header files. If set to NO the
167 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
168 # Stripping is only done if one of the specified strings matches the left-hand
179 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
184 # using the -I flag.
190 # support long names like on DOS, Mac, or CD-ROM.
191 # The default value is: NO.
193 SHORT_NAMES = NO
196 # first line (until the first dot) of a Javadoc-style comment as the brief
197 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
200 # The default value is: NO.
207 # as being the beginning of a Javadoc-style comment "banner". If set to NO, the
208 # Javadoc-style will behave just like regular comments and it will not be
210 # The default value is: NO.
212 JAVADOC_BANNER = NO
215 # line (until the first dot) of a Qt-style comment as the brief description. If
216 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
218 # The default value is: NO.
220 QT_AUTOBRIEF = NO
223 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
225 # to treat a multi-line C++ comment block as a detailed description. Set this
230 # The default value is: NO.
232 MULTILINE_CPP_IS_BRIEF = NO
235 # special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
243 # documentation from any documented member that it re-implements.
249 # page for each member. If set to NO, the documentation of a member will be part
251 # The default value is: NO.
253 SEPARATE_MEMBER_PAGES = NO
267 # documentation, which will result in a user-defined paragraph with heading
269 # to insert newlines (in the resulting output). You can put ^^ in the value part
279 # only. Doxygen will then generate output that is more tailored for C. For
282 # The default value is: NO.
287 # Python sources only. Doxygen will then generate output that is more tailored
290 # The default value is: NO.
292 OPTIMIZE_OUTPUT_JAVA = NO
295 # sources. Doxygen will then generate output that is tailored for Fortran.
296 # The default value is: NO.
298 OPTIMIZE_FOR_FORTRAN = NO
301 # sources. Doxygen will then generate output that is tailored for VHDL.
302 # The default value is: NO.
304 OPTIMIZE_OUTPUT_VHDL = NO
307 # sources only. Doxygen will then generate output that is more tailored for that
310 # The default value is: NO.
312 OPTIMIZE_OUTPUT_SLICE = NO
316 # extension. Doxygen has a built-in mapping, but you can override or extend it
319 # Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice,
337 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
340 # The output of markdown processing is further processed by doxygen, so you can
347 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
361 # with any whitespace replaced by '-' and punctations characters removed..
370 # globally by setting AUTOLINK_SUPPORT to NO.
381 # The default value is: NO.
383 BUILTIN_STL_SUPPORT = NO
387 # The default value is: NO.
389 CPP_CLI_SUPPORT = NO
394 # of private inheritance when no explicit protection keyword is present.
395 # The default value is: NO.
397 SIP_SUPPORT = NO
404 # should set this option to NO.
413 # The default value is: NO.
415 DISTRIBUTE_GROUP_DOC = NO
420 # The default value is: NO.
422 GROUP_NESTED_COMPOUNDS = NO
426 # type (e.g. under the Public Functions section). Set it to NO to prevent
440 # The default value is: NO.
442 INLINE_GROUPED_CLASSES = NO
448 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
450 # The default value is: NO.
452 INLINE_SIMPLE_STRUCTS = NO
461 # The default value is: NO.
463 TYPEDEF_HIDES_STRUCT = NO
468 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
491 # If the TIMESTAMP tag is set different from NO then each generated page will
493 # NO can help when comparing the output of multiple runs.
494 # Possible values are: YES, NO, DATETIME and DATE.
495 # The default value is: NO.
499 #---------------------------------------------------------------------------
501 #---------------------------------------------------------------------------
504 # documentation are documented, even if no documentation was available. Private
509 # The default value is: NO.
511 EXTRACT_ALL = NO
515 # The default value is: NO.
521 # The default value is: NO.
523 EXTRACT_PRIV_VIRTUAL = NO
527 # The default value is: NO.
529 EXTRACT_PACKAGE = NO
533 # The default value is: NO.
538 # locally in source files will be included in the documentation. If set to NO,
545 # This flag is only useful for Objective-C code. If set to YES, local methods,
547 # included in the documentation. If set to NO, only methods in the interface are
549 # The default value is: NO.
558 # The default value is: NO.
560 EXTRACT_ANON_NSPACES = NO
564 # parameters remain unnamed in the output.
570 # undocumented members inside documented classes or files. If set to NO these
571 # members will be included in the various overviews, but no documentation
572 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
573 # The default value is: NO.
575 HIDE_UNDOC_MEMBERS = NO
579 # to NO, these classes will be included in the various overviews. This option
580 # will also hide undocumented C++ concepts if enabled. This option has no effect
582 # The default value is: NO.
584 HIDE_UNDOC_CLASSES = NO
587 # declarations. If set to NO, these declarations will be included in the
589 # The default value is: NO.
591 HIDE_FRIEND_COMPOUNDS = NO
594 # documentation blocks found inside the body of a function. If set to NO, these
596 # The default value is: NO.
598 HIDE_IN_BODY_DOCS = NO
601 # \internal command is included. If the tag is set to NO then the documentation
603 # The default value is: NO.
605 INTERNAL_DOCS = NO
612 # are not case sensitive the option should be set to NO to properly deal with
613 # output files written for symbols that only differ in casing, such as for two
617 # to NO, whereas on Linux or other Unix flavors it should typically be set to
619 # Possible values are: SYSTEM, NO and YES.
624 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
627 # The default value is: NO.
629 HIDE_SCOPE_NAMES = NO
631 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
634 # The default value is: NO.
636 HIDE_COMPOUND_REFERENCE= NO
653 # The default value is: NO.
655 SHOW_GROUPED_MEMB_INC = NO
659 # The default value is: NO.
661 FORCE_LOCAL_INCLUDES = NO
671 # name. If set to NO, the members will appear in declaration order.
674 SORT_MEMBER_DOCS = NO
678 # name. If set to NO, the members will appear in declaration order. Note that
680 # The default value is: NO.
682 SORT_BRIEF_DOCS = NO
686 # destructors are listed first. If set to NO the constructors will appear in the
688 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
690 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
692 # The default value is: NO.
694 SORT_MEMBERS_CTORS_1ST = NO
697 # of group names into alphabetical order. If set to NO the group names will
699 # The default value is: NO.
701 SORT_GROUP_NAMES = NO
704 # fully-qualified names, including namespaces. If set to NO, the class list will
709 # The default value is: NO.
711 SORT_BY_SCOPE_NAME = NO
719 # The default value is: NO.
721 STRICT_PROTO_MATCHING = NO
723 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
729 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
735 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
741 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
765 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
772 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
779 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
789 # popen()) the command command input-file, where command is the value of the
790 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
791 # by doxygen. Whatever the program writes to standard output is used as the file
798 # output files in an output format independent way. To create the layout file
799 # that represents doxygen's defaults, run doxygen with the -l option. You can
820 #---------------------------------------------------------------------------
822 #---------------------------------------------------------------------------
825 # standard output by doxygen. If QUIET is set to YES this implies that the
827 # The default value is: NO.
845 WARN_IF_UNDOCUMENTED = NO
856 # function parameter documentation. If set to NO, doxygen will accept that some
857 # parameters have no documentation without warning.
863 # are documented, but have no documentation for their parameters or return
864 # value. If set to NO, doxygen will only warn about wrong parameter
868 # The default value is: NO.
873 # undocumented enumeration values. If set to NO, doxygen will accept
876 # The default value is: NO.
878 WARN_IF_UNDOC_ENUM_VAL = NO
882 # then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
883 # at the end of the doxygen process doxygen will return with a non-zero status.
885 # like FAIL_ON_WARNINGS but in case no WARN_LOGFILE is defined doxygen will not
889 # the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case
891 # Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT.
892 # The default value is: NO.
894 WARN_AS_ERROR = NO
918 # messages should be written. If left blank the output is written to standard
920 # warning and error messages are written to standard error. When as file - is
921 # specified the warning and error messages are written to standard output
926 #---------------------------------------------------------------------------
928 #---------------------------------------------------------------------------
939 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
944 # The default value is: UTF-8.
946 INPUT_ENCODING = UTF-8
953 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
960 # *.h) to filter out the source-files in the directories.
980 # The default value is: NO.
1002 pythonmod/ubmodule-msg.py \
1003 pythonmod/ubmodule-tst.py \
1009 ./ldns-src \
1017 # The default value is: NO.
1019 EXCLUDE_SYMLINKS = NO
1032 # output. The symbol name can be a fully qualified name, a word, or if the
1046 # *.h) to filter out the source-files in the directories. If left blank all
1054 # The default value is: NO.
1056 EXAMPLE_RECURSIVE = NO
1068 # <filter> <input-file>
1070 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
1071 # name of an input file. Doxygen will then use the output that the filter
1072 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
1076 # code is scanned, but not when the output code is generated. If lines are added
1079 # Note that doxygen will use the data processed and written to standard output
1082 # written to standard output.
1106 # The default value is: NO.
1108 FILTER_SOURCE_FILES = NO
1121 # and want to reuse the introduction page also for the doxygen output.
1134 #---------------------------------------------------------------------------
1136 #---------------------------------------------------------------------------
1139 # generated. Documented entities will be cross-referenced with these sources.
1141 # Note: To get rid of all source code in the generated output, make sure that
1142 # also VERBATIM_HEADERS is set to NO.
1143 # The default value is: NO.
1145 SOURCE_BROWSER = NO
1149 # The default value is: NO.
1151 INLINE_SOURCES = NO
1162 # The default value is: NO.
1168 # The default value is: NO.
1191 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1197 # - Install the latest version of global
1198 # - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file
1199 # - Make sure the INPUT points to the root of the source tree
1200 # - Run doxygen as normal
1206 # source code will now point to the output of htags.
1207 # The default value is: NO.
1210 USE_HTAGS = NO
1214 # specified. Set to NO to disable this.
1218 VERBATIM_HEADERS = NO
1224 # which doxygen's built-in parser lacks the necessary type information.
1226 # generated with the -Duse_libclang=ON option for CMake.
1227 # The default value is: NO.
1229 #CLANG_ASSISTED_PARSING = NO
1252 # specifying the -p option to a clang tool, such as clang-check. These options
1256 # generated with the -Duse_libclang=ON option for CMake.
1260 #---------------------------------------------------------------------------
1262 #---------------------------------------------------------------------------
1280 #---------------------------------------------------------------------------
1281 # Configuration options related to the HTML output
1282 #---------------------------------------------------------------------------
1284 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1304 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1312 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1324 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1334 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1335 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1336 # the HTML output. If left blank doxygen will generate a default style sheet.
1346 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1351 # Doxygen will copy the style sheet files to the output directory.
1365 # other source files which should be copied to the HTML output directory. Note
1366 # that these files will be copied to the base HTML output directory. Use the
1369 # files will be copied as-is; there are no commands or markers available.
1374 # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output
1376 # Possible values are: LIGHT always generate light mode output, DARK always
1377 # generate dark mode output, AUTO_LIGHT automatically set the mode according to
1378 # the user preference, use light mode if no preference is set (the default),
1380 # dark mode if no preference is set and TOGGLE allow to user to switch between
1387 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1389 # this color. Hue is specified as an angle on a color-wheel, see
1399 # in the HTML output. For a value of 0 the output will use gray-scales only. A
1407 # luminance component of the colors in the HTML output. Values below 100
1408 # gradually make the output lighter, whereas values above 100 make the output
1431 # The default value is: NO.
1434 HTML_DYNAMIC_SECTIONS = NO
1454 # output directory. Running make will produce the docset in that directory and
1459 # The default value is: NO.
1462 GENERATE_DOCSET = NO
1480 # set bundle. This should be a reverse domain-name style string, e.g.
1488 # the documentation publisher. This should be a reverse domain-name style
1509 # ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe).
1511 # The HTML Help Workshop contains a compiler that can convert all HTML output
1518 # The default value is: NO.
1521 GENERATE_HTMLHELP = NO
1525 # written to the html output directory.
1531 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1539 # (YES) or that it should be included in the main .chm file (NO).
1540 # The default value is: NO.
1543 GENERATE_CHI = NO
1552 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1554 # The default value is: NO.
1557 BINARY_TOC = NO
1561 # The default value is: NO.
1564 TOC_EXPAND = NO
1569 # and placed on the directory specified by HTML_OUTPUT. In case no SITEMAP_URL
1570 # is specified no sitemap is generated. For information about the sitemap
1580 # The default value is: NO.
1583 GENERATE_QHP = NO
1587 # the HTML output folder.
1593 # Project output. For more information please see Qt Help Project / Namespace
1595 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace).
1602 # Help Project output. For more information please see Qt Help Project / Virtual
1604 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders).
1613 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1621 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters).
1628 # https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes).
1634 # including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to
1647 # The default value is: NO.
1650 GENERATE_ECLIPSEHELP = NO
1663 # of each HTML page. A value of NO enables the index and the value YES disables
1666 # The default value is: NO.
1669 DISABLE_INDEX = NO
1671 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1673 # value is set to YES, a side panel will be generated containing a tree-like
1678 # further fine tune the look of the index (see "Fine-tuning the output"). As an
1683 # The default value is: NO.
1686 GENERATE_TREEVIEW = NO
1690 # area (value NO) or if it should extend to the full height of the window (value
1694 # DISABLE_INDEX is set to NO, this option has no effect.
1695 # The default value is: NO.
1698 FULL_SIDEBAR = NO
1719 # The default value is: NO.
1722 EXT_LINKS_IN_WINDOW = NO
1734 # the HTML output. These images will generally look nicer at scaled resolutions.
1745 # output directory to force them to be regenerated.
1759 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1760 # installed or if you want to formulas look prettier in the HTML output. When
1763 # The default value is: NO.
1766 USE_MATHJAX = NO
1779 # When MathJax is enabled you can set the default output format to be used for
1780 # the MathJax output. For more details about the output format see MathJax
1782 # http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3
1784 # http://docs.mathjax.org/en/latest/web/components/output.html).
1785 # Possible values are: HTML-CSS (which is slower, but has the best
1790 # translated into HTML-CSS) and SVG.
1791 # The default value is: HTML-CSS.
1794 MATHJAX_FORMAT = HTML-CSS
1797 # output directory using the MATHJAX_RELPATH option. The destination directory
1799 # is located at the same level as the HTML output directory, then
1804 # - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2
1805 # - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3
1813 # https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions):
1825 # http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an
1832 # the HTML output. The underlying search engine uses javascript and DHTML and
1850 SEARCHENGINE = NO
1859 # The default value is: NO.
1862 SERVER_BASED_SEARCH = NO
1864 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1876 # The default value is: NO.
1879 EXTERNAL_SEARCH = NO
1919 #---------------------------------------------------------------------------
1920 # Configuration options related to the LaTeX output
1921 #---------------------------------------------------------------------------
1923 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1926 GENERATE_LATEX = NO
1941 # chosen this is overwritten by pdflatex. For specific output languages the
1943 # the output language.
1951 # See also: LATEX_MAKEINDEX_CMD for the part in the generated output file
1959 # generate index for LaTeX. In case there is no backslash (\) as first character
1961 # Note: This tag is used in the generated output file (.tex).
1971 # The default value is: NO.
1974 COMPACT_LATEX = NO
1986 # that should be included in the LaTeX output. The package can be specified just
1992 # If left blank no extra packages will be included.
1997 # The LATEX_HEADER tag can be used to specify a user-defined LaTeX header for
2001 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
2005 # Note: Only use a user-defined header if you know what you are doing!
2014 # The LATEX_FOOTER tag can be used to specify a user-defined LaTeX footer for
2020 # normally uses. Note: Only use a user-defined footer if you know what you are
2026 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
2029 # will copy the style sheet files to the output directory.
2038 # other source files which should be copied to the LATEX_OUTPUT output
2039 # directory. Note that the files will be copied as-is; there are no commands or
2047 # contain links (just like the HTML output) instead of page references. This
2048 # makes the output suitable for online browsing using a PDF viewer.
2052 PDF_HYPERLINKS = NO
2062 USE_PDFLATEX = NO
2065 # Possible values are: NO same as ERROR_STOP, YES same as BATCH, BATCH In batch
2070 # but there is no possibility of user interaction just like in batch mode,
2074 # The default value is: NO.
2077 LATEX_BATCHMODE = NO
2080 # index chapters (such as File Index, Compound Index, etc.) in the output.
2081 # The default value is: NO.
2084 LATEX_HIDE_INDICES = NO
2102 #---------------------------------------------------------------------------
2103 # Configuration options related to the RTF output
2104 #---------------------------------------------------------------------------
2106 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
2107 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
2109 # The default value is: NO.
2111 GENERATE_RTF = NO
2124 # The default value is: NO.
2127 COMPACT_RTF = NO
2131 # output) instead of page references. This makes the output suitable for online
2136 # The default value is: NO.
2139 RTF_HYPERLINKS = NO
2153 # generated using doxygen -e rtf extensionFile.
2158 #---------------------------------------------------------------------------
2159 # Configuration options related to the man page output
2160 #---------------------------------------------------------------------------
2164 # The default value is: NO.
2166 GENERATE_MAN = NO
2193 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
2197 # The default value is: NO.
2200 MAN_LINKS = NO
2202 #---------------------------------------------------------------------------
2203 # Configuration options related to the XML output
2204 #---------------------------------------------------------------------------
2208 # The default value is: NO.
2221 # listings (including syntax highlighting and cross-referencing information) to
2222 # the XML output. Note that enabling this will significantly increase the size
2223 # of the XML output.
2230 # namespace members in file scope as well, matching the HTML output.
2231 # The default value is: NO.
2234 XML_NS_MEMB_FILE_SCOPE = NO
2236 #---------------------------------------------------------------------------
2237 # Configuration options related to the DOCBOOK output
2238 #---------------------------------------------------------------------------
2242 # The default value is: NO.
2244 GENERATE_DOCBOOK = NO
2254 #---------------------------------------------------------------------------
2255 # Configuration options for the AutoGen Definitions output
2256 #---------------------------------------------------------------------------
2262 # The default value is: NO.
2264 GENERATE_AUTOGEN_DEF = NO
2266 #---------------------------------------------------------------------------
2267 # Configuration options related to the Perl module output
2268 #---------------------------------------------------------------------------
2274 # The default value is: NO.
2276 GENERATE_PERLMOD = NO
2280 # output from the Perl module output.
2281 # The default value is: NO.
2284 PERLMOD_LATEX = NO
2286 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
2288 # understand what is going on. On the other hand, if this tag is set to NO, the
2289 # size of the Perl module output will be much smaller and Perl will parse it
2304 #---------------------------------------------------------------------------
2306 #---------------------------------------------------------------------------
2309 # C-preprocessor directives found in the sources and include files.
2315 # in the source code. If set to NO, only conditional compilation will be
2318 # The default value is: NO.
2326 # The default value is: NO.
2341 # RECURSIVE has no effect here.
2347 # patterns (like *.h and *.hpp) to filter out the header-files in the
2355 # defined before the preprocessor is started (similar to the -D option of e.g.
2357 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
2374 # remove all references to function-like macros that are alone on a line, have
2376 # are typically used for boiler-plate code, and will confuse the parser if not
2383 #---------------------------------------------------------------------------
2385 #---------------------------------------------------------------------------
2409 # the class index. If set to NO, only the inherited external classes will be
2411 # The default value is: NO.
2413 ALLEXTERNALS = NO
2416 # in the modules index. If set to NO, only the current project's groups will be
2423 # the related pages index. If set to NO, only the current project's pages will
2429 #---------------------------------------------------------------------------
2431 #---------------------------------------------------------------------------
2442 # Bell Labs. The other options in this section have no effect if this option is
2443 # set to NO
2444 # The default value is: NO.
2446 HAVE_DOT = NO
2499 # CLASS_GRAPH tag is set to BUILTIN, then the built-in generator will be used.
2502 # Possible values are: NO, YES, TEXT, GRAPH and BUILTIN.
2527 # The default value is: NO.
2530 UML_LOOK = NO
2536 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2545 # If the DOT_UML_DETAILS tag is set to NO, doxygen will show attributes and
2552 # Possible values are: NO, YES and NONE.
2553 # The default value is: NO.
2556 DOT_UML_DETAILS = NO
2570 # The default value is: NO.
2573 TEMPLATE_RELATIONS = NO
2600 # The default value is: NO.
2603 CALL_GRAPH = NO
2612 # The default value is: NO.
2615 CALLER_GRAPH = NO
2642 # output formats in the documentation of the dot tool (Graphviz (see:
2662 # The default value is: NO.
2665 INTERACTIVE_SVG = NO
2697 # \startuml command in this case and will not generate output for the diagram.
2729 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2735 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2736 # files in one run (i.e. multiple -o and -T options on the command line). This
2739 # The default value is: NO.
2742 DOT_MULTI_TARGETS = NO
2765 # use a built-in version of mscgen tool to produce the charts. Alternatively,
2767 # specifying prog as the value, doxygen will call the tool as prog -T
2768 # <outfile_format> -o <outputfile> <inputfile>. The external tool should support
2769 # output file formats "png", "eps", "svg", and "ismap".