[glib] gio docs: don't scan subdirectories
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gio docs: don't scan subdirectories
- Date: Mon, 5 Sep 2011 23:10:39 +0000 (UTC)
commit 1f9c189e2095ed0372fa1960da5cce2d6774af65
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Sep 5 19:10:04 2011 -0400
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
<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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]