[docs] Misc fixes

This commit is contained in:
Behdad Esfahbod 2019-09-10 15:31:44 -07:00
parent 2dce85ed06
commit d6ad613159
3 changed files with 4 additions and 4 deletions

View File

@ -612,14 +612,14 @@ hb_ot_math_get_glyph_assembly
<SECTION> <SECTION>
<FILE>hb-ot-meta</FILE> <FILE>hb-ot-meta</FILE>
hb_ot_meta_t hb_ot_meta_tag_t
hb_ot_meta_get_entry_tags hb_ot_meta_get_entry_tags
hb_ot_meta_reference_entry hb_ot_meta_reference_entry
</SECTION> </SECTION>
<SECTION> <SECTION>
<FILE>hb-ot-metrics</FILE> <FILE>hb-ot-metrics</FILE>
hb_ot_metrics_t hb_ot_metrics_tag_t
hb_ot_metrics_get_position hb_ot_metrics_get_position
hb_ot_metrics_get_variation hb_ot_metrics_get_variation
hb_ot_metrics_get_x_variation hb_ot_metrics_get_x_variation

View File

@ -58,7 +58,7 @@ fail:
/** /**
* hb_gdi_face_create: * hb_gdi_face_create:
* @hdc: a HFONT object. * @hfont: a HFONT object.
* *
* Return value: #hb_face_t object corresponding to the given input * Return value: #hb_face_t object corresponding to the given input
* *

View File

@ -1949,7 +1949,7 @@ hb_ot_layout_substitute_lookup (OT::hb_ot_apply_context_t *c,
/** /**
* hb_ot_layout_get_baseline: * hb_ot_layout_get_baseline:
* @font: a font * @font: a font
* @baseline: a baseline tag * @baseline_tag: a baseline tag
* @direction: text direction. * @direction: text direction.
* @script_tag: script tag. * @script_tag: script tag.
* @language_tag: language tag. * @language_tag: language tag.