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

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

?? doxyfile

?? JSON(JavaScript Object Notation) 是一種輕量級的數據交換格式。易于人閱讀和編寫。同時也易于機器解析和生成。它基于JavaScript(Standard ECMA-262
??
?? 第 1 頁 / 共 4 頁
字號:
# 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 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         = NO

# 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 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 pages

GENERATE_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 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩欧美一区二区视频| 成人欧美一区二区三区白人| 国产精品动漫网站| 日韩国产在线一| 99精品久久久久久| 国产午夜精品美女毛片视频| 日韩福利视频导航| 色婷婷久久久综合中文字幕| 精品国产免费视频| 日韩不卡一区二区| 日本高清成人免费播放| 国产欧美日韩另类视频免费观看| 日韩精品一区第一页| 色狠狠一区二区| 国产精品久久久久久久久久免费看 | 日韩欧美美女一区二区三区| 国产精品白丝在线| 国产电影精品久久禁18| 欧美大胆人体bbbb| 青青草国产精品亚洲专区无| 欧美色精品天天在线观看视频| 亚洲欧美日韩国产综合| thepron国产精品| 国产亚洲1区2区3区| 国产一区视频网站| 久久亚洲私人国产精品va媚药| 日韩精品色哟哟| 欧美日本韩国一区| 五月激情丁香一区二区三区| 欧美三级午夜理伦三级中视频| 一区二区三区在线免费观看| eeuss国产一区二区三区| 久久精品视频网| 久久精品国产精品亚洲精品| 91麻豆精品国产自产在线 | 亚洲欧美日韩国产成人精品影院 | 国产精品亚洲第一| 久久久久久久综合色一本| 国产精品影视在线| 国产精品毛片高清在线完整版| 成人综合婷婷国产精品久久蜜臀| 国产亚洲人成网站| av一区二区三区| 日韩理论在线观看| 欧美日韩中文精品| 日韩不卡一区二区| 久久久久久综合| 91亚洲男人天堂| 午夜在线电影亚洲一区| 欧美一区二区免费视频| 国产一区中文字幕| 亚洲欧洲在线观看av| 91电影在线观看| 美女在线观看视频一区二区| 国产午夜精品一区二区三区视频| 99riav久久精品riav| 亚洲成人tv网| 久久久一区二区三区| 91日韩一区二区三区| 天天av天天翘天天综合网| 日韩午夜中文字幕| 国产不卡视频在线观看| 一区二区在线免费观看| 欧美一级在线视频| 成人精品国产福利| 日本在线不卡一区| 中文字幕日本乱码精品影院| 欧美日韩国产中文| 福利一区二区在线观看| 天堂一区二区在线| 国产情人综合久久777777| 欧美午夜一区二区三区免费大片| 另类欧美日韩国产在线| 国产精品福利一区二区| 日韩精品一区二| 91高清视频在线| 国产成人av电影在线观看| 丝袜脚交一区二区| 国产精品成人在线观看| 日韩一级大片在线观看| 色婷婷av一区二区三区软件| 国产盗摄一区二区三区| 日韩精品一卡二卡三卡四卡无卡| 国产精品人人做人人爽人人添| 91精品国产综合久久国产大片| 成人黄色一级视频| 久久电影网电视剧免费观看| 亚洲图片自拍偷拍| 国产精品成人一区二区艾草 | 日韩午夜小视频| 色老综合老女人久久久| 国产乱子轮精品视频| 天天av天天翘天天综合网色鬼国产| 国产精品免费视频网站| 精品国产成人在线影院| 欧美精品v国产精品v日韩精品| av成人免费在线| 粉嫩一区二区三区性色av| 久久国产婷婷国产香蕉| 午夜欧美一区二区三区在线播放| 综合欧美亚洲日本| 国产精品二三区| 国产精品无遮挡| 国产午夜精品在线观看| 久久午夜电影网| 欧美成人精品1314www| 6080国产精品一区二区| 欧美视频完全免费看| 在线一区二区三区四区五区| 色哦色哦哦色天天综合| kk眼镜猥琐国模调教系列一区二区| 国产超碰在线一区| 成人深夜视频在线观看| 波多野结衣在线aⅴ中文字幕不卡| 狠狠色综合日日| 国产九色sp调教91| 大美女一区二区三区| 不卡的av中国片| 色综合色综合色综合| 欧美性感一类影片在线播放| 欧美三级一区二区| 欧美一区二区三区免费大片| 日韩三级在线观看| www国产成人| 中文字幕欧美区| 亚洲日穴在线视频| 亚洲国产乱码最新视频| 日韩电影免费在线| 精品亚洲免费视频| 成人午夜视频免费看| 色一区在线观看| 欧美久久久一区| 久久网站热最新地址| 中文字幕高清不卡| 亚洲一区二区三区激情| 久久国产精品无码网站| 成人免费精品视频| 欧美日韩综合色| 2020国产精品久久精品美国| 国产精品成人免费精品自在线观看| 亚洲日本在线视频观看| 日韩精彩视频在线观看| 国产成人精品亚洲午夜麻豆| 色婷婷久久久亚洲一区二区三区| 日韩一级片在线播放| 国产精品成人免费在线| 日日骚欧美日韩| 成人sese在线| 欧美一级理论片| 中文字幕五月欧美| 久久精品国产秦先生| 色天使久久综合网天天| 精品捆绑美女sm三区| 亚洲狼人国产精品| 国产资源在线一区| 在线观看免费视频综合| 久久嫩草精品久久久精品| 亚洲一二三四久久| 丁香婷婷综合色啪| 欧美成人激情免费网| 亚洲日本在线视频观看| 国产乱码精品一品二品| 欧美性感一区二区三区| 国产精品久久久久国产精品日日| 日韩av网站免费在线| 色婷婷av一区| 国产精品麻豆欧美日韩ww| 免费观看久久久4p| 在线观看av不卡| 国产精品久久久久一区二区三区| 蜜桃精品在线观看| 欧洲精品在线观看| 亚洲欧洲日产国码二区| 国产一区二区三区在线观看免费 | 91在线观看视频| 久久婷婷国产综合国色天香| 日韩制服丝袜av| 在线视频欧美精品| 亚洲理论在线观看| 91亚洲精品久久久蜜桃| 国产亚洲1区2区3区| 久久福利资源站| 日韩一区二区三区在线观看 | 欧美一区二区福利在线| 亚洲r级在线视频| 欧美性大战久久| 亚洲国产精品精华液网站| 91麻豆国产福利在线观看| 国产精品萝li| 99re热这里只有精品免费视频| 国产日韩综合av| 成人免费视频caoporn| 中文一区一区三区高中清不卡| 国产自产v一区二区三区c| 精品国产123| 国内成+人亚洲+欧美+综合在线| 日韩欧美中文字幕制服| 六月丁香婷婷久久| 久久综合久久鬼色中文字| 国产一区二区在线电影|