fix ppmload doc comment

ooops! RapidTransit

see https://github.com/libvips/libvips/discussions/3239
This commit is contained in:
John Cupitt 2022-12-23 22:44:12 +00:00
parent 97720a1fb8
commit 013cf38547
1 changed files with 0 additions and 8 deletions

View File

@ -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().