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

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

?? doxyfile

?? linux下開發的針對所有磁盤的數據恢復的源碼
??
?? 第 1 頁 / 共 4 頁
字號:
# documentation. If set to YES the scope will be hidden.HIDE_SCOPE_NAMES       = NO# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation # of that file.SHOW_INCLUDE_FILES     = YES# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members.INLINE_INFO            = YES# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order.SORT_MEMBER_DOCS       = YES# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically # by member name. If set to NO (the default) the members will appear in # declaration order.SORT_BRIEF_DOCS        = YES# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the # hierarchy of group names into alphabetical order. If set to NO (the default) # the group names will appear in their defined order.SORT_GROUP_NAMES       = NO# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to # NO (the default), the class list will be sorted only by class name, # not including the namespace part. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.# Note: This option applies only to the class list, not to the # alphabetical list.SORT_BY_SCOPE_NAME     = NO# The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation.GENERATE_TODOLIST      = NO# The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation.GENERATE_TESTLIST      = NO# The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation.GENERATE_BUGLIST       = NO# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation.GENERATE_DEPRECATEDLIST= YES# The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif.ENABLED_SECTIONS       = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consists of for it to appear in # the documentation. If the initializer consists of more lines than specified # here it will be hidden. Use a value of 0 to hide initializers completely. # The appearance of the initializer of individual variables and defines in the # documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting.MAX_INITIALIZER_LINES  = 30# Set the SHOW_USED_FILES tag to NO to disable the list of files generated # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation.SHOW_USED_FILES        = YES# If the sources in your project are distributed over multiple directories # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy # in the documentation. The default is NO.SHOW_DIRECTORIES       = NO# Set the SHOW_FILES tag to NO to disable the generation of the Files page.# This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES.SHOW_FILES             = YES# Set the SHOW_NAMESPACES tag to NO to disable the generation of the # Namespaces page.  This will remove the Namespaces entry from the Quick Index# and from the Folder Tree View (if specified). The default is YES.SHOW_NAMESPACES        = YES# The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via # popen()) the command <command> <input-file>, where <command> is the value of # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file # provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples.FILE_VERSION_FILTER    = #---------------------------------------------------------------------------# configuration options related to warning and progress messages#---------------------------------------------------------------------------# The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used.QUIET                  = NO# The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used.WARNINGS               = YES# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled.WARN_IF_UNDOCUMENTED   = NO# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some # parameters in a documented function, or documenting parameters that # don't exist or using markup commands wrongly.WARN_IF_DOC_ERROR      = YES# This WARN_NO_PARAMDOC option can be abled to get warnings for # functions that are documented, but have no documentation for their parameters # or return value. If set to NO (the default) doxygen will only warn about # wrong or incomplete parameter documentation, but not about the absence of # documentation.WARN_NO_PARAMDOC       = NO# The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text # tags, which will be replaced by the file and line number from which the # warning originated and the warning text. Optionally the format may contain # $version, which will be replaced by the version of the file (if it could # be obtained via FILE_VERSION_FILTER)WARN_FORMAT            = "$file:$line: $text"# The WARN_LOGFILE tag can be used to specify a file to which warning # and error messages should be written. If left blank the output is written # to stderr.WARN_LOGFILE           = #---------------------------------------------------------------------------# configuration options related to the input files#---------------------------------------------------------------------------# 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                  = tsk3/docs/main.dox \                         tsk3/docs/basics.dox \                         tsk3/docs/base.dox \                         tsk3/docs/img.dox \                         tsk3/docs/vs.dox \                         tsk3/docs/fs.dox \                         tsk3/docs/hashdb.dox \                         tsk3/base \                         tsk3/fs \                         tsk3/hashdb \                         tsk3/img \                         tsk3/vs# This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for # the list of possible encodings.INPUT_ENCODING         = UTF-8# 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 *.inc *.m *.mm *.py *.f90FILE_PATTERNS          = *.c \                         *.h# 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. Note that the wildcards are matched # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/*EXCLUDE_PATTERNS       = # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the # output. The symbol name can be a fully qualified name, a word, or if the # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*TestEXCLUDE_SYMBOLS        = # 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       = # 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.  If FILTER_PATTERNS is specified, this tag will be # ignored.INPUT_FILTER           = # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis.  Doxygen will compare the file name with each pattern and apply the # filter if there is a match.  The filters are a list of the form: # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER # is applied to all files.FILTER_PATTERNS        = # 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 # 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 # then for each documented function all documented entities # called/used by that function will be listed.REFERENCES_RELATION    = YES# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will# link to the source code.  Otherwise they will link to the documentstion.REFERENCES_LINK_SOURCE = YES# If the USE_HTAGS tag is set to YES then the references to source code # will point to the HTML generated by the htags(1) tool instead of doxygen # built-in source browser. The htags tool is part of GNU's global source # tagging system (see http://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher.USE_HTAGS              = NO# 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       = NO#---------------------------------------------------------------------------# 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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
理论片日本一区| 日韩网站在线看片你懂的| 国产91丝袜在线播放0| 精久久久久久久久久久| 秋霞电影一区二区| 免费在线欧美视频| 麻豆91在线播放| 麻豆视频一区二区| 国产乱淫av一区二区三区| 国内精品久久久久影院色| 久久99久久99小草精品免视看| 久久成人精品无人区| 精品一区二区三区在线视频| 国产乱对白刺激视频不卡 | 成人av影视在线观看| 成人一级片在线观看| 91在线国内视频| 一本一道综合狠狠老| 91国产福利在线| 欧美卡1卡2卡| 精品国产一区二区精华| 久久中文字幕电影| 国产精品福利一区二区三区| 亚洲精品你懂的| 秋霞电影网一区二区| 国产在线国偷精品产拍免费yy| 丁香五精品蜜臀久久久久99网站| 91女人视频在线观看| 欧美日韩一区二区三区免费看 | 国产精品麻豆欧美日韩ww| 国产精品你懂的| 亚洲免费在线看| 日本午夜精品视频在线观看| 国内一区二区视频| 99精品欧美一区二区蜜桃免费| 欧美日韩在线播放三区| 精品精品国产高清a毛片牛牛 | 麻豆精品在线播放| 国产.欧美.日韩| 欧美日韩综合在线免费观看| 日韩一区二区免费在线电影| 国产精品国产馆在线真实露脸| 亚洲成av人片一区二区三区| 国产乱子伦一区二区三区国色天香| 欧美日韩一区二区三区在线| 久久久久国产精品麻豆ai换脸| 亚洲精品乱码久久久久久黑人| 蜜臀av国产精品久久久久 | 中文字幕二三区不卡| 亚洲成人黄色小说| 国内精品久久久久影院色| 欧洲精品一区二区| 久久久亚洲精华液精华液精华液| 亚洲六月丁香色婷婷综合久久| 蜜臀av一区二区在线免费观看| 色综合网色综合| 欧美精品一区二区三区一线天视频| 亚洲人成人一区二区在线观看| 久久99精品国产.久久久久久| 91蝌蚪porny| 久久这里只精品最新地址| 亚洲电影你懂得| 成人午夜视频在线观看| 日韩视频一区二区三区| 亚洲男人天堂av| 国产91在线观看丝袜| 欧美一卡2卡三卡4卡5免费| 亚洲免费在线观看视频| 国产原创一区二区三区| 欧美日韩精品一区二区天天拍小说| 久久免费偷拍视频| 日韩**一区毛片| 色噜噜狠狠色综合欧洲selulu| 久久人人爽人人爽| 日韩国产精品久久久| 色狠狠色噜噜噜综合网| 中文字幕不卡在线| 国产乱码精品一区二区三区忘忧草| 在线成人免费视频| 亚洲小少妇裸体bbw| 91色.com| 中文字幕在线视频一区| 国产九色精品成人porny| 欧美不卡一区二区三区四区| 亚洲电影中文字幕在线观看| 91美女片黄在线观看| 国产精品久久久久影院色老大| 国产精品伊人色| 久久久久久久久岛国免费| 日韩成人午夜精品| 欧美久久一区二区| 亚洲国产精品一区二区久久恐怖片 | 国产精品一区二区久激情瑜伽 | 亚洲一区二区三区在线播放| 成人av一区二区三区| 国产日韩欧美激情| 国产一区二三区好的| 精品国产三级电影在线观看| 麻豆国产精品777777在线| 欧美日韩不卡在线| 亚洲va欧美va国产va天堂影院| 欧美丝袜丝交足nylons图片| 亚洲va国产天堂va久久en| 欧美在线观看一二区| 亚洲午夜久久久久久久久电影院| 色婷婷精品久久二区二区蜜臀av| 玉足女爽爽91| 欧美男生操女生| 日韩电影一区二区三区四区| 日韩视频免费观看高清在线视频| 日本va欧美va瓶| 精品三级在线看| 国产·精品毛片| 亚洲视频 欧洲视频| 一本大道久久精品懂色aⅴ| 亚洲欧美区自拍先锋| 欧美网站一区二区| 美女网站在线免费欧美精品| 精品1区2区在线观看| 成人美女视频在线看| 亚洲欧美视频在线观看视频| 欧美日韩精品一区二区天天拍小说 | 国产欧美视频一区二区三区| 国产精品69久久久久水密桃| 国产精品久久三| 在线欧美日韩国产| 五月婷婷久久丁香| 欧美一区二区性放荡片| 国产在线观看免费一区| 国产精品免费久久久久| 一本大道久久精品懂色aⅴ| 污片在线观看一区二区 | 日本网站在线观看一区二区三区| 日韩一二三四区| 国产69精品久久久久777| 亚洲精品一卡二卡| 日韩亚洲欧美成人一区| 国产91在线观看| 亚洲国产精品一区二区久久恐怖片| 制服丝袜在线91| 国产成人av在线影院| 一区二区三区自拍| 欧美成人在线直播| 91在线国产观看| 久久精品99国产精品日本| 国产精品久久久久久久久图文区| 欧美福利电影网| 成人免费电影视频| 三级成人在线视频| 国产精品毛片久久久久久久| 在线成人小视频| av在线免费不卡| 美女性感视频久久| 亚洲欧美区自拍先锋| 91国偷自产一区二区三区成为亚洲经典| 91精品蜜臀在线一区尤物| www.欧美色图| 六月婷婷色综合| 亚洲精品免费视频| 国产日产欧产精品推荐色 | 亚洲激情欧美激情| 久久久国产综合精品女国产盗摄| 91久久线看在观草草青青| 九九热在线视频观看这里只有精品| 亚洲人午夜精品天堂一二香蕉| 日韩午夜在线播放| 欧美亚洲综合一区| 国产精华液一区二区三区| 日韩国产欧美在线观看| 自拍偷在线精品自拍偷无码专区| 精品久久久久一区二区国产| 在线观看日韩毛片| 成人免费观看男女羞羞视频| 免费精品视频在线| 亚洲一区二区中文在线| 国产精品久久久久精k8| 精品国产免费久久| 91精品国产91久久久久久最新毛片| 色噜噜狠狠色综合欧洲selulu| 国产成人一级电影| 久久99精品视频| 日韩精品一二三区| 亚洲曰韩产成在线| 亚洲乱码国产乱码精品精的特点 | 欧美一区二区三区人| 日本乱人伦aⅴ精品| 成人av网站在线| 国产高清不卡一区| 国产在线精品一区二区不卡了| 五月天精品一区二区三区| 亚洲一区二区三区激情| 亚洲免费视频成人| 亚洲欧美成aⅴ人在线观看| 国产精品色在线| 国产精品天美传媒| 国产亚洲一本大道中文在线| 欧美精品一区二区蜜臀亚洲| 日韩三级免费观看| 日韩一级二级三级| 日韩美女在线视频|