From 34d3d49e7898566b8a70177b8b8f934a485cc040 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 29 Jun 2022 07:46:21 +0200 Subject: [PATCH] [docs] Fix Since annotation --- src/hb-font.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-font.cc b/src/hb-font.cc index 8c4fe863b..8d3521c86 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -1948,7 +1948,7 @@ hb_font_is_immutable (hb_font_t *font) * * Return value: serial number * - * Since: 4.4.0. + * Since: 4.4.0 **/ unsigned int hb_font_get_serial (hb_font_t *font) @@ -1964,7 +1964,7 @@ hb_font_get_serial (hb_font_t *font) * This has the effect of increasing the serial as returned * by hb_font_get_serial(), which invalidates internal caches. * - * Since: 4.4.0. + * Since: 4.4.0 **/ void hb_font_changed (hb_font_t *font)