summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/lib/Makefile.am2
-rw-r--r--telepathy-farsight/stream-priv.h4
2 files changed, 3 insertions, 3 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
diff --git a/telepathy-farsight/stream-priv.h b/telepathy-farsight/stream-priv.h
index eb167cf..3e82a18 100644
--- a/telepathy-farsight/stream-priv.h
+++ b/telepathy-farsight/stream-priv.h
@@ -7,7 +7,7 @@ G_BEGIN_DECLS
typedef struct _TfStreamPrivate TfStreamPrivate;
-/**
+/*
* TfStream:
* @parent: the parent #GObject
* @stream_id: the ID of the stream (READ-ONLY)
@@ -26,7 +26,7 @@ struct _TfStream {
TfStreamPrivate *priv;
};
-/**
+/*
* TfStreamClass:
* @parent_class: the parent #GObjecClass
*