summary refs log tree commit diff
path: root/docs/libnm/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm/Makefile.in')
-rw-r--r--docs/libnm/Makefile.in33
1 files changed, 11 insertions, 22 deletions
diff --git a/docs/libnm/Makefile.in b/docs/libnm/Makefile.in
index 50f83203..bb172277 100644
--- a/docs/libnm/Makefile.in
+++ b/docs/libnm/Makefile.in
@@ -475,7 +475,7 @@ DOC_SOURCE_DIR = \
 
 
 # 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
@@ -489,41 +489,30 @@ CFILE_GLOB = $(top_srcdir)/src/libnm-core-impl/*.c $(top_srcdir)/src/libnm-clien
 
 # 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)