From 7dab49b520c5576e58280b05962679cd3da3425e Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 7 Feb 2017 17:32:51 +0100 Subject: [PATCH] Add missing group definitions in documentation. --- include/linphone/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linphone/types.h b/include/linphone/types.h index a9c901de3..de36ef005 100644 --- a/include/linphone/types.h +++ b/include/linphone/types.h @@ -436,6 +436,7 @@ typedef struct _LinphoneFriendList LinphoneFriendList; /** * An object to handle the callbacks for LinphoneFriend synchronization. + * @ingroup buddy_list **/ typedef struct _LinphoneFriendListCbs LinphoneFriendListCbs; @@ -822,6 +823,7 @@ typedef struct _LinphoneProxyConfig LinphoneProxyConfig; /** * Enum for publish states. + * @ingroup event_api **/ typedef enum _LinphonePublishState{ LinphonePublishNone, /**< Initial state, do not use */