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