From 822abda451c9999ac4e1cf3b8d5649ebebbb5ee4 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 18 May 2009 11:29:11 +0200 Subject: [PATCH] Add more internal headers for gtk-doc to ignore This gives less bogus output in gio-unused.txt --- docs/reference/gio/Makefile.am | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am index 1cd0cdc..14d8f8a 100644 --- a/docs/reference/gio/Makefile.am +++ b/docs/reference/gio/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.decl -NULL = +NULL = # The name of the module. DOC_MODULE=gio @@ -18,7 +18,12 @@ CFILE_GLOB=$(top_srcdir)/gio/*.c # Headers to ignore IGNORE_HFILES= \ + asyncns.h \ fam-helper.h \ + fen-data.h \ + fen-helper.h \ + fen-kernel.h \ + fen-node.h \ gasynchelper.h \ gcontenttypeprivate.h \ gdummyfile.h \ @@ -42,6 +47,7 @@ IGNORE_HFILES= \ glocalfileoutputstream.h \ glocalvfs.h \ gnativevolumemonitor.h \ + gnetworkingprivate.h \ gpollfilemonitor.h \ gthreadedresolver.h \ gunionvolumemonitor.h \ @@ -60,23 +66,25 @@ IGNORE_HFILES= \ local_inotify.h \ local_inotify_syscalls.h \ xdgmime.h \ - xdgmimealias.h \ - xdgmimecache.h \ - xdgmimeglob.h \ - xdgmimeint.h \ - xdgmimemagic.h \ - xdgmimeparent.h \ + xdgmimealias.h \ + xdgmimecache.h \ + xdgmimeglob.h \ + xdgmimeint.h \ + xdgmimemagic.h \ + xdgmimeparent.h \ + xdgmimeicon.h \ + winhttp.h \ $(NULL) # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. INCLUDES = \ - -I$(srcdir) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/glib \ + -I$(srcdir) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/glib \ -I$(top_srcdir)/gobject \ - -I$(top_builddir) \ - -I$(top_builddir)/glib \ + -I$(top_builddir) \ + -I$(top_builddir)/glib \ -I$(top_builddir)/gobject \ $(GLIB_DEBUG_FLAGS) @@ -95,7 +103,7 @@ MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=g \ HTML_IMAGES = \ gvfs-overview.png -content_files = \ +content_files = \ version.xml \ overview.xml \ migrating.xml @@ -104,11 +112,11 @@ expand_content_files = \ overview.xml \ migrating.xml -extra_files = \ +extra_files = \ version.xml.in \ gvfs-overview.odg include $(top_srcdir)/gtk-doc.make -EXTRA_DIST += \ +EXTRA_DIST += \ version.xml.in -- 2.7.4