fixed gtk-doc comment syntax.

2008-08-06  Sven Neumann  <sven@gimp.org>

	* libgimp/gimppixelrgn.c (gimp_pixel_rgn_configure): fixed 
gtk-doc
	comment syntax.


svn path=/trunk/; revision=26403
This commit is contained in:
Sven Neumann 2008-08-06 18:45:44 +00:00 committed by Sven Neumann
parent 597dc249cf
commit f67012e016
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-08-06 Sven Neumann <sven@gimp.org>
* libgimp/gimppixelrgn.c (gimp_pixel_rgn_configure): fixed gtk-doc
comment syntax.
2008-08-06 Sven Neumann <sven@gimp.org>
* app/gui/gimpdbusservice.c: minor cleanups.

View File

@ -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.