summaryrefslogtreecommitdiff
path: root/cpukit/sapi/src/cpucounterconverter.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-10-24 15:07:21 +0200
commit33d1818612e2c85b56d3e403c87402b8650cf397 (patch)
tree6684017c8a985989cfbad7f5896ff990dc37ef39 /cpukit/sapi/src/cpucounterconverter.c
parent2cfe8bfa2674ee92be923475c8916a606aac9b63 (diff)
Doxygen: Adding Doxygen groups to files
Diffstat (limited to 'cpukit/sapi/src/cpucounterconverter.c')
-rw-r--r--cpukit/sapi/src/cpucounterconverter.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/sapi/src/cpucounterconverter.c b/cpukit/sapi/src/cpucounterconverter.c
index 01499904f9..f83b57b433 100644
--- a/cpukit/sapi/src/cpucounterconverter.c
+++ b/cpukit/sapi/src/cpucounterconverter.c
@@ -1,5 +1,14 @@
/* SPDX-License-Identifier: BSD-2-Clause */
+/**
+ * @file
+ *
+ * @ingroup RTEMSAPICounter
+ *
+ * @brief This source file contains a definition of
+ * the Free-Running Counter and Busy Wait Delay API.
+ */
+
/*
* Copyright (c) 2014, 2018 embedded brains GmbH. All rights reserved.
*