diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2010-09-10 16:39:18 +0300 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2010-09-10 16:39:41 +0300 |
commit | 13c24e193b808f3b9f47acdafdd0fccb043b2d6f (patch) | |
tree | a9270550ad816166626fce1b5ad227cf8dbe9058 /doc | |
parent | 3332fe6e7e0abbd0fd4e690aff6358d21480d4e3 (diff) |
Hide non-public objects from gtk-doc
Makes "make check" for gtk-doc happy
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index f056736..e42e24b 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -44,7 +44,7 @@ CFILE_GLOB=$(top_srcdir)/telepathy-farsight/channel.c $(top_srcdir)/telepathy-fa # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=session-priv.h *marshal.h +IGNORE_HFILES=session-priv.h stream-priv.h *marshal.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |