diff --git a/coreapi/linphone_tunnel.h b/coreapi/linphone_tunnel.h index e07b33d7a..8bf94fcef 100644 --- a/coreapi/linphone_tunnel.h +++ b/coreapi/linphone_tunnel.h @@ -50,10 +50,13 @@ extern "C" typedef struct _LinphoneTunnelConfig LinphoneTunnelConfig; +/** + * Enum describing the tunnel modes. +**/ typedef enum _LinphoneTunnelMode { - LinphoneTunnelModeDisable, - LinphoneTunnelModeEnable, - LinphoneTunnelModeAuto + LinphoneTunnelModeDisable, /**< The tunnel is disabled. */ + LinphoneTunnelModeEnable, /**< The tunnel is enabled. */ + LinphoneTunnelModeAuto /**< The tunnel is enabled automatically if it is required. */ } LinphoneTunnelMode; /**