more doc fixes

This commit is contained in:
John Cupitt 2016-09-27 12:29:18 +01:00
parent 246089dc82
commit b559a4dc00
2 changed files with 5 additions and 5 deletions

View File

@ -171,7 +171,7 @@ vips_merge_init( VipsMerge *merge )
*
* Optional arguments:
*
* * @mblend: maximum blend size
* * @mblend: %gint, maximum blend size
*
* This operation joins two images left-right (with @ref on the left) or
* up-down (with @ref above) with a smooth seam.

View File

@ -324,10 +324,10 @@ vips_mosaic_init( VipsMosaic *mosaic )
*
* Optional arguments:
*
* * @bandno: band to search for features
* * @hwindow: half window size
* * @harea: half search size
* * @mblend: maximum blend size
* * @bandno: %gint, band to search for features
* * @hwindow: %gint, half window size
* * @harea: %gint, half search size
* * @mblend: %gint, maximum blend size
*
* This operation joins two images left-right (with @ref on the left) or
* top-bottom (with @ref above) given an approximate overlap.