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

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

?? doxyfile

?? Diameter協議棧
??
?? 第 1 頁 / 共 3 頁
字號:
# 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           = ../../libeap/tests/md5_test.cxx# 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       =# 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             = ./# 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.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 sheetHTML_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      = YES# 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 dir.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 optimised 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 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 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, 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩激情中文字幕| 人人精品人人爱| 91麻豆精品国产91久久久久久| 七七婷婷婷婷精品国产| 中文字幕成人在线观看| 欧美日韩成人综合在线一区二区| 国产精品1区2区| 日韩影院免费视频| 亚洲欧美韩国综合色| xnxx国产精品| 欧美日韩免费观看一区二区三区| 国产精品亚洲第一区在线暖暖韩国| 亚洲一卡二卡三卡四卡| 国产日韩视频一区二区三区| 欧美色爱综合网| 91美女视频网站| 国产成人精品影院| 久久99久久精品| 免费成人av在线| 亚洲一卡二卡三卡四卡无卡久久| 中文字幕成人av| 国产视频一区在线观看| 91精品国模一区二区三区| 日本韩国欧美在线| av不卡免费在线观看| 国产精品亚洲成人| 国产一区二区主播在线| 免费成人你懂的| 美国十次综合导航| 欧美aaaaaa午夜精品| 天堂va蜜桃一区二区三区| 一区二区三区在线播放| 亚洲欧洲国产日本综合| 国产精品嫩草久久久久| 久久久精品人体av艺术| 久久久久国产精品厨房| 久久午夜羞羞影院免费观看| 日韩欧美国产三级电影视频| 日韩欧美中文一区| 日韩欧美一区二区在线视频| 欧美一级国产精品| 欧美一区二区三区播放老司机| 欧美日本一区二区| 91麻豆精品国产91久久久久| 91精品国产色综合久久不卡蜜臀| 欧美老女人在线| 欧美一区二区视频在线观看2022 | 99国产欧美另类久久久精品| 成人丝袜视频网| 99久久久国产精品| 91视频一区二区三区| 在线观看区一区二| 欧美丰满少妇xxxxx高潮对白| 7799精品视频| 26uuu亚洲| 欧美激情一区二区三区四区| 国产精品国产三级国产a| 中文字幕一区二区三区不卡在线 | 日本一区二区三区四区在线视频| 国产亚洲综合性久久久影院| 国产精品福利一区二区三区| 亚洲女人小视频在线观看| 玉米视频成人免费看| 日韩电影在线观看网站| 激情都市一区二区| proumb性欧美在线观看| 欧美日韩在线三区| 久久综合狠狠综合久久激情| 国产精品视频免费| 亚洲午夜激情av| 九九视频精品免费| 成人综合在线网站| 欧美日韩精品专区| 欧美国产一区视频在线观看| 一区二区三区日本| 久久se精品一区二区| 成人黄色av电影| 欧美日韩激情一区二区三区| 久久影音资源网| 亚洲乱码一区二区三区在线观看| 天天亚洲美女在线视频| 国产高清亚洲一区| 在线一区二区三区做爰视频网站| 日韩一区二区三区免费看| 亚洲国产精品成人综合色在线婷婷| 亚洲精品国产一区二区三区四区在线| 亚洲第一会所有码转帖| 国产成人午夜视频| 欧美日韩免费观看一区二区三区| 国产亚洲精品超碰| 亚洲777理论| 99久久综合色| 日韩视频在线一区二区| 亚洲视频在线观看三级| 久久99国产精品成人| 91美女片黄在线观看| 久久这里都是精品| 午夜伊人狠狠久久| 97精品视频在线观看自产线路二| 精品久久久久久亚洲综合网| 亚洲国产美女搞黄色| 国产成人免费在线观看| 日韩欧美国产不卡| 亚洲电影在线免费观看| 成人做爰69片免费看网站| 欧美一级在线观看| 亚洲一区二区三区四区在线| 丰满岳乱妇一区二区三区| 欧美一区二区美女| 亚洲国产一区二区在线播放| gogo大胆日本视频一区| 久久午夜国产精品| 美腿丝袜亚洲三区| 欧美日韩一卡二卡三卡| 亚洲欧美日韩精品久久久久| 国产成人亚洲精品狼色在线 | 7799精品视频| 亚洲综合一区二区精品导航| 99久久99久久久精品齐齐| 26uuu亚洲综合色欧美| 麻豆91在线播放免费| 欧美日韩国产中文| 亚洲线精品一区二区三区八戒| 99九九99九九九视频精品| 国产日产亚洲精品系列| 精品系列免费在线观看| 制服丝袜在线91| 日韩电影一二三区| 欧美日韩一区成人| 亚洲国产一区二区三区| 91麻豆精东视频| 亚洲欧美另类久久久精品2019| caoporm超碰国产精品| 国产精品日产欧美久久久久| 狠狠色丁香婷婷综合| 精品卡一卡二卡三卡四在线| 麻豆久久久久久| 欧美成人官网二区| 麻豆国产欧美日韩综合精品二区| 日韩色视频在线观看| 蜜桃av一区二区在线观看 | 亚洲麻豆国产自偷在线| 成人看片黄a免费看在线| 国产欧美日韩视频一区二区| 韩国精品在线观看| 国产欧美一区二区精品性色| 国产精一区二区三区| 久久久精品中文字幕麻豆发布| 国精产品一区一区三区mba视频| 精品免费日韩av| 国产91丝袜在线播放九色| 国产欧美一区二区精品忘忧草| 国产suv精品一区二区三区| 国产精品久久久久久久久免费相片 | 蜜臀av一区二区在线免费观看| 日韩欧美中文字幕公布| 国产福利电影一区二区三区| 国产精品每日更新在线播放网址 | 精品成人在线观看| 国产v综合v亚洲欧| 亚洲综合男人的天堂| 欧美一区二区二区| 国产电影精品久久禁18| 亚洲精品一二三四区| 欧美人成免费网站| 激情综合网av| 综合电影一区二区三区| 欧美日韩精品高清| 国产福利一区二区| 亚洲电影在线免费观看| 久久精品人人做人人综合| 91美女福利视频| 蜜臀久久99精品久久久久宅男| 国产欧美精品一区aⅴ影院| 在线观看亚洲a| 激情综合色综合久久| 亚洲日本免费电影| 日韩免费高清av| 99久久精品免费看国产| 亚洲第一av色| 欧美精品一区二区三区在线播放 | 丰满放荡岳乱妇91ww| 一区二区三区精品| 久久综合狠狠综合久久综合88| 99久久精品免费| 美脚の诱脚舐め脚责91| 中文字幕日本乱码精品影院| 69堂成人精品免费视频| 成人h动漫精品| 欧美a一区二区| 一区二区三区四区av| 精品国产99国产精品| 91激情在线视频| 激情六月婷婷综合| 亚洲成人av一区二区| 中文字幕精品在线不卡| 欧美精品在线一区二区三区| 风间由美一区二区三区在线观看| 日韩不卡一二三区| 亚洲免费av在线|