aboutsummaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-27 03:57:57 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-27 03:57:57 +0000
commit401945dde2e87f43c9973d0d25e729a7971b12b0 (patch)
tree9167c1525595206bf5dec744fa8160272b799667 /color.h
parent816267f2c186f4f5172b3994c74bf19c18fa57cb (diff)
fix doxygen tags
svn path=/trunk/; revision=12401
Diffstat (limited to 'color.h')
-rw-r--r--color.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/color.h b/color.h
index 7ff62bb945..6806e897e1 100644
--- a/color.h
+++ b/color.h
@@ -48,7 +48,6 @@ typedef struct {
* @param red the red value for the color
* @param green the green value for the color
* @param blue the blue value for the color
- * @param source the GdkColor to be filled
* @return TRUE if it succeeds, FALSE if it fails
*/
gboolean initialize_color(color_t *color, guint16 red, guint16 green, guint16 blue);