From c578229f92c9da940e01639df1998480180ab309 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 19 Aug 2015 10:27:26 +0200 Subject: [PATCH] Fix automatic wrapper generation. --- coreapi/linphonecore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index c55bcfd6e..c0d48b1f3 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -878,6 +878,7 @@ LINPHONE_PUBLIC bool_t linphone_call_echo_limiter_enabled(const LinphoneCall *ca /** * Enum describing type of audio route. + * @ingroup call_control **/ enum _LinphoneAudioRoute { LinphoneAudioRouteEarpiece = MSAudioRouteEarpiece, @@ -886,6 +887,7 @@ enum _LinphoneAudioRoute { /** * Enum describing type of audio route. + * @ingroup call_control **/ typedef enum _LinphoneAudioRoute LinphoneAudioRoute;