summaryrefslogtreecommitdiff
path: root/gdk/gdkrgba.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-27 17:13:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-27 19:59:58 -0500
commit4872ee75e6cb2a2067c71983fe68d7e3309cd1b6 (patch)
tree42e516d964b993a4479f19ccd29a06a1c392c976 /gdk/gdkrgba.c
parent22586ea7c2c87a44ac1cc87f876e9f3ba2e73625 (diff)
downloadgtk+-4872ee75e6cb2a2067c71983fe68d7e3309cd1b6.tar.gz
docs: don't use structfield tags
Diffstat (limited to 'gdk/gdkrgba.c')
-rw-r--r--gdk/gdkrgba.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c
index e52410657d..254abf3945 100644
--- a/gdk/gdkrgba.c
+++ b/gdk/gdkrgba.c
@@ -138,9 +138,7 @@ parse_rgb_value (const gchar *str,
* @spec: the string specifying the color
*
* Parses a textual representation of a color, filling in
- * the <structfield>red</structfield>, <structfield>green</structfield>,
- * <structfield>blue</structfield> and <structfield>alpha</structfield>
- * fields of the @rgba #GdkRGBA.
+ * the @red, @green, @blue and @alpha fields of the @rgba #GdkRGBA.
*
* The string can be either one of:
* <itemizedlist>