From b10240dc4975d256f1f694f9a52edebc63d95c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Wed, 19 Apr 2017 14:59:49 +0200 Subject: [PATCH] Fix crash while parsing XML documentation --- include/linphone/core.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linphone/core.h b/include/linphone/core.h index f5631047e..81b14c284 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -3209,6 +3209,7 @@ LINPHONE_PUBLIC bool_t linphone_core_video_display_enabled(LinphoneCore *lc); * This policy defines whether: * - video shall be initiated by default for outgoing calls * - video shall be accepter by default for incoming calls + * * @param[in] lc LinphoneCore object * @param[in] policy The video policy to use * @ingroup media_parameters