summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--telepathy-glib/contact.c2
-rw-r--r--telepathy-glib/introspection.am2
-rw-r--r--telepathy-glib/proxy.c2
-rw-r--r--tools/c-constants-gen.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c
index 4430174f3..76702c34b 100644
--- a/telepathy-glib/contact.c
+++ b/telepathy-glib/contact.c
@@ -122,7 +122,7 @@ struct _TpContact {
*/
/**
- * NUM_TP_CONTACT_FEATURES:
+ * NUM_TP_CONTACT_FEATURES: (skip)
*
* 1 higher than the highest #TpContactFeature supported by this version of
* telepathy-glib.
diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am
index 1bd1978e5..87030c92e 100644
--- a/telepathy-glib/introspection.am
+++ b/telepathy-glib/introspection.am
@@ -62,7 +62,7 @@ INTROSPECTION_FILES = \
$(srcdir)/signalled-message.c $(srcdir)/signalled-message.h \
$(srcdir)/channel-dispatcher.c $(srcdir)/channel-dispatcher.h \
$(srcdir)/errors.c $(srcdir)/errors.h \
- _gen/telepathy-enums.h \
+ _gen/telepathy-enums.h _gen/telepathy-enums-gtk-doc.h \
_gen/telepathy-interfaces.h \
$(NULL)
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index 7437ec3e6..aabbce5c4 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -105,7 +105,7 @@ tp_dbus_errors_quark (void)
*/
/**
- * NUM_TP_DBUS_ERRORS:
+ * NUM_TP_DBUS_ERRORS: (skip)
*
* 1 more than the highest valid #TpDBusError at the time of compilation
*
diff --git a/tools/c-constants-gen.py b/tools/c-constants-gen.py
index 188ab82ac..ff2a24d47 100644
--- a/tools/c-constants-gen.py
+++ b/tools/c-constants-gen.py
@@ -123,7 +123,7 @@ extern "C" {
self.d("""\
/**
- * NUM_%(upper-plural)s:
+ * NUM_%(upper-plural)s: (skip)
*
* 1 higher than the highest valid value of #%(mixed-name)s.
*/