app_memdomain: doc: Properly mount doc page

Properly mount App memory domain APIs into Doxygen doc
hierarchy.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-07-18 18:44:26 +02:00 committed by Fabio Baltieri
parent d8147ce648
commit 61c38379ba
1 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,13 @@
#include <zephyr/sys/dlist.h>
#include <zephyr/kernel.h>
/**
* @brief Application memory domain APIs
* @defgroup mem_domain_apis_app Application memory domain APIs
* @ingroup mem_domain_apis
* @{
*/
#ifdef CONFIG_USERSPACE
/**
@ -142,4 +149,9 @@ struct z_app_region {
#define K_APPMEM_PARTITION_DEFINE(name)
#endif /* CONFIG_USERSPACE */
/**
* @}
*/
#endif /* ZEPHYR_INCLUDE_APP_MEMORY_APP_MEMDOMAIN_H_ */