mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02:00
docs: Ignore some generated header files
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -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'
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user