mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add more internal headers for gtk-doc to ignore
This gives less bogus output in gio-unused.txt
This commit is contained in:
parent
c3f4e01627
commit
822abda451
@ -1,5 +1,5 @@
|
||||
include $(top_srcdir)/Makefile.decl
|
||||
NULL =
|
||||
NULL =
|
||||
|
||||
# The name of the module.
|
||||
DOC_MODULE=gio
|
||||
@ -18,7 +18,12 @@ CFILE_GLOB=$(top_srcdir)/gio/*.c
|
||||
|
||||
# Headers to ignore
|
||||
IGNORE_HFILES= \
|
||||
asyncns.h \
|
||||
fam-helper.h \
|
||||
fen-data.h \
|
||||
fen-helper.h \
|
||||
fen-kernel.h \
|
||||
fen-node.h \
|
||||
gasynchelper.h \
|
||||
gcontenttypeprivate.h \
|
||||
gdummyfile.h \
|
||||
@ -42,6 +47,7 @@ IGNORE_HFILES= \
|
||||
glocalfileoutputstream.h \
|
||||
glocalvfs.h \
|
||||
gnativevolumemonitor.h \
|
||||
gnetworkingprivate.h \
|
||||
gpollfilemonitor.h \
|
||||
gthreadedresolver.h \
|
||||
gunionvolumemonitor.h \
|
||||
@ -60,23 +66,25 @@ IGNORE_HFILES= \
|
||||
local_inotify.h \
|
||||
local_inotify_syscalls.h \
|
||||
xdgmime.h \
|
||||
xdgmimealias.h \
|
||||
xdgmimecache.h \
|
||||
xdgmimeglob.h \
|
||||
xdgmimeint.h \
|
||||
xdgmimemagic.h \
|
||||
xdgmimeparent.h \
|
||||
xdgmimealias.h \
|
||||
xdgmimecache.h \
|
||||
xdgmimeglob.h \
|
||||
xdgmimeint.h \
|
||||
xdgmimemagic.h \
|
||||
xdgmimeparent.h \
|
||||
xdgmimeicon.h \
|
||||
winhttp.h \
|
||||
$(NULL)
|
||||
|
||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||||
# if $(DOC_MODULE).types is non-empty.
|
||||
INCLUDES = \
|
||||
-I$(srcdir) \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/glib \
|
||||
-I$(srcdir) \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/glib \
|
||||
-I$(top_srcdir)/gobject \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_builddir)/glib \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_builddir)/glib \
|
||||
-I$(top_builddir)/gobject \
|
||||
$(GLIB_DEBUG_FLAGS)
|
||||
|
||||
@ -95,7 +103,7 @@ MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=g \
|
||||
HTML_IMAGES = \
|
||||
gvfs-overview.png
|
||||
|
||||
content_files = \
|
||||
content_files = \
|
||||
version.xml \
|
||||
overview.xml \
|
||||
migrating.xml
|
||||
@ -104,11 +112,11 @@ expand_content_files = \
|
||||
overview.xml \
|
||||
migrating.xml
|
||||
|
||||
extra_files = \
|
||||
extra_files = \
|
||||
version.xml.in \
|
||||
gvfs-overview.odg
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
EXTRA_DIST += \
|
||||
EXTRA_DIST += \
|
||||
version.xml.in
|
||||
|
Loading…
Reference in New Issue
Block a user