docs: ignore libcheck headers that use doxygen comments

This commit is contained in:
Stefan Sauer 2014-12-29 11:54:00 +01:00
parent 7326d4d71b
commit 0461c9f21d

View file

@ -25,7 +25,7 @@ DOC_SOURCE_DIR=$(top_srcdir)/libs/gst
SCAN_OPTIONS=--deprecated-guards="GST_DISABLE_DEPRECATED" SCAN_OPTIONS=--deprecated-guards="GST_DISABLE_DEPRECATED"
# Extra options to supply to gtkdoc-mkdb. # Extra options to supply to gtkdoc-mkdb.
MKDB_OPTIONS=--sgml-mode --output-format=xml MKDB_OPTIONS=--sgml-mode --output-format=xml --ignore-files="$(IGNORE_HFILES)"
# Extra options to supply to gtkdoc-fixref. # Extra options to supply to gtkdoc-fixref.
FIXXREF_OPTIONS=--extra-dir=$(top_builddir)/docs/gst/html \ FIXXREF_OPTIONS=--extra-dir=$(top_builddir)/docs/gst/html \
@ -41,6 +41,7 @@ SCANOBJ_OPTIONS=--type-init-func="gst_init(&argc,&argv)"
# Header files to ignore when scanning. # Header files to ignore when scanning.
IGNORE_HFILES = \ IGNORE_HFILES = \
check/libcheck check/internal-check.h \
gstinterpolationcontrolsourceprivate.h \ gstinterpolationcontrolsourceprivate.h \
gstlfocontrolsourceprivate.h \ gstlfocontrolsourceprivate.h \
gstgetbits_inl.h \ gstgetbits_inl.h \