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

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

?? doxyfile

?? funambol windows mobile plugin source code, the source code is taken from the funambol site
??
?? 第 1 頁 / 共 4 頁
字號:
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 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  # default 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 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 
# documentation. Note that this feature is still experimental 
# and incomplete at the moment.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区丝袜| 欧美日韩夫妻久久| 久久成人免费网| 一区二区三区欧美| 国产丝袜在线精品| 精品裸体舞一区二区三区| 欧美午夜精品久久久久久超碰| 国产不卡视频一区二区三区| 美女被吸乳得到大胸91| 亚洲va韩国va欧美va| 亚洲日本成人在线观看| 国产精品久久久久久久久久久免费看 | 香蕉乱码成人久久天堂爱免费| 亚洲人妖av一区二区| 国产精品人妖ts系列视频 | 一区在线观看视频| 日韩精品中文字幕一区二区三区 | 亚洲精品乱码久久久久| 国产精品白丝在线| 国产精品国产精品国产专区不片| 国产亚洲制服色| 国产欧美日韩综合精品一区二区| 日韩一级欧美一级| 色中色一区二区| 成人av在线观| av不卡在线播放| 国产成人一级电影| av在线不卡免费看| 国产一区二区精品久久91| 国产美女精品一区二区三区| 国产麻豆成人精品| 成人三级伦理片| 成人av手机在线观看| 91在线丨porny丨国产| 色一情一乱一乱一91av| 高清av一区二区| 国产一区二区三区在线观看免费| 丝袜美腿亚洲一区| 美女视频黄频大全不卡视频在线播放 | 国产欧美一区二区三区网站| 国产精品色噜噜| 亚洲伦理在线免费看| 亚洲成va人在线观看| 免费一区二区视频| 久久99国产精品久久99| 国产成人av电影| 色狠狠综合天天综合综合| 欧美日韩国产成人在线91| 日韩三级.com| 国产精品入口麻豆九色| 亚洲国产毛片aaaaa无费看| 天堂精品中文字幕在线| 国产在线精品免费av| 成人国产电影网| 欧美另类变人与禽xxxxx| 精品毛片乱码1区2区3区| 国产精品久久久久影院老司| 夜夜亚洲天天久久| 开心九九激情九九欧美日韩精美视频电影 | 欧美午夜免费电影| 精品美女被调教视频大全网站| 国产精品女同互慰在线看| 亚洲综合激情小说| 紧缚奴在线一区二区三区| 成人av网址在线| 欧美巨大另类极品videosbest| 久久综合九色综合97婷婷| 亚洲少妇最新在线视频| 日本视频一区二区| 99久久精品99国产精品| 欧美乱妇一区二区三区不卡视频| 亚洲国产成人午夜在线一区| 1024国产精品| 蜜臀av一区二区在线免费观看| 成人91在线观看| 欧美zozozo| 亚洲国产日韩av| 成人激情综合网站| 日韩一级高清毛片| 有坂深雪av一区二区精品| 国产精品资源站在线| 欧美精品自拍偷拍动漫精品| 国产精品久久影院| 精品一区二区三区香蕉蜜桃| 欧美专区日韩专区| 欧美激情一区二区三区蜜桃视频| 午夜精品久久久久久久久| av午夜精品一区二区三区| 亚洲精品一区二区三区香蕉| 亚洲国产精品久久艾草纯爱| 国产乱码一区二区三区| 4hu四虎永久在线影院成人| 精品久久一区二区三区| 国产精品理伦片| 激情综合色播激情啊| 91在线视频播放| 日韩视频一区二区三区| 亚洲欧美激情插| 国产精品一二三四五| 欧美一级欧美三级在线观看| 成人免费在线播放视频| 国产麻豆成人精品| 精品免费一区二区三区| 亚洲主播在线播放| 91在线观看地址| 国产女人aaa级久久久级| 日本不卡在线视频| 欧美日韩视频在线第一区| 亚洲你懂的在线视频| 国产1区2区3区精品美女| 欧美成人乱码一区二区三区| 亚洲高清免费一级二级三级| 99精品视频一区二区| 国产女人aaa级久久久级| 久久99国产精品久久99果冻传媒| 欧美体内she精视频| 国产精品久久久久四虎| 丰满亚洲少妇av| 精品日产卡一卡二卡麻豆| 日本女优在线视频一区二区| 欧洲国内综合视频| 一区二区在线观看av| 一本到不卡精品视频在线观看| 成人免费在线观看入口| a亚洲天堂av| 亚洲精品免费一二三区| 色综合久久久久综合体桃花网| 亚洲欧美国产高清| av中文字幕在线不卡| 欧美不卡视频一区| 欧美a一区二区| 精品久久人人做人人爰| 国产露脸91国语对白| 国产精品色在线| 9久草视频在线视频精品| 中文字幕不卡一区| bt欧美亚洲午夜电影天堂| 亚洲综合区在线| 欧日韩精品视频| 免费成人在线视频观看| 精品久久久久久久久久久久久久久| 国产精品综合一区二区三区| 国产嫩草影院久久久久| 精品国产污污免费网站入口 | 色琪琪一区二区三区亚洲区| 久久精品国产网站| 久久狠狠亚洲综合| av日韩在线网站| 成人美女视频在线观看18| 成人av在线播放网址| 成人黄页在线观看| 99国产精品久久久久| 蜜臀av性久久久久av蜜臀妖精| 亚洲成在线观看| 精品国产乱码久久久久久影片| 午夜影院在线观看欧美| 欧美精品亚洲一区二区在线播放| 蜜桃视频一区二区三区| 26uuu色噜噜精品一区二区| 国产 日韩 欧美大片| 亚洲国产婷婷综合在线精品| 777欧美精品| 蜜桃91丨九色丨蝌蚪91桃色| 久久久不卡网国产精品一区| 成人av在线资源网站| 亚洲成av人片在www色猫咪| 91精品国产综合久久婷婷香蕉 | 欧美国产日韩a欧美在线观看| 91蝌蚪porny| 奇米四色…亚洲| 久久久五月婷婷| av午夜一区麻豆| 三级一区在线视频先锋| 日韩精品一区国产麻豆| 成人动漫精品一区二区| 日本成人在线网站| 专区另类欧美日韩| 精品国精品国产尤物美女| 在线一区二区观看| 国产一区二区三区久久久| 亚洲愉拍自拍另类高清精品| 精品久久免费看| 欧美性大战xxxxx久久久| 国产大片一区二区| 五月天欧美精品| 亚洲日本韩国一区| 国产日韩欧美不卡在线| 日韩一区二区免费电影| 欧美天天综合网| 欧洲在线/亚洲| 色乱码一区二区三区88| av动漫一区二区| 欧美xxx久久| 日韩精品中文字幕一区二区三区| 欧美日韩高清不卡| 欧美人与禽zozo性伦| 欧美吻胸吃奶大尺度电影| 日本精品裸体写真集在线观看| 色综合色综合色综合| 日本精品免费观看高清观看|