summaryrefslogtreecommitdiff
path: root/pango/pango-color.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-05-27 22:21:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-05-27 22:21:34 +0000
commitb8ac7818be13e1fcdcef5f09117da15b89553d61 (patch)
treea90275683a94fd15582e1ec8b75f99ee274b8220 /pango/pango-color.c
parent25878a0341a8076296ab4ae88ee972641e6f963c (diff)
downloadpango-b8ac7818be13e1fcdcef5f09117da15b89553d61.tar.gz
Produce XML, not SGML.
* docs/*: Produce XML, not SGML. * pango/fonts.c (pango_font_family_list_faces): Docs typo fix. * pango/pango-color.c (pango_color_parse): Fix markup to reduce spurious <link>s.
Diffstat (limited to 'pango/pango-color.c')
-rw-r--r--pango/pango-color.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-color.c b/pango/pango-color.c
index b834140b..bd25cea9 100644
--- a/pango/pango-color.c
+++ b/pango/pango-color.c
@@ -921,13 +921,13 @@ find_color(const char *name,
*
* Fill in the fields of a color from a string specification. The
* string can either one of a large set of standard names. (Taken
- * from the X11 rgb.txt file), or it can be a hex value in the
- * form '#rgb' '#rrggbb' '#rrrgggbbb' or '#rrrrggggbbbb' where
+ * from the X11 <filename>rgb.txt</filename> file), or it can be a hex value in the
+ * form '&hash;rgb' '&hash;rrggbb' '&hash;rrrgggbbb' or '&hash;rrrrggggbbbb' where
* 'r', 'g' and 'b' are hex digits of the red, green, and blue
* components of the color, respectively. (White in the four
- * forms is '#fff' '#ffffff' '#fffffffff' and '#ffffffffffff')
+ * forms is '&hash;fff' '&hash;ffffff' '&hash;fffffffff' and '&hash;ffffffffffff')
*
- * Return value: TRUE if parsing of the specifier succeeded,
+ * Return value: %TRUE if parsing of the specifier succeeded,
* otherwise false.
**/
gboolean