From 1da089179b9bd06f071f967d128819e85998b809 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 24 May 2019 15:41:34 -0400 Subject: [PATCH] Put back Since: tags for hb_color_get_* --- src/hb-common.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hb-common.cc b/src/hb-common.cc index 6429b8347..71791dba1 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc @@ -1166,7 +1166,7 @@ hb_variation_to_string (hb_variation_t *variation, * * Return value: Alpha channel value of the given color * - * Since: REPLACEME + * Since: 2.1.0 */ uint8_t (hb_color_get_alpha) (hb_color_t color) @@ -1180,7 +1180,7 @@ uint8_t * * Return value: Red channel value of the given color * - * Since: REPLACEME + * Since: 2.1.0 */ uint8_t (hb_color_get_red) (hb_color_t color) @@ -1194,7 +1194,7 @@ uint8_t * * Return value: Green channel value of the given color * - * Since: REPLACEME + * Since: 2.1.0 */ uint8_t (hb_color_get_green) (hb_color_t color) @@ -1208,7 +1208,7 @@ uint8_t * * Return value: Blue channel value of the given color * - * Since: REPLACEME + * Since: 2.1.0 */ uint8_t (hb_color_get_blue) (hb_color_t color)