From 24e9363a46fdddddc1df0fd64368413d02c84a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 22 Jan 2020 21:03:28 +0100 Subject: [PATCH] doc/meson: Use ignore_headers instead of scan_args --- doc/meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/meson.build b/doc/meson.build index e138ea2..55065ed 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -29,10 +29,7 @@ gnome.gtkdoc(meson.project_name(), dependencies: libfprint_dep, content_files: content_files, expand_content_files: expand_content_files, - scan_args: [ - #'--rebuild-sections', - '--ignore-headers=' + ' '.join(private_headers), - ], + ignore_headers: private_headers, fixxref_args: [ '--html-dir=@0@'.format(docpath), '--extra-dir=@0@'.format(join_paths(glib_docpath, 'glib')),