⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 doxyfile

📁 c++的guiQt做的开发
💻
📖 第 1 页 / 共 3 页
字号:
WARN_IF_UNDOCUMENTED   = YES# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for# potential errors in the documentation, such as not documenting some# parameters in a documented function, or documenting parameters that# don't exist or using markup commands wrongly.WARN_IF_DOC_ERROR      = YES# This WARN_NO_PARAMDOC option can be abled to get warnings for# functions that are documented, but have no documentation for their parameters# or return value. If set to NO (the default) doxygen will only warn about# wrong or incomplete parameter documentation, but not about the absence of# documentation.WARN_NO_PARAMDOC       = YES# The WARN_FORMAT tag determines the format of the warning messages that# doxygen can produce. The string should contain the $file, $line, and $text# tags, which will be replaced by the file and line number from which the# warning originated and the warning text. Optionally the format may contain# $version, which will be replaced by the version of the file (if it could# be obtained via FILE_VERSION_FILTER)WARN_FORMAT            = "$file:$line: $text"# The WARN_LOGFILE tag can be used to specify a file to which warning# and error messages should be written. If left blank the output is written# to stderr.WARN_LOGFILE           = doxy.error#---------------------------------------------------------------------------# configuration options related to the input files#---------------------------------------------------------------------------# The INPUT tag can be used to specify the files and/or directories that contain# documented source files. You may enter file names like "myfile.cpp" or# directories like "/usr/src/myproject". Separate the files or directories# with spaces.INPUT                  = ../src/# If the value of the INPUT tag contains directories, you can use the# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp# and *.h) to filter out the source-files in the directories. If left# blank the following patterns are tested:# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.pyFILE_PATTERNS          = *.cc *.h# The RECURSIVE tag can be used to turn specify whether or not subdirectories# should be searched for input files as well. Possible values are YES and NO.# If left blank NO is used.RECURSIVE              = NO# The EXCLUDE tag can be used to specify files and/or directories that should# excluded from the INPUT source files. This way you can easily exclude a# subdirectory from a directory tree whose root is specified with the INPUT tag.EXCLUDE                =# The EXCLUDE_SYMLINKS tag can be used select whether or not files or# directories that are symbolic links (a Unix filesystem feature) are excluded# from the input.EXCLUDE_SYMLINKS       = NO# If the value of the INPUT tag contains directories, you can use the# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude# certain files from those directories. Note that the wildcards are matched# against the file with absolute path, so to exclude all test directories# for example use the pattern */test/*EXCLUDE_PATTERNS       =# The EXAMPLE_PATH tag can be used to specify one or more files or# directories that contain example code fragments that are included (see# the \include command).EXAMPLE_PATH           =# If the value of the EXAMPLE_PATH tag contains directories, you can use the# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp# and *.h) to filter out the source-files in the directories. If left# blank all files are included.EXAMPLE_PATTERNS       =# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be# searched for input files to be used with the \include or \dontinclude# commands irrespective of the value of the RECURSIVE tag.# Possible values are YES and NO. If left blank NO is used.EXAMPLE_RECURSIVE      = NO# The IMAGE_PATH tag can be used to specify one or more files or# directories that contain image that are included in the documentation (see# the \image command).IMAGE_PATH             =# The INPUT_FILTER tag can be used to specify a program that doxygen should# invoke to filter for each input file. Doxygen will invoke the filter program# by executing (via popen()) the command <filter> <input-file>, where <filter># is the value of the INPUT_FILTER tag, and <input-file> is the name of an# input file. Doxygen will then use the output that the filter program writes# to standard output.  If FILTER_PATTERNS is specified, this tag will be# ignored.INPUT_FILTER           =# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern# basis.  Doxygen will compare the file name with each pattern and apply the# filter if there is a match.  The filters are a list of the form:# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER# is applied to all files.FILTER_PATTERNS        =# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using# INPUT_FILTER) will be used to filter the input files when producing source# files to browse (i.e. when SOURCE_BROWSER is set to YES).FILTER_SOURCE_FILES    = NO#---------------------------------------------------------------------------# configuration options related to source browsing#---------------------------------------------------------------------------# If the SOURCE_BROWSER tag is set to YES then a list of source files will# be generated. Documented entities will be cross-referenced with these sources.# Note: To get rid of all source code in the generated output, make sure also# VERBATIM_HEADERS is set to NO.SOURCE_BROWSER         = NO# Setting the INLINE_SOURCES tag to YES will include the body# of functions and classes directly in the documentation.INLINE_SOURCES         = NO# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct# doxygen to hide any special comment blocks from generated source code# fragments. Normal C and C++ comments will always remain visible.STRIP_CODE_COMMENTS    = YES# If the REFERENCED_BY_RELATION tag is set to YES (the default)# then for each documented function all documented# functions referencing it will be listed.REFERENCED_BY_RELATION = YES# If the REFERENCES_RELATION tag is set to YES (the default)# then for each documented function all documented entities# called/used by that function will be listed.REFERENCES_RELATION    = YES# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will# link to the source code.  Otherwise they will link to the documentstion.REFERENCES_LINK_SOURCE = YES# If the USE_HTAGS tag is set to YES then the references to source code# will point to the HTML generated by the htags(1) tool instead of doxygen# built-in source browser. The htags tool is part of GNU's global source# tagging system (see http://www.gnu.org/software/global/global.html). You# will need version 4.8.6 or higher.USE_HTAGS              = NO# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen# will generate a verbatim copy of the header file for each class for# which an include is specified. Set to NO to disable this.VERBATIM_HEADERS       = YES#---------------------------------------------------------------------------# configuration options related to the alphabetical class index#---------------------------------------------------------------------------# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index# of all compounds will be generated. Enable this if the project# contains a lot of classes, structs, unions or interfaces.ALPHABETICAL_INDEX     = NO# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns# in which this list will be split (can be a number in the range [1..20])COLS_IN_ALPHA_INDEX    = 5# In case all classes in a project start with a common prefix, all# classes will be put under the same header in the alphabetical index.# The IGNORE_PREFIX tag can be used to specify one or more prefixes that# should be ignored while generating the index headers.IGNORE_PREFIX          =#---------------------------------------------------------------------------# configuration options related to the HTML output#---------------------------------------------------------------------------# If the GENERATE_HTML tag is set to YES (the default) Doxygen will# generate HTML output.GENERATE_HTML          = YES# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.# If a relative path is entered the value of OUTPUT_DIRECTORY will be# put in front of it. If left blank `html' will be used as the default path.HTML_OUTPUT            = html# The HTML_FILE_EXTENSION tag can be used to specify the file extension for# each generated HTML page (for example: .htm,.php,.asp). If it is left blank# doxygen will generate files with .html extension.HTML_FILE_EXTENSION    = .html# The HTML_HEADER tag can be used to specify a personal HTML header for# each generated HTML page. If it is left blank doxygen will generate a# standard header.HTML_HEADER            = head.htm# The HTML_FOOTER tag can be used to specify a personal HTML footer for# each generated HTML page. If it is left blank doxygen will generate a# standard footer.HTML_FOOTER            = foot.htm# The HTML_STYLESHEET tag can be used to specify a user-defined cascading# style sheet that is used by each HTML page. It can be used to# fine-tune the look of the HTML output. If the tag is left blank doxygen# will generate a default style sheet. Note that doxygen will try to copy# the style sheet file to the HTML output directory, so don't put your own# stylesheet in the HTML output directory as well, or it will be erased!HTML_STYLESHEET        =# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,# files or namespaces will be aligned in HTML using tables. If set to# NO a bullet list will be used.HTML_ALIGN_MEMBERS     = YES# If the GENERATE_HTMLHELP tag is set to YES, additional index files# will be generated that can be used as input for tools like the# Microsoft HTML help workshop to generate a compressed HTML help file (.chm)# of the generated HTML documentation.GENERATE_HTMLHELP      = NO# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can# be used to specify the file name of the resulting .chm file. You# can add a path in front of the file if the result should not be# written to the html output directory.CHM_FILE               =# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can# be used to specify the location (absolute path including file name) of# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run# the HTML help compiler on the generated index.hhp.HHC_LOCATION           =# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag# controls if a separate .chi index file is generated (YES) or that# it should be included in the master .chm file (NO).GENERATE_CHI           = NO# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag# controls whether a binary table of contents is generated (YES) or a# normal table of contents (NO) in the .chm file.BINARY_TOC             = NO# The TOC_EXPAND flag can be set to YES to add extra items for group members# to the contents of the HTML help documentation and to the tree view.TOC_EXPAND             = NO# The DISABLE_INDEX tag can be used to turn on/off the condensed index at# top of each HTML page. The value NO (the default) enables the index and# the value YES disables it.DISABLE_INDEX          = NO# This tag can be used to set the number of enum values (range [1..20])# that doxygen will group on one line in the generated HTML documentation.ENUM_VALUES_PER_LINE   = 4# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be# generated containing a tree-like index structure (just like the one that# is generated for HTML Help). For this to work a browser that supports# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+,# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are# probably better off using the HTML help feature.GENERATE_TREEVIEW      = NO# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be# used to set the initial width (in pixels) of the frame in which the tree# is shown.TREEVIEW_WIDTH         = 250#---------------------------------------------------------------------------# configuration options related to the LaTeX output#---------------------------------------------------------------------------# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will# generate Latex output.GENERATE_LATEX         = NO# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.# If a relative path is entered the value of OUTPUT_DIRECTORY will be# put in front of it. If left blank `latex' will be used as the default path.LATEX_OUTPUT           = latex# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be# invoked. If left blank `latex' will be used as the default command name.LATEX_CMD_NAME         = latex# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to# generate index for LaTeX. If left blank `makeindex' will be used as the# default command name.MAKEINDEX_CMD_NAME     = makeindex# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact# LaTeX documents. This may be useful for small projects and may help to# save some trees in general.COMPACT_LATEX          = NO# The PAPER_TYPE tag can be used to set the paper type that is used# by the printer. Possible values are: a4, a4wide, letter, legal and# executive. If left blank a4wide will be used.PAPER_TYPE             = a4wide# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX# packages that should be included in the LaTeX output.EXTRA_PACKAGES         =# The LATEX_HEADER tag can be used to specify a personal LaTeX header for

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -