• Home
  • Raw
  • Download

Lines Matching refs:will

6 # All text after a hash (#) is considered a comment and will be ignored
27 # will interpret the first line (until the first dot) of a JavaDoc-style
29 # comments will behave just like the Qt-style comments (thus requiring an
35 # sources only. Doxygen will then generate output that is more tailored for C.
36 # For instance, some of the names that are used will be different. The list
37 # of all members will be omitted, etc.
41 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
43 # by member name. If set to NO (the default) the members will appear in
90 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
99 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
104 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
105 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
106 # put in front of it. If left blank `latex' will be used as the default path.
111 # invoked. If left blank `latex' will be used as the default command name.
116 # generate index for LaTeX. If left blank `makeindex' will be used as the
129 # executive. If left blank a4wide will be used.
140 # the first chapter. If it is left blank doxygen will generate a
146 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
152 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
158 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
159 # command to the generated LaTeX files. This will instruct LaTeX to keep
165 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
175 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
186 # then it will generate one additional man file for each entity
197 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
203 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
205 # compilation will be performed. Macro expansion can be done in a controlled
217 # in the INCLUDE_PATH (see below) will be search if a #include is found.
229 # directories. If left blank, the patterns specified with FILE_PATTERNS will
246 # The macro definition that is found in the sources will be used.
252 # doxygen's preprocessor will remove all function-like macros that are alone
254 # function macros are typically used for boiler-plate code, and will confuse