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

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

?? doxyfile

?? 加密函數庫:包括多種加密解密算法,數字簽名,散列算法
??
?? 第 1 頁 / 共 3 頁
字號:
INPUT                  = .

# 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

FILE_PATTERNS          = *.h \
                         *.cpp

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

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

# 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

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

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

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

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

# 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 and frames is required (for instance Mozilla, Netscape 4.0+, 
# or Internet explorer 4.0+). Note that for large projects the tree generation 
# can take a very long time. In such cases it is better to disable this feature. 
# 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           = 

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

# 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

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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
中文字幕一区av| 国产精品一卡二| 国产传媒欧美日韩成人| 色国产综合视频| 亚洲欧洲色图综合| 美女精品一区二区| 欧美日韩精品电影| 亚洲日本在线天堂| 国产成人自拍在线| 精品美女在线观看| 蜜臀久久久99精品久久久久久| 欧美在线不卡视频| 亚洲国产经典视频| 国产高清亚洲一区| 精品国产一二三区| 日本一不卡视频| 欧美日韩综合不卡| 亚洲国产日产av| 欧美色窝79yyyycom| 亚洲精品精品亚洲| 91行情网站电视在线观看高清版| 国产视频911| 国产高清不卡一区| 久久久99久久| 成人丝袜18视频在线观看| 久久看人人爽人人| 国产精品69毛片高清亚洲| 欧美第一区第二区| 麻豆91在线观看| xnxx国产精品| 国产成人免费在线视频| 中文字幕精品综合| av中文字幕亚洲| 亚洲精品老司机| 欧洲中文字幕精品| 日韩经典中文字幕一区| 日韩欧美国产系列| 国产激情91久久精品导航| 久久久精品一品道一区| 成人午夜视频在线| 中文字幕成人在线观看| 91在线国产观看| 亚洲成人动漫精品| 欧美一区二区三区电影| 老司机免费视频一区二区| 久久色.com| 91蜜桃在线免费视频| 亚洲精品乱码久久久久| 制服丝袜中文字幕一区| 黄色日韩三级电影| 中文字幕亚洲在| 欧美精品777| 国产成人午夜片在线观看高清观看| 日韩理论片一区二区| 欧美三级日韩在线| 精品一区二区三区久久久| 国产精品久久福利| 欧美日韩卡一卡二| 国产伦精品一区二区三区视频青涩| 国产日本欧美一区二区| 欧美午夜在线观看| 国产一区不卡在线| 亚洲一二三区不卡| 国产亚洲综合av| 日韩欧美在线影院| 成人黄色国产精品网站大全在线免费观看 | 日韩高清在线不卡| 国产欧美日本一区视频| 欧美精品一卡两卡| 波波电影院一区二区三区| 视频一区二区三区中文字幕| 国产欧美日本一区视频| 51午夜精品国产| 色婷婷亚洲综合| 国产黄色91视频| 日本视频一区二区| 亚洲人成电影网站色mp4| 久久一区二区三区四区| 欧美日韩国产三级| 91亚洲永久精品| 国产精品88av| 久久精品国产久精国产| 亚洲国产成人av网| 亚洲欧美综合在线精品| 久久一区二区三区四区| 91精品国产一区二区三区蜜臀| 99久免费精品视频在线观看| 精品一区二区三区免费观看| 五月天中文字幕一区二区| 国产精品夫妻自拍| 国产清纯美女被跳蛋高潮一区二区久久w| 欧美老肥妇做.爰bbww视频| 一本色道综合亚洲| av资源网一区| jiyouzz国产精品久久| 国产精品综合av一区二区国产馆| 日韩精品一级二级| 亚洲国产成人va在线观看天堂| 中文字幕日韩精品一区 | 东方aⅴ免费观看久久av| 国产盗摄女厕一区二区三区| 六月丁香婷婷色狠狠久久| 日韩国产欧美一区二区三区| 亚洲成在人线在线播放| 亚洲综合激情另类小说区| 亚洲免费毛片网站| 一区二区三区在线观看国产 | 亚洲成av人片在线观看无码| 综合在线观看色| 亚洲欧洲av另类| 亚洲精品视频在线| 亚洲永久精品国产| 性感美女极品91精品| 丝袜脚交一区二区| 日本中文字幕不卡| 轻轻草成人在线| 激情伊人五月天久久综合| 久久精品72免费观看| 国产一区视频网站| 成人蜜臀av电影| 色综合网色综合| 欧美女孩性生活视频| 日韩欧美高清dvd碟片| 久久青草欧美一区二区三区| 国产人伦精品一区二区| 国产精品久久久久久久蜜臀 | 欧美日韩精品一区二区| 欧美肥胖老妇做爰| 精品粉嫩aⅴ一区二区三区四区| 久久免费精品国产久精品久久久久| 久久看人人爽人人| 亚洲欧美色一区| 日本va欧美va瓶| 欧美日韩一区在线观看| 日韩三级伦理片妻子的秘密按摩| 久久伊人蜜桃av一区二区| 国产精品美女久久久久久2018| 亚洲免费观看高清在线观看| 日本中文字幕一区| 国产电影精品久久禁18| 欧美优质美女网站| 7777精品伊人久久久大香线蕉的| 欧美电影免费提供在线观看| 国产精品久久久久久久午夜片| 午夜精品久久久久久久99樱桃 | 久久精品99久久久| 不卡一区中文字幕| 欧美一区二区三区在| 国产欧美日韩在线观看| 亚洲r级在线视频| 国产a精品视频| 欧美疯狂做受xxxx富婆| 国产精品白丝在线| 毛片一区二区三区| 色狠狠综合天天综合综合| 欧美大黄免费观看| 亚洲免费观看在线观看| 国产精品自拍三区| 7777精品伊人久久久大香线蕉经典版下载 | 久久午夜电影网| 亚洲超丰满肉感bbw| av在线播放一区二区三区| 日韩一级二级三级| 亚洲精品视频免费看| 丁香婷婷综合激情五月色| 日韩午夜中文字幕| 亚洲自拍偷拍网站| 99视频在线观看一区三区| 精品国产伦一区二区三区观看方式| 亚洲精品国产视频| 不卡一区中文字幕| 国产午夜久久久久| 免费观看在线综合| 欧美日本在线观看| 亚洲综合网站在线观看| eeuss鲁片一区二区三区在线观看| 精品国产亚洲在线| 免费在线观看视频一区| 欧美无砖砖区免费| 一卡二卡三卡日韩欧美| 99精品欧美一区二区三区小说| 日本一区二区三区免费乱视频| 免费成人你懂的| 91精品在线观看入口| 亚洲一区二区在线观看视频| 色综合 综合色| 亚洲精品v日韩精品| 91亚洲精品久久久蜜桃网站 | 日本在线观看不卡视频| 欧美综合亚洲图片综合区| 亚洲精品自拍动漫在线| 91色综合久久久久婷婷| 亚洲欧美经典视频| 色菇凉天天综合网| 亚洲一二三专区| 91精品国产综合久久久蜜臀粉嫩 | 亚洲福利视频一区| 欧美日韩一区二区三区不卡| 精品午夜久久福利影院 | 欧美成人午夜电影|