From 3449031fad9dff7acedde7dceb0e47db708fc025 Mon Sep 17 00:00:00 2001 From: Nathan Willis Date: Sat, 16 Mar 2019 15:38:08 +0000 Subject: [PATCH] [Docs] Add inline gtk-doc documentation of GDEF glyph classes. --- src/hb-ot-layout.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/hb-ot-layout.h b/src/hb-ot-layout.h index 2ffc24786..359ee1b6f 100644 --- a/src/hb-ot-layout.h +++ b/src/hb-ot-layout.h @@ -95,13 +95,13 @@ hb_ot_layout_has_glyph_classes (hb_face_t *face); /** * hb_ot_layout_get_glyph_class: - * @HB_OT_LAYOUT_GLYPH_CLASS_UNCLASSIFIED: - * @HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH: - * @HB_OT_LAYOUT_GLYPH_CLASS_LIGATURE: - * @HB_OT_LAYOUT_GLYPH_CLASS_MARK: - * @HB_OT_LAYOUT_GLYPH_CLASS_COMPONENT: + * @HB_OT_LAYOUT_GLYPH_CLASS_UNCLASSIFIED: Glyphs not matching the other classifications + * @HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH: Spacing, single characters, capable of accepting marks + * @HB_OT_LAYOUT_GLYPH_CLASS_LIGATURE: Glyphs that represent ligation of multiple characters + * @HB_OT_LAYOUT_GLYPH_CLASS_MARK: Non-spacing, combining glyphs that represent marks + * @HB_OT_LAYOUT_GLYPH_CLASS_COMPONENT: Spacing glyphs that represent part of a single character * - * The layout classes defined for glyphs. + * The GDEF classes defined for glyphs. * **/ typedef enum {