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/Makefile.in | |
| parent | 5b9d4e305df987ddad7f3d05afd709a70cddf7fd (diff) | |
| parent | 790e3946f0274a272fdda4d8697ce31a757a48d2 (diff) | |
Merge remote-tracking branch 'salsa/master'
Diffstat (limited to 'docs/libnm/Makefile.in')
| -rw-r--r-- | docs/libnm/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/libnm/Makefile.in b/docs/libnm/Makefile.in index e921fce2..da3d68da 100644 --- a/docs/libnm/Makefile.in +++ b/docs/libnm/Makefile.in @@ -463,10 +463,9 @@ DOC_SOURCE_DIR = \ $(top_srcdir)/libnm \ $(top_builddir)/libnm -decorators := $(shell $(top_srcdir)/tools/decorators.sh $(top_srcdir)/libnm-core/nm-version.h) # Extra options to supply to gtkdoc-scan. -SCAN_OPTIONS = --rebuild-types --rebuild-sections --ignore-decorators "$(decorators)" +SCAN_OPTIONS = --rebuild-types --rebuild-sections --ignore-decorators="NM_AVAILABLE_IN_\d_\d\d?|NM_DEPRECATED_IN_\d_\d\d?" # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS = --sgml-mode --output-format=xml |