From 5174c585def3e2ec06a4679644973a489f92bef2 Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Sat, 24 Mar 2012 17:58:57 +0100 Subject: [PATCH] doc: Silence warnings about 'Since' field in private functions A 'Since' field on non-public functions is not very meaningful, because their signature, implementation and semantic is subject to change without any visibility outside of cairo. --- src/cairo-font-options.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/cairo-font-options.c b/src/cairo-font-options.c index ccbe16d42..ad28745e6 100644 --- a/src/cairo-font-options.c +++ b/src/cairo-font-options.c @@ -384,8 +384,6 @@ cairo_font_options_get_subpixel_order (const cairo_font_options_t *options) * specifies how pixels are filtered when rendered with an antialiasing * mode of %CAIRO_ANTIALIAS_SUBPIXEL. See the documentation for * #cairo_lcd_filter_t for full details. - * - * Since: 1.8 **/ void _cairo_font_options_set_lcd_filter (cairo_font_options_t *options, @@ -405,8 +403,6 @@ _cairo_font_options_set_lcd_filter (cairo_font_options_t *options, * See the documentation for #cairo_lcd_filter_t for full details. * * Return value: the LCD filter for the font options object - * - * Since: 1.8 **/ cairo_lcd_filter_t _cairo_font_options_get_lcd_filter (const cairo_font_options_t *options) @@ -424,8 +420,6 @@ _cairo_font_options_get_lcd_filter (const cairo_font_options_t *options) * * Sets the rounding options for the font options object. If rounding is set, a * glyph's position will be rounded to integer values. - * - * Since: 1.12 **/ void _cairo_font_options_set_round_glyph_positions (cairo_font_options_t *options, @@ -444,8 +438,6 @@ _cairo_font_options_set_round_glyph_positions (cairo_font_options_t *options, * Gets the glyph position rounding option for the font options object. * * Return value: The round glyph posistions flag for the font options object. - * - * Since: 1.12 **/ cairo_round_glyph_positions_t _cairo_font_options_get_round_glyph_positions (const cairo_font_options_t *options)