summaryrefslogtreecommitdiff
path: root/cpukit/score/cpu/no_cpu/cpuidle.c
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-03 23:17:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-11 07:48:00 +0200
commit54e80c4cab67863d976225f4ebba5d17b4c3bf62 (patch)
tree2430369ac1a636879f35e04d71355af49ad874a8 /cpukit/score/cpu/no_cpu/cpuidle.c
parentd672ca691fad57aa87620340cd08bf135e23ac84 (diff)
Doxygen: Adding Doxygen groups to files
Diffstat (limited to 'cpukit/score/cpu/no_cpu/cpuidle.c')
-rw-r--r--cpukit/score/cpu/no_cpu/cpuidle.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/cpu/no_cpu/cpuidle.c b/cpukit/score/cpu/no_cpu/cpuidle.c
index 85ca01b7ca..34636690e1 100644
--- a/cpukit/score/cpu/no_cpu/cpuidle.c
+++ b/cpukit/score/cpu/no_cpu/cpuidle.c
@@ -1,5 +1,14 @@
/* SPDX-License-Identifier: BSD-2-Clause */
+/**
+ * @file
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief This source file contains a definition of
+ * the ::_CPU_Thread_Idle_body.
+ */
+
/*
* Copyright (c) 2013-2014 embedded brains GmbH. All rights reserved.
*