From 6bb46c7fe7069ed5b67f5d8ee0ba2909ac329921 Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Mon, 13 Nov 2023 15:41:23 -0800 Subject: [PATCH] ipc: pbuf: fix incorrect doxygen group The ipc/pbuf was tagged as kernel API, which is not correct. As this is for IPC, move it under IPC doxygen group and also give it its own subgroup. So now the packed buffer API appears under IPC in API doc. Signed-off-by: Daniel Leung --- include/zephyr/ipc/pbuf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/zephyr/ipc/pbuf.h b/include/zephyr/ipc/pbuf.h index 5f953522d3bd..7e61950c808d 100644 --- a/include/zephyr/ipc/pbuf.h +++ b/include/zephyr/ipc/pbuf.h @@ -16,7 +16,8 @@ extern "C" { /** * @brief Packed buffer API - * @ingroup kernel_apis + * @defgroup pbuf Packed Buffer API + * @ingroup ipc * @{ */