summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-04-06 15:15:21 +0100
committerSimon McVittie <smcv@debian.org>2010-04-06 15:15:21 +0100
commit50d58d7fc610fa884f849df6103b533400bed52b (patch)
tree6401d6e6873d82ad7cd8e217a6765bb6ea16401a /docs
parent9d0ab4f57ecf752aedac931deb78f01fb66b5f14 (diff)
docs: ignore internal headers
From usage, I infer that wocky-pubsub-helpers.h is probably meant to be internal?
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index cd3baaa..7bf5e2a 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -54,7 +54,10 @@ CFILE_GLOB=$(top_srcdir)/wocky/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=
+IGNORE_HFILES=\
+ wocky-pubsub-helpers.h \
+ wocky-pubsub-node-protected.h \
+ wocky-pubsub-service-protected.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png