mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 12:12:10 +01:00
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>
This commit is contained in:
parent
f5a468a83a
commit
9e56d39bb4
@ -118,6 +118,13 @@ if get_option('gtk_doc')
|
|||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ignore_sources = [
|
||||||
|
'kqueue',
|
||||||
|
'tests',
|
||||||
|
'gdbus-daemon-generated.c',
|
||||||
|
'xdp-dbus.c',
|
||||||
|
]
|
||||||
|
|
||||||
# FIXME: More win32 headers were added to fix building gio-scan
|
# FIXME: More win32 headers were added to fix building gio-scan
|
||||||
|
|
||||||
# FIXME: ExampleAnimal docs aren't built
|
# FIXME: ExampleAnimal docs aren't built
|
||||||
@ -141,6 +148,9 @@ if get_option('gtk_doc')
|
|||||||
'--rebuild-types',
|
'--rebuild-types',
|
||||||
'--ignore-headers=' + ' '.join(ignore_headers),
|
'--ignore-headers=' + ' '.join(ignore_headers),
|
||||||
],
|
],
|
||||||
|
mkdb_args : [
|
||||||
|
'--ignore-files=' + ' '.join(ignore_sources),
|
||||||
|
],
|
||||||
content_files : [
|
content_files : [
|
||||||
'overview.xml',
|
'overview.xml',
|
||||||
'migrating-posix.xml',
|
'migrating-posix.xml',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user