diff --git a/libvips/mosaicing/merge.c b/libvips/mosaicing/merge.c index 3062c760..b083c7da 100644 --- a/libvips/mosaicing/merge.c +++ b/libvips/mosaicing/merge.c @@ -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. diff --git a/libvips/mosaicing/mosaic.c b/libvips/mosaicing/mosaic.c index c8897e50..ee54d210 100644 --- a/libvips/mosaicing/mosaic.c +++ b/libvips/mosaicing/mosaic.c @@ -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.