Blame SOURCES/gegl04-gtk.patch

848360
From cf7e328c931a46997fbc4a40540afccd2da8f1e9 Mon Sep 17 00:00:00 2001
848360
From: Simon McVittie <smcv@debian.org>
848360
Date: Thu, 9 Sep 2021 13:00:36 +0100
848360
Subject: [PATCH] docs: Don't scan ctx.h with gtk-doc
848360
848360
ctx.h contains both declarations and implementation, causing gtk-doc to
848360
fail. It isn't part of GEGL's public API anyway, so don't try to
848360
document it as such.
848360
848360
Signed-off-by: Simon McVittie <smcv@debian.org>
848360
---
848360
 docs/reference/meson.build | 1 +
848360
 1 file changed, 1 insertion(+)
848360
848360
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
848360
index 8193a25ba..2348cec92 100644
848360
--- a/docs/reference/meson.build
848360
+++ b/docs/reference/meson.build
848360
@@ -12,6 +12,7 @@ if gtkdoc_scan.found()
848360
       project_source_root / 'gegl',
848360
       project_build_root / 'gegl',
848360
     ],
848360
+    ignore_headers: ['ctx.h'],
848360
     fixxref_args: [
848360
       '--html-dir=@0@'.format(gegl_gtk_docdir),
848360
       '--extra-dir=@0@'.format(glib_gtk_docdir),
848360
-- 
848360
GitLab
848360
848360