[json-glib] Ignore json-debug.h



commit 37a7931f91f8d79def3f4895bc349ba621a826a1
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Apr 14 23:19:58 2010 +0100

    Ignore json-debug.h
    
    The json-debug.h header is private and not installed; hence, it should
    be ignored by gtk-doc.

 doc/reference/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 6e7e33c..23bfd69 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -51,7 +51,8 @@ IGNORE_HFILES = \
 	json-private.h 		\
 	json-marshal.h 		\
 	json-glib.h 		\
-	json-enum-types.h
+	json-enum-types.h	\
+	json-debug.h
 
 EXTRA_HFILES =
 



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