diff options
author | Simon McVittie <smcv@debian.org> | 2010-04-06 15:36:51 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-04-06 15:36:51 +0100 |
commit | a4b03a44f568fd8cf33531bf65972ae056bb28a6 (patch) | |
tree | 5a591c06a720425b84080f2fae777045b74a5ce6 | |
parent | 8ffde7f7b28635b308db32a35e316af33b0f4226 (diff) |
Revert "docs: ignore internal headers"
This reverts commit 50d58d7fc610fa884f849df6103b533400bed52b.
Will tells me that *-protected.h are intended to be used in subclasses
(potentially external to Wocky), and pubsub-helpers.h is public too.
-rw-r--r-- | docs/reference/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 7bf5e2a..cd3baaa 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -54,10 +54,7 @@ CFILE_GLOB=$(top_srcdir)/wocky/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=\ - wocky-pubsub-helpers.h \ - wocky-pubsub-node-protected.h \ - wocky-pubsub-service-protected.h +IGNORE_HFILES= # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |