ref: f92fa39341846b694864fb5e94da442c6f3fbb6e
parent: de8de1ce0e498b8cc9ae39e5a7d156100bcda99b
author: Werner Lemberg <wl@gnu.org>
date: Wed Feb 20 11:04:48 EST 2019
Minor documentation fixes.
--- a/include/freetype/ftcolor.h
+++ b/include/freetype/ftcolor.h
@@ -238,9 +238,10 @@
*
* @output:
* apalette ::
- * An array of color entries for a palette with index `palette_index`.
- * If `apalette` is set to NULL, no array gets returned (and no color
- * entries can be modified).
+ * An array of color entries for a palette with index `palette_index`,
+ * having `num_palette_entries` elements (as found in the
+ * `FT_Palette_Data` structure). If `apalette` is set to NULL, no
+ * array gets returned (and no color entries can be modified).
*
* In case the font doesn't support color palettes, NULL is returned.
*
--- a/include/freetype/internal/sfnt.h
+++ b/include/freetype/internal/sfnt.h
@@ -677,9 +677,14 @@
* Return the horizontal kerning value between two glyphs.
*
* @input:
- * face :: A handle to the source face object. left_glyph :: The left
- * glyph index.
- * right_glyph :: The right glyph index.
+ * face ::
+ * A handle to the source face object.
+ *
+ * left_glyph ::
+ * The left glyph index.
+ *
+ * right_glyph ::
+ * The right glyph index.
*
* @return:
* The kerning value in font units.