aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/templates/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/templates/chcore.c')
-rw-r--r--os/common/ports/templates/chcore.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/os/common/ports/templates/chcore.c b/os/common/ports/templates/chcore.c
index c0aed4793..217e49bfa 100644
--- a/os/common/ports/templates/chcore.c
+++ b/os/common/ports/templates/chcore.c
@@ -20,12 +20,8 @@
/**
* @file templates/chcore.c
* @brief Port related template code.
- * @details This file is a template of the system driver functions provided by
- * a port. Some of the following functions may be implemented as
- * macros in chcore.h if the implementer decides that there is an
- * advantage in doing so, for example because performance concerns.
*
- * @addtogroup core
+ * @addtogroup port_core
* @details Non portable code templates.
* @{
*/