summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-06 15:35:16 -0400
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-06 15:35:16 -0400
commit5c58330c32f39a9dd6aaaef37f54461922cf6124 (patch)
treedf2115c1ace5f5e603aa7bf0244cf6d36c3fb37b /telepathy-glib/base-connection.c
parent5c4281431b16c48ce53d97bbc602137af4acab07 (diff)
downloadtelepathy-glib-5c58330c32f39a9dd6aaaef37f54461922cf6124.tar.gz
many fixes to documentation comments
fd.o#48363 was opened which complains about lots of documentation problems (which g-ir-scanner finds). While I was at it I did some grepping to find yet more problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/base-connection.c')
-rw-r--r--telepathy-glib/base-connection.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 44cb4b125..7729d85a7 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -159,8 +159,7 @@
* tp_base_connection_add_interfaces().
* @create_channel_managers: Create an array of channel managers for this
* Connection. At least one of this or @create_channel_factories must be set
- * by subclasses to a non-%NULL value.
- * Since: 0.7.15
+ * by subclasses to a non-%NULL value. Since: 0.7.15
*
* The class of a #TpBaseConnection. Many members are virtual methods etc.
* to be filled in in the subclass' class_init function.