docs: Ignore some private/uninstalled header files

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-11-23 13:24:24 +00:00
parent 49fe320909
commit 2b15b436c7
2 changed files with 12 additions and 0 deletions

View File

@ -47,6 +47,7 @@ IGNORE_HFILES = \
gdbusdaemon.h \ gdbusdaemon.h \
gdbusprivate.h \ gdbusprivate.h \
gdelayedsettingsbackend.h \ gdelayedsettingsbackend.h \
gdocumentportal.h \
gdummyfile.h \ gdummyfile.h \
gdummyproxyresolver.h \ gdummyproxyresolver.h \
gdummytlsbackend.h \ gdummytlsbackend.h \
@ -56,6 +57,9 @@ IGNORE_HFILES = \
giomodule-priv.h \ giomodule-priv.h \
gioprivate.h \ gioprivate.h \
giowin32-priv.h \ giowin32-priv.h \
gio_probes.h \
gio_trace.h \
gio-tool.h \
glocaldirectorymonitor.h \ glocaldirectorymonitor.h \
glocalfileenumerator.h \ glocalfileenumerator.h \
glocalfile.h \ glocalfile.h \
@ -74,7 +78,9 @@ IGNORE_HFILES = \
gnetworkmonitorportal.h \ gnetworkmonitorportal.h \
gnotificationbackend.h \ gnotificationbackend.h \
gnotification-private.h \ gnotification-private.h \
gopenuriportal.h \
gpollfilemonitor.h \ gpollfilemonitor.h \
gportalsupport.h \
gproxyresolverportal.h \ gproxyresolverportal.h \
gregistrysettingsbackend.h \ gregistrysettingsbackend.h \
gresourcefile.h \ gresourcefile.h \

View File

@ -28,6 +28,7 @@ if get_option('gtk_doc')
'gdbusdaemon.h', 'gdbusdaemon.h',
'gdbusprivate.h', 'gdbusprivate.h',
'gdelayedsettingsbackend.h', 'gdelayedsettingsbackend.h',
'gdocumentportal.h',
'gdummyfile.h', 'gdummyfile.h',
'gdummyproxyresolver.h', 'gdummyproxyresolver.h',
'gdummytlsbackend.h', 'gdummytlsbackend.h',
@ -37,6 +38,9 @@ if get_option('gtk_doc')
'giomodule-priv.h', 'giomodule-priv.h',
'gioprivate.h', 'gioprivate.h',
'giowin32-priv.h', 'giowin32-priv.h',
'gio_probes.h',
'gio_trace.h',
'gio-tool.h',
'glocaldirectorymonitor.h', 'glocaldirectorymonitor.h',
'glocalfileenumerator.h', 'glocalfileenumerator.h',
'glocalfile.h', 'glocalfile.h',
@ -55,7 +59,9 @@ if get_option('gtk_doc')
'gnetworkmonitorportal.h', 'gnetworkmonitorportal.h',
'gnotificationbackend.h', 'gnotificationbackend.h',
'gnotification-private.h', 'gnotification-private.h',
'gopenuriportal.h',
'gpollfilemonitor.h', 'gpollfilemonitor.h',
'gportalsupport.h',
'gproxyresolverportal.h', 'gproxyresolverportal.h',
'gregistrysettingsbackend.h', 'gregistrysettingsbackend.h',
'gresourcefile.h', 'gresourcefile.h',