[docs] Fix warning

These comment blocks don’t use gtk-doc syntax.
This commit is contained in:
Khaled Hosny 2022-06-30 08:50:59 +02:00
parent d9c5292b27
commit f6f93c30f3
1 changed files with 4 additions and 4 deletions

View File

@ -31,13 +31,13 @@
HB_BEGIN_DECLS
#ifdef HB_EXPERIMENTAL_API
/**
/*
* struct hb_link_t
* width: offsetSize in bytes
* position: position of the offset field in bytes
* from beginning of subtable
* objidx: index of subtable
**/
*/
struct hb_link_t
{
unsigned width;
@ -47,7 +47,7 @@ struct hb_link_t
typedef struct hb_link_t hb_link_t;
/**
/*
* struct hb_object_t
* head: start of object data
* tail: end of object data
@ -56,7 +56,7 @@ typedef struct hb_link_t hb_link_t;
* num_virtual_links: num of objects that must be packed
* after current object in the final serialized order
* virtual_links: array of virtual link info
**/
*/
struct hb_object_t
{
char *head;