[docs] Minor
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 19 Jul 2019 18:19:31 +0000 (11:19 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 20 Jul 2019 19:09:34 +0000 (12:09 -0700)
docs/harfbuzz-sections.txt
src/hb-ot-math.h

index 91d7cfa..f23dcd1 100644 (file)
@@ -1,6 +1,7 @@
 <SUBSECTION Private>
 HB_H_IN
 HB_OT_H_IN
+HB_AAT_H_IN
 </SECTION>
 
 <SECTION>
@@ -179,6 +180,7 @@ HB_BUFFER_SERIALIZE_FLAGS_DEFAULT
 HB_SCRIPT_CANADIAN_ABORIGINAL
 hb_font_funcs_set_glyph_func
 hb_font_get_glyph_func_t
+HB_MATH_GLYPH_PART_FLAG_EXTENDER
 hb_ot_layout_table_choose_script
 hb_ot_layout_table_find_script
 hb_ot_tag_from_language
index 7b2befb..ad864a7 100644 (file)
@@ -158,7 +158,7 @@ typedef enum { /*< flags >*/
  * hb_ot_math_glyph_part_t:
  * @glyph: The glyph index of the variant part
  * @start_connector_length: The length of the connector on the starting side of the variant part
- * @end_connection_length: The length of the connector on the ending side of the variant part
+ * @end_connector_length: The length of the connector on the ending side of the variant part
  * @full_advance: The total advance of the part
  * @flags: #hb_ot_math_glyph_part_flags_t flags for the part
  *