[subset] Suppress gtk-doc warning

This commit is contained in:
Khaled Hosny 2022-12-18 23:40:01 +02:00
parent 9ca8e7564b
commit 947e01a7c1
1 changed files with 2 additions and 0 deletions

View File

@ -399,6 +399,7 @@ hb_subset_input_get_user_data (const hb_subset_input_t *input,
/** /**
* hb_subset_input_pin_axis_to_default: (skip) * hb_subset_input_pin_axis_to_default: (skip)
* @input: a #hb_subset_input_t object. * @input: a #hb_subset_input_t object.
* @face: a #hb_face_t object.
* @axis_tag: Tag of the axis to be pinned * @axis_tag: Tag of the axis to be pinned
* *
* Pin an axis to its default location in the given subset input object. * Pin an axis to its default location in the given subset input object.
@ -425,6 +426,7 @@ hb_subset_input_pin_axis_to_default (hb_subset_input_t *input,
/** /**
* hb_subset_input_pin_axis_location: (skip) * hb_subset_input_pin_axis_location: (skip)
* @input: a #hb_subset_input_t object. * @input: a #hb_subset_input_t object.
* @face: a #hb_face_t object.
* @axis_tag: Tag of the axis to be pinned * @axis_tag: Tag of the axis to be pinned
* @axis_value: Location on the axis to be pinned at * @axis_value: Location on the axis to be pinned at
* *