summaryrefslogtreecommitdiff
path: root/pango/pango-color.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-08-30 14:11:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-08-30 14:11:04 -0400
commit92e7b73e27f54db86d58dcb5b4ddaafb32101980 (patch)
treefaf441b11ea93bbb2a99ee8a40697feeedb2b311 /pango/pango-color.c
parent19a252d9a3d63e7816f9a77bab65bd161675440a (diff)
downloadpango-92e7b73e27f54db86d58dcb5b4ddaafb32101980.tar.gz
Revert "Fix leftover markup in docs"
This reverts commit 19a252d9a3d63e7816f9a77bab65bd161675440a.
Diffstat (limited to 'pango/pango-color.c')
-rw-r--r--pango/pango-color.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-color.c b/pango/pango-color.c
index 3f20b89e..e54eb0d3 100644
--- a/pango/pango-color.c
+++ b/pango/pango-color.c
@@ -79,7 +79,8 @@ pango_color_free (PangoColor *color)
* @color: a #PangoColor
*
* Returns a textual specification of @color in the hexadecimal form
- * “\#rrrrggggbbbb”, where “r”, “g” and “b” are hex digits representing
+ * <literal>&num;rrrrggggbbbb</literal>, where <literal>r</literal>,
+ * <literal>g</literal> and <literal>b</literal> are hex digits representing
* the red, green, and blue components respectively.
*
* Return value: a newly-allocated text string that must be freed with g_free().