• Home
  • Raw
  • Download

Lines Matching +full:set +full:- +full:value

11 # TAG = value [value, ...]
13 # TAG += value [value, ...]
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
33 # The default value is: My Project.
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
69 # The default value is: NO.
76 # Possible values are: Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-
78 # Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en,
79 # Korean, Korean-en, Latvian, Norwegian, Macedonian, Persian, Polish,
82 # The default value is: English.
86 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
88 # documentation (similar to Javadoc). Set to NO to disable this.
89 # The default value is: YES.
93 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
96 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
98 # The default value is: YES.
102 # This tag implements a quasi-intelligent brief description abbreviator that is
106 # text. Otherwise, the brief description is used as-is. If left blank, the
123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
126 # The default value is: NO.
130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
134 # The default value is: NO.
138 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
139 # before files name in the file list and in the header files. If set to NO the
141 # The default value is: YES.
145 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
146 # Stripping is only done if one of the specified strings matches the left-hand
153 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
157 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
162 # using the -I flag.
166 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
168 # support long names like on DOS, Mac, or CD-ROM.
169 # The default value is: NO.
173 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
174 # first line (until the first dot) of a Javadoc-style comment as the brief
175 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
178 # The default value is: NO.
182 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
183 # line (until the first dot) of a Qt-style comment as the brief description. If
184 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
186 # The default value is: NO.
190 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
191 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
193 # to treat a multi-line C++ comment block as a detailed description. Set this
198 # The default value is: NO.
202 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
203 # documentation from any documented member that it re-implements.
204 # The default value is: YES.
208 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
209 # new page for each member. If set to NO, the documentation of a member will be
211 # The default value is: NO.
215 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
216 # uses this value to replace tabs by spaces in code fragments.
217 # Minimum value: 1, maximum value: 16, default value: 4.
223 # name=value
227 # documentation, which will result in a user-defined paragraph with heading
228 # "Side Effects:". You can put \n's in the value part of an alias to insert
236 # This tag can be used to specify a number of word-keyword mappings (TCL only).
237 # A mapping has the form "name=value". For example adding "class=itcl::class"
242 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
246 # The default value is: NO.
250 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
254 # The default value is: NO.
258 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
260 # The default value is: NO.
264 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
266 # The default value is: NO.
272 # extension. Doxygen has a built-in mapping, but you can override or extend it
275 # C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
281 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
286 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
292 # The default value is: YES.
300 # The default value is: YES.
305 # to include (a tag file for) the STL sources as input, then you should set this
310 # The default value is: NO.
314 # If you use Microsoft's C++/CLI language, you should set this option to YES to
316 # The default value is: NO.
320 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
324 # The default value is: NO.
330 # doxygen to replace the get and set methods by a property in the documentation.
333 # should set this option to NO.
334 # The default value is: YES.
339 # tag is set to YES, then doxygen will reuse the documentation of the first
342 # The default value is: NO.
346 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
348 # type (e.g. under the Public Functions section). Set it to NO to prevent
351 # The default value is: YES.
355 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
362 # The default value is: NO.
366 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
369 # namespace, or group documentation), provided this scope is documented. If set
372 # The default value is: NO.
383 # The default value is: NO.
387 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
390 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
396 # Minimum value: 0, maximum value: 9, default value: 0.
400 #---------------------------------------------------------------------------
402 #---------------------------------------------------------------------------
404 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
407 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
409 # normally produced when WARNINGS is set to YES.
410 # The default value is: NO.
414 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
416 # The default value is: NO.
420 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
422 # The default value is: NO.
426 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
428 # The default value is: NO.
432 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
433 # locally in source files will be included in the documentation. If set to NO
436 # The default value is: YES.
440 # This flag is only useful for Objective-C code. When set to YES local methods,
442 # included in the documentation. If set to NO only methods in the interface are
444 # The default value is: NO.
448 # If this flag is set to YES, the members of anonymous namespaces will be
453 # The default value is: NO.
457 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
458 # undocumented members inside documented classes or files. If set to NO these
461 # The default value is: NO.
465 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
466 # undocumented classes that are normally visible in the class hierarchy. If set
469 # The default value is: NO.
473 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
474 # (class|struct|union) declarations. If set to NO these declarations will be
476 # The default value is: NO.
480 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
481 # documentation blocks found inside the body of a function. If set to NO these
483 # The default value is: NO.
488 # \internal command is included. If the tag is set to NO then the documentation
489 # will be excluded. Set it to YES to include the internal documentation.
490 # The default value is: NO.
494 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
495 # names in lower-case letters. If set to YES upper-case letters are also
498 # and Mac users are advised to set this option to NO.
499 # The default value is: system dependent.
503 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
504 # their full class and namespace scopes in the documentation. If set to YES the
506 # The default value is: NO.
510 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
512 # The default value is: YES.
516 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
518 # The default value is: NO.
522 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
524 # The default value is: YES.
528 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
530 # name. If set to NO the members will appear in declaration order.
531 # The default value is: YES.
535 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
537 # name. If set to NO the members will appear in declaration order.
538 # The default value is: NO.
542 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
544 # destructors are listed first. If set to NO the constructors will appear in the
546 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
548 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
550 # The default value is: NO.
554 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
555 # of group names into alphabetical order. If set to NO the group names will
557 # The default value is: NO.
561 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
562 # fully-qualified names, including namespaces. If set to NO, the class list will
564 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
567 # The default value is: NO.
577 # The default value is: NO.
584 # The default value is: YES.
591 # The default value is: YES.
597 # The default value is: YES.
604 # The default value is: YES.
615 # initial value of a variable or macro / define can have for it to appear in the
617 # it will be hidden. Use a value of 0 to hide initializers completely. The
618 # appearance of the value of individual variables and macros / defines can be
621 # Minimum value: 0, maximum value: 10000, default value: 30.
625 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
626 # the bottom of the documentation of classes and structs. If set to YES the list
628 # The default value is: YES.
632 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
635 # The default value is: YES.
639 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
642 # The default value is: YES.
649 # popen()) the command command input-file, where command is the value of the
650 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
659 # that represents doxygen's defaults, run doxygen with the -l option. You can
680 #---------------------------------------------------------------------------
682 #---------------------------------------------------------------------------
685 # standard output by doxygen. If QUIET is set to YES this implies that the
687 # The default value is: NO.
692 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
696 # The default value is: YES.
700 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
701 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
703 # The default value is: YES.
707 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
711 # The default value is: YES.
717 # value. If set to NO doxygen will only warn about wrong or incomplete parameter
719 # The default value is: NO.
729 # The default value is: $file:$line: $text.
739 #---------------------------------------------------------------------------
741 #---------------------------------------------------------------------------
754 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
758 # The default value is: UTF-8.
760 INPUT_ENCODING = UTF-8
762 # If the value of the INPUT tag contains directories, you can use the
764 # *.h) to filter out the source-files in the directories. If left blank the
778 # The default value is: NO.
794 # The default value is: NO.
798 # If the value of the INPUT tag contains directories, you can use the
824 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
826 # *.h) to filter out the source-files in the directories. If left blank all
831 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
833 # irrespective of the value of the RECURSIVE tag.
834 # The default value is: NO.
848 # <filter> <input-file>
850 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
870 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
872 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
873 # The default value is: NO.
881 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
892 #---------------------------------------------------------------------------
894 #---------------------------------------------------------------------------
896 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
897 # generated. Documented entities will be cross-referenced with these sources.
900 # also VERBATIM_HEADERS is set to NO.
901 # The default value is: NO.
907 # The default value is: NO.
914 # The default value is: YES.
918 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
920 # The default value is: NO.
924 # If the REFERENCES_RELATION tag is set to YES then for each documented function
926 # The default value is: NO.
930 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
934 # The default value is: YES.
943 # The default value is: YES.
944 # This tag requires that the tag SOURCE_BROWSER is set to YES.
948 # If the USE_HTAGS tag is set to YES then the references to source code will
949 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
955 # - Install the latest version of global
956 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
957 # - Make sure the INPUT points to the root of the source tree
958 # - Run doxygen as normal
965 # The default value is: NO.
966 # This tag requires that the tag SOURCE_BROWSER is set to YES.
970 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
972 # specified. Set to NO to disable this.
974 # The default value is: YES.
978 #---------------------------------------------------------------------------
980 #---------------------------------------------------------------------------
982 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
985 # The default value is: YES.
992 # Minimum value: 1, maximum value: 20, default value: 5.
993 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1001 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1005 #---------------------------------------------------------------------------
1007 #---------------------------------------------------------------------------
1009 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
1010 # The default value is: YES.
1015 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1018 # This tag requires that the tag GENERATE_HTML is set to YES.
1024 # The default value is: .html.
1025 # This tag requires that the tag GENERATE_HTML is set to YES.
1029 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1037 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1045 # This tag requires that the tag GENERATE_HTML is set to YES.
1049 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1055 # This tag requires that the tag GENERATE_HTML is set to YES.
1059 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1060 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1067 # This tag requires that the tag GENERATE_HTML is set to YES.
1071 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
1078 # This tag requires that the tag GENERATE_HTML is set to YES.
1087 # files will be copied as-is; there are no commands or markers available.
1088 # This tag requires that the tag GENERATE_HTML is set to YES.
1095 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
1098 # Minimum value: 0, maximum value: 359, default value: 220.
1099 # This tag requires that the tag GENERATE_HTML is set to YES.
1104 # in the HTML output. For a value of 0 the output will use grayscales only. A
1105 # value of 255 will produce the most vivid colors.
1106 # Minimum value: 0, maximum value: 255, default value: 100.
1107 # This tag requires that the tag GENERATE_HTML is set to YES.
1114 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1115 # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
1117 # Minimum value: 40, maximum value: 240, default value: 80.
1118 # This tag requires that the tag GENERATE_HTML is set to YES.
1122 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1125 # The default value is: YES.
1126 # This tag requires that the tag GENERATE_HTML is set to YES.
1130 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1133 # The default value is: NO.
1134 # This tag requires that the tag GENERATE_HTML is set to YES.
1143 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1146 # Minimum value: 0, maximum value: 9999, default value: 100.
1147 # This tag requires that the tag GENERATE_HTML is set to YES.
1151 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1154 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1160 # The default value is: NO.
1161 # This tag requires that the tag GENERATE_HTML is set to YES.
1168 # The default value is: Doxygen generated docs.
1169 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1174 # set bundle. This should be a reverse domain-name style string, e.g.
1176 # The default value is: org.doxygen.Project.
1177 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1182 # the documentation publisher. This should be a reverse domain-name style
1184 # The default value is: org.doxygen.Publisher.
1185 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1190 # The default value is: Publisher.
1191 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1195 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1198 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1208 # The default value is: NO.
1209 # This tag requires that the tag GENERATE_HTML is set to YES.
1216 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1218 CHM_FILE = jsoncpp-%JSONCPP_VERSION%.chm
1221 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1224 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1230 # The default value is: NO.
1231 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1237 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1243 # The default value is: NO.
1244 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1248 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1250 # The default value is: NO.
1251 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1255 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1256 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1259 # The default value is: NO.
1260 # This tag requires that the tag GENERATE_HTML is set to YES.
1267 # This tag requires that the tag GENERATE_QHP is set to YES.
1273 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1274 # The default value is: org.doxygen.Project.
1275 # This tag requires that the tag GENERATE_QHP is set to YES.
1281 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1283 # The default value is: doc.
1284 # This tag requires that the tag GENERATE_QHP is set to YES.
1288 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1290 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1292 # This tag requires that the tag GENERATE_QHP is set to YES.
1298 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1300 # This tag requires that the tag GENERATE_QHP is set to YES.
1306 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1307 # This tag requires that the tag GENERATE_QHP is set to YES.
1312 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1314 # This tag requires that the tag GENERATE_QHP is set to YES.
1318 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1323 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
1325 # The default value is: NO.
1326 # This tag requires that the tag GENERATE_HTML is set to YES.
1332 # name. Each documentation set should have its own identifier.
1333 # The default value is: org.doxygen.Project.
1334 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1341 # of each HTML page. A value of NO enables the index and the value YES disables
1343 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1344 # The default value is: NO.
1345 # This tag requires that the tag GENERATE_HTML is set to YES.
1349 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1351 # value is set to YES, a side panel will be generated containing a tree-like
1356 # further fine-tune the look of the index. As an example, the default style
1361 # The default value is: NO.
1362 # This tag requires that the tag GENERATE_HTML is set to YES.
1366 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1369 # Note that a value of 0 will completely suppress the enum values from appearing
1371 # Minimum value: 0, maximum value: 20, default value: 4.
1372 # This tag requires that the tag GENERATE_HTML is set to YES.
1377 # to set the initial width (in pixels) of the frame in which the tree is shown.
1378 # Minimum value: 0, maximum value: 1500, default value: 250.
1379 # This tag requires that the tag GENERATE_HTML is set to YES.
1383 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1385 # The default value is: NO.
1386 # This tag requires that the tag GENERATE_HTML is set to YES.
1394 # Minimum value: 8, maximum value: 50, default value: 10.
1395 # This tag requires that the tag GENERATE_HTML is set to YES.
1405 # The default value is: YES.
1406 # This tag requires that the tag GENERATE_HTML is set to YES.
1416 # The default value is: NO.
1417 # This tag requires that the tag GENERATE_HTML is set to YES.
1421 # When MathJax is enabled you can set the default output format to be used for
1424 # Possible values are: HTML-CSS (which is slower, but has the best
1426 # The default value is: HTML-CSS.
1427 # This tag requires that the tag USE_MATHJAX is set to YES.
1429 MATHJAX_FORMAT = HTML-CSS
1435 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1439 # The default value is: http://cdn.mathjax.org/mathjax/latest.
1440 # This tag requires that the tag USE_MATHJAX is set to YES.
1447 # This tag requires that the tag USE_MATHJAX is set to YES.
1455 # This tag requires that the tag USE_MATHJAX is set to YES.
1475 # The default value is: YES.
1476 # This tag requires that the tag GENERATE_HTML is set to YES.
1487 # The default value is: NO.
1488 # This tag requires that the tag SEARCHENGINE is set to YES.
1503 # The default value is: NO.
1504 # This tag requires that the tag SEARCHENGINE is set to YES.
1515 # This tag requires that the tag SEARCHENGINE is set to YES.
1523 # This tag requires that the tag SEARCHENGINE is set to YES.
1531 # This tag requires that the tag SEARCHENGINE is set to YES.
1538 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1541 # This tag requires that the tag SEARCHENGINE is set to YES.
1545 #---------------------------------------------------------------------------
1547 #---------------------------------------------------------------------------
1549 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1550 # The default value is: YES.
1555 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1558 # This tag requires that the tag GENERATE_LATEX is set to YES.
1569 # This tag requires that the tag GENERATE_LATEX is set to YES.
1576 # This tag requires that the tag GENERATE_LATEX is set to YES.
1580 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1583 # The default value is: NO.
1584 # This tag requires that the tag GENERATE_LATEX is set to YES.
1588 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1592 # The default value is: a4.
1593 # This tag requires that the tag GENERATE_LATEX is set to YES.
1602 # This tag requires that the tag GENERATE_LATEX is set to YES.
1612 # Note: Only use a user-defined header if you know what you are doing! The
1618 # This tag requires that the tag GENERATE_LATEX is set to YES.
1626 # Note: Only use a user-defined footer if you know what you are doing!
1627 # This tag requires that the tag GENERATE_LATEX is set to YES.
1633 # directory. Note that the files will be copied as-is; there are no commands or
1635 # This tag requires that the tag GENERATE_LATEX is set to YES.
1639 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1643 # The default value is: YES.
1644 # This tag requires that the tag GENERATE_LATEX is set to YES.
1648 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1649 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1651 # The default value is: YES.
1652 # This tag requires that the tag GENERATE_LATEX is set to YES.
1656 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1660 # The default value is: NO.
1661 # This tag requires that the tag GENERATE_LATEX is set to YES.
1665 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1667 # The default value is: NO.
1668 # This tag requires that the tag GENERATE_LATEX is set to YES.
1672 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1677 # The default value is: NO.
1678 # This tag requires that the tag GENERATE_LATEX is set to YES.
1685 # The default value is: plain.
1686 # This tag requires that the tag GENERATE_LATEX is set to YES.
1690 #---------------------------------------------------------------------------
1692 #---------------------------------------------------------------------------
1694 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1697 # The default value is: NO.
1702 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1705 # This tag requires that the tag GENERATE_RTF is set to YES.
1709 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1712 # The default value is: NO.
1713 # This tag requires that the tag GENERATE_RTF is set to YES.
1717 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1724 # The default value is: NO.
1725 # This tag requires that the tag GENERATE_RTF is set to YES.
1731 # missing definitions are set to their default value.
1735 # This tag requires that the tag GENERATE_RTF is set to YES.
1739 # Set optional variables used in the generation of an RTF document. Syntax is
1741 # using doxygen -e rtf extensionFile.
1742 # This tag requires that the tag GENERATE_RTF is set to YES.
1746 #---------------------------------------------------------------------------
1748 #---------------------------------------------------------------------------
1750 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1752 # The default value is: NO.
1757 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1761 # This tag requires that the tag GENERATE_MAN is set to YES.
1769 # The default value is: .3.
1770 # This tag requires that the tag GENERATE_MAN is set to YES.
1774 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1778 # The default value is: NO.
1779 # This tag requires that the tag GENERATE_MAN is set to YES.
1783 #---------------------------------------------------------------------------
1785 #---------------------------------------------------------------------------
1787 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1789 # The default value is: NO.
1794 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1797 # This tag requires that the tag GENERATE_XML is set to YES.
1801 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1802 # listings (including syntax highlighting and cross-referencing information) to
1805 # The default value is: YES.
1806 # This tag requires that the tag GENERATE_XML is set to YES.
1810 #---------------------------------------------------------------------------
1812 #---------------------------------------------------------------------------
1814 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1816 # The default value is: NO.
1821 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1824 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1828 #---------------------------------------------------------------------------
1830 #---------------------------------------------------------------------------
1832 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1836 # The default value is: NO.
1840 #---------------------------------------------------------------------------
1842 #---------------------------------------------------------------------------
1844 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1848 # The default value is: NO.
1852 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1855 # The default value is: NO.
1856 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1860 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1862 # understand what is going on. On the other hand, if this tag is set to NO the
1865 # The default value is: YES.
1866 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1874 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1878 #---------------------------------------------------------------------------
1880 #---------------------------------------------------------------------------
1882 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1883 # C-preprocessor directives found in the sources and include files.
1884 # The default value is: YES.
1888 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1889 # in the source code. If set to NO only conditional compilation will be
1892 # The default value is: NO.
1893 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1897 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1900 # The default value is: NO.
1901 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1905 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1907 # The default value is: YES.
1908 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1915 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1920 # patterns (like *.h and *.hpp) to filter out the header-files in the
1923 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1928 # defined before the preprocessor is started (similar to the -D option of e.g.
1933 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1940 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1945 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1949 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1950 # remove all references to function-like macros that are alone on a line, have an
1952 # typically used for boiler-plate code, and will confuse the parser if not
1954 # The default value is: YES.
1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1959 #---------------------------------------------------------------------------
1961 #---------------------------------------------------------------------------
1984 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
1985 # class index. If set to NO only the inherited external classes will be listed.
1986 # The default value is: NO.
1990 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
1991 # the modules index. If set to NO, only the current project's groups will be
1993 # The default value is: YES.
1997 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
1998 # the related pages index. If set to NO, only the current project's pages will
2000 # The default value is: YES.
2010 #---------------------------------------------------------------------------
2012 #---------------------------------------------------------------------------
2014 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
2019 # The default value is: YES.
2032 # If set to YES, the inheritance and collaboration graphs will hide inheritance
2034 # The default value is: YES.
2038 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2042 # set to NO
2043 # The default value is: NO.
2048 # to run in parallel. When set to 0 doxygen will base this on the number of
2049 # processors available in the system. You can set it explicitly to a value
2052 # Minimum value: 0, maximum value: 32, default value: 0.
2053 # This tag requires that the tag HAVE_DOT is set to YES.
2062 # The default value is: Helvetica.
2063 # This tag requires that the tag HAVE_DOT is set to YES.
2067 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2069 # Minimum value: 4, maximum value: 24, default value: 10.
2070 # This tag requires that the tag HAVE_DOT is set to YES.
2075 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2077 # This tag requires that the tag HAVE_DOT is set to YES.
2081 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2084 # The default value is: YES.
2085 # This tag requires that the tag HAVE_DOT is set to YES.
2089 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2093 # The default value is: YES.
2094 # This tag requires that the tag HAVE_DOT is set to YES.
2098 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2100 # The default value is: YES.
2101 # This tag requires that the tag HAVE_DOT is set to YES.
2105 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2108 # The default value is: NO.
2109 # This tag requires that the tag HAVE_DOT is set to YES.
2116 # number of items for each type to make the size more manageable. Set this to 0
2118 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2121 # Minimum value: 0, maximum value: 100, default value: 10.
2122 # This tag requires that the tag HAVE_DOT is set to YES.
2126 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2129 # The default value is: NO.
2130 # This tag requires that the tag HAVE_DOT is set to YES.
2134 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2138 # The default value is: YES.
2139 # This tag requires that the tag HAVE_DOT is set to YES.
2144 # set to YES then doxygen will generate a graph for each documented file showing
2147 # The default value is: YES.
2148 # This tag requires that the tag HAVE_DOT is set to YES.
2152 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2158 # The default value is: NO.
2159 # This tag requires that the tag HAVE_DOT is set to YES.
2163 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2169 # The default value is: NO.
2170 # This tag requires that the tag HAVE_DOT is set to YES.
2174 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2176 # The default value is: YES.
2177 # This tag requires that the tag HAVE_DOT is set to YES.
2181 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2185 # The default value is: YES.
2186 # This tag requires that the tag HAVE_DOT is set to YES.
2190 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2192 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2196 # The default value is: png.
2197 # This tag requires that the tag HAVE_DOT is set to YES.
2201 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2206 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2208 # The default value is: NO.
2209 # This tag requires that the tag HAVE_DOT is set to YES.
2215 # This tag requires that the tag HAVE_DOT is set to YES.
2222 # This tag requires that the tag HAVE_DOT is set to YES.
2232 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2234 # larger than this value, doxygen will truncate the graph, which is visualized
2239 # Minimum value: 0, maximum value: 10000, default value: 50.
2240 # This tag requires that the tag HAVE_DOT is set to YES.
2244 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2245 # generated by dot. A depth value of 3 means that only nodes reachable from the
2251 # Minimum value: 0, maximum value: 1000, default value: 0.
2252 # This tag requires that the tag HAVE_DOT is set to YES.
2256 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2261 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2263 # The default value is: NO.
2264 # This tag requires that the tag HAVE_DOT is set to YES.
2268 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2269 # files in one run (i.e. multiple -o and -T options on the command line). This
2272 # The default value is: NO.
2273 # This tag requires that the tag HAVE_DOT is set to YES.
2277 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2280 # The default value is: YES.
2281 # This tag requires that the tag HAVE_DOT is set to YES.
2285 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
2287 # The default value is: YES.
2288 # This tag requires that the tag HAVE_DOT is set to YES.