diff options
author | Pavel Holejsovsky <pholejs@src/gnome.org> | 2012-06-03 22:32:11 +0200 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2012-06-04 20:36:13 +0200 |
commit | 1706bdad9790d9cb9683a4e8a72e4e7fbbfc570e (patch) | |
tree | b258ca04fe2a674d85660332e50bb89f3372bbda /pango/pangofc-font.c | |
parent | e51e452b223a508737cdc0ffded90440fa291efc (diff) | |
download | pango-1706bdad9790d9cb9683a4e8a72e4e7fbbfc570e.tar.gz |
Annotations: add missing colons after symbol names
https://bugzilla.gnome.org/show_bug.cgi?id=677407
Diffstat (limited to 'pango/pangofc-font.c')
-rw-r--r-- | pango/pangofc-font.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pangofc-font.c b/pango/pangofc-font.c index d9b6fa8a..b5a776cb 100644 --- a/pango/pangofc-font.c +++ b/pango/pangofc-font.c @@ -786,7 +786,7 @@ _pango_fc_font_shutdown (PangoFcFont *font) } /** - * pango_fc_font_kern_glyphs + * pango_fc_font_kern_glyphs: * @font: a #PangoFcFont * @glyphs: a #PangoGlyphString * @@ -859,7 +859,7 @@ pango_fc_font_kern_glyphs (PangoFcFont *font, } /** - * _pango_fc_font_get_decoder + * _pango_fc_font_get_decoder: * @font: a #PangoFcFont * * This will return any custom decoder set on this font. @@ -878,7 +878,7 @@ _pango_fc_font_get_decoder (PangoFcFont *font) } /** - * _pango_fc_font_set_decoder + * _pango_fc_font_set_decoder: * @font: a #PangoFcFont * @decoder: a #PangoFcDecoder to set for this font * |