[cairo] [PATCH 11/12] doc: Silence warnings about 'Since' field in private functions

Andrea Canciani ranma42 at gmail.com
Tue Mar 27 04:25:58 PDT 2012


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 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/cairo-font-options.c b/src/cairo-font-options.c
index ccbe16d..ad28745 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)
-- 
1.7.5.4



More information about the cairo mailing list