summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/cpucounterconverter.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-25 08:48:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-26 07:18:29 +0200
commit58840ffbb0c04dd19f0f532bf5b6e496159e070b (patch)
tree9bb5dcc17158f35320933493dd4d6f4faf4317fc /cpukit/sapi/src/cpucounterconverter.c
parentlibtest: Place files into a Doxygen group (diff)
downloadrtems-58840ffbb0c04dd19f0f532bf5b6e496159e070b.tar.bz2
rtems: Add files to Doxygen groups
Provide basic Doxygen comments. Update #3706. Update #3707.
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 4cabdc5e4a..587fe460df 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 RTEMSImpl
+ *
+ * @brief This source file contains a implementation of the counter value
+ * conversion functions.
+ */
+
/*
* Copyright (C) 2014, 2018 embedded brains GmbH & Co. KG
*