docs/libnm: fix gtkdoc-scan ignore lists
These went out of date and now all sorts of useless junk is included in the libnm documentation They contain everything outside *-public/ (perhaps they could be generated, but I'm not doing that) and nm-core-types.h (because that one confuses gtk-doc in an outrageous manner).
This commit is contained in:
@@ -38,41 +38,30 @@ CFILE_GLOB=$(top_srcdir)/src/libnm-core-impl/*.c $(top_srcdir)/src/libnm-client-
|
|||||||
|
|
||||||
# Header files to ignore when scanning.
|
# Header files to ignore when scanning.
|
||||||
IGNORE_HFILES= \
|
IGNORE_HFILES= \
|
||||||
common.h \
|
nm-core-types.h \
|
||||||
nm-core-internal.h \
|
\
|
||||||
nm-core-tests-enum-types.h \
|
|
||||||
nm-crypto-impl.h \
|
|
||||||
nm-crypto.h \
|
|
||||||
nm-dbus-helpers.h \
|
nm-dbus-helpers.h \
|
||||||
nm-default-libnm-core.h \
|
nm-default-libnm.h \
|
||||||
nm-device-private.h \
|
nm-device-private.h \
|
||||||
nm-dhcp4-config.h \
|
nm-dhcp4-config.h \
|
||||||
nm-dhcp6-config.h \
|
nm-dhcp6-config.h \
|
||||||
nm-dns-manager.h \
|
nm-dns-manager.h \
|
||||||
nm-ip4-config.h \
|
nm-ip4-config.h \
|
||||||
nm-ip6-config.h \
|
nm-ip6-config.h \
|
||||||
nm-manager.h \
|
nm-libnm-utils.h \
|
||||||
nm-object-private.h \
|
nm-object-private.h \
|
||||||
nm-property-compare.h \
|
|
||||||
nm-remote-connection-private.h \
|
nm-remote-connection-private.h \
|
||||||
|
\
|
||||||
|
nm-connection-private.h \
|
||||||
|
nm-default-libnm-core.h \
|
||||||
|
nm-property-compare.h \
|
||||||
nm-setting-private.h \
|
nm-setting-private.h \
|
||||||
|
nm-team-utils.h \
|
||||||
nm-utils-private.h \
|
nm-utils-private.h \
|
||||||
\
|
\
|
||||||
|
nm-core-tests-enum-types.h \
|
||||||
test-general-enums.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)
|
$(NULL)
|
||||||
|
|
||||||
# Images to copy into HTML directory.
|
# Images to copy into HTML directory.
|
||||||
|
@@ -1,38 +1,29 @@
|
|||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
private_headers = [
|
private_headers = [
|
||||||
'common.h',
|
'nm-core-types.h',
|
||||||
'nm-core-internal.h',
|
|
||||||
'nm-core-tests-enum-types.h',
|
|
||||||
'nm-crypto-impl.h',
|
|
||||||
'nm-crypto.h',
|
|
||||||
'nm-dbus-helpers.h',
|
'nm-dbus-helpers.h',
|
||||||
'nm-default-libnm-core.h',
|
'nm-default-libnm.h',
|
||||||
'nm-device-private.h',
|
'nm-device-private.h',
|
||||||
'nm-dhcp4-config.h',
|
'nm-dhcp4-config.h',
|
||||||
'nm-dhcp6-config.h',
|
'nm-dhcp6-config.h',
|
||||||
'nm-dns-manager.h',
|
'nm-dns-manager.h',
|
||||||
'nm-ip4-config.h',
|
'nm-ip4-config.h',
|
||||||
'nm-ip6-config.h',
|
'nm-ip6-config.h',
|
||||||
'nm-manager.h',
|
'nm-libnm-utils.h',
|
||||||
'nm-object-private.h',
|
'nm-object-private.h',
|
||||||
'nm-property-compare.h',
|
|
||||||
'nm-remote-connection-private.h',
|
'nm-remote-connection-private.h',
|
||||||
|
|
||||||
|
'nm-connection-private.h',
|
||||||
|
'nm-default-libnm-core.h',
|
||||||
|
'nm-property-compare.h',
|
||||||
'nm-setting-private.h',
|
'nm-setting-private.h',
|
||||||
|
'nm-team-utils.h',
|
||||||
'nm-utils-private.h',
|
'nm-utils-private.h',
|
||||||
|
|
||||||
|
'nm-core-tests-enum-types.h',
|
||||||
'test-general-enums.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',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
scan_args = [
|
scan_args = [
|
||||||
|
Reference in New Issue
Block a user