diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-08-30 14:11:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-08-30 14:11:04 -0400 |
commit | 92e7b73e27f54db86d58dcb5b4ddaafb32101980 (patch) | |
tree | faf441b11ea93bbb2a99ee8a40697feeedb2b311 /pango/pangocairo-render.c | |
parent | 19a252d9a3d63e7816f9a77bab65bd161675440a (diff) | |
download | pango-92e7b73e27f54db86d58dcb5b4ddaafb32101980.tar.gz |
Revert "Fix leftover markup in docs"
This reverts commit 19a252d9a3d63e7816f9a77bab65bd161675440a.
Diffstat (limited to 'pango/pangocairo-render.c')
-rw-r--r-- | pango/pangocairo-render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c index 0adc032c..03a2811a 100644 --- a/pango/pangocairo-render.c +++ b/pango/pangocairo-render.c @@ -1080,7 +1080,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 `@glyph_item->item->offset`. + * indexed by <literal>@glyph_item->item->offset</literal>. * * Since: 1.22 **/ |