mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
docs: Ignore some generated header files
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
82d28f07ed
commit
a440152b2a
@ -28,6 +28,7 @@ CFILE_GLOB=$(top_srcdir)/gobject/*.c
|
||||
IGNORE_HFILES = \
|
||||
tests \
|
||||
gatomicarray.h \
|
||||
gobject_probes.h \
|
||||
gobject_trace.h \
|
||||
gtype-private.h
|
||||
|
||||
|
@ -4,6 +4,7 @@ if get_option('gtk_doc')
|
||||
ignore_headers = [
|
||||
'tests',
|
||||
'gatomicarray.h',
|
||||
'gobject_probes.h',
|
||||
'gobject_trace.h',
|
||||
'gtype-private.h'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user