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

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

?? doxyfile

?? Symbian平臺下進行開發時很有用的一個日志系統
??
?? 第 1 頁 / 共 3 頁
字號:
# blank the following patterns are tested: # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odlFILE_PATTERNS          = *.c \                         *.cpp \                         *.h \                         *.mmp \                         *.mph \                         *.inf \                         *.pkg# 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              = YES# 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       = # 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           = ./filtercomments.pl# 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.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# 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#---------------------------------------------------------------------------# 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      = NO# 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 and frames is required (for instance Mozilla, Netscape 4.0+, # or Internet explorer 4.0+). Note that for large projects the tree generation # can take a very long time. In such cases it is better to disable this feature. # 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         = YES# 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           = YES# 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        = YES#---------------------------------------------------------------------------# 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 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
福利91精品一区二区三区| 日本国产一区二区| 欧美亚洲另类激情小说| 2020国产成人综合网| 洋洋av久久久久久久一区| 国产在线视视频有精品| 色菇凉天天综合网| 国产嫩草影院久久久久| 日本不卡免费在线视频| 色94色欧美sute亚洲线路一ni| 国产网站一区二区| 免费高清在线视频一区·| 欧美视频一区二区| 亚洲欧美另类小说视频| 成人午夜视频福利| 国产色一区二区| 国内精品在线播放| 日韩免费看网站| 日本成人超碰在线观看| 精品视频在线免费看| 亚洲欧美一区二区久久| 成人精品鲁一区一区二区| 久久久久亚洲蜜桃| 国产成人综合亚洲网站| 精品福利一区二区三区免费视频| 日日欢夜夜爽一区| 717成人午夜免费福利电影| 亚洲午夜在线电影| 欧美日精品一区视频| 亚洲一区二区三区四区五区中文| 色综合天天综合在线视频| 中文字幕电影一区| 成人综合婷婷国产精品久久| 国产三级一区二区三区| 国产a级毛片一区| 国产精品色哟哟| 97se亚洲国产综合自在线观| 成人免费在线视频| 91麻豆精品视频| 亚洲永久免费av| 欧美亚洲国产一区二区三区va| 亚洲国产精品一区二区尤物区| 欧美视频一区在线观看| 日韩电影一区二区三区| 欧美xxxxx裸体时装秀| 国产乱码精品一区二区三区忘忧草 | 国产经典欧美精品| 久久久久久久久久久久久久久99| 日韩国产在线一| 日韩欧美一区二区在线视频| 精品中文字幕一区二区| 久久久久国产精品麻豆ai换脸| 大桥未久av一区二区三区中文| 亚洲三级在线播放| 欧美日韩午夜影院| 激情综合色播激情啊| 日本一区二区久久| 欧美色图片你懂的| 国产一区二区三区四区在线观看| 国产精品久久三| 欧美日韩精品福利| 国产成人夜色高潮福利影视| 亚洲男同1069视频| 欧美电影免费观看高清完整版在线观看| 国产精品99久久久久| 亚洲欧美色一区| 日韩欧美国产不卡| 91视视频在线观看入口直接观看www | 亚洲欧美日韩国产综合在线 | 极品少妇xxxx精品少妇| 国产午夜精品美女毛片视频| 欧美主播一区二区三区| 国内精品伊人久久久久av影院| 亚洲欧美色一区| 久久色在线视频| 在线欧美日韩精品| 国产黑丝在线一区二区三区| 亚洲国产视频一区| 国产精品区一区二区三区| 久久精品亚洲精品国产欧美| 色综合欧美在线视频区| 久久国产精品第一页| 一区二区三区四区在线| 国产三级欧美三级日产三级99| 欧美日韩中字一区| 成人av在线电影| 激情小说亚洲一区| 视频一区二区不卡| 亚洲综合久久久| 中文字幕在线不卡| 久久精品视频在线免费观看| 9191国产精品| 欧美日韩在线三区| 91精品办公室少妇高潮对白| 国产aⅴ精品一区二区三区色成熟| 亚洲不卡一区二区三区| 自拍偷拍国产精品| 中文字幕精品一区二区精品绿巨人| 日韩亚洲欧美一区| 在线观看91av| 欧美日本不卡视频| 在线看不卡av| 色婷婷精品大在线视频| av电影在线观看一区| 国产不卡在线一区| 国产精品原创巨作av| 久久国产视频网| 久久精品国产99国产| 日韩avvvv在线播放| 亚洲成av人影院| 亚洲大片一区二区三区| 亚洲国产欧美一区二区三区丁香婷 | 欧美午夜理伦三级在线观看| 成人免费毛片aaaaa**| 国产剧情在线观看一区二区| 日本不卡中文字幕| 另类小说视频一区二区| 久久福利资源站| 美女看a上一区| 韩国v欧美v日本v亚洲v| 国产毛片精品国产一区二区三区| 国产美女久久久久| 成人一级视频在线观看| 成人高清免费观看| 91论坛在线播放| 欧美色综合久久| 欧美一区二区三区男人的天堂| 欧美成人三级在线| 国产蜜臀av在线一区二区三区| 中文字幕av一区二区三区| 国产精品久久久久久久午夜片 | 成人性色生活片| 91免费视频网| 欧美精品在线视频| 精品国产凹凸成av人导航| 国产女人aaa级久久久级| 亚洲精品中文在线影院| 天堂av在线一区| 成人综合婷婷国产精品久久 | 国产ts人妖一区二区| 99国产精品视频免费观看| 欧美午夜精品久久久久久孕妇| 6080日韩午夜伦伦午夜伦| 久久久久久久久久美女| 亚洲色图制服诱惑 | 一区二区三区国产| 欧美aⅴ一区二区三区视频| 国产精品亚洲人在线观看| 一本一道综合狠狠老| 欧美另类变人与禽xxxxx| 久久免费看少妇高潮| 亚洲美女精品一区| 精品亚洲成a人在线观看| 成人免费看视频| 欧美mv日韩mv国产| 亚洲裸体在线观看| 久热成人在线视频| 在线一区二区视频| 久久久亚洲综合| 日韩一区精品字幕| 色综合欧美在线视频区| 精品美女一区二区三区| 亚洲精品国久久99热| 国产精品99久久久久久久vr | 久久久精品人体av艺术| 亚洲一区二区三区中文字幕| 国产高清不卡一区二区| 91精品免费观看| 亚洲欧洲精品一区二区三区不卡| 青青草一区二区三区| 在线观看国产91| 国产精品国产三级国产| 国内外精品视频| 欧美一级高清大全免费观看| 综合亚洲深深色噜噜狠狠网站| 国产制服丝袜一区| 日韩一区二区三| 亚洲成a人v欧美综合天堂下载| 成人午夜视频在线观看| 2020国产精品自拍| 久久疯狂做爰流白浆xx| 欧美精品日日鲁夜夜添| 亚洲精品福利视频网站| 波多野结衣精品在线| 久久久www免费人成精品| 老司机精品视频在线| 91精品视频网| 天天操天天干天天综合网| 色综合咪咪久久| 亚洲视频 欧洲视频| 成人禁用看黄a在线| 国产精品午夜久久| 成人开心网精品视频| 国产精品色一区二区三区| 国产精选一区二区三区| 久久久久久久综合色一本| 黑人精品欧美一区二区蜜桃| 欧美一区二区三区精品| 三级影片在线观看欧美日韩一区二区 | 欧美激情综合网|