diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2008-08-06 08:39:23 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-08-06 08:39:23 +0000 |
commit | ee5a7cb9a1d9c178d3d4d883c8483dd71262aa92 (patch) | |
tree | d139843e1a1d08d0988fad4cd33132e4e68b8ace /pango | |
parent | ad40f1de0ff786018375688757dc081c583833d4 (diff) | |
download | pango-ee5a7cb9a1d9c178d3d4d883c8483dd71262aa92.tar.gz |
Improve docs.
svn path=/trunk/; revision=2677
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-renderer.c | 2 | ||||
-rw-r--r-- | pango/pangocairo-render.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c index 9febeddc..41f290d2 100644 --- a/pango/pango-renderer.c +++ b/pango/pango-renderer.c @@ -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(). diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c index 1fd7dbc3..3314478c 100644 --- a/pango/pangocairo-render.c +++ b/pango/pangocairo-render.c @@ -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 **/ |