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

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

?? cimg_documentation.doxygen

?? this a image processing program
?? DOXYGEN
?? 第 1 頁 / 共 4 頁
字號:
#---------------------------------------------------------------------------# 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            = reference# 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            = head_reference.html# 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            = foot_reference.html# 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          = YES# 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           = 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        = 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     = 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 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# 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,# then it will generate one additional man file for each entity# documented in the real man page(s). These additional files# only source the real man page, but without them the man command# would be unable to find the correct page. The default is NO.MAN_LINKS              = NO#---------------------------------------------------------------------------# configuration options related to the XML output#---------------------------------------------------------------------------# If the GENERATE_XML tag is set to YES Doxygen will# generate an XML file that captures the structure of# the code including all documentation.GENERATE_XML           = NO# The XML_OUTPUT tag is used to specify where the XML 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 `xml' will be used as the default path.XML_OUTPUT             = xml# The XML_SCHEMA tag can be used to specify an XML schema,# which can be used by a validating XML parser to check the# syntax of the XML files.XML_SCHEMA             =# The XML_DTD tag can be used to specify an XML DTD,# which can be used by a validating XML parser to check the# syntax of the XML files.XML_DTD                =# If the XML_PROGRAMLISTING tag is set to YES Doxygen will# dump the program listings (including syntax highlighting# and cross-referencing information) to the XML output. Note that# enabling this will significantly increase the size of the XML output.XML_PROGRAMLISTING     = YES#---------------------------------------------------------------------------# configuration options for the AutoGen Definitions output#---------------------------------------------------------------------------# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will# generate an AutoGen Definitions (see autogen.sf.net) file# that captures the structure of the code including all# documentation. Note that this feature is still experimental# and incomplete at the moment.GENERATE_AUTOGEN_DEF   = NO#---------------------------------------------------------------------------# configuration options related to the Perl module output#---------------------------------------------------------------------------# If the GENERATE_PERLMOD tag is set to YES Doxygen will

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲一区二区视频在线| 亚洲高清免费在线| 久久综合色一综合色88| 欧美一区二区视频网站| 欧美剧情片在线观看| 一本大道综合伊人精品热热| 成人黄色网址在线观看| 成人精品视频一区二区三区 | 国产精品一区二区久久精品爱涩| 日本欧美一区二区| 日韩在线播放一区二区| 丝袜亚洲另类欧美综合| 肉色丝袜一区二区| 日韩黄色片在线观看| 麻豆一区二区在线| 国产一区 二区| 国产精品一区专区| 不卡视频在线观看| 91国偷自产一区二区三区观看| 一本大道av伊人久久综合| 在线视频欧美精品| 欧美日韩国产一级| 欧美成人a视频| 久久久精品一品道一区| 国产精品区一区二区三| 《视频一区视频二区| 亚洲综合激情另类小说区| 亚洲国产精品一区二区www在线| 亚洲电影一区二区三区| 免费观看在线综合色| 国产主播一区二区| gogogo免费视频观看亚洲一| 91国产视频在线观看| 91麻豆精品国产自产在线观看一区 | 欧美日韩aaa| 精品国精品国产尤物美女| 国产日韩欧美一区二区三区乱码| 国产精品全国免费观看高清 | 国产精品18久久久久久久网站| 99久久免费国产| 欧美欧美欧美欧美| 精品国产乱码久久久久久夜甘婷婷 | 精品亚洲porn| 成人福利在线看| 欧美中文字幕一区二区三区亚洲| 欧美一二三四在线| 国产精品视频线看| 偷拍与自拍一区| 国产乱子伦一区二区三区国色天香| 丰满放荡岳乱妇91ww| 欧美人妖巨大在线| 国产女主播视频一区二区| 亚洲综合色网站| 精品亚洲aⅴ乱码一区二区三区| 91亚洲资源网| 日韩午夜在线播放| 中文字幕日韩一区二区| 午夜视频久久久久久| 国产成人亚洲综合a∨猫咪| 欧美性色黄大片手机版| 国产网站一区二区三区| 午夜精品久久久久久久久久久| 韩日av一区二区| 91色porny| 久久青草国产手机看片福利盒子| 亚洲综合图片区| 国产河南妇女毛片精品久久久| 欧美色视频一区| 国产欧美1区2区3区| 男人的天堂亚洲一区| 91日韩一区二区三区| 日韩精品一区国产麻豆| 亚洲成人三级小说| 波多野结衣精品在线| 欧美一区二区三区色| 亚洲精品国产精品乱码不99| 国产精品69毛片高清亚洲| 91精品国产丝袜白色高跟鞋| 亚洲男人的天堂一区二区| 国产成人午夜视频| 日韩欧美一级二级| 天天色综合成人网| 在线观看网站黄不卡| 亚洲国产精品成人久久综合一区| 免费久久精品视频| 欧美性大战xxxxx久久久| 国产精品家庭影院| 精品一区二区在线观看| 欧美乱妇23p| 亚洲一区二区三区免费视频| 91色视频在线| 中文字幕日韩一区二区| 国产福利精品导航| 精品国产一区二区三区av性色 | 免费在线观看一区| 色婷婷精品大在线视频 | 日本午夜精品一区二区三区电影| 91片在线免费观看| 中文字幕av一区 二区| 国产999精品久久久久久绿帽| 2021国产精品久久精品| 久久国产婷婷国产香蕉| 日韩欧美国产精品一区| 免费成人av在线| 日韩欧美在线观看一区二区三区| 亚洲电影一级黄| 欧美日韩国产成人在线免费| 亚洲综合久久av| 欧美亚洲丝袜传媒另类| 国产精品大尺度| av一区二区三区黑人| 亚洲精品一区在线观看| 国产一区在线观看视频| 精品久久久久久久久久久院品网| 亚洲大片一区二区三区| 欧美性受xxxx| 国产精品久久久久久久岛一牛影视| 国产91清纯白嫩初高中在线观看| 精品成人佐山爱一区二区| 亚洲精品网站在线观看| 国产aⅴ综合色| 久久精品视频一区二区| 国产精品一区一区三区| 国产视频一区不卡| 成人午夜免费av| 国产精品美日韩| 91麻豆精东视频| 亚洲男帅同性gay1069| 色狠狠综合天天综合综合| 亚洲精品在线观看网站| av在线播放不卡| 亚洲欧美日韩在线| 在线影视一区二区三区| 一区二区三区在线观看视频| 粉嫩一区二区三区性色av| 亚洲欧洲另类国产综合| 91丨九色丨国产丨porny| 亚洲免费观看在线视频| 欧美吞精做爰啪啪高潮| 一区二区激情小说| 日韩亚洲电影在线| 国产精品亚洲午夜一区二区三区 | 国产精品69毛片高清亚洲| 日韩一区二区三区视频在线 | 99精品视频在线免费观看| 中文字幕综合网| 91福利在线导航| 亚洲福利电影网| 日韩欧美激情四射| 国产精品18久久久久| 中文字幕在线观看一区二区| 色婷婷久久一区二区三区麻豆| 亚洲电影欧美电影有声小说| 欧美tk丨vk视频| 成人免费观看av| 亚洲一区在线电影| 日韩午夜电影在线观看| 国产成人免费9x9x人网站视频| 国产精品久久久久影院亚瑟 | 日韩精品福利网| 欧美va亚洲va香蕉在线| 99久久精品99国产精品| 亚洲成av人片| 欧美一区二区三区四区在线观看 | 91精品国产综合久久福利软件| 国产在线不卡一区| 亚洲摸摸操操av| 日韩精品自拍偷拍| 不卡的电影网站| 天堂午夜影视日韩欧美一区二区| 精品日韩99亚洲| 在线一区二区三区做爰视频网站| 麻豆视频一区二区| 国产精品热久久久久夜色精品三区| 欧美日韩一区二区三区免费看| 久草这里只有精品视频| 夜夜嗨av一区二区三区网页 | 乱中年女人伦av一区二区| 国产亚洲一二三区| 色久综合一二码| 国产一区二区在线视频| 亚洲免费在线电影| 欧美精品一区二区三区一线天视频| 国产精品亚洲第一| 日本成人在线网站| 一区在线中文字幕| www精品美女久久久tv| 欧美午夜一区二区三区| 日韩av电影免费观看高清完整版| 亚洲日本韩国一区| 精品国产乱码久久久久久老虎| 欧美亚洲综合网| 国产精品66部| 久久99精品一区二区三区三区| 亚洲午夜羞羞片| 亚洲欧美自拍偷拍色图| 91精品国产综合久久精品app| 在线亚洲人成电影网站色www| 国产传媒久久文化传媒| 日韩av成人高清|