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.
35 PROJECT_NAME = "parameter-framework"
47 PROJECT_BRIEF = "Plugin-based and rule-based framework for describing and controlling para…
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
69 # The default value is: NO.
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
77 # The default value is: NO.
85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
87 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
88 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
90 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
92 # The default value is: English.
96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
98 # documentation (similar to Javadoc). Set to NO to disable this.
99 # The default value is: YES.
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
108 # The default value is: YES.
112 # This tag implements a quasi-intelligent brief description abbreviator that is
116 # 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 new
209 # page for each member. If set to NO, the documentation of a member will be part
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
233 # This tag can be used to specify a number of word-keyword mappings (TCL only).
234 # A mapping has the form "name=value". For example adding "class=itcl::class"
239 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
243 # The default value is: NO.
247 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
251 # The default value is: NO.
255 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
257 # The default value is: NO.
261 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
263 # The default value is: NO.
269 # extension. Doxygen has a built-in mapping, but you can override or extend it
272 # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
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. If 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 HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
511 # append additional text to a page's title, such as Class Reference. If set to
513 # The default value is: NO.
517 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
519 # The default value is: YES.
523 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
526 # The default value is: NO.
530 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
532 # The default value is: NO.
536 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
538 # The default value is: YES.
542 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
544 # name. If set to NO, the members will appear in declaration order.
545 # The default value is: YES.
549 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
551 # name. If set to NO, the members will appear in declaration order. Note that
553 # The default value is: NO.
557 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
559 # destructors are listed first. If set to NO the constructors will appear in the
561 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
563 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
565 # The default value is: NO.
569 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
570 # of group names into alphabetical order. If set to NO the group names will
572 # The default value is: NO.
576 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
577 # fully-qualified names, including namespaces. If set to NO, the class list will
579 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
582 # The default value is: NO.
592 # The default value is: NO.
598 # The default value is: YES.
604 # The default value is: YES.
610 # The default value is: YES.
617 # The default value is: YES.
628 # initial value of a variable or macro / define can have for it to appear in the
630 # it will be hidden. Use a value of 0 to hide initializers completely. The
631 # appearance of the value of individual variables and macros / defines can be
634 # Minimum value: 0, maximum value: 10000, default value: 30.
638 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
639 # the bottom of the documentation of classes and structs. If set to YES, the
641 # The default value is: YES.
645 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
648 # The default value is: YES.
652 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
655 # The default value is: YES.
662 # popen()) the command command input-file, where command is the value of the
663 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
672 # that represents doxygen's defaults, run doxygen with the -l option. You can
692 #---------------------------------------------------------------------------
694 #---------------------------------------------------------------------------
697 # standard output by doxygen. If QUIET is set to YES this implies that the
699 # The default value is: NO.
704 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
708 # The default value is: YES.
712 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
713 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
715 # The default value is: YES.
719 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
723 # The default value is: YES.
729 # value. If set to NO, doxygen will only warn about wrong or incomplete
731 # The default value is: NO.
741 # The default value is: $file:$line: $text.
751 #---------------------------------------------------------------------------
753 #---------------------------------------------------------------------------
765 @PROJECT_SOURCE_DIR@/remote-process \
766 @PROJECT_SOURCE_DIR@/remote-processor \
768 @PROJECT_SOURCE_DIR@/test/test-platform \
773 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
777 # The default value is: UTF-8.
779 INPUT_ENCODING = UTF-8
781 # If the value of the INPUT tag contains directories, you can use the
783 # *.h) to filter out the source-files in the directories. If left blank the
794 # The default value is: NO.
810 # The default value is: NO.
814 # If the value of the INPUT tag contains directories, you can use the
840 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
842 # *.h) to filter out the source-files in the directories. If left blank all
847 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
849 # irrespective of the value of the RECURSIVE tag.
850 # The default value is: NO.
864 # <filter> <input-file>
866 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
886 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
888 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
889 # The default value is: NO.
897 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
908 #---------------------------------------------------------------------------
910 #---------------------------------------------------------------------------
912 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
913 # generated. Documented entities will be cross-referenced with these sources.
916 # also VERBATIM_HEADERS is set to NO.
917 # The default value is: NO.
923 # The default value is: NO.
930 # The default value is: YES.
934 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
936 # The default value is: NO.
940 # If the REFERENCES_RELATION tag is set to YES then for each documented function
942 # The default value is: NO.
946 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
950 # The default value is: YES.
959 # The default value is: YES.
960 # This tag requires that the tag SOURCE_BROWSER is set to YES.
964 # If the USE_HTAGS tag is set to YES then the references to source code will
965 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
971 # - Install the latest version of global
972 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
973 # - Make sure the INPUT points to the root of the source tree
974 # - Run doxygen as normal
981 # The default value is: NO.
982 # This tag requires that the tag SOURCE_BROWSER is set to YES.
986 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
988 # specified. Set to NO to disable this.
990 # The default value is: YES.
994 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
997 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1000 # compiled with the --with-libclang option.
1001 # The default value is: NO.
1007 # the include paths will already be set by doxygen for the files and directories
1009 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1011 CLANG_OPTIONS = -std=c++11 \
1012 -I @PROJECT_BINARY_DIR@/parameter \
1013 -I @PROJECT_BINARY_DIR@/remote-processor \
1014 -I @PROJECT_BINARY_DIR@/bindings/c
1016 #---------------------------------------------------------------------------
1018 #---------------------------------------------------------------------------
1020 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1023 # The default value is: YES.
1029 # Minimum value: 1, maximum value: 20, default value: 5.
1030 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1038 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1042 #---------------------------------------------------------------------------
1044 #---------------------------------------------------------------------------
1046 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
1047 # The default value is: YES.
1052 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1055 # This tag requires that the tag GENERATE_HTML is set to YES.
1061 # The default value is: .html.
1062 # This tag requires that the tag GENERATE_HTML is set to YES.
1066 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1074 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
1082 # This tag requires that the tag GENERATE_HTML is set to YES.
1086 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1092 # This tag requires that the tag GENERATE_HTML is set to YES.
1096 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1097 # sheet that is used by each HTML page. It can be used to fine-tune the look of
1104 # This tag requires that the tag GENERATE_HTML is set to YES.
1108 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1117 # This tag requires that the tag GENERATE_HTML is set to YES.
1126 # files will be copied as-is; there are no commands or markers available.
1127 # This tag requires that the tag GENERATE_HTML is set to YES.
1134 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
1137 # Minimum value: 0, maximum value: 359, default value: 220.
1138 # This tag requires that the tag GENERATE_HTML is set to YES.
1143 # in the HTML output. For a value of 0 the output will use grayscales only. A
1144 # value of 255 will produce the most vivid colors.
1145 # Minimum value: 0, maximum value: 255, default value: 100.
1146 # This tag requires that the tag GENERATE_HTML is set to YES.
1153 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1154 # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
1156 # Minimum value: 40, maximum value: 240, default value: 80.
1157 # This tag requires that the tag GENERATE_HTML is set to YES.
1161 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1165 # The default value is: NO.
1166 # This tag requires that the tag GENERATE_HTML is set to YES.
1170 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1173 # The default value is: NO.
1174 # This tag requires that the tag GENERATE_HTML is set to YES.
1183 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1186 # Minimum value: 0, maximum value: 9999, default value: 100.
1187 # This tag requires that the tag GENERATE_HTML is set to YES.
1191 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1194 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1200 # The default value is: NO.
1201 # This tag requires that the tag GENERATE_HTML is set to YES.
1208 # The default value is: Doxygen generated docs.
1209 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1214 # set bundle. This should be a reverse domain-name style string, e.g.
1216 # The default value is: org.doxygen.Project.
1217 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1222 # the documentation publisher. This should be a reverse domain-name style
1224 # The default value is: org.doxygen.Publisher.
1225 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1230 # The default value is: Publisher.
1231 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1235 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1238 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1248 # The default value is: NO.
1249 # This tag requires that the tag GENERATE_HTML is set to YES.
1256 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1261 # including file name) of the HTML help compiler (hhc.exe). If non-empty,
1264 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1270 # The default value is: NO.
1271 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1277 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1284 # The default value is: NO.
1285 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1289 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1291 # The default value is: NO.
1292 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1296 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1297 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1300 # The default value is: NO.
1301 # This tag requires that the tag GENERATE_HTML is set to YES.
1308 # This tag requires that the tag GENERATE_QHP is set to YES.
1314 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1315 # The default value is: org.doxygen.Project.
1316 # This tag requires that the tag GENERATE_QHP is set to YES.
1322 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1324 # The default value is: doc.
1325 # This tag requires that the tag GENERATE_QHP is set to YES.
1329 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1331 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1333 # This tag requires that the tag GENERATE_QHP is set to YES.
1339 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1341 # This tag requires that the tag GENERATE_QHP is set to YES.
1347 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1348 # This tag requires that the tag GENERATE_QHP is set to YES.
1353 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1355 # This tag requires that the tag GENERATE_QHP is set to YES.
1359 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1364 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
1366 # The default value is: NO.
1367 # This tag requires that the tag GENERATE_HTML is set to YES.
1373 # name. Each documentation set should have its own identifier.
1374 # The default value is: org.doxygen.Project.
1375 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1382 # of each HTML page. A value of NO enables the index and the value YES disables
1384 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1385 # The default value is: NO.
1386 # This tag requires that the tag GENERATE_HTML is set to YES.
1390 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1392 # value is set to YES, a side panel will be generated containing a tree-like
1397 # further fine-tune the look of the index. As an example, the default style
1402 # The default value is: NO.
1403 # This tag requires that the tag GENERATE_HTML is set to YES.
1407 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1410 # Note that a value of 0 will completely suppress the enum values from appearing
1412 # Minimum value: 0, maximum value: 20, default value: 4.
1413 # This tag requires that the tag GENERATE_HTML is set to YES.
1418 # to set the initial width (in pixels) of the frame in which the tree is shown.
1419 # Minimum value: 0, maximum value: 1500, default value: 250.
1420 # This tag requires that the tag GENERATE_HTML is set to YES.
1424 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1426 # The default value is: NO.
1427 # This tag requires that the tag GENERATE_HTML is set to YES.
1435 # Minimum value: 8, maximum value: 50, default value: 10.
1436 # This tag requires that the tag GENERATE_HTML is set to YES.
1446 # The default value is: YES.
1447 # This tag requires that the tag GENERATE_HTML is set to YES.
1453 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1457 # The default value is: NO.
1458 # This tag requires that the tag GENERATE_HTML is set to YES.
1462 # When MathJax is enabled you can set the default output format to be used for
1465 # Possible values are: HTML-CSS (which is slower, but has the best
1467 # The default value is: HTML-CSS.
1468 # This tag requires that the tag USE_MATHJAX is set to YES.
1470 MATHJAX_FORMAT = HTML-CSS
1476 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1480 # The default value is: http://cdn.mathjax.org/mathjax/latest.
1481 # This tag requires that the tag USE_MATHJAX is set to YES.
1488 # This tag requires that the tag USE_MATHJAX is set to YES.
1496 # This tag requires that the tag USE_MATHJAX is set to YES.
1516 # The default value is: YES.
1517 # This tag requires that the tag GENERATE_HTML is set to YES.
1528 # The default value is: NO.
1529 # This tag requires that the tag SEARCHENGINE is set to YES.
1544 # The default value is: NO.
1545 # This tag requires that the tag SEARCHENGINE is set to YES.
1556 # This tag requires that the tag SEARCHENGINE is set to YES.
1564 # This tag requires that the tag SEARCHENGINE is set to YES.
1572 # This tag requires that the tag SEARCHENGINE is set to YES.
1579 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1582 # This tag requires that the tag SEARCHENGINE is set to YES.
1586 #---------------------------------------------------------------------------
1588 #---------------------------------------------------------------------------
1590 # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
1591 # The default value is: YES.
1596 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1599 # This tag requires that the tag GENERATE_LATEX is set to YES.
1610 # This tag requires that the tag GENERATE_LATEX is set to YES.
1617 # This tag requires that the tag GENERATE_LATEX is set to YES.
1621 # If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
1624 # The default value is: NO.
1625 # This tag requires that the tag GENERATE_LATEX is set to YES.
1629 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1633 # The default value is: a4.
1634 # This tag requires that the tag GENERATE_LATEX is set to YES.
1643 # This tag requires that the tag GENERATE_LATEX is set to YES.
1653 # Note: Only use a user-defined header if you know what you are doing! The
1659 # This tag requires that the tag GENERATE_LATEX is set to YES.
1669 # Note: Only use a user-defined footer if you know what you are doing!
1670 # This tag requires that the tag GENERATE_LATEX is set to YES.
1674 # The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1681 # This tag requires that the tag GENERATE_LATEX is set to YES.
1687 # directory. Note that the files will be copied as-is; there are no commands or
1689 # This tag requires that the tag GENERATE_LATEX is set to YES.
1693 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1697 # The default value is: YES.
1698 # This tag requires that the tag GENERATE_LATEX is set to YES.
1702 # If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1703 # the PDF file directly from the LaTeX files. Set this option to YES, to get a
1705 # The default value is: YES.
1706 # This tag requires that the tag GENERATE_LATEX is set to YES.
1710 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1714 # The default value is: NO.
1715 # This tag requires that the tag GENERATE_LATEX is set to YES.
1719 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1721 # The default value is: NO.
1722 # This tag requires that the tag GENERATE_LATEX is set to YES.
1726 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1731 # The default value is: NO.
1732 # This tag requires that the tag GENERATE_LATEX is set to YES.
1739 # The default value is: plain.
1740 # This tag requires that the tag GENERATE_LATEX is set to YES.
1744 #---------------------------------------------------------------------------
1746 #---------------------------------------------------------------------------
1748 # If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
1751 # The default value is: NO.
1756 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1759 # This tag requires that the tag GENERATE_RTF is set to YES.
1763 # If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
1766 # The default value is: NO.
1767 # This tag requires that the tag GENERATE_RTF is set to YES.
1771 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1778 # The default value is: NO.
1779 # This tag requires that the tag GENERATE_RTF is set to YES.
1785 # missing definitions are set to their default value.
1789 # This tag requires that the tag GENERATE_RTF is set to YES.
1793 # Set optional variables used in the generation of an RTF document. Syntax is
1795 # using doxygen -e rtf extensionFile.
1796 # This tag requires that the tag GENERATE_RTF is set to YES.
1800 # If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
1805 # The default value is: NO.
1806 # This tag requires that the tag GENERATE_RTF is set to YES.
1810 #---------------------------------------------------------------------------
1812 #---------------------------------------------------------------------------
1814 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1816 # The default value is: NO.
1821 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1825 # This tag requires that the tag GENERATE_MAN is set to YES.
1833 # The default value is: .3.
1834 # This tag requires that the tag GENERATE_MAN is set to YES.
1841 # This tag requires that the tag GENERATE_MAN is set to YES.
1845 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1849 # The default value is: NO.
1850 # This tag requires that the tag GENERATE_MAN is set to YES.
1854 #---------------------------------------------------------------------------
1856 #---------------------------------------------------------------------------
1858 # If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
1860 # The default value is: NO.
1865 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1868 # This tag requires that the tag GENERATE_XML is set to YES.
1872 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1873 # listings (including syntax highlighting and cross-referencing information) to
1876 # The default value is: YES.
1877 # This tag requires that the tag GENERATE_XML is set to YES.
1881 #---------------------------------------------------------------------------
1883 #---------------------------------------------------------------------------
1885 # If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
1887 # The default value is: NO.
1892 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1895 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1899 # If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
1900 # program listings (including syntax highlighting and cross-referencing
1903 # The default value is: NO.
1904 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1908 #---------------------------------------------------------------------------
1910 #---------------------------------------------------------------------------
1912 # If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
1916 # The default value is: NO.
1920 #---------------------------------------------------------------------------
1922 #---------------------------------------------------------------------------
1924 # If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
1928 # The default value is: NO.
1932 # If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
1935 # The default value is: NO.
1936 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1940 # If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
1942 # understand what is going on. On the other hand, if this tag is set to NO, the
1945 # The default value is: YES.
1946 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1954 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1958 #---------------------------------------------------------------------------
1960 #---------------------------------------------------------------------------
1962 # If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
1963 # C-preprocessor directives found in the sources and include files.
1964 # The default value is: YES.
1968 # If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
1969 # in the source code. If set to NO, only conditional compilation will be
1972 # The default value is: NO.
1973 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1977 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1980 # The default value is: NO.
1981 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1985 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
1987 # The default value is: YES.
1988 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1995 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
2000 # patterns (like *.h and *.hpp) to filter out the header-files in the
2003 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2008 # defined before the preprocessor is started (similar to the -D option of e.g.
2013 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2017 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2022 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2026 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
2027 # remove all references to function-like macros that are alone on a line, have
2029 # are typically used for boiler-plate code, and will confuse the parser if not
2031 # The default value is: YES.
2032 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2036 #---------------------------------------------------------------------------
2038 #---------------------------------------------------------------------------
2061 # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
2062 # the class index. If set to NO, only the inherited external classes will be
2064 # The default value is: NO.
2068 # If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
2069 # in the modules index. If set to NO, only the current project's groups will be
2071 # The default value is: YES.
2075 # If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
2076 # the related pages index. If set to NO, only the current project's pages will
2078 # The default value is: YES.
2088 #---------------------------------------------------------------------------
2090 #---------------------------------------------------------------------------
2092 # If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
2097 # The default value is: YES.
2117 # If set to YES the inheritance and collaboration graphs will hide inheritance
2119 # The default value is: YES.
2123 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2127 # set to NO
2128 # The default value is: YES.
2133 # to run in parallel. When set to 0 doxygen will base this on the number of
2134 # processors available in the system. You can set it explicitly to a value
2137 # Minimum value: 0, maximum value: 32, default value: 0.
2138 # This tag requires that the tag HAVE_DOT is set to YES.
2147 # The default value is: Helvetica.
2148 # This tag requires that the tag HAVE_DOT is set to YES.
2152 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
2154 # Minimum value: 4, maximum value: 24, default value: 10.
2155 # This tag requires that the tag HAVE_DOT is set to YES.
2160 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
2162 # This tag requires that the tag HAVE_DOT is set to YES.
2166 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2169 # The default value is: YES.
2170 # This tag requires that the tag HAVE_DOT is set to YES.
2174 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2178 # The default value is: YES.
2179 # This tag requires that the tag HAVE_DOT is set to YES.
2183 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2185 # The default value is: YES.
2186 # This tag requires that the tag HAVE_DOT is set to YES.
2190 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2193 # The default value is: NO.
2194 # This tag requires that the tag HAVE_DOT is set to YES.
2201 # number of items for each type to make the size more manageable. Set this to 0
2203 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2206 # Minimum value: 0, maximum value: 100, default value: 10.
2207 # This tag requires that the tag HAVE_DOT is set to YES.
2211 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
2214 # The default value is: NO.
2215 # This tag requires that the tag HAVE_DOT is set to YES.
2219 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2223 # The default value is: YES.
2224 # This tag requires that the tag HAVE_DOT is set to YES.
2229 # set to YES then doxygen will generate a graph for each documented file showing
2232 # The default value is: YES.
2233 # This tag requires that the tag HAVE_DOT is set to YES.
2237 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2243 # The default value is: NO.
2244 # This tag requires that the tag HAVE_DOT is set to YES.
2248 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2254 # The default value is: NO.
2255 # This tag requires that the tag HAVE_DOT is set to YES.
2259 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2261 # The default value is: YES.
2262 # This tag requires that the tag HAVE_DOT is set to YES.
2266 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2270 # The default value is: YES.
2271 # This tag requires that the tag HAVE_DOT is set to YES.
2275 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2277 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2283 # The default value is: png.
2284 # This tag requires that the tag HAVE_DOT is set to YES.
2288 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2293 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2295 # The default value is: NO.
2296 # This tag requires that the tag HAVE_DOT is set to YES.
2302 # This tag requires that the tag HAVE_DOT is set to YES.
2309 # This tag requires that the tag HAVE_DOT is set to YES.
2338 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2340 # larger than this value, doxygen will truncate the graph, which is visualized
2345 # Minimum value: 0, maximum value: 10000, default value: 50.
2346 # This tag requires that the tag HAVE_DOT is set to YES.
2350 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2351 # generated by dot. A depth value of 3 means that only nodes reachable from the
2357 # Minimum value: 0, maximum value: 1000, default value: 0.
2358 # This tag requires that the tag HAVE_DOT is set to YES.
2362 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2367 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2369 # The default value is: NO.
2370 # This tag requires that the tag HAVE_DOT is set to YES.
2374 # Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
2375 # files in one run (i.e. multiple -o and -T options on the command line). This
2378 # The default value is: NO.
2379 # This tag requires that the tag HAVE_DOT is set to YES.
2383 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2386 # The default value is: YES.
2387 # This tag requires that the tag HAVE_DOT is set to YES.
2391 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2393 # The default value is: YES.
2394 # This tag requires that the tag HAVE_DOT is set to YES.