mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
gio docs: don't scan subdirectories
This clears up >50% of the huge warning spew from building GIO docs.
This commit is contained in:
parent
c14a971f32
commit
1f9c189e20
@ -19,6 +19,17 @@ BUILT_HFILES=gioenumtypes.h
|
|||||||
HFILE_GLOB=$(top_srcdir)/gio/*.h
|
HFILE_GLOB=$(top_srcdir)/gio/*.h
|
||||||
CFILE_GLOB=$(top_srcdir)/gio/*.c
|
CFILE_GLOB=$(top_srcdir)/gio/*.c
|
||||||
|
|
||||||
|
IGNORE_HFILES = \
|
||||||
|
fam \
|
||||||
|
fen \
|
||||||
|
gdbus-2.0 \
|
||||||
|
gvdb \
|
||||||
|
inotify \
|
||||||
|
libasyncns \
|
||||||
|
tests \
|
||||||
|
win32 \
|
||||||
|
xdgmime
|
||||||
|
|
||||||
# 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 = \
|
||||||
|
@ -2875,7 +2875,6 @@ G_ACTION
|
|||||||
<FILE>gsimpleaction</FILE>
|
<FILE>gsimpleaction</FILE>
|
||||||
<TITLE>GSimpleAction</TITLE>
|
<TITLE>GSimpleAction</TITLE>
|
||||||
GSimpleAction
|
GSimpleAction
|
||||||
GSimpleActionClass
|
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
g_simple_action_new
|
g_simple_action_new
|
||||||
@ -3215,7 +3214,7 @@ g_tls_server_connection_get_type
|
|||||||
<FILE>gtlspassword</FILE>
|
<FILE>gtlspassword</FILE>
|
||||||
<TITLE>GTlsPassword</TITLE>
|
<TITLE>GTlsPassword</TITLE>
|
||||||
GTlsPassword
|
GTlsPassword
|
||||||
GTlsPasswordInterface
|
GTlsPasswordClass
|
||||||
GTlsPasswordFlags
|
GTlsPasswordFlags
|
||||||
g_tls_password_new
|
g_tls_password_new
|
||||||
g_tls_password_get_value
|
g_tls_password_get_value
|
||||||
|
Loading…
Reference in New Issue
Block a user