[subset] Suppress gtk-doc warning
This commit is contained in:
parent
9ca8e7564b
commit
947e01a7c1
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue