diff options
author | Colin Walters <walters@verbum.org> | 2011-06-15 12:32:25 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2011-06-15 12:35:04 -0400 |
commit | 2f3adfb762a0af6414f1c93627c2bd26ee90e7f8 (patch) | |
tree | 3aefa6c76b2babc4455bfa598778eb134dd7b5f5 /pango/pangocairo-context.c | |
parent | b3c8d7d7a183775d280841c6bd4a6c5f77b77120 (diff) | |
download | pango-2f3adfb762a0af6414f1c93627c2bd26ee90e7f8.tar.gz |
introspection: Remove incorrect trailing colon from (skip)
The syntax doesn't include this, and apparently it confuses gtk-doc.
Diffstat (limited to 'pango/pangocairo-context.c')
-rw-r--r-- | pango/pangocairo-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-context.c b/pango/pangocairo-context.c index b83ee417..df1b889a 100644 --- a/pango/pangocairo-context.c +++ b/pango/pangocairo-context.c @@ -340,7 +340,7 @@ pango_cairo_context_set_shape_renderer (PangoContext *context, } /** - * pango_cairo_context_get_shape_renderer: (skip): + * pango_cairo_context_get_shape_renderer: (skip) * @context: a #PangoContext, from a pangocairo font map * @data: Pointer to #gpointer to return user data * |