summaryrefslogtreecommitdiffstats
path: root/bsps/epiphany/epiphany_sim/include/bsp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-04 15:32:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-08 07:42:54 +0100
commitc991eeeccc21901011ddd9ecc626c4d164fe2041 (patch)
treed853f9d374984a213398d96927e76ec55ee546df /bsps/epiphany/epiphany_sim/include/bsp.h
parentshell: Correct argument order of `mfill` (diff)
downloadrtems-c991eeeccc21901011ddd9ecc626c4d164fe2041.tar.bz2
bsps: Adjust bsp.h Doxygen groups
Update #3706.
Diffstat (limited to 'bsps/epiphany/epiphany_sim/include/bsp.h')
-rw-r--r--bsps/epiphany/epiphany_sim/include/bsp.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/bsps/epiphany/epiphany_sim/include/bsp.h b/bsps/epiphany/epiphany_sim/include/bsp.h
index 46d495a8c5..36b3f1fad0 100644
--- a/bsps/epiphany/epiphany_sim/include/bsp.h
+++ b/bsps/epiphany/epiphany_sim/include/bsp.h
@@ -1,9 +1,7 @@
/**
- * @defgroup bsp_epiphany Epiphany
+ * @file
*
- * @ingroup bsp_epiphany
- *
- * @brief Epiphany Support Package
+ * @ingroup RTEMSBSPsEpiphanySim
*/
/*
@@ -38,6 +36,16 @@
#ifndef LIBBSP_EPIPHANY_EPIPHANY_SIM_H
#define LIBBSP_EPIPHANY_EPIPHANY_SIM_H
+/**
+ * @defgroup RTEMSBSPsEpiphanySim Simulator
+ *
+ * @ingroup RTEMSBSPsEpiphany
+ *
+ * @brief Simulator Board Support Package.
+ *
+ * @{
+ */
+
#include <rtems.h>
#include <bspopts.h>
@@ -61,5 +69,6 @@ void *clock_driver_sim_idle_body(uintptr_t);
#ifdef __cplusplus
}
#endif
+/** @} */
#endif /* LIBBSP_EPIPHANY_EPIPHANY_SIM_H */