mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
docs: fix gtk-doc build and make distcheck for me
This commit is contained in:
parent
533cc611cb
commit
d759aabf95
2 changed files with 18 additions and 2 deletions
|
@ -39,6 +39,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
|
|||
# gtk-doc will search all .c & .h files beneath here for inline comments
|
||||
# documenting functions and macros.
|
||||
DOC_SOURCE_DIR = $(top_srcdir)/ges/
|
||||
DOC_BUILD_DIR=$(top_builddir)/ges/
|
||||
|
||||
SCAN_OPTIONS=
|
||||
|
||||
|
@ -59,7 +60,9 @@ FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \
|
|||
HFILE_GLOB=$(DOC_SOURCE_DIR)/ges-*.h
|
||||
CFILE_GLOB=$(DOC_SOURCE_DIR)/ges-*.c
|
||||
|
||||
SCANOBJ_DEPS =
|
||||
SCANOBJ_DEPS = \
|
||||
$(top_builddir)/ges/libges-@GST_MAJORMINOR@.la
|
||||
|
||||
# Extra options to supply to gtkdoc-scan.
|
||||
SCANOBJ_OPTIONS=--type-init-func="g_type_init();gst_init(&argc,&argv)"
|
||||
|
||||
|
@ -89,7 +92,7 @@ extra_files =
|
|||
|
||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
|
||||
# contains GtkObjects/GObjects and you want to document signals and properties.
|
||||
GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir)
|
||||
GTKDOC_CFLAGS = -I$(top_builddir) $(GST_BASE_CFLAGS)
|
||||
GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS)
|
||||
|
||||
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
|
||||
|
|
13
docs/libs/ges.types
Normal file
13
docs/libs/ges.types
Normal file
|
@ -0,0 +1,13 @@
|
|||
ges_track_get_type
|
||||
ges_track_type_get_type
|
||||
ges_track_object_get_type
|
||||
ges_track_source_get_type
|
||||
ges_timeline_get_type
|
||||
ges_timeline_layer_get_type
|
||||
ges_timeline_object_get_type
|
||||
ges_timeline_pipeline_get_type
|
||||
ges_timeline_source_get_type
|
||||
ges_timeline_transition_get_type
|
||||
ges_cust_timeline_src_get_type
|
||||
ges_simple_timeline_layer_get_type
|
||||
|
Loading…
Reference in a new issue