fixed gtk-doc comment.

2004-09-19  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/gimprgb-parse.c (gimp_rgb_parse_hex): fixed gtk-doc
	comment.
This commit is contained in:
Sven Neumann 2004-09-18 22:57:23 +00:00 committed by Sven Neumann
parent eaf1b6801d
commit 6bf8cf5def
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-19 Sven Neumann <sven@gimp.org>
* libgimpcolor/gimprgb-parse.c (gimp_rgb_parse_hex): fixed gtk-doc
comment.
2004-09-18 Simon Budig <simon@gimp.org> 2004-09-18 Simon Budig <simon@gimp.org>
* libgimpwidgets/gimpcolorhexentry.c: Removed check for len % 3 == 0, * libgimpwidgets/gimpcolorhexentry.c: Removed check for len % 3 == 0,

View File

@ -256,7 +256,7 @@ gimp_rgb_parse_name (GimpRGB *rgb,
* @len: the length of @hex, in bytes. or -1 if @hex is nul-terminated * @len: the length of @hex, in bytes. or -1 if @hex is nul-terminated
* *
* Attempts to parse a string describing a color in RGB value in * Attempts to parse a string describing a color in RGB value in
* hexadecimal notation (optionally prefixed with a '#'. * hexadecimal notation (optionally prefixed with a '#').
* *
* This funcion does not touch the alpha component of @rgb. * This funcion does not touch the alpha component of @rgb.
* *