mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
docs fixes, see #117837
Original commit message from CVS: docs fixes, see #117837
This commit is contained in:
parent
091e1c3a75
commit
4481af601f
2 changed files with 5 additions and 1 deletions
|
@ -56,6 +56,7 @@ CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*.c
|
|||
|
||||
#SCANOBJ_DEPS = $(top_builddir)/gst/elements/libgstelements.la \
|
||||
# $(top_builddir)/gst/schedulers/libgstbasicomegascheduler.la
|
||||
SCANOBJ_DEPS = $(top_builddir)/libs/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
IGNORE_HFILES=
|
||||
|
@ -103,7 +104,7 @@ EXTRA_DIST = \
|
|||
$(extra_files) \
|
||||
$(HTML_IMAGES) \
|
||||
$(DOC_MAIN_SGML_FILE) \
|
||||
# $(DOC_MODULE).types \
|
||||
$(DOC_MODULE).types \
|
||||
$(DOC_MODULE)-sections.txt
|
||||
|
||||
DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
|
||||
|
|
|
@ -150,4 +150,7 @@ gst_idct_destroy
|
|||
<FILE>gstcontrol</FILE>
|
||||
<INCLUDE>libs/control/control.h</INCLUDE>
|
||||
gst_control_init
|
||||
gst_dparam_attach
|
||||
gst_dparam_detach
|
||||
gst_dparam_do_update_default
|
||||
</SECTION>
|
||||
|
|
Loading…
Reference in a new issue