mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
docs: ignore libcheck headers that use doxygen comments
This commit is contained in:
parent
7326d4d71b
commit
0461c9f21d
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,7 @@ DOC_SOURCE_DIR=$(top_srcdir)/libs/gst
|
|||
SCAN_OPTIONS=--deprecated-guards="GST_DISABLE_DEPRECATED"
|
||||
|
||||
# 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.
|
||||
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.
|
||||
IGNORE_HFILES = \
|
||||
check/libcheck check/internal-check.h \
|
||||
gstinterpolationcontrolsourceprivate.h \
|
||||
gstlfocontrolsourceprivate.h \
|
||||
gstgetbits_inl.h \
|
||||
|
|
Loading…
Reference in a new issue