From cf0738e43e5e3c9dd78a3f77124c736b5627d4f3 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Wed, 6 Jan 2016 17:54:44 +0100 Subject: [PATCH] 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. --- docs/gst/Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index a7d01057a5..d4b1d08f60 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' >$@