• Home
  • Raw
  • Download

Lines Matching full:will

6 # All text after a hash (#) is considered a comment and will be ignored
46 # Doxygen will copy the logo to the output directory.
51 # base path where the generated documentation will be put.
52 # If a relative path is entered, it will be relative to the location
53 # where doxygen was started. If left blank the current directory will be used.
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
59 # format and will distribute the generated files over these directories.
67 # documentation generated by doxygen is written. Doxygen will use this
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
89 # brief descriptions will be completely suppressed.
95 # in this list, if found as the leading text of the brief description, will be
116 # Doxygen will generate a detailed section even if there is only a brief
121 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
124 # operators of the base classes will not be shown.
128 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
130 # to NO the shortest path that makes the file name unique will be used.
140 # relative paths, which will be relative from the directory where doxygen is
154 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
161 # will interpret the first line (until the first dot) of a JavaDoc-style
163 # comments will behave just like regular Qt-style comments
168 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
171 # will behave just like regular Qt-style comments (thus requiring
190 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
191 # a new page for each member. If set to NO, the documentation of a member will
203 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
205 # will result in a user-defined paragraph with heading "Side Effects:".
214 # "class=itcl::class" will allow you to use the command class in the
220 # sources only. Doxygen will then generate output that is more tailored for C.
221 # For instance, some of the names that are used will be different. The list
222 # of all members will be omitted, etc.
227 # sources only. Doxygen will then generate output that is more tailored for
228 # Java. For instance, namespaces will be presented as packages, qualified
229 # scopes will look different, etc.
234 # sources only. Doxygen will then generate output that is more tailored for
240 # sources. Doxygen will then generate output that is tailored for
289 # Doxygen will parse them like normal C++ but will assume all classes use public
296 # default) will make doxygen replace the get and set methods by a property in
297 # the documentation. This will only work if the methods are indeed getting or
304 # tag is set to YES, then doxygen will reuse the documentation of the first
326 # unions with only public data fields will be shown inline in the documentation
336 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
337 # with name TypeT. When disabled the typedef will appear as a member of a file,
338 # namespace, or class. And the struct will be named TypeS. This can typically
346 # When the cache is full, less often used symbols will be written to disk.
351 # If the system has enough physical memory increasing the cache will improve the
353 # a logarithmic scale so increasing the size by one will roughly double the
364 # pre-resolved symbols. If the cache is too small doxygen will become slower.
375 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
377 # Private class members and static file members will be hidden unless
383 # will be included in the documentation.
388 # scope will be included in the documentation.
393 # will be included in the documentation.
398 # defined locally in source files will be included in the documentation.
410 # If this flag is set to YES, the members of anonymous namespaces will be
412 # 'anonymous_namespace{file}', where file will be replaced with the base
418 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
420 # If set to NO (the default) these members will be included in the
426 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
428 # If set to NO (the default) these classes will be included in the various
433 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
435 # If set to NO (the default) these declarations will be included in the
440 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
442 # If set to NO (the default) these blocks will be appended to the
449 # to NO (the default) then the documentation will be excluded.
454 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
463 # will show members with their full class and namespace scopes in the
464 # documentation. If set to YES the scope will be hidden.
469 # will put a list of the files that are included by a file in the documentation
475 # will list include files with double quotes in the documentation
486 # will sort the (detailed) documentation of file and class members
487 # alphabetically by member name. If set to NO the members will appear in
492 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
494 # by member name. If set to NO (the default) the members will appear in
500 # will sort the (brief and detailed) documentation of class members so that
502 # the constructors will appear in the respective orders defined by
504 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
509 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
511 # the group names will appear in their defined order.
515 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
517 # NO (the default), the class list will be sorted only by class name,
526 # do proper type resolution of all parameters of a function it will reject a
530 # will still accept a match between prototype and implementation in such cases.
567 # here it will be hidden. Use a value of 0 to hide initializers completely.
576 # list will mention the files that were used to generate the documentation.
581 # This will remove the Files entry from the Quick Index and from the
587 # Namespaces page. This will remove the Namespaces entry from the Quick Index
594 # the version control system). Doxygen will invoke the program by executing (via
602 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
607 # DoxygenLayout.xml will be used as the name of the layout file.
637 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
638 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
643 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
652 # or return value. If set to NO (the default) doxygen will only warn about
660 # tags, which will be replaced by the file and line number from which the
662 # $version, which will be replaced by the version of the file (if it could
751 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
765 # invoke to filter for each input file. Doxygen will invoke the filter program
768 # input file. Doxygen will then use the output that the filter program writes
769 # to standard output. If FILTER_PATTERNS is specified, this tag will be
775 # basis. Doxygen will compare the file name with each pattern and apply the
784 # INPUT_FILTER) will be used to filter the input files when producing source
790 # pattern. A pattern will override the setting for FILTER_PATTERN (if any)
798 # is part of the input, its contents will be placed on the main page (index.html).
808 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
809 # be generated. Documented entities will be cross-referenced with these sources.
815 # Setting the INLINE_SOURCES tag to YES will include the body
820 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
822 # fragments. Normal C, C++ and Fortran comments will always remain visible.
828 # functions referencing it will be listed.
834 # called/used by that function will be listed.
840 # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
841 # link to the source code. Otherwise they will link to the documentation.
846 # will point to the HTML generated by the htags(1) tool instead of doxygen
849 # will need version 4.8.6 or higher.
854 # will generate a verbatim copy of the header file for each class for
864 # of all compounds will be generated. Enable this if the project
871 # in which this list will be split (can be a number in the range [1..20])
876 # classes will be put under the same header in the alphabetical index.
886 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
891 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
892 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
893 # put in front of it. If left blank `html' will be used as the default path.
899 # doxygen will generate files with .html extension.
904 # each generated HTML page. If it is left blank doxygen will generate a
917 # each generated HTML page. If it is left blank doxygen will generate a
924 # fine-tune the look of the HTML output. If left blank doxygen will
927 # tag will in the future become obsolete.
936 # robust against future updates. Doxygen will copy the style sheet file to
943 # that these files will be copied to the base HTML output directory. Use the
946 # the files will be copied as-is; there are no commands or markers available.
951 # Doxygen will adjust the colors in the style sheet and background images
961 # the colors in the HTML output. For a value of 0 the output will use
962 # grayscales only. A value of 255 will produce the most vivid colors.
976 # page will contain the date and time when the page was generated. Setting
982 # documentation will contain sections that can be hidden and shown after the
989 # can expand and collapse entries dynamically later on. Doxygen will expand
992 # So setting the number of entries 1 will produce a full collapsed tree by
994 # and will result in a full expanded tree by default.
999 # will be generated that can be used as input for Apple's Xcode 3
1001 # To create a documentation set, doxygen will generate a Makefile in the
1002 # HTML output directory. Running make will produce the docset in that
1003 # directory and running "make install" will install the docset in
1004 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
1021 # will append .docset to the name.
1036 # will be generated that can be used as input for tools like the
1051 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
1080 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
1127 # If non-empty doxygen will try to run qhelpgenerator on the generated
1133 # will be generated, which together with the HTML files, form an Eclipse help
1159 # If the tag value is set to YES, a side panel will be generated
1170 # (range [0,1..20]) that doxygen will group on one line in the generated HTML
1171 # documentation. Note that a value of 0 will completely suppress the enum
1182 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1235 # When the SEARCHENGINE tag is enabled doxygen will generate a search box
1245 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1248 # EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
1255 # When EXTERNAL_SEARCH is enabled doxygen will no longer generate the PHP
1257 # which needs to be processed by an external indexer. Doxygen will invoke an
1266 # which will returned the search results when EXTERNAL_SEARCH is enabled.
1293 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1298 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1299 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1300 # put in front of it. If left blank `latex' will be used as the default path.
1305 # invoked. If left blank `latex' will be used as the default command name.
1313 # generate index for LaTeX. If left blank `makeindex' will be used as the
1326 # executive. If left blank a4wide will be used.
1337 # the first chapter. If it is left blank doxygen will generate a
1344 # the last chapter. If it is left blank doxygen will generate a
1350 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1356 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1362 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1363 # command to the generated LaTeX files. This will instruct LaTeX to keep
1369 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1375 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1392 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1398 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1399 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1400 # put in front of it. If left blank `rtf' will be used as the default path.
1411 # will contain hyperlink fields. The RTF file will
1434 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1439 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1440 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1441 # put in front of it. If left blank `man' will be used as the default path.
1451 # then it will generate one additional man file for each entity
1462 # If the GENERATE_XML tag is set to YES Doxygen will
1468 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1469 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1470 # put in front of it. If left blank `xml' will be used as the default path.
1486 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1489 # enabling this will significantly increase the size of the XML output.
1497 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1509 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1517 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1523 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1526 # tag is set to NO the size of the Perl module output will be much smaller
1527 # and Perl will parse it just the same.
1542 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1548 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1550 # compilation will be performed. Macro expansion can be done in a controlled
1562 # pointed to by INCLUDE_PATH will be searched when a #include is found.
1574 # directories. If left blank, the patterns specified with FILE_PATTERNS will
1591 # The macro definition that is found in the sources will be used.
1598 # doxygen's preprocessor will remove all references to function-like macros
1600 # semicolon, because these will confuse the parser if not removed.
1621 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
1626 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1628 # will be listed.
1632 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1633 # in the modules index. If set to NO, only the current project's groups will
1647 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1656 # command. Doxygen will then run the mscgen tool (see
1664 # If set to YES, the inheritance and collaboration graphs will hide
1670 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1678 # allowed to run in parallel. When set to 0 (the default) doxygen will
1685 # By default doxygen will use the Helvetica font for all dot files that
1699 # By default doxygen will tell dot to use the Helvetica font.
1706 # will generate a graph for each documented class showing the direct and
1707 # indirect inheritance relations. Setting this tag to YES will force the
1713 # will generate a graph for each documented class showing the direct and
1720 # will generate a graph for groups, showing the direct groups dependencies
1724 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1739 # If set to YES, the inheritance and collaboration graphs will show the
1745 # tags are set to YES then doxygen will generate a graph for each documented
1752 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1759 # doxygen will generate a call dependency graph for every global function
1760 # or class method. Note that enabling this option will significantly increase
1761 # the time of a run. So in most cases it will be better to enable call graphs
1767 # doxygen will generate a caller dependency graph for every global function
1768 # or class method. Note that enabling this option will significantly increase
1769 # the time of a run. So in most cases it will be better to enable caller
1775 # will generate a graphical hierarchy of all classes instead of a textual one.
1780 # then doxygen will show the dependencies a directory has on other directories
1788 # If left blank png will be used. If you choose svg you need to set
1821 # nodes that will be shown in the graph. If the number of nodes in a graph
1822 # becomes larger than this value, doxygen will truncate the graph, which is
1825 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1832 # from the root by following a path via at most 3 edges will be shown. Nodes
1833 # that lay further from the root node will be omitted. Note that setting this
1855 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1861 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will