meson: docs: update api decorators to ignore
diff --git a/docs/gst/meson.build b/docs/gst/meson.build
index dcc43ab..b979823 100644
--- a/docs/gst/meson.build
+++ b/docs/gst/meson.build
@@ -6,7 +6,7 @@
   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 92dea6d..4748276 100644
--- a/docs/libs/meson.build
+++ b/docs/libs/meson.build
@@ -6,7 +6,7 @@
   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)"'],