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

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

?? doxyfile

?? 采用 ACE 開發的 radius 應用
??
?? 第 1 頁 / 共 3 頁
字號:
# 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)

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 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_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, 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              = "C:\Program Files\Rational\ClearCase\bin\ccperl.exe"

#---------------------------------------------------------------------------
# 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一区二区三区免费野_久草精品视频
日韩精品中文字幕一区二区三区| 亚洲一区二区视频在线| 奇米影视一区二区三区小说| 欧美不卡激情三级在线观看| 国产精品66部| 亚洲国产另类精品专区| 中文字幕av一区 二区| 欧美日韩精品高清| 极品少妇xxxx精品少妇偷拍| 中文字幕免费在线观看视频一区| 色老头久久综合| 国内外成人在线视频| 国产精品嫩草影院av蜜臀| 欧美老肥妇做.爰bbww| 成人av动漫在线| 偷拍日韩校园综合在线| 久久久精品免费免费| 日本高清无吗v一区| 国产高清视频一区| 亚洲成人av一区二区三区| 亚洲欧洲性图库| 精品精品欲导航| 色综合久久中文字幕| 国产精品99久久久久久久vr| 亚洲精品成人少妇| 欧美精品一区二区三区蜜臀| 欧美性感一区二区三区| 国产成人在线视频网址| 精品一区二区三区视频| 亚洲蜜桃精久久久久久久| 国产精品久久久久久久第一福利| 欧美日韩高清一区二区| 色综合久久中文字幕综合网| 成人自拍视频在线| 国产成+人+日韩+欧美+亚洲| 日产欧产美韩系列久久99| 亚洲成人中文在线| 亚洲色图欧洲色图婷婷| 中文字幕欧美激情一区| 精品美女一区二区| 26uuu另类欧美| 91精品国产91久久综合桃花 | 免费成人av资源网| 黑人巨大精品欧美一区| 国产91丝袜在线播放0| 狠狠色综合日日| 日韩avvvv在线播放| 日韩 欧美一区二区三区| 日韩1区2区日韩1区2区| 久久99国产精品免费| 日本不卡不码高清免费观看 | 欧美老年两性高潮| 日韩午夜激情av| 国产午夜亚洲精品理论片色戒| 久久蜜桃香蕉精品一区二区三区| 久久精品日产第一区二区三区高清版| 久久精品夜夜夜夜久久| 久久久久久久久久久电影| 亚洲卡通欧美制服中文| 日韩va亚洲va欧美va久久| 国产在线视视频有精品| 欧美中文字幕亚洲一区二区va在线 | 欧美蜜桃一区二区三区| 国产亚洲一本大道中文在线| 亚洲亚洲精品在线观看| 92精品国产成人观看免费| aaa欧美大片| 一本色道久久加勒比精品| 欧美日韩在线播放三区四区| 亚洲精品一区二区三区蜜桃下载| 国产精品视频在线看| 久久99精品国产麻豆婷婷| 色婷婷精品大在线视频| 久久久久久久久免费| 夜夜操天天操亚洲| 国产成人精品免费| 久久中文字幕电影| 免费观看在线色综合| av亚洲精华国产精华| 欧美tickle裸体挠脚心vk| 自拍偷拍国产精品| 国产高清无密码一区二区三区| 久久美女艺术照精彩视频福利播放| 日韩电影在线观看网站| av中文字幕不卡| 欧美一区午夜视频在线观看| 日本一区二区三区免费乱视频| 久久综合久久综合九色| 成人免费毛片aaaaa**| 亚洲国产激情av| 成人国产精品免费观看视频| 国产精品剧情在线亚洲| 成人蜜臀av电影| 亚洲欧美日韩精品久久久久| 91福利在线导航| 日韩在线一二三区| 欧美一区二区三区人| 麻豆成人久久精品二区三区小说| 欧美一区二区三区在线视频| 午夜精品福利一区二区三区av| 日韩精品一区二区三区三区免费| 国内精品国产三级国产a久久| 国产农村妇女精品| 色综合咪咪久久| 亚洲一区电影777| 制服丝袜激情欧洲亚洲| 粉嫩在线一区二区三区视频| 亚洲黄色录像片| 欧美mv日韩mv国产| 欧美在线观看你懂的| 国产成人综合视频| 亚洲桃色在线一区| 色欧美乱欧美15图片| 亚洲成人高清在线| 日韩午夜在线观看视频| 国产精品自拍一区| 一区二区在线观看视频| 亚洲精品一区二区三区福利 | 天天影视网天天综合色在线播放| 精品三级av在线| 欧洲国产伦久久久久久久| 国产一区在线观看麻豆| 性感美女久久精品| 国产欧美va欧美不卡在线| 日韩一区二区免费视频| 99re热这里只有精品视频| 国产精品一区二区三区网站| 午夜精品久久久久久久久 | 91精品国产色综合久久久蜜香臀| 国产高清久久久| 另类成人小视频在线| 亚洲va欧美va人人爽| 亚洲人成在线观看一区二区| 久久久高清一区二区三区| 91精品国产麻豆| 欧美色精品在线视频| 91香蕉视频黄| 在线视频你懂得一区| 91网站视频在线观看| 91在线小视频| 91在线视频免费91| 色婷婷国产精品久久包臀| 99久久精品情趣| 色婷婷精品大在线视频| 日本福利一区二区| 欧美中文一区二区三区| 欧美日韩在线播放三区| 7777精品伊人久久久大香线蕉超级流畅 | 亚洲一卡二卡三卡四卡无卡久久| 久久婷婷成人综合色| 国产清纯白嫩初高生在线观看91| 久久一日本道色综合| 国产清纯美女被跳蛋高潮一区二区久久w| 精品国产成人系列| 日本一区二区成人| 亚洲码国产岛国毛片在线| 亚洲午夜久久久久久久久电影网| 亚洲va韩国va欧美va| 麻豆精品在线视频| 成人性生交大片免费看视频在线 | 亚洲欧美另类图片小说| 亚瑟在线精品视频| 国内外成人在线| 欧美日韩中文字幕一区| 久久久夜色精品亚洲| 亚洲精选视频在线| 韩国v欧美v日本v亚洲v| 91免费在线看| 国产三级一区二区三区| 天天影视涩香欲综合网| 高清beeg欧美| 日韩欧美国产一二三区| 亚洲精品视频一区二区| 国产成人av一区| 欧美一区二区三区四区久久| 中文字幕一区二区在线播放| 看片的网站亚洲| 欧美日韩国产美| 亚洲一区二区四区蜜桃| 成人丝袜高跟foot| 精品国产一区二区在线观看| 亚洲国产cao| 欧美午夜不卡视频| 亚洲精品成人在线| 99精品一区二区| 欧美国产精品中文字幕| 国精品**一区二区三区在线蜜桃| 正在播放亚洲一区| 亚洲成av人片一区二区| 欧美日韩在线精品一区二区三区激情 | 婷婷丁香久久五月婷婷| 欧美日韩精品一区二区三区四区 | 色综合色狠狠综合色| 依依成人精品视频| av成人老司机| 亚洲午夜精品网| 日韩欧美一二区| 精品在线你懂的| 久久精品网站免费观看| 国产成人精品免费视频网站|