From 6136e28bf95c8cadf4892fd3e1333e489aff139a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 Jan 2023 15:26:10 +0100 Subject: clockdrv: Add clock driver implementation group Use standard wording in Clock Driver related files. Update #3706. --- cpukit/include/rtems/clockdrv.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cpukit/include/rtems') 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. * * @{ */ -- cgit v1.2.3