[discident-glib] docs: Don't try to document private sources



commit 0308ff3e53d50a80b404ae8c5eee7b9a7d40ac5c
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Apr 27 19:55:41 2013 +0200

    docs: Don't try to document private sources

 docs/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 843adc0..f0b2d89 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -51,7 +51,10 @@ CFILE_GLOB=$(top_srcdir)/discident-glib/*.c
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
 IGNORE_HFILES=                                 \
-       discident-glib-private.h
+       discident-glib-private.h                \
+       discident-ean-amz-glib.h                \
+       discident-ean-rl-glib.h                 \
+       discident-ean-private-glib.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]