Annotations: add missing colons after symbol names
authorPavel Holejsovsky <pholejs@src/gnome.org>
Sun, 3 Jun 2012 20:32:11 +0000 (22:32 +0200)
committerPavel Holejsovsky <pholejs@src.gnome.org>
Mon, 4 Jun 2012 18:36:13 +0000 (20:36 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=677407

pango/pango-bidi-type.c
pango/pango-fontset.h
pango/pango-layout.c
pango/pango-layout.h
pango/pango-matrix.h
pango/pangocairo-render.c
pango/pangofc-font.c
pango/pangoxft-render.h

index 9c37ef7..a61e255 100644 (file)
@@ -31,7 +31,7 @@
 
 
 /**
- * pango_bidi_type_for_unichar
+ * pango_bidi_type_for_unichar:
  * @ch: a Unicode character
  *
  * Determines the normative bidirectional character type of a
index 5c6c748..9f69ef6 100644 (file)
@@ -42,7 +42,7 @@ GType pango_fontset_get_type (void) G_GNUC_CONST;
 typedef struct _PangoFontset        PangoFontset;
 
 /**
- * PangoFontsetForeachFunc
+ * PangoFontsetForeachFunc:
  * @fontset: a #PangoFontset
  * @font: a font from @fontset
  * @data: callback data
index e83888e..91e0c6e 100644 (file)
@@ -511,7 +511,7 @@ pango_layout_is_wrapped (PangoLayout *layout)
 }
 
 /**
- * pango_layout_set_indent
+ * pango_layout_set_indent:
  * @layout: a #PangoLayout.
  * @indent: the amount by which to indent.
  *
index bb0a0cf..6bc50a6 100644 (file)
@@ -48,7 +48,7 @@ typedef enum {
 } PangoWrapMode;
 
 /**
- * PangoEllipsizeMode
+ * PangoEllipsizeMode:
  * @PANGO_ELLIPSIZE_NONE: No ellipsization
  * @PANGO_ELLIPSIZE_START: Omit characters at the start of the text
  * @PANGO_ELLIPSIZE_MIDDLE: Omit characters in the middle of the text
index 5909367..235c386 100644 (file)
@@ -60,14 +60,14 @@ struct _PangoMatrix
 };
 
 /**
- * PANGO_TYPE_MATRIX
+ * PANGO_TYPE_MATRIX:
  *
  * The GObject type for #PangoMatrix
  **/
 #define PANGO_TYPE_MATRIX (pango_matrix_get_type ())
 
 /**
- * PANGO_MATRIX_INIT
+ * PANGO_MATRIX_INIT:
  *
  * Constant that can be used to initialize a PangoMatrix to
  * the identity transform.
index f91c85f..2a66c7c 100644 (file)
@@ -1035,7 +1035,7 @@ pango_cairo_show_error_underline (cairo_t *cr,
 }
 
 /**
- * pango_cairo_glyph_string_path
+ * pango_cairo_glyph_string_path:
  * @cr: a Cairo context
  * @font: a #PangoFont from a #PangoCairoFontMap
  * @glyphs: a #PangoGlyphString
index d9b6fa8..b5a776c 100644 (file)
@@ -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
  *
index 87c26a7..ce19092 100644 (file)
@@ -46,7 +46,7 @@ typedef struct _PangoXftRendererPrivate PangoXftRendererPrivate;
 #define PANGO_XFT_RENDERER_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), PANGO_TYPE_XFT_RENDERER, PangoXftRendererClass))
 
 /**
- * PangoXftRenderer
+ * PangoXftRenderer:
  *
  * #PangoXftRenderer is a subclass of #PangoRenderer used for rendering
  * with Pango's Xft backend. It can be used directly, or it can be
@@ -68,7 +68,7 @@ struct _PangoXftRenderer
 };
 
 /**
- * PangoXftRendererClass
+ * PangoXftRendererClass:
  * @composite_trapezoids: draw the specified trapezoids using
  *   the current color and other attributes for @part
  * @composite_glyphs: draw the specified glyphs using