Add LinphoneTransportType typedef documentation to the linphone_address group.

This commit is contained in:
Ghislain MARY 2014-01-09 11:13:36 +01:00
parent ae6948ded3
commit 996a6a0d0f

View file

@ -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;
/**