Skip to content

Commit e3181e0

Browse files
committed
get docs building with goi 1.66+
It builds now, but some doc sections are missing. Fix this properly in 8.11. See #1836
1 parent b3f7763 commit e3181e0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- better heif signature detection [lovell]
1111
- fix vips_fractsurf() typo [kleisauke]
1212
- better heif EOF detection [lovell]
13+
- fix gir build with g-o-i 1.66+ [László]
1314

1415
9/8/20 started 8.10.1
1516
- fix markdown -> xml conversion in doc generation

libvips/iofuncs/error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#endif /*OS_WIN32*/
7272

7373
/**
74-
* SECTION: error
74+
* SECTION: errors
7575
* @short_description: error messages and error handling
7676
* @stability: Stable
7777
* @include: vips/vips.h

libvips/iofuncs/rect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#include <vips/vips.h>
4646

4747
/**
48-
* SECTION: rect
48+
* SECTION: rectangle
4949
* @short_description: the VIPS rectangle class
5050
* @stability: Stable
5151
* @see_also: <link linkend="VipsRegion">region</link>

libvips/resample/interpolate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#include <vips/internal.h>
6464

6565
/**
66-
* SECTION: interpolate
66+
* SECTION: interpolator
6767
* @short_description: various interpolators: nearest, bilinear, and
6868
* some non-linear
6969
* @stability: Stable

0 commit comments

Comments
 (0)