doc: fix IGNORE_HFILES in libnm-glib

nm-dbus-helpers-private.h is a private header file to libnm-glib/.

nm-settings-connection-glue.h and nm-settings-glue.h are not part
of libnm-glib/, they are inside src/.

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-10-30 16:33:32 +01:00
parent 8b64b8012b
commit b0e29b5bd3

View file

@ -30,13 +30,12 @@ CFILE_GLOB=$(top_srcdir)/libnm-glib/*.c
# Header files to ignore when scanning.
IGNORE_HFILES= \
nm-dbus-helpers-private.h \
nm-device-private.h \
nm-object-cache.h \
nm-object-private.h \
nm-remote-connection-private.h \
nm-types-private.h \
nm-settings-connection-glue.h \
nm-settings-glue.h \
nm-secret-agent-glue.h \
nm-vpn-plugin-glue.h