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

pull/2801/head
Khaled Hosny 4 years ago committed by Behdad Esfahbod
parent 8e8c3e5878
commit 5a55b31a38
  1. 4
      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
**/

Loading…
Cancel
Save