Improve docs.
authorBehdad Esfahbod <behdad@src.gnome.org>
Wed, 6 Aug 2008 08:39:23 +0000 (08:39 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 6 Aug 2008 08:39:23 +0000 (08:39 +0000)
svn path=/trunk/; revision=2677

pango/pango-renderer.c
pango/pangocairo-render.c

index 9febedd..41f290d 100644 (file)
@@ -682,7 +682,7 @@ pango_renderer_default_draw_glyphs (PangoRenderer    *renderer,
  * output format supports it (PDF for example).
  *
  * Note that @text is the start of the text for layout, which is then
- * indexed by <literal>glyph_item->item->offset</literal>.
+ * indexed by <literal>@glyph_item->item->offset</literal>.
  *
  * The default implementation of this method simply falls back to
  * pango_renderer_draw_glyphs().
index 1fd7dbc..3314478 100644 (file)
@@ -893,7 +893,7 @@ pango_cairo_show_glyph_string (cairo_t          *cr,
  * be drawn at the current point of the cairo context.
  *
  * Note that @text is the start of the text for layout, which is then
- * indexed by <literal>glyph_item->item->offset</literal>.
+ * indexed by <literal>@glyph_item->item->offset</literal>.
  *
  * Since: 1.20
  **/