doc improvements

This commit is contained in:
John Cupitt 2016-07-13 07:06:43 +01:00
parent 828b36dfe5
commit 097ecd07c1

@ -623,12 +623,12 @@ vips_affine_init( VipsAffine *affine )
* *
* Optional arguments: * Optional arguments:
* *
* * @interpolate: interpolate pixels with this * * @interpolate: #VipsInterpolate, interpolate pixels with this
* * @oarea: output rectangle * * @oarea: #VipsArrayInt, output rectangle
* * @idx: input horizontal offset * * @idx: %gdouble, input horizontal offset
* * @idy: input vertical offset * * @idy: %gdouble, input vertical offset
* * @odx: output horizontal offset * * @odx: %gdouble, output horizontal offset
* * @ody: output vertical offset * * @ody: %gdouble, output vertical offset
* *
* This operator performs an affine transform on an image using @interpolate. * This operator performs an affine transform on an image using @interpolate.
* *