mirror of https://github.com/GNOME/gimp.git
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:
parent
eaf1b6801d
commit
6bf8cf5def
|
@ -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,
|
||||||
|
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue