[glib] Ignore gatomicarray.h



commit 3549e06f81768453b8c389331705615ae3529041
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jun 23 07:22:49 2010 -0400

    Ignore gatomicarray.h
    
    Otherwise gtk-doc picks up declarations from that header and is
    disappointed when they are not documented.

 docs/reference/gobject/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gobject/Makefile.am b/docs/reference/gobject/Makefile.am
index b03d666..f618d4e 100644
--- a/docs/reference/gobject/Makefile.am
+++ b/docs/reference/gobject/Makefile.am
@@ -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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]