[glib] gio docs: ignore private .h files



commit c2e7ef17ac8da3ef911a5b6f86cd369b46b196bb
Author: Ryan Lortie <desrt desrt ca>
Date:   Mon Sep 5 19:35:16 2011 -0400

    gio docs: ignore private .h files

 docs/reference/gio/Makefile.am |   66 ++++++++++++++++++++++++++++++++++-----
 1 files changed, 57 insertions(+), 9 deletions(-)
---
diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am
index a87d824..cd247b9 100644
--- a/docs/reference/gio/Makefile.am
+++ b/docs/reference/gio/Makefile.am
@@ -20,15 +20,63 @@ HFILE_GLOB=$(top_srcdir)/gio/*.h
 CFILE_GLOB=$(top_srcdir)/gio/*.c
 
 IGNORE_HFILES = \
-	fam		\
-	fen		\
-	gdbus-2.0	\
-	gvdb		\
-	inotify		\
-	libasyncns	\
-	tests		\
-	win32		\
-	xdgmime
+	fam				\
+	fen				\
+	gdbus-2.0			\
+	gvdb				\
+	inotify				\
+	libasyncns			\
+	tests				\
+	win32				\
+	xdgmime				\
+	gapplicationimpl.h		\
+	gasynchelper.h			\
+	gcontenttypeprivate.h		\
+	gdbusauth.h			\
+	gdbusauthmechanismanon.h	\
+	gdbusauthmechanismexternal.h	\
+	gdbusauthmechanism.h		\
+	gdbusauthmechanismsha1.h	\
+	gdbusprivate.h			\
+	gdelayedsettingsbackend.h	\
+	gdummyfile.h			\
+	gdummyproxyresolver.h		\
+	gdummytlsbackend.h		\
+	gfileattribute-priv.h		\
+	gfileinfo-priv.h		\
+	giomodule-priv.h		\
+	glocaldirectorymonitor.h	\
+	glocalfileenumerator.h		\
+	glocalfile.h			\
+	glocalfileinfo.h		\
+	glocalfileinputstream.h		\
+	glocalfileiostream.h		\
+	glocalfilemonitor.h		\
+	glocalfileoutputstream.h	\
+	glocalvfs.h			\
+	gmountprivate.h			\
+	gnetworkingprivate.h		\
+	gpollfilemonitor.h		\
+	gregistrysettingsbackend.h	\
+	gsettingsbackendinternal.h	\
+	gsettings-mapping.h		\
+	gsettingsschema.h		\
+	gsocketinputstream.h		\
+	gsocketoutputstream.h		\
+	gsocks4aproxy.h			\
+	gsocks4proxy.h			\
+	gsocks5proxy.h			\
+	gthreadedresolver.h		\
+	gunionvolumemonitor.h		\
+	gunixmount.h			\
+	gunixresolver.h			\
+	gunixvolume.h			\
+	gunixvolumemonitor.h		\
+	gwin32appinfo.h			\
+	gwin32mount.h			\
+	gwin32resolver.h		\
+	gwin32volumemonitor.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]