From c991eeeccc21901011ddd9ecc626c4d164fe2041 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Mar 2019 15:32:15 +0100 Subject: bsps: Adjust bsp.h Doxygen groups Update #3706. --- bsps/moxie/moxiesim/include/bsp.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'bsps/moxie/moxiesim/include/bsp.h') diff --git a/bsps/moxie/moxiesim/include/bsp.h b/bsps/moxie/moxiesim/include/bsp.h index 276693c97a..31de7f11eb 100644 --- a/bsps/moxie/moxiesim/include/bsp.h +++ b/bsps/moxie/moxiesim/include/bsp.h @@ -1,3 +1,11 @@ +/** + * @file + * + * @ingroup RTEMSBSPsMoxieMoxieSim + * + * @brief Global BSP definitions. + */ + /* * This include file contains some definitions specific to the * moxie simulator in gdb. @@ -15,6 +23,16 @@ #ifndef LIBBSP_MOXIE_MOXIESIM_BSP_H #define LIBBSP_MOXIE_MOXIESIM_BSP_H +/** + * @defgroup RTEMSBSPsMoxieMoxieSim Simulator + * + * @ingroup RTEMSBSPsMoxie + * + * @brief Simulator Board Support Package. + * + * @{ + */ + #include #include @@ -32,4 +50,6 @@ void *clock_driver_sim_idle_body(uintptr_t); } #endif +/** @} */ + #endif -- cgit v1.2.3