From a44dd339f9ebf789b2642b5a7eef2785fca6d809 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 1 Jan 2021 01:36:57 +0200 Subject: [PATCH] [docs] Missing param docs --- src/hb-font.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-font.cc b/src/hb-font.cc index 378c69bf6..a83618596 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -1834,7 +1834,7 @@ hb_font_get_face (hb_font_t *font) /** * hb_font_set_funcs: * @font: #hb_font_t to work upon - * @klass: (closure font_data) (destroy destroy) (scope notified): + * @klass: (closure font_data) (destroy destroy) (scope notified): The font-functions structure. * @font_data: Data to attach to @font * @destroy: (nullable): The function to call when @font_data is not needed anymore *