summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/clockdrv.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-23 15:26:10 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-24 09:56:53 +0100
commit6136e28bf95c8cadf4892fd3e1333e489aff139a (patch)
treeee95f7da351ee4bfefef7cfef5ab0a510cc043cc /cpukit/include/rtems/clockdrv.h
parenttm27: Avoid function pointer casts (diff)
downloadrtems-6136e28bf95c8cadf4892fd3e1333e489aff139a.tar.bz2
clockdrv: Add clock driver implementation group
Use standard wording in Clock Driver related files. Update #3706.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/clockdrv.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/include/rtems/clockdrv.h b/cpukit/include/rtems/clockdrv.h
index 3d3a62a63f..cd55e1bfe5 100644
--- a/cpukit/include/rtems/clockdrv.h
+++ b/cpukit/include/rtems/clockdrv.h
@@ -5,9 +5,7 @@
*
* @ingroup RTEMSDriverClock
*
- * @brief Clock Driver API
- *
- * This file defines the Clock Driver API.
+ * @brief This header file defines the Clock Driver API.
*/
/*
@@ -50,7 +48,7 @@ extern "C" {
*
* @ingroup RTEMSDeviceDrivers
*
- * @brief The Clock Driver API.
+ * @brief This group contains the Clock Driver API.
*
* @{
*/