fixed gtk-doc comments, removed trailing whitespace.

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

	* libgimp/gimppixelrgn.c: fixed gtk-doc comments, removed trailing
	whitespace.
This commit is contained in:
Sven Neumann 2004-09-12 12:23:50 +00:00 committed by Sven Neumann
parent 91836bfce4
commit 835e591286
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2004-09-12 Sven Neumann <sven@gimp.org>
* libgimp/gimppixelrgn.c: fixed gtk-doc comments, removed trailing
whitespace.
2004-09-12 DindinX <david@dindinx.org> 2004-09-12 DindinX <david@dindinx.org>
* libgimp/gimppixelrgn.c: some more fixes by nomis. * libgimp/gimppixelrgn.c: some more fixes by nomis.

View File

@ -713,7 +713,7 @@ gimp_pixel_rgns_register2 (gint nrgns,
/** /**
* gimp_pixel_rgns_register: * gimp_pixel_rgns_register:
* @nrgns: the number of regions to register. * @nrgns: the number of regions to register.
* ...: @nrgns pointers to #GimpPixelRgn. * @Varargs: @nrgns pointers to #GimpPixelRgn.
* *
* This is the varargs version of #gimp_pixel_rgns_register2. * This is the varargs version of #gimp_pixel_rgns_register2.
* *
@ -748,7 +748,7 @@ gimp_pixel_rgns_register (gint nrgns,
/** /**
* gimp_pixel_rgns_process: * gimp_pixel_rgns_process:
* pri_ptr: a regions iterator returned by #gimp_pixel_rgns_register, * @pri_ptr: a regions iterator returned by #gimp_pixel_rgns_register,
* #gimp_pixel_rgns_register2 or #gimp_pixel_rgns_process. * #gimp_pixel_rgns_register2 or #gimp_pixel_rgns_process.
* *
* This function update the regions registered previously with one of the * This function update the regions registered previously with one of the