docs: add index for new symbols in 1.14
[platform/upstream/gstreamer.git] / docs / libs / meson.build
1 types = configure_file(input : 'gstreamer-libs.types',
2   output : 'gstreamer-libs.types',
3   configuration : configuration_data())
4
5 gnome.gtkdoc('gstreamer-libs',
6   main_sgml : 'gstreamer-libs-docs.sgml',
7   src_dir : '@0@/../../libs/gst'.format(meson.current_source_dir()),
8   scan_args : ['--deprecated-guards=GST_DISABLE_DEPRECATED',
9             '--ignore-decorators=GST_EXPORT',
10             '--ignore-headers=gettext.h glib-compat-private.h glib-compat.h gst-i18n-app.h gst-i18n-lib.h gst_private.h gstelementdetails.h gstmacros.h grammar.tab.h grammar.tab.pre.h math-compat.h types.h'
11             ],
12   scanobjs_args : ['--type-init-func="gst_init(NULL,NULL)"'],
13   gobject_typesfile : types,
14   content_files : [version_entities],
15   dependencies : [gst_base_dep, gst_check_dep,  gst_controller_dep, gst_net_dep],
16   install : true)