[docs] Fix hb_name_id_t

Yep, was not recognized without this patch!
This commit is contained in:
Behdad Esfahbod 2018-10-27 03:18:45 -07:00
parent 9457cfd7bc
commit 4ee3c8272c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ typedef enum
HB_NAME_ID_VARIATIONS_PS_PREFIX = 25,
HB_NAME_ID_INVALID = 0xFFFF
} hb_name_id_t ;
} hb_name_id_t;
/**