From 013cf38547fb5767ba7ed2397e02a2aee8b9ae8a Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 23 Dec 2022 22:44:12 +0000 Subject: [PATCH] fix ppmload doc comment ooops! RapidTransit see https://github.com/libvips/libvips/discussions/3239 --- libvips/foreign/ppmload.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libvips/foreign/ppmload.c b/libvips/foreign/ppmload.c index 5907cd1d..0dede926 100644 --- a/libvips/foreign/ppmload.c +++ b/libvips/foreign/ppmload.c @@ -944,14 +944,6 @@ vips_ppmload( const char *filename, VipsImage **out, ... ) * @out: (out): output image * @...: %NULL-terminated list of optional named arguments * - * Optional arguments: - * - * * @skip: skip this many lines at start of file - * * @lines: read this many lines from file - * * @whitespace: set of whitespace characters - * * @separator: set of separator characters - * * @fail: %gboolean, fail on errors - * * Exactly as vips_ppmload(), but read from a source. * * See also: vips_ppmload().