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:
Matthias Clasen 2010-06-23 07:22:49 -04:00
parent 9c6130cdde
commit 3549e06f81

View File

@ -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.