docs: Ignore some generated header files

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-11-23 13:27:04 +00:00
parent 82d28f07ed
commit a440152b2a
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ CFILE_GLOB=$(top_srcdir)/gobject/*.c
IGNORE_HFILES = \
tests \
gatomicarray.h \
gobject_probes.h \
gobject_trace.h \
gtype-private.h

View File

@ -4,6 +4,7 @@ if get_option('gtk_doc')
ignore_headers = [
'tests',
'gatomicarray.h',
'gobject_probes.h',
'gobject_trace.h',
'gtype-private.h'
]