mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01: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:
parent
9c6130cdde
commit
3549e06f81
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user