Lines Matching full:will
6 # All text after a hash (#) is considered a comment and will be ignored
29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location
31 # where doxygen was started. If left blank the current directory will be used.
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
37 # format and will distribute the generated files over these directories.
45 # documentation generated by doxygen is written. Doxygen will use this
67 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
74 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will
77 # BRIEF_MEMBER_DESC are set to NO, the brief descriptions will be
84 # in this list, if found as the leading text of the brief description, will be
95 # Doxygen will generate a detailed section even if there is only a brief
100 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show
103 # destructors and assignment operators of the base classes will not be
108 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
110 # to NO the shortest path that makes the file name unique will be used.
132 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
139 # will interpret the first line (until the first dot) of a JavaDoc-style
141 # comments will behave just like the Qt-style comments (thus requiring an
155 # will output the detailed description near the top, like JavaDoc.
167 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
168 # a new page for each member. If set to NO, the documentation of a member will
180 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
182 # will result in a user-defined paragraph with heading "Side Effects:".
189 # sources only. Doxygen will then generate output that is more tailored for C.
190 # For instance, some of the names that are used will be different. The list
191 # of all members will be omitted, etc.
196 # Java sources only. Doxygen will then generate output that is more
197 # tailored for Java. For instance, namespaces will be presented as
198 # packages, qualified scopes will look different, etc.
213 # tag is set to YES, then doxygen will reuse the documentation of the first
231 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
233 # Private class members and static file members will be hidden unless
239 # will be included in the documentation.
244 # will be included in the documentation.
249 # defined locally in source files will be included in the documentation.
261 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
263 # If set to NO (the default) these members will be included in the
269 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
271 # If set to NO (the default) these classes will be included in the various
276 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
278 # If set to NO (the default) these declarations will be included in the
283 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
285 # If set to NO (the default) these blocks will be appended to the
292 # to NO (the default) then the documentation will be excluded.
297 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
306 # will show members with their full class and namespace scopes in the
307 # documentation. If set to YES the scope will be hidden.
313 # Doxygen will put a list of the files that are included by a file in
324 # will sort the (detailed) documentation of file and class members
325 # alphabetically by member name. If set to NO the members will appear in
330 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
332 # by member name. If set to NO (the default) the members will appear in
337 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
339 # NO (the default), the class list will be sorted only by class name,
380 # here it will be hidden. Use a value of 0 to hide initializers completely.
389 # list will mention the files that were used to generate the documentation.
394 # directories then setting the SHOW_DIRECTORIES tag to YES will show
401 # each file (typically from the version control system). Doxygen will
425 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
426 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
431 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
440 # parameters or return value. If set to NO (the default) doxygen will
448 # tags, which will be replaced by the file and line number from which the
450 # $version, which will be replaced by the version of the file (if it could
632 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
646 # invoke to filter for each input file. Doxygen will invoke the filter program
649 # input file. Doxygen will then use the output that the filter program writes
650 # to standard output. If FILTER_PATTERNS is specified, this tag will be
656 # basis. Doxygen will compare the file name with each pattern and apply the
665 # INPUT_FILTER) will be used to filter the input files when producing source
675 # will be generated. Documented entities will be cross-referenced with
681 # Setting the INLINE_SOURCES tag to YES will include the body
686 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
688 # fragments. Normal C and C++ comments will always remain visible.
694 # functions referencing it will be listed.
700 # called/used by that function will be listed.
706 # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
707 # link to the source code. Otherwise they will link to the documentstion.
712 # will point to the HTML generated by the htags(1) tool instead of doxygen
715 # will need version 4.8.6 or higher.
720 # will generate a verbatim copy of the header file for each class for
730 # of all compounds will be generated. Enable this if the project
737 # in which this list will be split (can be a number in the range [1..20])
742 # classes will be put under the same header in the alphabetical index.
756 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
761 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
762 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
763 # put in front of it. If left blank `html' will be used as the default path.
769 # doxygen will generate files with .html extension.
774 # each generated HTML page. If it is left blank doxygen will generate a
780 # each generated HTML page. If it is left blank doxygen will generate a
788 # will generate a default style sheet. Note that doxygen will try to copy
790 # stylesheet in the HTML output directory as well, or it will be erased!
795 # files or namespaces will be aligned in HTML using tables. If set to
796 # NO a bullet list will be used.
801 # will be generated that can be used as input for tools like the
816 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
845 # that doxygen will group on one line in the generated HTML documentation.
849 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
868 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
873 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
874 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
875 # put in front of it. If left blank `latex' will be used as the default path.
880 # invoked. If left blank `latex' will be used as the default command name.
885 # generate index for LaTeX. If left blank `makeindex' will be used as the
898 # executive. If left blank a4wide will be used.
909 # the first chapter. If it is left blank doxygen will generate a
915 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
921 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
927 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
928 # command to the generated LaTeX files. This will instruct LaTeX to keep
934 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
944 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
950 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
951 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
952 # put in front of it. If left blank `rtf' will be used as the default path.
963 # will contain hyperlink fields. The RTF file will
986 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
991 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
992 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
993 # put in front of it. If left blank `man' will be used as the default path.
1003 # then it will generate one additional man file for each entity
1014 # If the GENERATE_XML tag is set to YES Doxygen will
1020 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1021 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1022 # put in front of it. If left blank `xml' will be used as the default path.
1038 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1041 # enabling this will significantly increase the size of the XML output.
1049 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1061 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1069 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1075 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1078 # tag is set to NO the size of the Perl module output will be much smaller
1079 # and Perl will parse it just the same.
1094 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1100 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1102 # compilation will be performed. Macro expansion can be done in a controlled
1115 # in the INCLUDE_PATH (see below) will be search if a #include is found.
1127 # directories. If left blank, the patterns specified with FILE_PATTERNS will
1159 # sources will be used. Use the PREDEFINED tag if you want to use a
1165 # doxygen's preprocessor will remove all function-like macros that are alone
1167 # function macros are typically used for boiler-plate code, and will confuse
1193 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
1198 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1200 # will be listed.
1204 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1205 # in the modules index. If set to NO, only the current project's groups will
1219 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1228 # If set to YES, the inheritance and collaboration graphs will hide
1234 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot
1243 # will generate a graph for each documented class showing the direct and
1244 # indirect inheritance relations. Setting this tag to YES will force the
1250 # will generate a graph for each documented class showing the direct and
1257 # will generate a graph for groups, showing the direct groups dependencies
1261 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1267 # If set to YES, the inheritance and collaboration graphs will show the
1274 # tags are set to YES then doxygen will generate a graph for each documented
1281 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1287 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
1289 # method. Note that enabling this option will significantly increase
1290 # the time of a run. So in most cases it will be better to enable
1297 # will generate a caller dependency graph for every global function or
1298 # class method. Note that enabling this option will significantly
1299 # increase the time of a run. So in most cases it will be better to
1306 # will graphical hierarchy of all classes instead of a textual one.
1311 # then doxygen will show the dependencies a directory has on other directories
1319 # If left blank png will be used.
1337 # this value, doxygen will try to truncate the graph, so that it fits within
1345 # this value, doxygen will try to truncate the graph, so that it fits within
1354 # edges will be shown. Nodes that lay further from the root node will
1379 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1385 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1396 # used. If set to NO the values of all tags below this one will be ignored.