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/pango-attributes.c | |
parent | 19a252d9a3d63e7816f9a77bab65bd161675440a (diff) | |
download | pango-92e7b73e27f54db86d58dcb5b4ddaafb32101980.tar.gz |
Revert "Fix leftover markup in docs"
This reverts commit 19a252d9a3d63e7816f9a77bab65bd161675440a.
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 840621c4..9059b1de 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -1804,7 +1804,7 @@ pango_attr_iterator_get (PangoAttrIterator *iterator, * pango_font_description_set_family_static() using values from * an attribute in the #PangoAttrList associated with the iterator, * so if you plan to keep it around, you must call: - * `pango_font_description_set_family (desc, pango_font_description_get_family (desc))`. + * <literal>pango_font_description_set_family (desc, pango_font_description_get_family (desc))</literal>. * @language: (allow-none): if non-%NULL, location to store language tag for item, or %NULL * if none is found. * @extra_attrs: (allow-none) (element-type Pango.Attribute) (transfer full): if non-%NULL, |