From 5b09936389794e30d450821ae91ce5049b868349 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 11 Jul 2017 10:34:13 +0200 Subject: [PATCH] Added missing group to LinphoneHeaders --- include/linphone/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linphone/types.h b/include/linphone/types.h index 9d65dce72..7a10f54ed 100644 --- a/include/linphone/types.h +++ b/include/linphone/types.h @@ -1262,6 +1262,7 @@ typedef int LinphoneStatus; /** * Object representing a chain of protocol headers. * It provides read/write access to the headers of the underlying protocol. + * @ingroup misc **/ typedef struct _LinphoneHeaders LinphoneHeaders;