From 79a55eadd0aaac9336df1f1ab4e74e2302184f7b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 25 Apr 2012 16:07:08 +0100 Subject: [PATCH 15/16] Format bullet lists correctly gtk-doc's subset of Markdown allows "-" as a bullet point, but not "*". --- telepathy-glib/account-channel-request.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/telepathy-glib/account-channel-request.c b/telepathy-glib/account-channel-request.c index 9abe534..0860554 100644 --- a/telepathy-glib/account-channel-request.c +++ b/telepathy-glib/account-channel-request.c @@ -1805,8 +1805,8 @@ tp_account_channel_request_set_target_id ( * After creating the request, you will also need to set the "target" * of the channel by calling one of the following functions: * - * * tp_account_channel_request_set_target_contact() - * * tp_account_channel_request_set_target_id() + * - tp_account_channel_request_set_target_contact() + * - tp_account_channel_request_set_target_id() * * Returns: a new #TpAccountChannelRequest object * @@ -1902,8 +1902,8 @@ tp_account_channel_request_set_request_property ( * After creating the request, you will usually also need to set the "target" * of the channel by calling one of the following functions: * - * * tp_account_channel_request_set_target_contact() - * * tp_account_channel_request_set_target_id() + * - tp_account_channel_request_set_target_contact() + * - tp_account_channel_request_set_target_id() * * To call a contact, either use * tp_account_channel_request_set_target_contact() or one of the generic @@ -2023,8 +2023,8 @@ tp_account_channel_request_new_audio_video_call ( * After creating the request, you will also need to set the "target" * of the channel by calling one of the following functions: * - * * tp_account_channel_request_set_target_contact() - * * tp_account_channel_request_set_target_id() + * - tp_account_channel_request_set_target_contact() + * - tp_account_channel_request_set_target_id() * * Returns: a new #TpAccountChannelRequest object * -- 1.7.10