summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 14:39:38 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 14:39:38 +0100
commit46a688feb51a2ead968eafe38bda17658aeb078e (patch)
tree7c37c998e91c8ff36ec05a92f1ca97523ee8f93b
parentec71e88e08d6c014023ebd34d9e8b91db69629fa (diff)
TpBaseConnection: use /* */ rather than /** */ for private methods
This way, we don't need to worry about gtk-doc or g-i picking them up.
-rw-r--r--telepathy-glib/base-connection.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 8910e9c7f..503688653 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -2020,8 +2020,8 @@ tp_base_connection_inspect_handles (TpSvcConnection *iface,
#define DEBUG_FLAG TP_DEBUG_CONNECTION
#include "telepathy-glib/debug-internal.h"
-/**
- * list_channel_factory_foreach_one: (skip)
+/*
+ * list_channel_factory_foreach_one:
* @chan: a channel
* @data: a GPtrArray in which channel information should be stored
*
@@ -2067,8 +2067,8 @@ list_channel_factory_foreach_one (TpChannelIface *chan,
}
-/**
- * list_channel_manager_foreach_one: (skip)
+/*
+ * list_channel_manager_foreach_one:
* @chan: a channel
* @data: a GPtrArray in which channel information should be stored
*