diff --git a/include/linphone/core.h b/include/linphone/core.h index 0aa2ddfd2..c7feb4398 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -167,6 +167,7 @@ typedef void (*LinphoneCoreCbFunc)(LinphoneCore *lc,void * user_data); /** * This structure holds all callbacks that the application should implement. * None is mandatory. + * @donotwrap **/ typedef struct _LinphoneCoreVTable{ LinphoneCoreGlobalStateChangedCb global_state_changed; /**