diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-03-13 11:54:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-03-13 11:54:42 +0000 |
commit | e1ac1bc3a84a52c7917dbef2858d6234a73cde36 (patch) | |
tree | aa17413f289edb0f96799d34de4a6ce55f4f6ee4 | |
parent | 99df754c222f40baeade90e03a7808fce6461548 (diff) |
meson: docs: update api decorators to ignore
-rw-r--r-- | docs/gst/meson.build | 2 | ||||
-rw-r--r-- | docs/libs/meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/gst/meson.build b/docs/gst/meson.build index dcc43abb4..b9798232f 100644 --- a/docs/gst/meson.build +++ b/docs/gst/meson.build @@ -6,7 +6,7 @@ gnome.gtkdoc('gstreamer', main_sgml : 'gstreamer-docs.sgml', src_dir : '@0@/../../gst'.format(meson.current_source_dir()), scan_args : ['--deprecated-guards=GST_DISABLE_DEPRECATED', - '--ignore-decorators=GST_EXPORT', + '--ignore-decorators=GST_API', '--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' ], scanobjs_args : ['--type-init-func="gst_init(NULL,NULL)"'], diff --git a/docs/libs/meson.build b/docs/libs/meson.build index 92dea6ddc..4748276e3 100644 --- a/docs/libs/meson.build +++ b/docs/libs/meson.build @@ -6,7 +6,7 @@ gnome.gtkdoc('gstreamer-libs', main_sgml : 'gstreamer-libs-docs.sgml', src_dir : '@0@/../../libs/gst'.format(meson.current_source_dir()), scan_args : ['--deprecated-guards=GST_DISABLE_DEPRECATED', - '--ignore-decorators=GST_EXPORT', + '--ignore-decorators=GST_API|GST_BASE_API|GST_CHECK_API|GST_CONTROLLER_API|GST_NET_API', '--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' ], scanobjs_args : ['--type-init-func="gst_init(NULL,NULL)"'], |