From 5a55b31a383deadc3d479f83a6122cca821765eb Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 30 Dec 2020 23:39:08 +0200 Subject: [PATCH] [docs] Complete hb-shape-plan docs a bit --- src/hb-shape-plan.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index 65a5fc451..6510630d4 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -334,7 +334,7 @@ hb_shape_plan_destroy (hb_shape_plan_t *shape_plan) * * Attaches a user-data key/data pair to the given shaping plan. * - * Return value: + * Return value: %true if success, %false otherwise. * * Since: 0.9.7 **/ @@ -439,7 +439,7 @@ _hb_shape_plan_execute_internal (hb_shape_plan_t *shape_plan, * Executes the given shaping plan on the specified buffer, using * the given @font and @features. * - * Return value: + * Return value: %true if success, %false otherwise. * * Since: 0.9.7 **/