docs: More uniform formatting

Make all occurrences of hex in gdkcolor.c use “.
This commit is contained in:
Matthias Clasen 2014-04-04 01:25:14 -04:00
parent f8b6bfe744
commit 98ae6fd746

View File

@ -163,7 +163,7 @@ gdk_color_parse (const gchar *spec,
* @color: a #GdkColor
*
* Returns a textual specification of @color in the hexadecimal
* form `#rrrrggggbbbb`, where `r`, `g` and `b` are hex digits
* form \#rrrrggggbbbb where r, g and b are hex digits
* representing the red, green and blue components respectively.
*
* The returned string can be parsed by gdk_color_parse().