summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/timespec.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/include/rtems/timespec.h')
-rw-r--r--cpukit/sapi/include/rtems/timespec.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/cpukit/sapi/include/rtems/timespec.h b/cpukit/sapi/include/rtems/timespec.h
index d502de3eac..b67e95c2d3 100644
--- a/cpukit/sapi/include/rtems/timespec.h
+++ b/cpukit/sapi/include/rtems/timespec.h
@@ -1,11 +1,9 @@
/**
- * @file rtems/sapi/timespec.h
+ * @file
*
- * @ingroup
+ * @brief Timespec API
*
- * @brief Timespec API
- *
- * This include file contains API for manipulating timespecs.
+ * This include file contains API for manipulating timespecs.
*/
/*
@@ -28,9 +26,10 @@
* @ingroup ClassicRTEMS
*
* @brief Timespec API
+ *
+ * @{
*
*/
-/**@{*/
#include <stdbool.h> /* bool */
#include <stdint.h> /* uint32_t */
@@ -42,11 +41,11 @@ extern "C" {
#include <rtems/timespec.inl>
+/** @} */
+
#ifdef __cplusplus
}
#endif
-/**@}*/
-
#endif
/* end of include file */