亚洲欧美第一页_禁久久精品乱码_粉嫩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           = ../../libdiameternasreq/test/server_test.cxx \	../../libdiameternasreq/test/client_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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区资源| 欧美一区二区三区婷婷月色| 国产蜜臀97一区二区三区| 国内精品国产三级国产a久久| 欧美变态tickling挠脚心| 国产麻豆日韩欧美久久| 中文在线一区二区| 91久久精品国产91性色tv| 亚洲成a人v欧美综合天堂下载| 91精品午夜视频| 国产呦精品一区二区三区网站 | 欧美日韩性生活| 手机精品视频在线观看| 日韩久久精品一区| 99久久国产综合精品女不卡| 性做久久久久久免费观看欧美| 欧美电视剧免费全集观看| 国产成人啪免费观看软件| 一区二区三区日韩| 欧美一卡二卡在线观看| 丁香五精品蜜臀久久久久99网站 | 日韩**一区毛片| 久久久精品国产99久久精品芒果| 97se狠狠狠综合亚洲狠狠| 婷婷成人激情在线网| 国产精品久久久久影院老司 | 欧美三级电影精品| 免费高清在线一区| 自拍偷拍亚洲欧美日韩| 日韩视频永久免费| 色偷偷成人一区二区三区91| 蜜桃在线一区二区三区| 亚洲久草在线视频| wwwwww.欧美系列| 欧美性猛交一区二区三区精品| 国产乱码精品一区二区三区av| 亚洲图片欧美一区| 国产精品免费看片| 欧美大片在线观看一区| 91福利资源站| 高清国产一区二区三区| 久久国产精品一区二区| 亚洲一区在线看| 国产精品网站在线播放| 欧美精品成人一区二区三区四区| 高清国产午夜精品久久久久久| 日本不卡在线视频| 亚洲一区二区中文在线| 中文字幕五月欧美| 久久久精品免费免费| 欧美成人aa大片| 4hu四虎永久在线影院成人| 91蜜桃免费观看视频| 国产在线精品一区二区夜色| 日韩不卡在线观看日韩不卡视频| 亚洲免费观看高清在线观看| 亚洲国产精品精华液2区45| 欧美sm美女调教| 91麻豆精品国产自产在线| 色菇凉天天综合网| 97精品视频在线观看自产线路二| 国产一区二区在线免费观看| 久久精品国产亚洲一区二区三区| 一二三四社区欧美黄| 亚洲免费观看高清在线观看| 国产精品美女一区二区在线观看| 亚洲精品一区二区三区99| 777色狠狠一区二区三区| 欧美午夜电影一区| 欧美怡红院视频| 在线视频综合导航| 欧美亚洲国产一区在线观看网站 | 欧美妇女性影城| 欧美无乱码久久久免费午夜一区| 91麻豆精品秘密| 91麻豆精东视频| 欧美影视一区二区三区| 精品视频一区三区九区| 欧美男生操女生| 欧美一区永久视频免费观看| 67194成人在线观看| 91精品国产免费久久综合| 日韩一区二区视频| 久久久午夜精品| 国产女同性恋一区二区| 中文字幕精品在线不卡| 国产精品美女久久久久av爽李琼 | 欧美美女bb生活片| 欧美另类久久久品| 欧美一区午夜视频在线观看| 精品精品国产高清一毛片一天堂| 精品粉嫩超白一线天av| 国产精品嫩草影院av蜜臀| 亚洲丝袜美腿综合| 亚洲妇女屁股眼交7| 免播放器亚洲一区| 国产精品一品视频| 色综合天天性综合| 欧美性感一区二区三区| 日韩欧美三级在线| 中文字幕国产一区| 亚洲综合在线电影| 久久er精品视频| 成人久久18免费网站麻豆| 91黄色免费版| 精品人伦一区二区色婷婷| 国产精品剧情在线亚洲| 亚洲国产日韩在线一区模特 | 日韩精品欧美成人高清一区二区| 久久精品噜噜噜成人av农村| 成人综合激情网| 欧美在线高清视频| 欧美成va人片在线观看| 日韩一区在线免费观看| 日韩在线观看一区二区| 国产成人av网站| 欧美色图一区二区三区| 久久奇米777| 亚洲一区二区三区中文字幕在线| 精品一二线国产| 欧美综合天天夜夜久久| 久久精品综合网| 午夜精品久久久久久久99水蜜桃| 国内精品国产三级国产a久久| 色婷婷av一区二区三区软件| 欧美哺乳videos| 亚洲电影视频在线| av不卡在线观看| 精品久久一二三区| 亚洲成av人片在线观看无码| 大桥未久av一区二区三区中文| 日韩一区二区在线观看视频播放| 亚洲精品视频在线观看免费| 国产精品一区专区| 欧美一区二区精品久久911| 中文字幕在线视频一区| 狠狠色丁香婷婷综合久久片| 在线免费观看不卡av| 亚洲国产成人私人影院tom| 日韩国产高清在线| 欧美亚洲一区二区在线| 国产精品久久久久久久久免费丝袜 | 欧美国产成人精品| 麻豆91精品视频| 欧美电影一区二区三区| 亚洲男人的天堂一区二区| 成人app软件下载大全免费| 精品国产凹凸成av人导航| 日韩二区在线观看| 欧美亚洲动漫精品| 亚洲一卡二卡三卡四卡无卡久久| 成人ar影院免费观看视频| 国产欧美日韩在线看| 精品制服美女久久| 欧美一三区三区四区免费在线看 | 麻豆freexxxx性91精品| 欧美在线视频不卡| 亚洲一区二区三区在线看| 色综合久久综合网欧美综合网 | 久久综合一区二区| 麻豆精品视频在线| 欧美电视剧免费全集观看| 美脚の诱脚舐め脚责91| 日韩免费电影网站| 日本不卡不码高清免费观看| 91精品国产91久久久久久一区二区 | 91久久免费观看| 亚洲男人天堂一区| 色综合久久综合中文综合网| 亚洲综合丁香婷婷六月香| 一本大道久久a久久精品综合| **网站欧美大片在线观看| 92精品国产成人观看免费 | 8v天堂国产在线一区二区| 日韩中文欧美在线| 欧美xxxx在线观看| 国产福利不卡视频| 亚洲欧洲av另类| 欧洲av一区二区嗯嗯嗯啊| 亚洲sss视频在线视频| 欧美日韩1234| 另类小说综合欧美亚洲| 精品成人一区二区三区四区| 国产精品资源在线| 欧美激情一区二区| 在线一区二区三区做爰视频网站| 夜夜精品浪潮av一区二区三区| 欧美精品123区| 美女视频黄免费的久久| 国产喷白浆一区二区三区| 成人精品视频一区二区三区| 亚洲特黄一级片| 欧美电影一区二区三区| 国产乱码精品一区二区三区忘忧草 | 亚洲精品久久7777| 日韩一级黄色片| 成人精品一区二区三区中文字幕| 一区二区三区不卡视频| 久久综合资源网| 一本一道波多野结衣一区二区|