[docs] Complete hb-shape-plan docs a bit

This commit is contained in:
Khaled Hosny 2020-12-30 23:39:08 +02:00 committed by Behdad Esfahbod
parent 8e8c3e5878
commit 5a55b31a38
1 changed files with 2 additions and 2 deletions

View File

@ -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
**/