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/v850/gdbv850sim/include/bsp.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'bsps/v850') diff --git a/bsps/v850/gdbv850sim/include/bsp.h b/bsps/v850/gdbv850sim/include/bsp.h index ac8b43024f..4a45943666 100644 --- a/bsps/v850/gdbv850sim/include/bsp.h +++ b/bsps/v850/gdbv850sim/include/bsp.h @@ -1,3 +1,10 @@ +/** + * @file + * + * @ingroup RTEMSBSPsV850GDBSim + * + * @brief Global BSP definitions. + */ /* * This include file contains some definitions specific to the * GDB simulator in gdb. @@ -15,6 +22,16 @@ #ifndef LIBBSP_V850_GDBV850SIM_BSP_H #define LIBBSP_V850_GDBV850SIM_BSP_H +/** + * @defgroup RTEMSBSPsV850GDBSim GDB Simulator + * + * @ingroup RTEMSBSPsV850 + * + * @brief GDB Simulator Board Support Package. + * + * @{ + */ + #include #include @@ -32,4 +49,6 @@ void *clock_driver_sim_idle_body(uintptr_t); } #endif +/** @} */ + #endif -- cgit v1.2.3