mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
docs/libs/: Ignore private controller headers for docs.
Original commit message from CVS: * docs/libs/Makefile.am: * docs/libs/gstreamer-libs-sections.txt: Ignore private controller headers for docs.
This commit is contained in:
parent
18d8507c0b
commit
e188794cdf
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
* docs/libs/Makefile.am:
|
||||
* docs/libs/gstreamer-libs-sections.txt:
|
||||
Ignore private controller headers for docs.
|
||||
|
||||
2008-05-03 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* libs/gst/controller/gstcontrollerprivate.h:
|
||||
|
|
|
@ -69,6 +69,9 @@ SCANOBJ_OPTIONS=--type-init-func="g_type_init();gst_init(&argc,&argv)"
|
|||
|
||||
# Header files to ignore when scanning.
|
||||
IGNORE_HFILES = \
|
||||
gstinterpolationcontrolsourceprivate.h \
|
||||
gstlfocontrolsourceprivate.h \
|
||||
gstcontrollerprivate.h \
|
||||
gstgetbits_inl.h \
|
||||
dp-private.h
|
||||
|
||||
|
|
|
@ -91,7 +91,6 @@ GST_IS_CONTROLLER_CLASS
|
|||
GST_CONTROLLER_GET_CLASS
|
||||
GST_TYPE_CONTROLLER
|
||||
<SUBSECTION Private>
|
||||
GST_CONTROLLED_PROPERTY
|
||||
gst_controller_get_type
|
||||
</SECTION>
|
||||
|
||||
|
|
Loading…
Reference in a new issue