From 0e055ae4f9242d5b8be23746c1fa1ccd312fa923 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 6 Jan 2015 16:16:16 +0100 Subject: [PATCH] Fix documentation of linphone_proxy_config_get_transport(). --- coreapi/linphonecore.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 63ee7f7e0..2036ce0b0 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -1027,11 +1027,11 @@ LINPHONE_PUBLIC LinphoneReason linphone_proxy_config_get_error(const LinphonePro **/ LINPHONE_PUBLIC const LinphoneErrorInfo *linphone_proxy_config_get_error_info(const LinphoneProxyConfig *cfg); -/* - * return the transport from either : service route, route, or addr - * @returns cfg object - * @return transport as string (I.E udp, tcp, tls, dtls)*/ - +/** + * Get the transport from either service route, route or addr. + * @param[in] cfg #LinphoneProxyConfig object. + * @returns The transport as a string (I.E udp, tcp, tls, dtls) +**/ LINPHONE_PUBLIC const char* linphone_proxy_config_get_transport(const LinphoneProxyConfig *cfg);