Fix glib-mkenum warning
GEN hb-gobject-enums.h WARNING: Failed to parse "/*< private >*/" in ../../src/hb-buffer.h
This commit is contained in:
parent
0a89f9572f
commit
247756a7d8
|
@ -62,9 +62,7 @@ HB_BEGIN_DECLS
|
||||||
typedef struct hb_glyph_info_t
|
typedef struct hb_glyph_info_t
|
||||||
{
|
{
|
||||||
hb_codepoint_t codepoint;
|
hb_codepoint_t codepoint;
|
||||||
/*< private >*/
|
|
||||||
hb_mask_t mask;
|
hb_mask_t mask;
|
||||||
/*< public >*/
|
|
||||||
uint32_t cluster;
|
uint32_t cluster;
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
|
Loading…
Reference in New Issue