diff --git a/ChangeLog b/ChangeLog index 48e9a25ec9..f92cf44cb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-06 Sven Neumann + + * libgimp/gimppixelrgn.c (gimp_pixel_rgn_configure): fixed gtk-doc + comment syntax. + 2008-08-06 Sven Neumann * app/gui/gimpdbusservice.c: minor cleanups. diff --git a/libgimp/gimppixelrgn.c b/libgimp/gimppixelrgn.c index d42c7ed613..7efd52d07f 100644 --- a/libgimp/gimppixelrgn.c +++ b/libgimp/gimppixelrgn.c @@ -98,7 +98,7 @@ static void gimp_pixel_rgn_configure (GimpPixelRgnHolder *prh, * the shadow tiles. It is common * practice to write to the shadow * tiles and then use - * #gimp_drawable_merge_shadow () to + * gimp_drawable_merge_shadow() to * merge the changes from the shadow * tiles using the current selection * as a mask.