[set] Fix documentation
This commit is contained in:
parent
98b4852434
commit
116cc69236
|
@ -637,7 +637,7 @@ hb_ot_var_normalize_coords
|
|||
HB_SET_VALUE_INVALID
|
||||
hb_set_add
|
||||
hb_set_add_range
|
||||
hb_set_add_sorted_codepoints
|
||||
hb_set_add_sorted_array
|
||||
hb_set_allocation_successful
|
||||
hb_set_copy
|
||||
hb_set_clear
|
||||
|
|
|
@ -259,7 +259,7 @@ hb_set_add (hb_set_t *set,
|
|||
/**
|
||||
* hb_set_add_sorted_array:
|
||||
* @set: A set
|
||||
* @sorted_codepoints: (array length=num_codepoints) Array of codepoints to add
|
||||
* @sorted_codepoints: (array length=num_codepoints): Array of codepoints to add
|
||||
* @num_codepoints: Length of @sorted_codepoints
|
||||
*
|
||||
* Adds @num_codepoints codepoints to a set at once.
|
||||
|
|
Loading…
Reference in New Issue