From aa91007067e6406de9a135b6d366f7c0f5713821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 17 May 2018 10:30:09 +0200 Subject: [PATCH] Fixes Doxygen docstring. --- include/linphone/proxy_config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/linphone/proxy_config.h b/include/linphone/proxy_config.h index 3bdd9df4b..5242a71e1 100644 --- a/include/linphone/proxy_config.h +++ b/include/linphone/proxy_config.h @@ -117,8 +117,9 @@ LINPHONE_PUBLIC void linphone_proxy_config_set_expires(LinphoneProxyConfig *cfg, #define linphone_proxy_config_expires linphone_proxy_config_set_expires /** - * Indicates either or not, REGISTRATION must be issued for this #LinphoneProxyConfig . - *
In case this #LinphoneProxyConfig has been added to #LinphoneCore, follows the linphone_proxy_config_edit() rule. + * @brief Indicates either or not, REGISTRATION must be issued for this #LinphoneProxyConfig . + * + * In case this #LinphoneProxyConfig has been added to #LinphoneCore, follows the linphone_proxy_config_edit() rule. * @param[in] cfg #LinphoneProxyConfig object. * @param val if true, registration will be engaged */