mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
Ignore gatomicarray.h
Otherwise gtk-doc picks up declarations from that header and is disappointed when they are not documented.
This commit is contained in:
@@ -24,7 +24,9 @@ HFILE_GLOB=$(top_srcdir)/gobject/*.h
|
||||
CFILE_GLOB=$(top_srcdir)/gobject/*.c
|
||||
|
||||
# Headers to ignore
|
||||
IGNORE_HFILES=gobjectalias.h
|
||||
IGNORE_HFILES = \
|
||||
gobjectalias.h \
|
||||
gatomicarray.h
|
||||
|
||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||
# if $(DOC_MODULE).types is non-empty.
|
||||
|
Reference in New Issue
Block a user