mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -62,9 +62,7 @@ HB_BEGIN_DECLS
|
|||
typedef struct hb_glyph_info_t
|
||||
{
|
||||
hb_codepoint_t codepoint;
|
||||
/*< private >*/
|
||||
hb_mask_t mask;
|
||||
/*< public >*/
|
||||
uint32_t cluster;
|
||||
|
||||
/*< private >*/
|
||||
|
|
Loading…
Add table
Reference in a new issue