Lines Matching refs:will
6 # All text after a hash (#) is considered a comment and will be ignored
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used.
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
45 # format and will distribute the generated files over these directories.
53 # documentation generated by doxygen is written. Doxygen will use this
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
75 # brief descriptions will be completely suppressed.
81 # in this list, if found as the leading text of the brief description, will be
92 # Doxygen will generate a detailed section even if there is only a brief
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
100 # operators of the base classes will not be shown.
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
106 # to NO the shortest path that makes the file name unique will be used.
128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
135 # will interpret the first line (until the first dot) of a JavaDoc-style
137 # comments will behave just like regular Qt-style comments
142 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
145 # will behave just like regular Qt-style comments (thus requiring
164 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
165 # a new page for each member. If set to NO, the documentation of a member will
177 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
179 # will result in a user-defined paragraph with heading "Side Effects:".
187 # sources only. Doxygen will then generate output that is more tailored for C.
188 # For instance, some of the names that are used will be different. The list
189 # of all members will be omitted, etc.
194 # sources only. Doxygen will then generate output that is more tailored for
195 # Java. For instance, namespaces will be presented as packages, qualified
196 # scopes will look different, etc.
201 # sources only. Doxygen will then generate output that is more tailored for
207 # sources. Doxygen will then generate output that is tailored for
227 # Doxygen will parse them like normal C++ but will assume all classes use public
234 # will make doxygen to replace the get and set methods by a property in the
235 # documentation. This will only work if the methods are indeed getting or
242 # tag is set to YES, then doxygen will reuse the documentation of the first
258 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
259 # with name TypeT. When disabled the typedef will appear as a member of a file,
260 # namespace, or class. And the struct will be named TypeS. This can typically
268 # When the cache is full, less often used symbols will be written to disk.
273 # If the system has enough physical memory increasing the cache will improve the
275 # a logarithmic scale so increasing the size by one will rougly double the
286 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
288 # Private class members and static file members will be hidden unless
294 # will be included in the documentation.
299 # will be included in the documentation.
304 # defined locally in source files will be included in the documentation.
316 # If this flag is set to YES, the members of anonymous namespaces will be
318 # 'anonymous_namespace{file}', where file will be replaced with the base
324 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
326 # If set to NO (the default) these members will be included in the
332 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
334 # If set to NO (the default) these classes will be included in the various
339 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
341 # If set to NO (the default) these declarations will be included in the
346 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
348 # If set to NO (the default) these blocks will be appended to the
355 # to NO (the default) then the documentation will be excluded.
360 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
369 # will show members with their full class and namespace scopes in the
370 # documentation. If set to YES the scope will be hidden.
375 # will put a list of the files that are included by a file in the documentation
386 # will sort the (detailed) documentation of file and class members
387 # alphabetically by member name. If set to NO the members will appear in
392 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
394 # by member name. If set to NO (the default) the members will appear in
399 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
401 # the group names will appear in their defined order.
405 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
407 # NO (the default), the class list will be sorted only by class name,
447 # here it will be hidden. Use a value of 0 to hide initializers completely.
456 # list will mention the files that were used to generate the documentation.
461 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
467 # This will remove the Files entry from the Quick Index and from the
473 # Namespaces page. This will remove the Namespaces entry from the Quick Index
480 # the version control system). Doxygen will invoke the program by executing (via
488 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by
492 # file name after the option, if omitted DoxygenLayout.xml will be used as the name
512 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
513 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
518 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
527 # or return value. If set to NO (the default) doxygen will only warn about
535 # tags, which will be replaced by the file and line number from which the
537 # $version, which will be replaced by the version of the file (if it could
628 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
642 # invoke to filter for each input file. Doxygen will invoke the filter program
645 # input file. Doxygen will then use the output that the filter program writes
646 # to standard output. If FILTER_PATTERNS is specified, this tag will be
652 # basis. Doxygen will compare the file name with each pattern and apply the
661 # INPUT_FILTER) will be used to filter the input files when producing source
670 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
671 # be generated. Documented entities will be cross-referenced with these sources.
677 # Setting the INLINE_SOURCES tag to YES will include the body
682 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
684 # fragments. Normal C and C++ comments will always remain visible.
690 # functions referencing it will be listed.
696 # called/used by that function will be listed.
702 # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
703 # link to the source code. Otherwise they will link to the documentstion.
708 # will point to the HTML generated by the htags(1) tool instead of doxygen
711 # will need version 4.8.6 or higher.
716 # will generate a verbatim copy of the header file for each class for
726 # of all compounds will be generated. Enable this if the project
733 # in which this list will be split (can be a number in the range [1..20])
738 # classes will be put under the same header in the alphabetical index.
748 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
753 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
754 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
755 # put in front of it. If left blank `html' will be used as the default path.
761 # doxygen will generate files with .html extension.
766 # each generated HTML page. If it is left blank doxygen will generate a
772 # each generated HTML page. If it is left blank doxygen will generate a
780 # will generate a default style sheet. Note that doxygen will try to copy
782 # stylesheet in the HTML output directory as well, or it will be erased!
787 # files or namespaces will be aligned in HTML using tables. If set to
788 # NO a bullet list will be used.
793 # documentation will contain sections that can be hidden and shown after the
801 # will be generated that can be used as input for Apple's Xcode 3
803 # To create a documentation set, doxygen will generate a Makefile in the
804 # HTML output directory. Running make will produce the docset in that
805 # directory and running "make install" will install the docset in
806 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
822 # will append .docset to the name.
827 # will be generated that can be used as input for tools like the
842 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
871 # are set, an additional index file will be generated that can be used as input for
897 # If non-empty doxygen will try to run qhelpgenerator on the generated
909 # that doxygen will group on one line in the generated HTML documentation.
915 # If the tag value is set to FRAME, a side panel will be generated
921 # for this tag are: HIERARCHIES, which will generate the Groups, Directories,
948 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
953 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
954 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
955 # put in front of it. If left blank `latex' will be used as the default path.
960 # invoked. If left blank `latex' will be used as the default command name.
965 # generate index for LaTeX. If left blank `makeindex' will be used as the
978 # executive. If left blank a4wide will be used.
989 # the first chapter. If it is left blank doxygen will generate a
995 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1001 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1007 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1008 # command to the generated LaTeX files. This will instruct LaTeX to keep
1014 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1024 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1030 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1031 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1032 # put in front of it. If left blank `rtf' will be used as the default path.
1043 # will contain hyperlink fields. The RTF file will
1066 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1071 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1072 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1073 # put in front of it. If left blank `man' will be used as the default path.
1083 # then it will generate one additional man file for each entity
1094 # If the GENERATE_XML tag is set to YES Doxygen will
1100 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1101 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1102 # put in front of it. If left blank `xml' will be used as the default path.
1118 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1121 # enabling this will significantly increase the size of the XML output.
1129 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1141 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1149 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1155 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1158 # tag is set to NO the size of the Perl module output will be much smaller
1159 # and Perl will parse it just the same.
1174 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1180 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1182 # compilation will be performed. Macro expansion can be done in a controlled
1194 # in the INCLUDE_PATH (see below) will be search if a #include is found.
1206 # directories. If left blank, the patterns specified with FILE_PATTERNS will
1223 # The macro definition that is found in the sources will be used.
1236 # doxygen's preprocessor will remove all function-like macros that are alone
1238 # function macros are typically used for boiler-plate code, and will confuse
1264 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
1269 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1271 # will be listed.
1275 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1276 # in the modules index. If set to NO, only the current project's groups will
1290 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1300 # command. Doxygen will then run the mscgen tool (see
1308 # If set to YES, the inheritance and collaboration graphs will hide
1314 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1321 # By default doxygen will write a font called FreeSans.ttf to the output
1337 # By default doxygen will tell dot to use the output directory to look for the
1338 # FreeSans.ttf font (which doxygen will put there itself). If you specify a
1345 # will generate a graph for each documented class showing the direct and
1346 # indirect inheritance relations. Setting this tag to YES will force the
1352 # will generate a graph for each documented class showing the direct and
1359 # will generate a graph for groups, showing the direct groups dependencies
1363 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1369 # If set to YES, the inheritance and collaboration graphs will show the
1375 # tags are set to YES then doxygen will generate a graph for each documented
1382 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1389 # doxygen will generate a call dependency graph for every global function
1390 # or class method. Note that enabling this option will significantly increase
1391 # the time of a run. So in most cases it will be better to enable call graphs
1397 # doxygen will generate a caller dependency graph for every global function
1398 # or class method. Note that enabling this option will significantly increase
1399 # the time of a run. So in most cases it will be better to enable caller
1405 # will graphical hierarchy of all classes instead of a textual one.
1410 # then doxygen will show the dependencies a directory has on other directories
1418 # If left blank png will be used.
1434 # nodes that will be shown in the graph. If the number of nodes in a graph
1435 # becomes larger than this value, doxygen will truncate the graph, which is
1438 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1445 # from the root by following a path via at most 3 edges will be shown. Nodes
1446 # that lay further from the root node will be omitted. Note that setting this
1468 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1474 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1485 # used. If set to NO the values of all tags below this one will be ignored.