From 947e01a7c1bc7eede4077ced24923acd8f45e0f5 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 18 Dec 2022 23:40:01 +0200 Subject: [PATCH] [subset] Suppress gtk-doc warning --- src/hb-subset-input.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-subset-input.cc b/src/hb-subset-input.cc index 42434ae0e..63be0fde1 100644 --- a/src/hb-subset-input.cc +++ b/src/hb-subset-input.cc @@ -399,6 +399,7 @@ hb_subset_input_get_user_data (const hb_subset_input_t *input, /** * hb_subset_input_pin_axis_to_default: (skip) * @input: a #hb_subset_input_t object. + * @face: a #hb_face_t object. * @axis_tag: Tag of the axis to be pinned * * 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) * @input: a #hb_subset_input_t object. + * @face: a #hb_face_t object. * @axis_tag: Tag of the axis to be pinned * @axis_value: Location on the axis to be pinned at *