From 1e39833ba8547c90a0a4ed7f265a6c4bc8eb8fe1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 20 Oct 2018 16:56:06 -0700 Subject: [PATCH] [docs] Minor --- src/hb-buffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-buffer.h b/src/hb-buffer.h index d0aed02d5..99e01716f 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h @@ -89,11 +89,12 @@ typedef struct hb_glyph_info_t * of each line after line-breaking, or limiting * the reshaping to a small piece around the * breaking point only. + * @HB_GLYPH_FLAG_DEFINED: All the currently defined flags. */ typedef enum { /*< flags >*/ HB_GLYPH_FLAG_UNSAFE_TO_BREAK = 0x00000001, - HB_GLYPH_FLAG_DEFINED = 0x00000001 /*< skip >*/ /* OR of all defined flags */ + HB_GLYPH_FLAG_DEFINED = 0x00000001 /* OR of all defined flags */ } hb_glyph_flags_t; HB_EXTERN hb_glyph_flags_t