[glib: 1/13] docs: Ignore some generated source files
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/13] docs: Ignore some generated source files
- Date: Fri, 15 Mar 2019 11:46:37 +0000 (UTC)
commit 9e56d39bb477a64512c50b6c7beb1c94002e02cf
Author: Philip Withnall <withnall endlessm com>
Date: Thu Mar 7 17:23:34 2019 +0000
docs: Ignore some generated source files
dep-list.c isn’t generated, but contains non-documentation gtk-doc-style
comments which are probably better left in place, since the code is
partially external to GLib.
Signed-off-by: Philip Withnall <withnall endlessm com>
docs/reference/gio/meson.build | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/docs/reference/gio/meson.build b/docs/reference/gio/meson.build
index b67915c95..930a3b75c 100644
--- a/docs/reference/gio/meson.build
+++ b/docs/reference/gio/meson.build
@@ -118,6 +118,13 @@ if get_option('gtk_doc')
]
endif
+ ignore_sources = [
+ 'kqueue',
+ 'tests',
+ 'gdbus-daemon-generated.c',
+ 'xdp-dbus.c',
+ ]
+
# FIXME: More win32 headers were added to fix building gio-scan
# FIXME: ExampleAnimal docs aren't built
@@ -141,6 +148,9 @@ if get_option('gtk_doc')
'--rebuild-types',
'--ignore-headers=' + ' '.join(ignore_headers),
],
+ mkdb_args : [
+ '--ignore-files=' + ' '.join(ignore_sources),
+ ],
content_files : [
'overview.xml',
'migrating-posix.xml',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]