Merge pull request #763 from astavale/remove-some-g-ir-scanner-warnings

Remove some g-ir-scanner warnings
This commit is contained in:
John Cupitt 2017-10-03 10:57:56 +01:00 committed by GitHub
commit 808a54d23e
2 changed files with 1 additions and 12 deletions

View File

@ -1047,7 +1047,7 @@ vips_foreign_load_init( VipsForeignLoad *load )
load->access = VIPS_ACCESS_RANDOM;
}
/**
/*
* Loaders can call this
*/

View File

@ -57,17 +57,6 @@
#include "presample.h"
#include "templates.h"
/**
* VipsKernel:
* @VIPS_KERNEL_NEAREST: nearest-neighbour
* @VIPS_KERNEL_LINEAR: linear interpolation
* @VIPS_KERNEL_CUBIC: cubic interpolation
* @VIPS_KERNEL_LANCZOS2: lanczos2 interpolation
* @VIPS_KERNEL_LANCZOS3: lanczos3 interpolation
*
* 1D resampling kernels.
*/
typedef struct _VipsReduceh {
VipsResample parent_instance;