From f59489c76df22bbeb147d801afb3f3ae80979aca Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 2 Jul 2014 14:13:07 +0200 Subject: [PATCH] Small documentation fixes. --- coreapi/linphonecore.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 9da626732..40f6b8422 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -120,7 +120,6 @@ typedef enum _LinphoneTransportType LinphoneTransportType; * return NULL. * * @ingroup linphone_address - * @var LinphoneAddress */ typedef struct SalAddress LinphoneAddress; @@ -2508,7 +2507,12 @@ LINPHONE_PUBLIC void linphone_core_init_default_params(LinphoneCore*lc, Linphone */ LINPHONE_PUBLIC bool_t linphone_core_tunnel_available(void); +/** + * Linphone tunnel object. + * @ingroup tunnel + */ typedef struct _LinphoneTunnel LinphoneTunnel; + /** * get tunnel instance if available */