Fixed issue in linphone_vcard_get_phone_numbers doxygen doc breaking python wrapper

This commit is contained in:
Sylvain Berfini 2016-03-31 11:55:44 +02:00
parent 17b95ac28b
commit 9497683bae

View file

@ -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);