亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? doxygentemplate

?? vdhl and matlab, i think it good for you
??
?? 第 1 頁 / 共 3 頁
字號:
# 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.

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.

INPUT_FILTER           = 

# 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.

SOURCE_BROWSER         = YES

# Setting the INLINE_SOURCES tag to YES will include the body 
# of functions and classes directly in the documentation.

INLINE_SOURCES         = YES

# 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 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            = doc

# 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            = 

# 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            = 

# 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

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 dir.

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      = YES

# 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 
# the generated latex document. The header should contain everything until 
# the first chapter. If it is left blank doxygen will generate a 
# standard header. Notice: only use this tag if you know what you are doing!

LATEX_HEADER           = 

# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
# contain links (just like the HTML output) instead of page references 
# This makes the output suitable for online browsing using a pdf viewer.

PDF_HYPERLINKS         = NO

# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
# plain latex in the generated Makefile. Set this option to YES to get a 
# higher quality PDF documentation.

USE_PDFLATEX           = NO

# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
# command to the generated LaTeX files. This will instruct LaTeX to keep 
# running if errors occur, instead of asking the user for help. 
# This option is also used when generating formulas in HTML.

LATEX_BATCHMODE        = NO

# If LATEX_HIDE_INDICES is set to YES then doxygen will not 
# include the index chapters (such as File Index, Compound Index, etc.) 
# in the output.

LATEX_HIDE_INDICES     = NO

#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------

# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
# The RTF output is optimised for Word 97 and may not look very pretty with 
# other RTF readers or editors.

GENERATE_RTF           = NO

# The RTF_OUTPUT tag is used to specify where the RTF 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 `rtf' will be used as the default path.

RTF_OUTPUT             = rtf

# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
# RTF documents. This may be useful for small projects and may help to 
# save some trees in general.

COMPACT_RTF            = NO

# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
# will contain hyperlink fields. The RTF file will 
# contain links (just like the HTML output) instead of page references. 
# This makes the output suitable for online browsing using WORD or other 
# programs which support those fields. 
# Note: wordpad (write) and others do not support links.

RTF_HYPERLINKS         = NO

# Load stylesheet definitions from file. Syntax is similar to doxygen's 
# config file, i.e. a series of assigments. You only have to provide 
# replacements, missing definitions are set to their default value.

RTF_STYLESHEET_FILE    = 

# Set optional variables used in the generation of an rtf document. 
# Syntax is similar to doxygen's config file.

RTF_EXTENSIONS_FILE    = 

#---------------------------------------------------------------------------
# configuration options related to the man page output
#---------------------------------------------------------------------------

# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
# generate man pages

GENERATE_MAN           = NO

# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
# put in front of it. If left blank `man' will be used as the default path.

MAN_OUTPUT             = man

# The MAN_EXTENSION tag determines the extension that is added to 
# the generated man pages (default is the subroutine's section .3)

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品中文欧美| 亚洲一区二区五区| 中文字幕亚洲一区二区va在线| 国产精品精品国产色婷婷| 亚洲成人综合网站| 国产成人自拍在线| 欧美性受xxxx黑人xyx| 久久久久国产精品免费免费搜索| 亚洲视频资源在线| 国产一区二区三区| 欧美欧美欧美欧美| 中文字幕佐山爱一区二区免费| 美腿丝袜亚洲一区| 在线区一区二视频| 中文字幕欧美一| 精品一区二区久久| 91精品国产综合久久久久久久| 亚洲男女一区二区三区| 成人毛片在线观看| 久久久综合精品| 麻豆精品一区二区三区| 欧美日韩国产区一| 亚洲一区二区三区中文字幕| 9人人澡人人爽人人精品| 国产日韩欧美在线一区| 成年人午夜久久久| 久久这里只有精品首页| 日韩激情一区二区| 欧美少妇xxx| 亚洲午夜激情av| 在线免费观看日韩欧美| 亚洲视频在线一区观看| 成人av资源站| 中文字幕精品一区二区三区精品| 国内精品伊人久久久久影院对白| 日韩一区二区三区观看| 性欧美疯狂xxxxbbbb| 欧美色老头old∨ideo| 亚洲综合视频在线| 日本精品一区二区三区四区的功能| 欧美高清在线一区二区| 国产91精品一区二区麻豆网站| 久久久久久久精| 国产成人在线网站| 国产日韩欧美制服另类| 成人激情开心网| 亚洲视频在线一区二区| 欧美日韩极品在线观看一区| 午夜精品福利在线| 日韩一区二区在线看片| 国产一区二三区| 国产精品妹子av| 91视频www| 五月婷婷另类国产| 欧美哺乳videos| 粉嫩嫩av羞羞动漫久久久 | av不卡在线观看| 亚洲欧美日韩久久| 欧美中文字幕久久| 秋霞影院一区二区| 国产欧美一区二区三区鸳鸯浴| 成人a级免费电影| 婷婷开心激情综合| 久久综合色婷婷| 99久久精品国产导航| 亚洲成人福利片| 久久九九久精品国产免费直播| av爱爱亚洲一区| 美国三级日本三级久久99| 亚洲永久免费av| 久久精品水蜜桃av综合天堂| www.亚洲国产| 日本特黄久久久高潮| 久久免费电影网| 在线日韩国产精品| 国产成人小视频| 婷婷中文字幕综合| 中文字幕精品三区| 91精品中文字幕一区二区三区| 风间由美一区二区av101| 亚洲一区电影777| 国产日韩在线不卡| 欧美一级一区二区| 亚洲欧美日韩久久精品| 久久综合丝袜日本网| 欧美日韩国产综合一区二区| 国产.欧美.日韩| 免费成人美女在线观看.| 国产精品伦一区| 天天色天天操综合| 亚洲视频一二区| 蜜臀精品久久久久久蜜臀 | 国产精品午夜电影| 欧美福利视频导航| 91在线视频在线| 激情综合网天天干| 三级在线观看一区二区| 亚洲欧美国产77777| 国产亚洲一区二区三区| 日韩一区二区三区精品视频| 欧洲一区在线观看| 91视频在线观看| www.亚洲在线| 国产精品亚洲第一区在线暖暖韩国 | 日韩免费在线观看| 在线观看不卡视频| 97se亚洲国产综合自在线不卡 | 精品国产电影一区二区| 欧美另类变人与禽xxxxx| 91精品国产福利在线观看| 精品亚洲国产成人av制服丝袜| 午夜成人免费视频| 亚洲成人久久影院| 亚洲图片有声小说| 日韩理论片网站| 日韩一区在线播放| 亚洲欧洲在线观看av| 国产精品美日韩| 亚洲欧美一区二区久久| 亚洲欧洲另类国产综合| 中文字幕亚洲欧美在线不卡| 国产精品乱码妇女bbbb| 国产精品素人一区二区| 亚洲图片另类小说| 91色在线porny| 一本大道av伊人久久综合| 99热99精品| 亚洲综合无码一区二区| 亚洲免费在线看| 亚洲乱码日产精品bd| 亚洲综合免费观看高清完整版在线| 亚洲女与黑人做爰| 一区二区三区在线影院| 亚洲国产一区二区三区青草影视| 亚洲国产精品久久艾草纯爱| 亚洲成人免费观看| 欧美性高清videossexo| 久久66热re国产| 国产精品一级在线| av动漫一区二区| 欧洲色大大久久| 在线电影院国产精品| 欧美大片在线观看一区| 国产三级一区二区三区| 最新中文字幕一区二区三区| 亚洲一区二区三区四区五区黄| 无吗不卡中文字幕| 国产在线视视频有精品| 不卡的av网站| 欧美精品久久一区二区三区| 精品美女在线播放| 欧美高清在线视频| 天天av天天翘天天综合网| 精品一区二区免费| 91在线国产福利| 九九九久久久精品| hitomi一区二区三区精品| 欧美在线不卡一区| 2020日本不卡一区二区视频| 国产精品电影一区二区三区| 天天色天天操综合| 99精品偷自拍| 欧美一级艳片视频免费观看| 亚洲国产电影在线观看| 在线观看不卡一区| 99久久精品免费观看| 欧美理论电影在线| 亚洲午夜一区二区| 欧美韩日一区二区三区| 亚洲国产精品久久久久秋霞影院| 国产精品一级片| 69堂精品视频| 亚洲男人天堂一区| 成人性生交大合| 欧美一区二区视频观看视频| 中文字幕在线不卡国产视频| 蜜臀av性久久久久蜜臀aⅴ| 成人国产在线观看| 日韩三级在线免费观看| 亚洲永久精品国产| 99久久夜色精品国产网站| 欧美电影免费观看高清完整版| 综合久久久久久| 国产东北露脸精品视频| 日韩美一区二区三区| 欧美日韩的一区二区| 综合久久国产九一剧情麻豆| 国产91露脸合集magnet| 久久久美女艺术照精彩视频福利播放| 一区二区三国产精华液| 99久久精品国产精品久久| 国产精品乱人伦| 国产成人av电影| 久久女同性恋中文字幕| 另类成人小视频在线| 综合电影一区二区三区| 亚洲一区二区在线免费看| 91啪在线观看| 亚洲桃色在线一区| 色婷婷精品久久二区二区蜜臂av|