[set] Fix annotation
This commit is contained in:
parent
3a78cf92c8
commit
1229078660
|
@ -620,7 +620,7 @@ hb_set_previous_range (const hb_set_t *set,
|
||||||
* @set: A set
|
* @set: A set
|
||||||
* @codepoint: Outputting codepoints starting after this one.
|
* @codepoint: Outputting codepoints starting after this one.
|
||||||
* Use #HB_SET_VALUE_INVALID to get started.
|
* Use #HB_SET_VALUE_INVALID to get started.
|
||||||
* @out: (array length=size) An array of codepoints to write to.
|
* @out: (array length=size): An array of codepoints to write to.
|
||||||
* @size: The maximum number of codepoints to write out.
|
* @size: The maximum number of codepoints to write out.
|
||||||
*
|
*
|
||||||
* Finds the next element in @set that is greater than @codepoint. Writes out
|
* Finds the next element in @set that is greater than @codepoint. Writes out
|
||||||
|
|
Loading…
Reference in New Issue