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

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

?? doxyfile.route

?? Diameter協議棧
?? ROUTE
?? 第 1 頁 / 共 3 頁
字號:
#---------------------------------------------------------------------------# The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" or # directories like "/usr/src/myproject". Separate the files or directories # with spaces.INPUT                  = diameter-route-architecture.txt# 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 *.cs *.php *.php3 *.incFILE_PATTERNS          = # 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       = *.cxx \                         *.h# 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             = ./figs# 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 (i.e. when SOURCE_BROWSER is set to YES).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. # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO.SOURCE_BROWSER         = NO# Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation.INLINE_SOURCES         = NO# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible.STRIP_CODE_COMMENTS    = YES# 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# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this.VERBATIM_HEADERS       = 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     = NO# 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    = 5# 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            = html# 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. Note that doxygen will try to copy # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased!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      = NO# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can # be used to specify the file name of the resulting .chm file. You # can add a path in front of the file if the result should not be # written to the html output directory.CHM_FILE               = # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can # be used to specify the location (absolute path including file name) of # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run # the HTML help compiler on the generated index.hhp.HHC_LOCATION           = # 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, DHTML, CSS and frames is required (for instance Mozilla 1.0+, # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). 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         = YES# 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           = latex# 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             = a4wide# 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# If LATEX_HIDE_INDICES is set to YES then doxygen will not # include the index chapters (such as File Index, Compound Index, etc.) # in the output.LATEX_HIDE_INDICES     = 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 optimized 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. # 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 assignments. You only have to provide 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美丰满一区二区免费视频| 精品乱码亚洲一区二区不卡| 91精品国产综合久久福利软件| 26uuu国产日韩综合| 亚洲日本成人在线观看| 麻豆91在线观看| 色偷偷成人一区二区三区91| 久久久久国产精品麻豆ai换脸| 亚洲国产综合人成综合网站| 国产a久久麻豆| 欧美一区二区三区免费观看视频 | 国产三级久久久| 亚洲综合免费观看高清完整版 | 国产欧美一区二区三区网站 | 欧美本精品男人aⅴ天堂| 亚洲男女毛片无遮挡| 国产在线精品一区二区不卡了| 在线观看免费视频综合| 《视频一区视频二区| 国产一区二区91| 日韩欧美中文一区二区| 日韩精品电影在线| 欧美喷水一区二区| 一区二区日韩av| 91蜜桃传媒精品久久久一区二区| 国产欧美精品国产国产专区| 韩国精品主播一区二区在线观看 | 国产精品国产三级国产| 国产激情一区二区三区四区| 精品国产免费一区二区三区四区| 婷婷中文字幕综合| 欧美精品亚洲二区| 日韩专区欧美专区| 欧美裸体一区二区三区| 日韩电影在线一区二区| 欧美高清视频不卡网| 蜜桃av一区二区| 日韩欧美一二三四区| 久久99精品视频| 久久久精品tv| voyeur盗摄精品| 亚洲午夜精品在线| 6080国产精品一区二区| 精品在线一区二区| 国产日韩欧美制服另类| 91网址在线看| 天天色综合成人网| 日韩情涩欧美日韩视频| 国产一区二区福利| 国产精品久99| 欧美写真视频网站| 美女国产一区二区| 国产精品无遮挡| 欧美亚洲高清一区二区三区不卡| 午夜国产不卡在线观看视频| 日韩一区二区三区在线视频| 国产伦理精品不卡| 亚洲欧美日本韩国| 欧美一区二区精品| 国产成人99久久亚洲综合精品| 日韩毛片精品高清免费| 宅男在线国产精品| 国产成人av电影| 天堂蜜桃91精品| 欧美经典一区二区三区| 日本道免费精品一区二区三区| 日韩高清在线不卡| 国产性天天综合网| 欧美男女性生活在线直播观看| 精品制服美女丁香| 亚洲一区二区在线视频| 精品国产乱码久久久久久浪潮 | 日韩限制级电影在线观看| 国产精品一区二区黑丝| 亚洲精品乱码久久久久久黑人 | 风间由美中文字幕在线看视频国产欧美 | 国产女同互慰高潮91漫画| 日本精品裸体写真集在线观看| 蜜臀久久久久久久| 亚洲天堂福利av| 久久嫩草精品久久久精品一| 欧美人与性动xxxx| va亚洲va日韩不卡在线观看| 久久91精品久久久久久秒播| 一区二区日韩av| 国产精品伦理在线| 欧美mv日韩mv| 欧美日韩黄色一区二区| 成人黄色a**站在线观看| 日本不卡123| 亚洲一级二级三级| 中文字幕一区二区三区不卡在线 | 一区二区三区91| 国产精品免费丝袜| 久久久美女艺术照精彩视频福利播放| 91福利精品第一导航| 成人手机电影网| 国产专区欧美精品| 九九视频精品免费| 蜜桃在线一区二区三区| 天天做天天摸天天爽国产一区| 亚洲精品免费视频| 亚洲日本va在线观看| 国产精品福利一区二区| 国产精品污污网站在线观看| 久久久久久99精品| 精品女同一区二区| 精品理论电影在线| 亚洲精品一线二线三线| 精品三级av在线| 欧美mv和日韩mv国产网站| 欧美一级专区免费大片| 欧美一级高清大全免费观看| 欧美日韩中文一区| 欧美亚洲国产一区在线观看网站 | 蜜桃一区二区三区在线观看| 肉丝袜脚交视频一区二区| 日韩精彩视频在线观看| 日日夜夜一区二区| 理论电影国产精品| 国产中文字幕精品| 丁香婷婷综合激情五月色| 国产精品白丝jk白祙喷水网站 | 麻豆精品在线播放| 狠狠色狠狠色综合系列| 国产成人免费在线视频| 成人ar影院免费观看视频| 91网站最新网址| 欧美这里有精品| 欧美一卡在线观看| 国产嫩草影院久久久久| 亚洲日本一区二区| 香蕉成人伊视频在线观看| 亚洲成人动漫精品| 激情都市一区二区| 高清beeg欧美| 欧美日韩黄色一区二区| 精品免费国产一区二区三区四区| 久久久国产精华| 亚洲色图清纯唯美| 免费黄网站欧美| 粉嫩在线一区二区三区视频| 色爱区综合激月婷婷| 欧美一区二区三区四区高清| 国产丝袜欧美中文另类| 亚洲最新在线观看| 久久国产日韩欧美精品| 97久久精品人人爽人人爽蜜臀| 欧美裸体bbwbbwbbw| 国产欧美一区二区三区在线看蜜臀| 亚洲最新视频在线播放| 麻豆一区二区三| 99re成人精品视频| 欧美成人video| 亚洲欧美另类久久久精品 | 成人一级视频在线观看| 欧美日韩一本到| 国产日韩欧美精品综合| 亚洲国产中文字幕在线视频综合| 九九精品视频在线看| 欧美系列亚洲系列| 国产精品麻豆99久久久久久| 日本不卡在线视频| 色婷婷久久久亚洲一区二区三区 | 欧美老肥妇做.爰bbww| 国产精品久久久久久久久搜平片| 日韩成人午夜精品| 91精品福利视频| 中文字幕亚洲精品在线观看| 裸体一区二区三区| 在线视频欧美精品| 中文字幕+乱码+中文字幕一区| 欧美aⅴ一区二区三区视频| 欧洲一区二区三区在线| 国产精品久久网站| 国产一区二区在线观看视频| 欧美日韩mp4| 一区二区三区在线高清| 不卡一区二区在线| 久久久久久免费网| 久久精品国产免费| 欧美一区二区视频观看视频 | 91精品在线一区二区| 亚洲欧美韩国综合色| 成人午夜在线视频| 国产欧美精品一区二区色综合| 精品一区二区三区欧美| 91麻豆精品国产| 性做久久久久久免费观看| 一本色道**综合亚洲精品蜜桃冫 | 青草av.久久免费一区| 欧美精品vⅰdeose4hd| 亚洲一区二区三区不卡国产欧美| 色88888久久久久久影院野外| 综合电影一区二区三区 | 欧美不卡一区二区三区| 欧美96一区二区免费视频| 5566中文字幕一区二区电影| 一区二区三区在线视频免费 | 91视频免费观看|