mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +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
|
||||
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
|
||||
# if $(DOC_MODULE).types is non-empty.
|
||||
INCLUDES = \
|
||||
|
@ -2875,7 +2875,6 @@ G_ACTION
|
||||
<FILE>gsimpleaction</FILE>
|
||||
<TITLE>GSimpleAction</TITLE>
|
||||
GSimpleAction
|
||||
GSimpleActionClass
|
||||
|
||||
<SUBSECTION>
|
||||
g_simple_action_new
|
||||
@ -3215,7 +3214,7 @@ g_tls_server_connection_get_type
|
||||
<FILE>gtlspassword</FILE>
|
||||
<TITLE>GTlsPassword</TITLE>
|
||||
GTlsPassword
|
||||
GTlsPasswordInterface
|
||||
GTlsPasswordClass
|
||||
GTlsPasswordFlags
|
||||
g_tls_password_new
|
||||
g_tls_password_get_value
|
||||
|
Loading…
Reference in New Issue
Block a user