[gnome-bluetooth] docs: ignore built header files



commit 0d7968dc9dea4b8e40b3c6a8e7c954af80e26d80
Author: Daniele Forsi <dforsi src gnome org>
Date:   Fri Jun 14 23:05:52 2013 +0200

    docs: ignore built header files
    
    Reduces unused declarations from 105 to 29.

 docs/reference/libgnome-bluetooth/Makefile.am |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/libgnome-bluetooth/Makefile.am b/docs/reference/libgnome-bluetooth/Makefile.am
index 6d8a49b..9c4e24f 100644
--- a/docs/reference/libgnome-bluetooth/Makefile.am
+++ b/docs/reference/libgnome-bluetooth/Makefile.am
@@ -54,7 +54,17 @@ CFILE_GLOB=$(top_srcdir)/lib/*.c
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=bluetooth-agent.h bluetooth-client-glue.h bluetooth-client-private.h 
bluetooth-chooser-private.h bluetooth-killswitch.h bluetooth-filter-widget.h gnome-bluetooth-enum-types.h 
rfkill.h
+# Please keep this list in sync with libgnome_bluetooth_private_headers
+# variable in $(top_srcdir)/lib/Makefile.am
+IGNORE_HFILES= \
+        bluetooth-client-private.h      \
+        bluetooth-agent.h               \
+        gnome-bluetooth-enum-types.h    \
+        bluetooth-chooser-private.h     \
+        bluetooth-client-glue.h         \
+        bluetooth-fdo-glue.h            \
+        rfkill-glib.h                   \
+        rfkill.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]