From a51a43fc848edec39db33b50e333000c2b4363b2 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Thu, 5 May 2016 09:27:11 +0200 Subject: [PATCH] docs: libnm: add type headers to scan list nm-core-types.h and nm-types.h contain the actual definition of types and gtk-doc won't generate a "Implemented interfaces" section if they are not included. https://bugzilla.gnome.org/show_bug.cgi?id=765983 --- docs/libnm/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am index 131752328..f3f0cf7eb 100644 --- a/docs/libnm/Makefile.am +++ b/docs/libnm/Makefile.am @@ -38,7 +38,6 @@ IGNORE_HFILES= \ crypto.h \ nm-dbus-helpers.h \ nm-core-internal.h \ - nm-core-types.h \ nm-core-types-internal.h \ nm-device-private.h \ nm-dhcp4-config.h \ @@ -52,7 +51,6 @@ IGNORE_HFILES= \ nm-remote-connection-private.h \ nm-remote-settings.h \ nm-setting-private.h \ - nm-types.h \ nm-utils-private.h \ nm-core-tests-enum-types.h \ nm-keyfile-internal.h \