From 996a6a0d0f8c48f60bf33cfa6866af2ddd79f0d5 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 9 Jan 2014 11:13:36 +0100 Subject: [PATCH] Add LinphoneTransportType typedef documentation to the linphone_address group. --- coreapi/linphonecore.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index b6532e2f2..0ad6030da 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -102,6 +102,10 @@ enum _LinphoneTransportType{ }; /*this enum MUST be kept in sync with the SalTransport from sal.h*/ +/** + * Typedef for transport type enum. + * @ingroup linphone_address +**/ typedef enum _LinphoneTransportType LinphoneTransportType; /**