docs: exclude more header from doc-scan
authorStefan Sauer <ensonic@users.sf.net>
Wed, 6 Jan 2016 16:54:44 +0000 (17:54 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Wed, 6 Jan 2016 16:59:23 +0000 (17:59 +0100)
Exclude gst/printf/*.h and a few generated .h files from the api-scan. This
makes -unused.txt report file from gtkdoc useful again.

docs/gst/Makefile.am

index a7d0105..d4b1d08 100644 (file)
@@ -47,12 +47,20 @@ IGNORE_HFILES= \
        gst_private.h \
        gstelementdetails.h \
        gstmacros.h \
+       gstmarshal.h \
        gsttracerutils.h \
+       math-compat.h \
        \
        grammar.tab.h \
        grammar.tab.pre.h \
-       math-compat.h \
-       types.h
+  parse_lex.h \
+       types.h \
+       \
+       gst-printf.h \
+       printf-args.h \
+       printf-extension.h \
+       printf-parse.h \
+       vasnprintf.h
 
 gst-universe.svg: gst-universe.dot
        -dot -Tsvg $< | sed 's/\(font-size:[0-9]*\.[0-9]*\);/\1px;/g' >$@