From: Stefan Sauer Date: Wed, 6 Jan 2016 16:54:44 +0000 (+0100) Subject: docs: exclude more header from doc-scan X-Git-Tag: 1.10.4~523 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf0738e43e5e3c9dd78a3f77124c736b5627d4f3;p=platform%2Fupstream%2Fgstreamer.git docs: exclude more header from doc-scan Exclude gst/printf/*.h and a few generated .h files from the api-scan. This makes -unused.txt report file from gtkdoc useful again. --- diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index a7d0105..d4b1d08 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -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' >$@