introspection: Remove incorrect trailing colon from (skip)
authorColin Walters <walters@verbum.org>
Wed, 15 Jun 2011 16:32:25 +0000 (12:32 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 15 Jun 2011 16:35:04 +0000 (12:35 -0400)
The syntax doesn't include this, and apparently it confuses gtk-doc.

pango/pangocairo-context.c
pango/pangocairo-fontmap.c
pango/pangoxft-fontmap.c

index b83ee41..df1b889 100644 (file)
@@ -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
  *
index fb4377f..d5bff78 100644 (file)
@@ -240,7 +240,7 @@ pango_cairo_font_map_get_resolution (PangoCairoFontMap *fontmap)
 }
 
 /**
- * pango_cairo_font_map_create_context: (skip):
+ * pango_cairo_font_map_create_context: (skip)
  * @fontmap: a #PangoCairoFontMap
  *
  * Create a #PangoContext for the given fontmap.
index 2668ea3..3e6034e 100644 (file)
@@ -310,7 +310,7 @@ _pango_xft_font_map_get_info (PangoFontMap *fontmap,
 }
 
 /**
- * pango_xft_get_context: (skip):
+ * pango_xft_get_context: (skip)
  * @display: an X display.
  * @screen: an X screen.
  *