From 35d18585fc57750d817f57bfffe569069f9803b5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 26 Nov 2015 19:30:37 -0500 Subject: [PATCH] Fix a few docs blocks --- src/hb-buffer.cc | 4 ++++ src/hb-glib.cc | 2 ++ src/hb-ot-font.cc | 2 ++ src/hb-ot-layout.cc | 6 ++++++ src/hb-ot-shape.cc | 4 ++++ 5 files changed, 18 insertions(+) diff --git a/src/hb-buffer.cc b/src/hb-buffer.cc index 5c71734b..c271086c 100644 --- a/src/hb-buffer.cc +++ b/src/hb-buffer.cc @@ -37,6 +37,8 @@ /** + * hb_segment_properties_equal: + * * Since: 0.9.7 **/ hb_bool_t @@ -52,6 +54,8 @@ hb_segment_properties_equal (const hb_segment_properties_t *a, } /** + * hb_segment_properties_hash: + * * Since: 0.9.7 **/ unsigned int diff --git a/src/hb-glib.cc b/src/hb-glib.cc index 7dbd83d2..e2035247 100644 --- a/src/hb-glib.cc +++ b/src/hb-glib.cc @@ -383,6 +383,8 @@ hb_glib_get_unicode_funcs (void) } /** + * hb_glib_blob_create: + * * Since: 0.9.38 **/ hb_blob_t * diff --git a/src/hb-ot-font.cc b/src/hb-ot-font.cc index 8d333007..58586bfa 100644 --- a/src/hb-ot-font.cc +++ b/src/hb-ot-font.cc @@ -370,6 +370,8 @@ retry: /** + * hb_ot_font_set_funcs: + * * Since: 0.9.28 **/ void diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 3d4ee161..b0257f6b 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -130,6 +130,8 @@ hb_ot_layout_has_glyph_classes (hb_face_t *face) } /** + * hb_ot_layout_get_glyph_class: + * * Since: 0.9.7 **/ hb_ot_layout_glyph_class_t @@ -140,6 +142,8 @@ hb_ot_layout_get_glyph_class (hb_face_t *face, } /** + * hb_ot_layout_get_glyphs_in_class: + * * Since: 0.9.7 **/ void @@ -365,6 +369,8 @@ hb_ot_layout_language_get_required_feature_index (hb_face_t *face, } /** + * hb_ot_layout_language_get_required_feature: + * * Since: 0.9.30 **/ hb_bool_t diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 7a93c629..1d9783e3 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -855,6 +855,8 @@ _hb_ot_shape (hb_shape_plan_t *shape_plan, /** + * hb_ot_shape_plan_collect_lookups: + * * Since: 0.9.7 **/ void @@ -888,6 +890,8 @@ add_char (hb_font_t *font, /** + * hb_ot_shape_glyphs_closure: + * * Since: 0.9.2 **/ void -- GitLab