From 2b6bcbc7f46423d17c18f2e2eafe52ac245e337f Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Fri, 19 May 2017 09:34:11 +0200 Subject: [PATCH] fix(conference): wrap correctly `get_participants --- include/linphone/conference.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linphone/conference.h b/include/linphone/conference.h index ab2ad2add..3caa31604 100644 --- a/include/linphone/conference.h +++ b/include/linphone/conference.h @@ -25,7 +25,7 @@ #ifndef LINPHONE_CONFERENCE_H #define LINPHONE_CONFERENCE_H - + #include "linphone/types.h" #ifdef __cplusplus @@ -54,7 +54,7 @@ LINPHONE_PUBLIC LinphoneConferenceParams *linphone_conference_params_ref(Linphon /** * Release a #LinphoneConferenceParams. * @param[in] params The #LinphoneConferenceParams to release. - */ + */ LINPHONE_PUBLIC void linphone_conference_params_unref(LinphoneConferenceParams *params); /** @@ -120,7 +120,7 @@ LINPHONE_PUBLIC bctbx_list_t *linphone_conference_get_participants(const Linphon /** * Invite participants to the conference, by supplying a list of LinphoneAddress * @param obj The conference. - * @param addresses bctbx_list_t of #LinphoneAddress object + * @param addresses \bctbx_list{LinphoneAddress} * @param params #LinphoneCallParams to use for inviting the participants. **/ LINPHONE_PUBLIC LinphoneStatus linphone_conference_invite_participants(LinphoneConference *conf, const bctbx_list_t *addresses, const LinphoneCallParams *params);