summaryrefslogtreecommitdiff
path: root/pango/pango-color.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-color.c')
-rw-r--r--pango/pango-color.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/pango-color.c b/pango/pango-color.c
index e54eb0d3..3f20b89e 100644
--- a/pango/pango-color.c
+++ b/pango/pango-color.c
@@ -79,8 +79,7 @@ pango_color_free (PangoColor *color)
* @color: a #PangoColor
*
* Returns a textual specification of @color in the hexadecimal form
- * <literal>&num;rrrrggggbbbb</literal>, where <literal>r</literal>,
- * <literal>g</literal> and <literal>b</literal> are hex digits representing
+ * “\#rrrrggggbbbb”, where “r”, “g” and “b” 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().