summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/timecounter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/timecounter.h')
-rw-r--r--cpukit/include/rtems/timecounter.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/cpukit/include/rtems/timecounter.h b/cpukit/include/rtems/timecounter.h
index 8ff18c2da3..d5025d8b1a 100644
--- a/cpukit/include/rtems/timecounter.h
+++ b/cpukit/include/rtems/timecounter.h
@@ -1,9 +1,9 @@
/**
* @file
*
- * @ingroup SAPITimecounter
+ * @ingroup RTEMSAPIClassicTimecounter
*
- * @brief Timecounter API
+ * @brief This header file provides the Timecounter Support API.
*/
/*
@@ -31,10 +31,13 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @defgroup SAPITimecounter Timecounter Support
+ * @defgroup RTEMSAPIClassicTimecounter Timecounter Support
*
* @ingroup RTEMSAPIClassic
*
+ * @brief The timecounter support provides directives to implement clock device
+ * drivers.
+ *
* @{
*/