Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
5783e05f
T
Third Party Harfbuzz
项目概览
OpenHarmony
/
Third Party Harfbuzz
1 年多 前同步成功
通知
0
Star
18
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Harfbuzz
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
5783e05f
编写于
8月 31, 2015
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[docs] Move docs/reference/ contents into docs/
上级
cd5e3a13
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
117 addition
and
121 deletion
+117
-121
configure.ac
configure.ac
+1
-2
docs/Makefile.am
docs/Makefile.am
+116
-1
docs/harfbuzz-docs.xml
docs/harfbuzz-docs.xml
+0
-0
docs/harfbuzz-overrides.txt
docs/harfbuzz-overrides.txt
+0
-0
docs/harfbuzz-sections.txt
docs/harfbuzz-sections.txt
+0
-0
docs/reference/Makefile.am
docs/reference/Makefile.am
+0
-118
docs/usermanual-ch01.xml
docs/usermanual-ch01.xml
+0
-0
docs/usermanual-ch02.xml
docs/usermanual-ch02.xml
+0
-0
docs/usermanual-ch03.xml
docs/usermanual-ch03.xml
+0
-0
docs/usermanual-ch04.xml
docs/usermanual-ch04.xml
+0
-0
docs/usermanual-ch05.xml
docs/usermanual-ch05.xml
+0
-0
docs/usermanual-ch06.xml
docs/usermanual-ch06.xml
+0
-0
docs/version.xml.in
docs/version.xml.in
+0
-0
未找到文件。
configure.ac
浏览文件 @
5783e05f
...
...
@@ -442,8 +442,7 @@ test/Makefile
test/api/Makefile
test/shaping/Makefile
docs/Makefile
docs/reference/Makefile
docs/reference/version.xml
docs/version.xml
])
AC_OUTPUT
...
...
docs/Makefile.am
浏览文件 @
5783e05f
SUBDIRS
=
reference
# Process this file with automake to produce Makefile.in
# We require automake 1.6 at least.
AUTOMAKE_OPTIONS
=
1.6
# This is a blank Makefile.am for using gtk-doc.
# Copy this to your project's API docs directory and modify the variables to
# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
# of using the various options.
# The name of the module, e.g. 'glib'.
DOC_MODULE
=
harfbuzz
# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
#DOC_MODULE_VERSION=$(HB_VERSION_MAJOR)
# The top-level SGML file. You can change this if you want to.
DOC_MAIN_SGML_FILE
=
$(DOC_MODULE)
-docs
.xml
# Directories containing the source code.
# gtk-doc will search all .c and .h files beneath these paths
# for inline comments documenting functions and macros.
# e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
DOC_SOURCE_DIR
=
$(top_srcdir)
/src
$(top_builddir)
/src
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS
=
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
SCAN_OPTIONS
=
--rebuild-types
--deprecated-guards
=
"HB_DISABLE_DEPRECATED"
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
IGNORE_HFILES
=
`
cd
$(top_srcdir)
/src
;
find
.
-path
'./hb-*/*.h'
|
sed
's@^.*/@@'
`
if
HAVE_GOBJECT
else
IGNORE_HFILES
+=
hb-gobject.h hb-gobject-enums.h hb-gobject-structs.h
endif
# Extra options to supply to gtkdoc-mkdb.
# e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
MKDB_OPTIONS
=
--source-suffixes
=
h,cc
--xml-mode
--output-format
=
xml
--ignore-files
=
"
$(IGNORE_HFILES)
"
# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
MKTMPL_OPTIONS
=
# Extra options to supply to gtkdoc-mkhtml
MKHTML_OPTIONS
=
# Extra options to supply to gtkdoc-fixref. Not normally needed.
# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
FIXXREF_OPTIONS
=
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
HFILE_GLOB
=
$(top_srcdir)
/src/hb.h
$(top_srcdir)
/src/hb-
*
.h
CFILE_GLOB
=
$(top_srcdir)
/src/hb-
*
.cc
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
EXTRA_HFILES
=
$(top_builddir)
/src/hb-version.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
HTML_IMAGES
=
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
content_files
=
\
usermanual-ch01.xml
\
usermanual-ch02.xml
\
usermanual-ch03.xml
\
usermanual-ch04.xml
\
usermanual-ch05.xml
\
usermanual-ch06.xml
\
version.xml
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
# These files must be listed here *and* in content_files
# e.g. expand_content_files=running.sgml
expand_content_files
=
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
GTKDOC_CFLAGS
=
GTKDOC_LIBS
=
$(top_builddir)
/src/libharfbuzz.la
if
HAVE_GOBJECT
GTKDOC_LIBS
+=
$(top_builddir)
/src/libharfbuzz-gobject.la
endif
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include
$(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST
+=
version.xml.in
# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
#DISTCLEANFILES +=
# Comment this out if you want 'make check' to test you doc status
# and run some sanity checks
if
ENABLE_GTK_DOC
TESTS_ENVIRONMENT
=
cd
$(srcdir)
&&
\
DOC_MODULE
=
$(DOC_MODULE)
DOC_MAIN_SGML_FILE
=
$(DOC_MAIN_SGML_FILE)
\
SRCDIR
=
$(abs_srcdir)
BUILDDIR
=
$(abs_builddir)
#TESTS = $(GTKDOC_CHECK)
endif
-include
$(top_srcdir)/git.mk
docs/
reference/
harfbuzz-docs.xml
→
docs/harfbuzz-docs.xml
浏览文件 @
5783e05f
文件已移动
docs/
reference/
harfbuzz-overrides.txt
→
docs/harfbuzz-overrides.txt
浏览文件 @
5783e05f
文件已移动
docs/
reference/
harfbuzz-sections.txt
→
docs/harfbuzz-sections.txt
浏览文件 @
5783e05f
文件已移动
docs/reference/Makefile.am
已删除
100644 → 0
浏览文件 @
cd5e3a13
# Process this file with automake to produce Makefile.in
# We require automake 1.6 at least.
AUTOMAKE_OPTIONS
=
1.6
# This is a blank Makefile.am for using gtk-doc.
# Copy this to your project's API docs directory and modify the variables to
# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
# of using the various options.
# The name of the module, e.g. 'glib'.
DOC_MODULE
=
harfbuzz
# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
#DOC_MODULE_VERSION=$(HB_VERSION_MAJOR)
# The top-level SGML file. You can change this if you want to.
DOC_MAIN_SGML_FILE
=
$(DOC_MODULE)
-docs
.xml
# Directories containing the source code.
# gtk-doc will search all .c and .h files beneath these paths
# for inline comments documenting functions and macros.
# e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
DOC_SOURCE_DIR
=
$(top_srcdir)
/src
$(top_builddir)
/src
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
SCANGOBJ_OPTIONS
=
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
SCAN_OPTIONS
=
--rebuild-types
--deprecated-guards
=
"HB_DISABLE_DEPRECATED"
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
IGNORE_HFILES
=
`
cd
$(top_srcdir)
/src
;
find
.
-path
'./hb-*/*.h'
|
sed
's@^.*/@@'
`
if
HAVE_GOBJECT
else
IGNORE_HFILES
+=
hb-gobject.h hb-gobject-enums.h hb-gobject-structs.h
endif
# Extra options to supply to gtkdoc-mkdb.
# e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
MKDB_OPTIONS
=
--source-suffixes
=
h,cc
--xml-mode
--output-format
=
xml
--ignore-files
=
"
$(IGNORE_HFILES)
"
# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
MKTMPL_OPTIONS
=
# Extra options to supply to gtkdoc-mkhtml
MKHTML_OPTIONS
=
# Extra options to supply to gtkdoc-fixref. Not normally needed.
# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
FIXXREF_OPTIONS
=
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
HFILE_GLOB
=
$(top_srcdir)
/src/hb.h
$(top_srcdir)
/src/hb-
*
.h
CFILE_GLOB
=
$(top_srcdir)
/src/hb-
*
.cc
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
EXTRA_HFILES
=
$(top_builddir)
/src/hb-version.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
HTML_IMAGES
=
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
content_files
=
\
usermanual-ch01.xml
\
usermanual-ch02.xml
\
usermanual-ch03.xml
\
usermanual-ch04.xml
\
usermanual-ch05.xml
\
usermanual-ch06.xml
\
version.xml
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
# These files must be listed here *and* in content_files
# e.g. expand_content_files=running.sgml
expand_content_files
=
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
GTKDOC_CFLAGS
=
GTKDOC_LIBS
=
$(top_builddir)
/src/libharfbuzz.la
if
HAVE_GOBJECT
GTKDOC_LIBS
+=
$(top_builddir)
/src/libharfbuzz-gobject.la
endif
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include
$(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST
+=
version.xml.in
# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
#DISTCLEANFILES +=
# Comment this out if you want 'make check' to test you doc status
# and run some sanity checks
if
ENABLE_GTK_DOC
TESTS_ENVIRONMENT
=
cd
$(srcdir)
&&
\
DOC_MODULE
=
$(DOC_MODULE)
DOC_MAIN_SGML_FILE
=
$(DOC_MAIN_SGML_FILE)
\
SRCDIR
=
$(abs_srcdir)
BUILDDIR
=
$(abs_builddir)
#TESTS = $(GTKDOC_CHECK)
endif
-include
$(top_srcdir)/git.mk
docs/
reference/
usermanual-ch01.xml
→
docs/usermanual-ch01.xml
浏览文件 @
5783e05f
文件已移动
docs/
reference/
usermanual-ch02.xml
→
docs/usermanual-ch02.xml
浏览文件 @
5783e05f
文件已移动
docs/
reference/
usermanual-ch03.xml
→
docs/usermanual-ch03.xml
浏览文件 @
5783e05f
文件已移动
docs/
reference/
usermanual-ch04.xml
→
docs/usermanual-ch04.xml
浏览文件 @
5783e05f
文件已移动
docs/
reference/
usermanual-ch05.xml
→
docs/usermanual-ch05.xml
浏览文件 @
5783e05f
文件已移动
docs/
reference/
usermanual-ch06.xml
→
docs/usermanual-ch06.xml
浏览文件 @
5783e05f
文件已移动
docs/
reference/
version.xml.in
→
docs/version.xml.in
浏览文件 @
5783e05f
文件已移动
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录