diff options
author | Nis Martensen <nis.martensen@web.de> | 2012-03-03 20:28:47 +0100 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2012-03-10 10:20:28 +0100 |
commit | 4353eafa32e396093f845e32c1d015c044f589fe (patch) | |
tree | cb7b712695a2a7f0bc4037535de142d93b1bc3df /src | |
parent | c0eaaa1680ff95abb1b897cd98266a4ed5ce6287 (diff) |
doc: add missing colons to since tags
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src')
-rw-r--r-- | src/cairo-ft-font.c | 12 | ||||
-rw-r--r-- | src/cairo-ft.h | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c index af66de044..d3c4514a1 100644 --- a/src/cairo-ft-font.c +++ b/src/cairo-ft-font.c @@ -3267,8 +3267,8 @@ cairo_ft_font_face_create_for_ft_face (FT_Face face, * font, which is useful if you lack those glyphs from a true bold or oblique * font. * - * Since 1.12. - */ + * Since: 1.12 + **/ void cairo_ft_font_face_set_synthesize (cairo_font_face_t *font_face, unsigned int synth_flags) @@ -3289,8 +3289,8 @@ cairo_ft_font_face_set_synthesize (cairo_font_face_t *font_face, * * See cairo_ft_font_face_set_synthesize(). * - * Since 1.12. - */ + * Since: 1.12 + **/ void cairo_ft_font_face_unset_synthesize (cairo_font_face_t *font_face, unsigned int synth_flags) @@ -3310,8 +3310,8 @@ cairo_ft_font_face_unset_synthesize (cairo_font_face_t *font_face, * * Returns the current set of synthesis options. * - * Since 1.12. - */ + * Since: 1.12 + **/ unsigned int cairo_ft_font_face_get_synthesize (cairo_font_face_t *font_face) { diff --git a/src/cairo-ft.h b/src/cairo-ft.h index 90fea31f3..1006727b0 100644 --- a/src/cairo-ft.h +++ b/src/cairo-ft.h @@ -74,7 +74,7 @@ cairo_ft_font_face_create_for_ft_face (FT_Face face, * @CAIRO_FT_SYNTHESIZE_OBLIQUE: Slant the glyph outline by 12 degrees to the * right. * - * Since 1.12. + * Since: 1.12 **/ typedef enum { CAIRO_FT_SYNTHESIZE_BOLD = 1 << 0, |