From de981cd9ec80c12137ac156304d58011930a82a1 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 8 Jul 2016 12:18:07 +0100 Subject: [PATCH] docs tweak --- libvips/create/buildlut.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libvips/create/buildlut.c b/libvips/create/buildlut.c index 16ab774d..e6e41b17 100644 --- a/libvips/create/buildlut.c +++ b/libvips/create/buildlut.c @@ -278,7 +278,8 @@ vips_buildlut_init( VipsBuildlut *lut ) * * This operation builds a lookup table from a set of points. Intermediate * values are generated by piecewise linear interpolation. The lookup table is - * always of type %gdouble, use vips_cast() to change it to the type you need. + * always of type #VIPS_FORMAT_DOUBLE, use vips_cast() to change it to the + * type you need. * * For example, consider this 2 x 2 matrix of (x, y) coordinates: * @@ -331,7 +332,7 @@ vips_buildlut_init( VipsBuildlut *lut ) * several Ys, each becomes a band in the output LUT. You don't need to * start at zero, any integer will do, including negatives. * - * See also: vips_identity(), vips_invertlut(). + * See also: vips_identity(), vips_invertlut(), vips_cast(), vips_maplut(). * * Returns: 0 on success, -1 on error */