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

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

?? doxyfile.route

?? Diameter協議棧
?? ROUTE
?? 第 1 頁 / 共 3 頁
字號:
# 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 pagesGENERATE_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.GENERATE_XML           = NO# The XML_OUTPUT tag is used to specify where the XML 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 `xml' will be used as the default path.XML_OUTPUT             = xml# 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                = # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that # enabling this will significantly increase the size of the XML output.XML_PROGRAMLISTING     = YES#---------------------------------------------------------------------------# 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 option can be used to specify one or more tagfiles. # Optionally an initial location of the external documentation # can be added for each tagfile. The format of a tag file without # this location is as follows: #   TAGFILES = file1 file2 ... # Adding location for the tag files is done as follows: #   TAGFILES = file1=loc1 "file2 = loc2" ... # where "loc1" and "loc2" can be relative or absolute paths or # URLs. If a location is present for each tag, the installdox tool # does not have to be run to correct the links.# Note that each tag file must have a unique name# (where the name does NOT include the path)# If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here.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 superseded by the HAVE_DOT option below. This is only a fallback. It is # recommended to install and use dot, since it yields 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 the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language.UML_LOOK               = NO# 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 CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will # generate a call dependency graph for every global function or class method. # Note that enabling this option will significantly increase the time of a run. # So in most cases it will be better to enable call graphs for selected # functions only using the \callgraph command.CALL_GRAPH             = NO# 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       = gif# 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# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable # from the root by following a path via at most 3 edges will be shown. Nodes that # lay further from the root node will be omitted. Note that setting this option to # 1 or 2 may greatly reduce the computation time needed for large code bases. Also # note that a graph may be further truncated if the graph's image dimensions are # not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT). # If 0 is used for the depth value (the default), the graph is not depth-constrained.MAX_DOT_GRAPH_DEPTH    = 0# 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 intermediate 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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线观看欧美黄色| 久久久精品tv| 欧美成人精品高清在线播放| 欧美国产在线观看| 美女性感视频久久| 色综合中文字幕国产| 91麻豆精品国产91久久久资源速度| 国产女人18水真多18精品一级做| 亚洲永久免费视频| 成人av网站免费观看| 欧美成人vps| 亚洲成人久久影院| 在线精品国精品国产尤物884a| 久久精品亚洲一区二区三区浴池| 亚洲成a人v欧美综合天堂| 色婷婷精品久久二区二区蜜臀av | 久久欧美一区二区| 亚洲v中文字幕| 91碰在线视频| 亚洲国产高清在线| 国产成人综合网站| 久久久久国产成人精品亚洲午夜| 午夜精品久久久久久不卡8050| 色噜噜狠狠色综合中国| 国产精品理论片| aaa亚洲精品一二三区| 中文一区在线播放| www.色精品| 亚洲桃色在线一区| 在线观看网站黄不卡| 亚洲伦理在线免费看| 色网综合在线观看| 一区二区三区日韩欧美精品| 色视频欧美一区二区三区| 中文字幕在线免费不卡| 成人精品国产一区二区4080| 国产精品传媒入口麻豆| 9色porny自拍视频一区二区| 日本一区二区久久| eeuss鲁片一区二区三区在线观看 eeuss鲁片一区二区三区在线看 | 欧美在线你懂的| 亚洲一区免费观看| 欧美日韩视频第一区| 日日夜夜精品视频免费| 日韩一区二区在线观看视频| 国模套图日韩精品一区二区| 日本一区二区三区在线观看| 99久久精品国产毛片| 亚洲国产日韩一区二区| 日韩一区二区视频| 国产成人在线看| 国产精品乱人伦中文| 在线日韩一区二区| 奇米777欧美一区二区| 国产日韩v精品一区二区| 99综合电影在线视频| 日韩精品乱码av一区二区| 26uuu久久综合| 91一区在线观看| 男人的j进女人的j一区| 国产精品网站在线| 欧美裸体bbwbbwbbw| 国产成人精品一区二区三区四区 | 91黄色免费网站| 麻豆91精品视频| 国产精品久久久久久久久动漫 | 人禽交欧美网站| 欧美极品少妇xxxxⅹ高跟鞋 | 丁香天五香天堂综合| 一区二区三区久久| 欧美精品一区二区精品网| 成人免费高清在线观看| 天天爽夜夜爽夜夜爽精品视频| 欧美大片一区二区| 91福利精品视频| 色综合视频在线观看| 欧美极品美女视频| 亚洲图片你懂的| 亚洲婷婷综合久久一本伊一区| 日本韩国欧美在线| 极品少妇xxxx精品少妇偷拍| 亚洲美女淫视频| 精品国产91洋老外米糕| 91黄色在线观看| 亚洲福中文字幕伊人影院| 日韩一卡二卡三卡四卡| 91社区在线播放| 日韩一区二区三区精品视频| 午夜一区二区三区在线观看| caoporm超碰国产精品| 国产精品久久久久久久久久久免费看| 久久99精品久久久久久久久久久久 | 婷婷亚洲久悠悠色悠在线播放| 成人av午夜电影| 久久久精品免费网站| 亚洲最快最全在线视频| 久久久影视传媒| 91精品国产欧美日韩| 色94色欧美sute亚洲线路一ni | 国产精品一二二区| 免费不卡在线视频| 午夜a成v人精品| 亚洲成人资源在线| 亚洲第一二三四区| 亚洲午夜精品久久久久久久久| 亚洲日本在线看| 亚洲色图欧美偷拍| 综合久久久久综合| 亚洲视频资源在线| 亚洲天堂中文字幕| 最近日韩中文字幕| 成人欧美一区二区三区黑人麻豆| 国产日韩亚洲欧美综合| 久久亚洲一区二区三区四区| 日韩一区二区免费视频| 日韩一级二级三级| 亚洲精品一线二线三线无人区| 在线综合+亚洲+欧美中文字幕| 91美女蜜桃在线| 日韩在线一区二区三区| 美女性感视频久久| 狠狠色狠狠色合久久伊人| 麻豆国产精品视频| 韩国一区二区三区| 国内欧美视频一区二区| 国产肉丝袜一区二区| 国产精品无码永久免费888| 综合婷婷亚洲小说| 亚洲一区二区偷拍精品| 亚洲成年人网站在线观看| 亚洲欧美电影一区二区| 亚洲国产综合色| 亚洲18影院在线观看| 日韩影院在线观看| 国产一区二区成人久久免费影院| 国精产品一区一区三区mba视频 | 久久久久久久综合| 日本一区二区三区电影| 亚洲欧美日韩国产中文在线| 一区二区三区久久| 男女男精品视频| 国产成人精品免费一区二区| 色老汉一区二区三区| 51精品久久久久久久蜜臀| 国产欧美一区二区精品久导航| 中文字幕视频一区二区三区久| 亚洲国产一区二区在线播放| 老司机精品视频线观看86| 成人黄色片在线观看| 欧美日韩国产综合一区二区| 久久久噜噜噜久噜久久综合| 亚洲日本va午夜在线影院| 久久国产综合精品| 日本道色综合久久| 精品伦理精品一区| 一卡二卡欧美日韩| 国产大陆a不卡| 91精品国产色综合久久ai换脸| 国产日韩欧美一区二区三区综合| 亚洲一区二区高清| 成人免费福利片| 日韩三级精品电影久久久| 亚洲激情中文1区| 国产精品99久久久久久有的能看| 一本色道a无线码一区v| 2023国产精华国产精品| 日韩中文字幕区一区有砖一区| 成人aa视频在线观看| 精品国产乱码久久久久久蜜臀 | 日韩欧美亚洲国产精品字幕久久久| 欧美激情综合五月色丁香小说| 天堂va蜜桃一区二区三区| caoporen国产精品视频| 久久精品亚洲精品国产欧美kt∨| 亚洲成人在线免费| 色天天综合色天天久久| 国产精品入口麻豆九色| 久久精品国产亚洲a| 欧美日韩高清影院| 亚洲精品第一国产综合野| 丰满白嫩尤物一区二区| 久久久久久一二三区| 日韩高清欧美激情| 欧美日韩在线一区二区| 一色屋精品亚洲香蕉网站| 国产成人精品亚洲777人妖| 欧美精品一区视频| 久久精品999| 日韩欧美在线1卡| 日本在线观看不卡视频| 欧美年轻男男videosbes| 亚洲激情男女视频| 色综合久久久久| 亚洲欧美成人一区二区三区| 色噜噜狠狠一区二区三区果冻| 国产一区二区三区视频在线播放| 亚洲国产va精品久久久不卡综合| 91啪在线观看| 911精品国产一区二区在线| 欧美色老头old∨ideo|