Remove duplicate doc comment for 'VipsKernel'
Now that resample/reduceh.cpp is being scanned by g-ir-scanner, g-ir-scanner was giving this warning: resample/reduceh.cpp:58: Warning: Vips: multiple comment blocks documenting 'VipsKernel:' identifier (already seen at reduce.c:55)
This commit is contained in:
parent
0426d98aab
commit
1ed7e66833
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user