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/powerpc/virtex4/include/bsp.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'bsps/powerpc/virtex4/include/bsp.h') diff --git a/bsps/powerpc/virtex4/include/bsp.h b/bsps/powerpc/virtex4/include/bsp.h index 33ea704da8..d0ab96813d 100644 --- a/bsps/powerpc/virtex4/include/bsp.h +++ b/bsps/powerpc/virtex4/include/bsp.h @@ -1,3 +1,11 @@ +/** + * @file + * + * @ingroup RTEMSBSPsPowerPCVirtex4 + * + * @brief Global BSP definitions. + */ + /* * This include file contains all Virtex4 board IO definitions. */ @@ -42,6 +50,16 @@ #ifndef LIBBSP_POWERPC_VIRTEX4_BSP_H #define LIBBSP_POWERPC_VIRTEX4_BSP_H +/** + * @defgroup RTEMSBSPsPowerPCVirtex4 Xilinx Virtex-4 + * + * @ingroup RTEMSBSPsPowerPC + * + * @brief Xilinx Virtex-4 Board Support Package. + * + * @{ + */ + #include /* @@ -76,4 +94,6 @@ void zero_bss(void); #endif /* ASM */ +/** @} */ + #endif -- cgit v1.2.3