diff options
| author | Michael Biebl <biebl@debian.org> | 2023-02-10 11:50:34 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-02-10 11:50:34 +0100 |
| commit | 1372848511cb896b80b51ed1a3e9606bd9816631 (patch) | |
| tree | 674792b9385bdef935988894b45f06b2af39f88c /docs/libnm/Makefile.am | |
| parent | 40ec077ea305994c1fc2130add6787ca0c73e2c6 (diff) | |
New upstream version 1.42.0 upstream/1.42.0
Diffstat (limited to 'docs/libnm/Makefile.am')
| -rw-r--r-- | docs/libnm/Makefile.am | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am index 17244c12..928ea5ee 100644 --- a/docs/libnm/Makefile.am +++ b/docs/libnm/Makefile.am @@ -24,7 +24,7 @@ DOC_SOURCE_DIR= \ $(NULL) # Extra options to supply to gtkdoc-scan. -SCAN_OPTIONS=--rebuild-types --rebuild-sections --ignore-decorators="NM_AVAILABLE_IN_\d_\d\d?|NM_DEPRECATED_IN_\d_\d\d?" +SCAN_OPTIONS=--rebuild-types --rebuild-sections --ignore-decorators='NM_AVAILABLE_IN_\d+_\d+|NM_DEPRECATED_IN_\d+_\d+|NM_DEPRECATED_IN_\d+_\d+_FOR\(\)' # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS=--sgml-mode --output-format=xml @@ -38,41 +38,30 @@ CFILE_GLOB=$(top_srcdir)/src/libnm-core-impl/*.c $(top_srcdir)/src/libnm-client- # Header files to ignore when scanning. IGNORE_HFILES= \ - common.h \ - nm-core-internal.h \ - nm-core-tests-enum-types.h \ - nm-crypto-impl.h \ - nm-crypto.h \ + nm-core-types.h \ + \ nm-dbus-helpers.h \ - nm-default-libnm-core.h \ + nm-default-libnm.h \ nm-device-private.h \ nm-dhcp4-config.h \ nm-dhcp6-config.h \ nm-dns-manager.h \ nm-ip4-config.h \ nm-ip6-config.h \ - nm-manager.h \ + nm-libnm-utils.h \ nm-object-private.h \ - nm-property-compare.h \ nm-remote-connection-private.h \ + \ + nm-connection-private.h \ + nm-default-libnm-core.h \ + nm-property-compare.h \ nm-setting-private.h \ + nm-team-utils.h \ nm-utils-private.h \ \ + nm-core-tests-enum-types.h \ test-general-enums.h \ \ - nm-keyfile-internal.h \ - nm-keyfile-utils.h \ - \ - nm-auth-subject.h \ - nm-common-macros.h \ - nm-ethtool-base.h \ - nm-libnm-core-utils.h \ - \ - nm-dispatcher-api.h \ - nm-libnm-core-aux.h \ - \ - nm-libnm-aux.h \ - \ $(NULL) # Images to copy into HTML directory. |