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

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

?? doxyfile

?? 加密函數庫:包括多種加密解密算法,數字簽名,散列算法
??
?? 第 1 頁 / 共 3 頁
字號:
# 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             = 

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

MAN_EXTENSION          = .3

# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 
# then it will generate one additional man file for each entity 
# documented in the real man page(s). These additional files 
# only source the real man page, but without them the man command 
# would be unable to find the correct page. The default is NO.

MAN_LINKS              = NO

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

# If the GENERATE_XML tag is set to YES Doxygen will 
# generate an XML file that captures the structure of 
# the code including all documentation. Note that this 
# feature is still experimental and incomplete at the 
# moment.

GENERATE_XML           = NO

#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------

# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 
# generate an AutoGen Definitions (see autogen.sf.net) file 
# that captures the structure of the code including all 
# documentation. Note that this feature is still experimental 
# and incomplete at the moment.

GENERATE_AUTOGEN_DEF   = NO

#---------------------------------------------------------------------------
# Configuration options related to the preprocessor   
#---------------------------------------------------------------------------

# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
# evaluate all C-preprocessor directives found in the sources and include 
# files.

ENABLE_PREPROCESSING   = YES

# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
# names in the source code. If set to NO (the default) only conditional 
# compilation will be performed. Macro expansion can be done in a controlled 
# way by setting EXPAND_ONLY_PREDEF to YES.

MACRO_EXPANSION        = YES

# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
# then the macro expansion is limited to the macros specified with the 
# PREDEFINED and EXPAND_AS_PREDEFINED tags.

EXPAND_ONLY_PREDEF     = NO

# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
# in the INCLUDE_PATH (see below) will be search if a #include is found.

SEARCH_INCLUDES        = YES

# The INCLUDE_PATH tag can be used to specify one or more directories that 
# contain include files that are not input files but should be processed by 
# the preprocessor.

INCLUDE_PATH           = .

# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
# patterns (like *.h and *.hpp) to filter out the header-files in the 
# directories. If left blank, the patterns specified with FILE_PATTERNS will 
# be used.

INCLUDE_FILE_PATTERNS  = 

# The PREDEFINED tag can be used to specify one or more macro names that 
# are defined before the preprocessor is started (similar to the -D option of 
# gcc). The argument of the tag is a list of macros of the form: name 
# or name=definition (no spaces). If the definition and the = are 
# omitted =1 is assumed.

PREDEFINED             = _WIN32 \
                         _WINDOWS \
                         WORD64_AVAILABLE \
                         __FreeBSD__ \
                         CRYPTOPP_DOXYGEN_PROCESSING

# If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then 
# this tag can be used to specify a list of macro names that should be expanded. 
# The macro definition that is found in the sources will be used. 
# Use the PREDEFINED tag if you want to use a different macro definition.

EXPAND_AS_DEFINED      = 

# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
# doxygen's preprocessor will remove all function-like macros that are alone 
# on a line and do not end with a semicolon. Such function macros are typically 
# used for boiler-plate code, and will confuse the parser if not removed.

SKIP_FUNCTION_MACROS   = YES

#---------------------------------------------------------------------------
# Configuration::addtions related to external references   
#---------------------------------------------------------------------------

# The TAGFILES tag can be used to specify one or more tagfiles.

TAGFILES               = 

# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
# a tag file that is based on the input files it reads.

GENERATE_TAGFILE       = 

# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
# in the class index. If set to NO only the inherited external classes 
# will be listed.

ALLEXTERNALS           = NO

# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 
# in the modules index. If set to NO, only the current project's groups will 
# be listed.

EXTERNAL_GROUPS        = YES

# The PERL_PATH should be the absolute path and name of the perl script 
# interpreter (i.e. the result of `which perl').

PERL_PATH              = /usr/bin/perl

#---------------------------------------------------------------------------
# Configuration options related to the dot tool   
#---------------------------------------------------------------------------

# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
# generate a inheritance diagram (in Html, RTF and LaTeX) for classes with base or 
# super classes. Setting the tag to NO turns the diagrams off. Note that this 
# option is superceded by the HAVE_DOT option below. This is only a fallback. It is 
# recommended to install and use dot, since it yield more powerful graphs.

CLASS_DIAGRAMS         = YES

# If set to YES, the inheritance and collaboration graphs will hide 
# inheritance and usage relations if the target is undocumented 
# or is not a class.

HIDE_UNDOC_RELATIONS   = YES

# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 
# available from the path. This tool is part of Graphviz, a graph visualization 
# toolkit from AT&T and Lucent Bell Labs. The other options in this section 
# have no effect if this option is set to NO (the default)

HAVE_DOT               = NO

# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
# will generate a graph for each documented class showing the direct and 
# indirect inheritance relations. Setting this tag to YES will force the 
# the CLASS_DIAGRAMS tag to NO.

CLASS_GRAPH            = YES

# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
# will generate a graph for each documented class showing the direct and 
# indirect implementation dependencies (inheritance, containment, and 
# class references variables) of the class with other documented classes.

COLLABORATION_GRAPH    = YES

# If set to YES, the inheritance and collaboration graphs will show the 
# relations between templates and their instances.

TEMPLATE_RELATIONS     = YES

# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
# tags are set to YES then doxygen will generate a graph for each documented 
# file showing the direct and indirect include dependencies of the file with 
# other documented files.

INCLUDE_GRAPH          = YES

# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
# documented header file showing the documented files that directly or 
# indirectly include this file.

INCLUDED_BY_GRAPH      = YES

# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
# will graphical hierarchy of all classes instead of a textual one.

GRAPHICAL_HIERARCHY    = YES

# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
# generated by dot. Possible values are png, jpg, or gif
# If left blank png will be used.

DOT_IMAGE_FORMAT       = png

# The tag DOT_PATH can be used to specify the path where the dot tool can be 
# found. If left blank, it is assumed the dot tool can be found on the path.

DOT_PATH               = 

# The DOTFILE_DIRS tag can be used to specify one or more directories that 
# contain dot files that are included in the documentation (see the 
# \dotfile command).

DOTFILE_DIRS           = 

# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
# this value, doxygen will try to truncate the graph, so that it fits within 
# the specified constraint. Beware that most browsers cannot cope with very 
# large images.

MAX_DOT_GRAPH_WIDTH    = 1024

# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
# this value, doxygen will try to truncate the graph, so that it fits within 
# the specified constraint. Beware that most browsers cannot cope with very 
# large images.

MAX_DOT_GRAPH_HEIGHT   = 1024

# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
# generate a legend page explaining the meaning of the various boxes and 
# arrows in the dot generated graphs.

GENERATE_LEGEND        = YES

# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
# remove the intermedate dot files that are used to generate 
# the various graphs.

DOT_CLEANUP            = YES

#---------------------------------------------------------------------------
# Configuration::addtions related to the search engine   
#---------------------------------------------------------------------------

# The SEARCHENGINE tag specifies whether or not a search engine should be 
# used. If set to NO the values of all tags below this one will be ignored.

SEARCHENGINE           = NO

# The CGI_NAME tag should be the name of the CGI script that 
# starts the search engine (doxysearch) with the correct parameters. 
# A script with this name will be generated by doxygen.

CGI_NAME               = search.cgi

# The CGI_URL tag should be the absolute URL to the directory where the 
# cgi binaries are located. See the documentation of your http daemon for 
# details.

CGI_URL                = 

# The DOC_URL tag should be the absolute URL to the directory where the 
# documentation is located. If left blank the absolute path to the 
# documentation, with file:// prepended to it, will be used.

DOC_URL                = 

# The DOC_ABSPATH tag should be the absolute path to the directory where the 
# documentation is located. If left blank the directory on the local machine 
# will be used.

DOC_ABSPATH            = 

# The BIN_ABSPATH tag must point to the directory where the doxysearch binary 
# is installed.

BIN_ABSPATH            = /usr/local/bin/

# The EXT_DOC_PATHS tag can be used to specify one or more paths to 
# documentation generated for other projects. This allows doxysearch to search 
# the documentation for these projects as well.

EXT_DOC_PATHS          = 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91一区二区在线观看| 欧美精品一区二区三区很污很色的| 在线电影院国产精品| 国产精品免费aⅴ片在线观看| 亚洲一卡二卡三卡四卡无卡久久| 国产一区二区三区精品视频| 欧美日韩久久不卡| 国产精品福利在线播放| 黑人精品欧美一区二区蜜桃| 中文字幕av一区 二区| 欧美三区免费完整视频在线观看| 亚洲国产岛国毛片在线| 婷婷综合另类小说色区| 国产99久久久精品| 精品国产乱码久久久久久久| 亚洲国产日韩av| 波多野结衣91| 国产精品看片你懂得| 国产一区二区调教| 精品欧美黑人一区二区三区| 亚洲va欧美va人人爽| 欧美三级日本三级少妇99| 亚洲人123区| 91论坛在线播放| 亚洲精品视频在线| 精品久久久久久久久久久久久久久 | 亚洲色欲色欲www| 国产精品一区二区在线观看不卡| 国内外成人在线| 91精品国产91热久久久做人人| 一区二区三区中文免费| 色综合久久六月婷婷中文字幕| 国产精品九色蝌蚪自拍| 91丝袜国产在线播放| 亚洲精品水蜜桃| 欧美精品自拍偷拍动漫精品| 婷婷国产在线综合| 日韩天堂在线观看| 国产一区在线看| 中文字幕在线一区免费| 97精品久久久午夜一区二区三区| 亚洲视频网在线直播| 91久久一区二区| 日韩1区2区3区| 欧美大片在线观看一区| 国内一区二区视频| 中文字幕中文字幕一区二区| 欧美无砖专区一中文字| 日韩黄色免费网站| 99久久综合精品| 欧美在线一二三四区| 欧美一区二区三区在线电影 | 在线视频一区二区三| 亚洲bt欧美bt精品777| 91精品国产91热久久久做人人 | 国产午夜精品久久| 成人av动漫网站| 亚洲一区二区欧美| 26uuu欧美| 色综合久久综合| 免费成人av资源网| 国产精品国产精品国产专区不蜜 | 亚洲激情第一区| 日韩欧美国产精品| 色婷婷综合久久久久中文| 欧美精品 日韩| 99视频热这里只有精品免费| 欧美xxx久久| 一本到高清视频免费精品| 日韩一区欧美二区| 国产精品伦一区| 欧美日韩成人综合| 成人一级片在线观看| 日韩国产成人精品| ...xxx性欧美| 2020国产精品久久精品美国| 欧美亚洲动漫另类| 国产91精品在线观看| 午夜电影久久久| 国产精品乱码一区二区三区软件 | 国内精品视频666| 一区二区三区日韩欧美精品 | 丝袜美腿亚洲综合| 中文字幕免费在线观看视频一区| 国产精品麻豆欧美日韩ww| 一本大道av伊人久久综合| 国产精品美女久久久久久久久久久| 欧美亚洲综合久久| 成人动漫中文字幕| 久久国产三级精品| 亚洲一级电影视频| 亚洲免费资源在线播放| 久久综合资源网| 日韩欧美黄色影院| 欧美久久久久久久久久| 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 午夜精品免费在线| 亚洲女人****多毛耸耸8| 国产调教视频一区| 日韩小视频在线观看专区| 欧美色综合网站| 在线看日本不卡| 色综合色狠狠天天综合色| 91蜜桃婷婷狠狠久久综合9色| 国产真实精品久久二三区| 欧美aaa在线| 男男成人高潮片免费网站| 亚洲h精品动漫在线观看| 亚洲午夜在线电影| 亚洲成人中文在线| 亚洲va国产天堂va久久en| 亚洲va欧美va国产va天堂影院| 夜夜亚洲天天久久| 一二三区精品视频| 亚洲第一在线综合网站| 亚洲成人精品影院| 日韩av在线播放中文字幕| 日韩精品一级中文字幕精品视频免费观看 | 久久久五月婷婷| 国产精品三级在线观看| 国产精品日韩精品欧美在线| 国产精品麻豆久久久| 亚洲少妇屁股交4| 亚洲第一福利一区| 丝袜诱惑制服诱惑色一区在线观看| 亚洲国产日韩a在线播放性色| 五月婷婷另类国产| 狠狠色狠狠色综合系列| 国产精品一卡二卡在线观看| 国产成人鲁色资源国产91色综| 不卡的av在线| 日本道精品一区二区三区 | 欧美三级在线视频| 欧美一区二区三区电影| 久久综合视频网| 国产精品卡一卡二| 午夜精品成人在线| 国产综合色视频| 91一区二区三区在线播放| 欧美日韩国产免费一区二区 | 国产高清不卡一区二区| av日韩在线网站| 欧美日本一区二区| 久久综合999| 欧美aⅴ一区二区三区视频| 国产综合色在线视频区| 91丝袜美腿高跟国产极品老师 | 懂色av一区二区三区免费看| 91麻豆成人久久精品二区三区| 91.麻豆视频| 国产精品三级在线观看| 三级精品在线观看| 成人av免费观看| 日韩欧美一级二级三级久久久| 国产精品美女一区二区三区 | 亚洲一区二区三区四区五区中文| 蜜桃在线一区二区三区| 国产精品亚洲成人| 久久久久久久网| 国产做a爰片久久毛片| 亚洲大片精品永久免费| 国产夫妻精品视频| 欧美中文字幕亚洲一区二区va在线| 精品免费国产一区二区三区四区| 国产精品无码永久免费888| 日av在线不卡| 色欧美日韩亚洲| 久久精品视频免费| 日本视频在线一区| 在线欧美小视频| 国产校园另类小说区| 美女精品自拍一二三四| 在线观看欧美日本| 国产精品丝袜黑色高跟| 老司机精品视频在线| 欧美性猛片xxxx免费看久爱| 中文字幕制服丝袜成人av | 亚洲综合小说图片| av激情成人网| 中国色在线观看另类| 国产二区国产一区在线观看| 精品少妇一区二区三区| 蜜臀国产一区二区三区在线播放| av中文字幕亚洲| 国产真实乱对白精彩久久| 欧美www视频| 不卡的看片网站| 国产日韩欧美电影| 欧美午夜精品久久久久久超碰| 成人动漫视频在线| 极品少妇一区二区三区精品视频| 亚洲v精品v日韩v欧美v专区| 亚洲色图制服诱惑 | 亚洲精品va在线观看| 亚洲黄网站在线观看| 欧美极品另类videosde| 日韩视频永久免费| 欧美色电影在线| 在线观看日韩电影| 欧美久久一二三四区|