[libgxps] docs: Ignore private headers when generating API doc



commit 2532f6ed77db56a721c1a6a1cac002688c0a6da1
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Sat Feb 4 12:50:54 2012 +0100

    docs: Ignore private headers when generating API doc
    
    Fixes most of the symbols in libgxps-unused.txt

 docs/reference/Makefile.am |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index e38b177..eea37bc 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -47,7 +47,19 @@ CFILE_GLOB=$(top_srcdir)/libgxps/*.c
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=
+IGNORE_HFILES=			\
+	gxps-archive.h		\
+	gxps-brush.h		\
+	gxps-color.h		\
+	gxps-debug.h		\
+	gxps-fonts.h		\
+	gxps-glyphs.h		\
+	gxps-images.h		\
+	gxps-matrix.h		\
+	gxps-page-private.h	\
+	gxps-parse-utils.h	\
+	gxps-path.h		\
+	gxps-private.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png



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