mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +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 = \
|
IGNORE_HFILES = \
|
||||||
tests \
|
tests \
|
||||||
gatomicarray.h \
|
gatomicarray.h \
|
||||||
|
gobject_probes.h \
|
||||||
gobject_trace.h \
|
gobject_trace.h \
|
||||||
gtype-private.h
|
gtype-private.h
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ if get_option('gtk_doc')
|
|||||||
ignore_headers = [
|
ignore_headers = [
|
||||||
'tests',
|
'tests',
|
||||||
'gatomicarray.h',
|
'gatomicarray.h',
|
||||||
|
'gobject_probes.h',
|
||||||
'gobject_trace.h',
|
'gobject_trace.h',
|
||||||
'gtype-private.h'
|
'gtype-private.h'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user