diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-10-07 11:18:33 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-10-07 11:18:33 +0200 |
| commit | 2db79403563179c1a29e6292172f5563acf13c70 (patch) | |
| tree | 7ffefc53c347326e24f28785241f1409a1ecbbf6 /docs/libnm/meson.build | |
| parent | 5b9d4e305df987ddad7f3d05afd709a70cddf7fd (diff) | |
| parent | 790e3946f0274a272fdda4d8697ce31a757a48d2 (diff) | |
Merge remote-tracking branch 'salsa/master'
Diffstat (limited to 'docs/libnm/meson.build')
| -rw-r--r-- | docs/libnm/meson.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/libnm/meson.build b/docs/libnm/meson.build index 3403b339..b4a23729 100644 --- a/docs/libnm/meson.build +++ b/docs/libnm/meson.build @@ -32,9 +32,6 @@ configure_file( configuration: version_conf, ) -result = run_command(join_paths(meson.source_root(), 'tools', 'decorators.sh'), - join_paths(meson.source_root(), 'libnm-core', 'nm-version.h')) - gnome.gtkdoc( doc_module, main_xml: doc_module + '-docs.xml', @@ -46,7 +43,7 @@ gnome.gtkdoc( scan_args: [ '--rebuild-types', '--rebuild-sections', - '--ignore-decorators=' + result.stdout().strip(), + '--ignore-decorators=NM_AVAILABLE_IN_\d_\d\d?|NM_DEPRECATED_IN_\d_\d\d?', '--ignore-headers=' + ' '.join(private_headers), ], scanobjs_args: '--type-init-func="g_type_init();"', |