mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
meson: docs: update api decorators to ignore
This commit is contained in:
parent
99df754c22
commit
e1ac1bc3a8
2 changed files with 2 additions and 2 deletions
|
@ -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)"'],
|
||||
|
|
|
@ -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)"'],
|
||||
|
|
Loading…
Reference in a new issue