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

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

?? doxygen.cfg

?? 開源的防火墻代碼
?? CFG
?? 第 1 頁 / 共 3 頁
字號:

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)

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

# The XML_SCHEMA tag can be used to specify an XML schema, 
# which can be used by a validating XML parser to check the 
# syntax of the XML files.

XML_SCHEMA             = 

# The XML_DTD tag can be used to specify an XML DTD, 
# which can be used by a validating XML parser to check the 
# syntax of the XML files.

XML_DTD                = 

#---------------------------------------------------------------------------
# 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 Perl module output
#---------------------------------------------------------------------------

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

GENERATE_PERLMOD       = NO

# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 
# the necessary Makefile rules, Perl scripts and LaTeX code to be able 
# to generate PDF and DVI output from the Perl module output.

PERLMOD_LATEX          = NO

# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 
# nicely formatted so it can be parsed by a human reader.  This is useful 
# if you want to understand what is going on.  On the other hand, if this 
# tag is set to NO the size of the Perl module output will be much smaller 
# and Perl will parse it just the same.

PERLMOD_PRETTY         = YES

# The names of the make variables in the generated doxyrules.make file 
# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 
# This is useful so different doxyrules.make files included by the same 
# Makefile don't overwrite each other's variables.

PERLMOD_MAKEVAR_PREFIX = 

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

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

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF 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, have an all uppercase name, 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ⅴ怡春院| 色婷婷香蕉在线一区二区| 2019国产精品| 久久99久久久欧美国产| 欧美在线免费播放| 亚洲精品久久久久久国产精华液| 国产真实乱对白精彩久久| 56国语精品自产拍在线观看| 亚洲欧美日韩中文播放| av午夜一区麻豆| 欧美韩国日本一区| 国产高清无密码一区二区三区| 69成人精品免费视频| 午夜精品一区二区三区免费视频 | 日韩电影一区二区三区四区| 色综合激情五月| 亚洲三级在线观看| 99久久er热在这里只有精品15 | 欧美夫妻性生活| 亚洲一区欧美一区| 欧美性三三影院| 一区二区三区四区视频精品免费| 成人福利在线看| 国产精品国产馆在线真实露脸 | 欧美浪妇xxxx高跟鞋交| 亚洲一二三四区不卡| 日本久久精品电影| 亚洲一区二区三区四区在线免费观看| 94-欧美-setu| 一区av在线播放| 欧美日韩国产三级| 亚洲人成亚洲人成在线观看图片 | 国产欧美视频一区二区| 麻豆国产精品视频| 日韩一区二区三区视频| 久久99精品网久久| 久久婷婷色综合| 国产91丝袜在线18| 亚洲欧美一区二区三区久本道91| 一本大道综合伊人精品热热| 亚洲一区二区在线免费看| 欧美色男人天堂| 久久99这里只有精品| 国产农村妇女精品| 日本高清视频一区二区| 无码av免费一区二区三区试看 | 亚洲日本va午夜在线影院| 一本到不卡免费一区二区| 亚洲综合偷拍欧美一区色| 在线成人午夜影院| 国产成人免费视频精品含羞草妖精| 国产喂奶挤奶一区二区三区| 91亚洲精品久久久蜜桃网站| 亚洲国产视频一区| 欧美成人高清电影在线| 国产91高潮流白浆在线麻豆| 亚洲欧美日韩久久精品| 欧美一卡2卡三卡4卡5免费| 国产在线播放一区三区四| 国产精品成人午夜| 欧美疯狂做受xxxx富婆| 国产精品一区在线观看乱码| 亚洲精品视频一区| 久久综合视频网| 欧洲一区在线观看| 国产剧情在线观看一区二区| 亚洲激情校园春色| 久久一夜天堂av一区二区三区| 色综合婷婷久久| 国产一区在线看| 一区二区三区国产精华| 精品国精品自拍自在线| 在线观看欧美日本| 国产白丝网站精品污在线入口| 亚洲国产精品久久人人爱蜜臀| 久久精品人人做人人爽人人 | a4yy欧美一区二区三区| 免费在线观看一区二区三区| 亚洲免费在线播放| 久久精品欧美日韩精品| 日韩欧美一区在线| 色爱区综合激月婷婷| 国产麻豆欧美日韩一区| 日本不卡1234视频| 亚洲综合图片区| 亚洲日本在线天堂| 亚洲国产精品av| 久久精品一区四区| 久久伊人蜜桃av一区二区| 欧美一级日韩免费不卡| 欧美日韩一区二区在线视频| 99在线精品免费| 成人国产精品免费观看动漫| 精品一区二区三区视频在线观看| 亚洲午夜久久久久中文字幕久| 亚洲人成精品久久久久久| 亚洲人成亚洲人成在线观看图片| 久久精品人人做人人爽人人| 久久久久久综合| 精品99久久久久久| 日韩欧美国产精品| 欧美videos大乳护士334| 欧美一区二区三区视频免费播放 | 欧美日韩一二区| 色综合天天综合色综合av | 亚洲综合999| 一区二区三区中文免费| 亚洲蜜臀av乱码久久精品| 自拍偷拍亚洲欧美日韩| 亚洲九九爱视频| 一区二区三区日韩精品| 亚洲电影视频在线| 五月激情综合婷婷| 久久精品国产精品亚洲红杏| 国产久卡久卡久卡久卡视频精品| 国产原创一区二区| 成人app网站| 日本久久电影网| 56国语精品自产拍在线观看| 日韩精品一区二区三区在线播放 | av成人免费在线观看| 一本大道久久精品懂色aⅴ| 91精品办公室少妇高潮对白| 欧美日韩三级视频| 26uuu久久综合| 国产精品福利一区二区| 亚洲成人免费视| 美女看a上一区| 成人高清视频在线| 欧美唯美清纯偷拍| 精品裸体舞一区二区三区| 国产精品女主播在线观看| 亚洲激情六月丁香| 老司机免费视频一区二区| 顶级嫩模精品视频在线看| 欧美在线不卡一区| 日韩精品在线一区二区| 国产精品天干天干在线综合| 亚洲风情在线资源站| 国产一区二区精品久久99| 91最新地址在线播放| 欧美一区中文字幕| 亚洲国产成人在线| 午夜精品久久久久影视| 顶级嫩模精品视频在线看| 欧美日韩精品一区二区天天拍小说| 亚洲欧美在线观看| 日韩av中文字幕一区二区三区| 国产精品99久| 欧美军同video69gay| 国产欧美一区二区在线观看| 午夜精品久久久久久久| 国产91丝袜在线播放九色| 91精品国产综合久久福利软件| 国产欧美一区二区精品性色超碰 | 亚洲gay无套男同| 成人激情小说网站| 日韩欧美在线一区二区三区| 日韩理论电影院| 国产成人免费视频网站高清观看视频| 欧美日韩在线三区| 中文字幕免费不卡| 狠狠色狠狠色综合系列| 欧美日韩国产一二三| 中文字幕字幕中文在线中不卡视频| 蜜臀久久久久久久| 欧美日韩综合一区| 亚洲欧洲综合另类在线| 国产 欧美在线| 2024国产精品| 秋霞午夜av一区二区三区| 欧美自拍偷拍一区| 中文字幕一区二区三区蜜月| 国产一区二区不卡老阿姨| 91精品国产综合久久小美女| 亚洲精品菠萝久久久久久久| 成人av资源站| 国产日韩综合av| 国产自产v一区二区三区c| 日韩限制级电影在线观看| 天天综合天天综合色| 日本道精品一区二区三区| 国产精品高清亚洲| 福利电影一区二区三区| 久久久久久久久久久久久久久99 | 日韩视频永久免费| 日韩中文字幕麻豆| 欧美日韩mp4| 天天av天天翘天天综合网色鬼国产| 91老司机福利 在线| 亚洲精品视频自拍| 91国产成人在线| 亚洲一区二区三区在线播放| 欧美视频在线播放|