From 1f9c189e2095ed0372fa1960da5cce2d6774af65 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 5 Sep 2011 19:10:04 -0400 Subject: [PATCH] gio docs: don't scan subdirectories This clears up >50% of the huge warning spew from building GIO docs. --- docs/reference/gio/Makefile.am | 11 +++++++++++ docs/reference/gio/gio-sections.txt | 3 +-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am index 2191ca5..a87d824 100644 --- a/docs/reference/gio/Makefile.am +++ b/docs/reference/gio/Makefile.am @@ -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 = \ diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index 8996901..324d66c 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -2875,7 +2875,6 @@ G_ACTION gsimpleaction GSimpleAction GSimpleAction -GSimpleActionClass g_simple_action_new @@ -3215,7 +3214,7 @@ g_tls_server_connection_get_type gtlspassword GTlsPassword GTlsPassword -GTlsPasswordInterface +GTlsPasswordClass GTlsPasswordFlags g_tls_password_new g_tls_password_get_value -- 2.7.4