[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sat Oct 27 11:52:11 UTC 2018


 src/hb-blob.cc      |    2 +-
 src/hb-buffer.cc    |    2 +-
 src/hb-common.cc    |    4 ++--
 src/hb-deprecated.h |   12 ++++++++++++
 src/hb-face.cc      |    2 +-
 src/hb-font.cc      |    2 +-
 src/hb-shape.cc     |    2 +-
 src/hb-unicode.cc   |    2 +-
 8 files changed, 20 insertions(+), 8 deletions(-)

New commits:
commit cf5fa57f00613d324b55732d9e21c779ba0d2de2
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sat Oct 27 04:50:38 2018 -0700

    [docs] Change section titles again
    
    I think I like the uniform "hb-*" more.

diff --git a/src/hb-blob.cc b/src/hb-blob.cc
index 521e8b69..51f22ce4 100644
--- a/src/hb-blob.cc
+++ b/src/hb-blob.cc
@@ -42,7 +42,7 @@
 
 /**
  * SECTION: hb-blob
- * @title: hb_blob_t
+ * @title: hb-blob
  * @short_description: Binary data containers
  * @include: hb.h
  *
diff --git a/src/hb-buffer.cc b/src/hb-buffer.cc
index d773dd84..5a8152ed 100644
--- a/src/hb-buffer.cc
+++ b/src/hb-buffer.cc
@@ -33,7 +33,7 @@
 
 /**
  * SECTION: hb-buffer
- * @title: hb_buffer_t
+ * @title: hb-buffer
  * @short_description: Input and output buffers
  * @include: hb.h
  *
diff --git a/src/hb-common.cc b/src/hb-common.cc
index 2a61fcc3..d7c1921f 100644
--- a/src/hb-common.cc
+++ b/src/hb-common.cc
@@ -38,7 +38,7 @@
 
 /**
  * SECTION:hb-common
- * @title: Common types
+ * @title: hb-common
  * @short_description: Common data types
  * @include: hb.h
  *
@@ -628,7 +628,7 @@ hb_user_data_array_t::get (hb_user_data_key_t *key)
 
 /**
  * SECTION:hb-version
- * @title: Version
+ * @title: hb-version
  * @short_description: Information about the version of HarfBuzz in use
  * @include: hb.h
  *
diff --git a/src/hb-deprecated.h b/src/hb-deprecated.h
index 369d0736..e39b79f7 100644
--- a/src/hb-deprecated.h
+++ b/src/hb-deprecated.h
@@ -36,6 +36,18 @@
 #include "hb-font.h"
 #include "hb-set.h"
 
+
+/**
+ * SECTION:hb-deprecated
+ * @title: hb-deprecated
+ * @short_description: Deprecated API
+ * @include: hb.h
+ *
+ * These API have been deprecated in favor of newer API, or because they
+ * were deemed unnecessary.
+ **/
+
+
 HB_BEGIN_DECLS
 
 #ifndef HB_DISABLE_DEPRECATED
diff --git a/src/hb-face.cc b/src/hb-face.cc
index 2f6ccea3..7ca4b1ba 100644
--- a/src/hb-face.cc
+++ b/src/hb-face.cc
@@ -37,7 +37,7 @@
 
 /**
  * SECTION:hb-face
- * @title: hb_face_t
+ * @title: hb-face
  * @short_description: Font face objects
  * @include: hb.h
  *
diff --git a/src/hb-font.cc b/src/hb-font.cc
index 2ef0ff85..135d310c 100644
--- a/src/hb-font.cc
+++ b/src/hb-font.cc
@@ -36,7 +36,7 @@
 
 /**
  * SECTION:hb-font
- * @title: hb_font_t
+ * @title: hb-font
  * @short_description: Font objects
  * @include: hb.h
  *
diff --git a/src/hb-shape.cc b/src/hb-shape.cc
index 00c61397..f98bc6e5 100644
--- a/src/hb-shape.cc
+++ b/src/hb-shape.cc
@@ -37,7 +37,7 @@
 
 /**
  * SECTION:hb-shape
- * @title: Shaping
+ * @title: hb-shape
  * @short_description: Conversion of text strings into positioned glyphs
  * @include: hb.h
  *
diff --git a/src/hb-unicode.cc b/src/hb-unicode.cc
index ca555a8d..cba18ab6 100644
--- a/src/hb-unicode.cc
+++ b/src/hb-unicode.cc
@@ -35,7 +35,7 @@
 
 /**
  * SECTION: hb-unicode
- * @title: hb_unicode_funcs_t
+ * @title: hb-unicode
  * @short_description: Unicode character property access
  * @include: hb.h
  *


More information about the HarfBuzz mailing list