aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_utils.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-29 15:14:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-29 15:14:38 +0000
commit0042c07d2a769df0fb6bc5eeedc37983952a6b8b (patch)
treec57745465d98ae73e3d6da0d9e9dd24625fb1b9e /gtk/color_utils.c
parent0d6000b5ff54ce1fec565d842f328d83988c3ebd (diff)
Doxygen changes.
svn path=/trunk/; revision=33993
Diffstat (limited to 'gtk/color_utils.c')
-rw-r--r--gtk/color_utils.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/color_utils.c b/gtk/color_utils.c
index 8a7142bb3b..e865571272 100644
--- a/gtk/color_utils.c
+++ b/gtk/color_utils.c
@@ -131,13 +131,12 @@ gdkcolor_to_color_t(color_t *target, const GdkColor *source)
#else
/** Copied from GTK sources
* gdk_color_to_string:
- * @param color a #GdkColor
- *
* Returns a textual specification of parameter color in the hexadecimal form
- * \c#rrrrggggbbbb\c, where \c r \c,
- * \c g \c and \c b \c are hex digits
+ * \c #rrrrggggbbbb \c , where \c r \c ,
+ * \c g \c and \c b \c are hex digits
* representing the red, green and blue components respectively.
*
+ * @param color a #GdkColor
* @return a newly-allocated text string
*
* Since: 2.12