From 9497683bae1ca8fba4f7e72e6975e89f1351874a Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 31 Mar 2016 11:55:44 +0200 Subject: [PATCH] Fixed issue in linphone_vcard_get_phone_numbers doxygen doc breaking python wrapper --- coreapi/linphonefriend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonefriend.h b/coreapi/linphonefriend.h index dac4afa24..693ee90f1 100644 --- a/coreapi/linphonefriend.h +++ b/coreapi/linphonefriend.h @@ -195,7 +195,7 @@ LINPHONE_PUBLIC void linphone_friend_add_phone_number(LinphoneFriend *lf, const /** * Returns a list of phone numbers for this friend * @param lf #LinphoneFriend object - * @return a MSList of phone numbers + * @return \mslist{const char *} */ LINPHONE_PUBLIC MSList* linphone_friend_get_phone_numbers(LinphoneFriend *lf);