[next] telepathy-glib: Format bullet lists correctly
Simon McVittie
smcv at kemper.freedesktop.org
Mon Apr 30 11:57:31 PDT 2012
Module: telepathy-glib
Branch: next
Commit: 00a994237dc0f8b6bcbd2f11ac98e144399f7515
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=00a994237dc0f8b6bcbd2f11ac98e144399f7515
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Apr 25 16:07:08 2012 +0100
Format bullet lists correctly
gtk-doc's subset of Markdown allows "-" as a bullet point, but not "*".
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48780
---
telepathy-glib/account-channel-request.c | 12 ++++++------
1 files 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
*
More information about the telepathy-commits
mailing list