Skip to content

Commit

Permalink
ipc: pbuf: fix incorrect doxygen group
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dcpleung authored and fabiobaltieri committed Nov 15, 2023
1 parent 24b004f commit 6bb46c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/zephyr/ipc/pbuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ extern "C" {

/**
* @brief Packed buffer API
* @ingroup kernel_apis
* @defgroup pbuf Packed Buffer API
* @ingroup ipc
* @{
*/

Expand Down

0 comments on commit 6bb46c7

Please sign in to comment.