Merge branch '8.10'

This commit is contained in:
John Cupitt 2020-09-28 12:33:32 +01:00
commit c27c471e28
4 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@
- better heif signature detection [lovell]
- fix vips_fractsurf() typo [kleisauke]
- better heif EOF detection [lovell]
- fix gir build with g-o-i 1.66+ [László]
9/8/20 started 8.10.1
- fix markdown -> xml conversion in doc generation

View File

@ -71,7 +71,7 @@
#endif /*OS_WIN32*/
/**
* SECTION: error
* SECTION: errors
* @short_description: error messages and error handling
* @stability: Stable
* @include: vips/vips.h

View File

@ -45,7 +45,7 @@
#include <vips/vips.h>
/**
* SECTION: rect
* SECTION: rectangle
* @short_description: the VIPS rectangle class
* @stability: Stable
* @see_also: <link linkend="VipsRegion">region</link>

View File

@ -63,7 +63,7 @@
#include <vips/internal.h>
/**
* SECTION: interpolate
* SECTION: interpolator
* @short_description: various interpolators: nearest, bilinear, and
* some non-linear
* @stability: Stable