Ignore gatomicarray.h
authorMatthias Clasen <mclasen@redhat.com>
Wed, 23 Jun 2010 11:22:49 +0000 (07:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 23 Jun 2010 13:25:30 +0000 (09:25 -0400)
Otherwise gtk-doc picks up declarations from that header and is
disappointed when they are not documented.

docs/reference/gobject/Makefile.am

index b03d666..f618d4e 100644 (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.