summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/attr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/attr.h25
1 files changed, 15 insertions, 10 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/attr.h b/cpukit/rtems/include/rtems/rtems/attr.h
index f37e8caa33..8c1bf99b2d 100644
--- a/cpukit/rtems/include/rtems/rtems/attr.h
+++ b/cpukit/rtems/include/rtems/rtems/attr.h
@@ -1,12 +1,11 @@
/**
* @file rtems/rtems/attr.h
- */
-
-/*
+ *
* This include file contains all information about the Object Attributes
* Handler.
- *
- * COPYRIGHT (c) 1989-1999.
+ */
+
+/* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -23,6 +22,13 @@
extern "C" {
#endif
+/**
+ * @defgroup ClassicAttributes Classic API Attributes
+ *
+ * This encapsulates functionality which XXX
+ */
+/**@{*/
+
/* types */
typedef uint32_t rtems_attribute;
@@ -74,17 +80,14 @@ typedef uint32_t rtems_attribute;
#define ATTRIBUTES_REQUIRED 0
#endif
-/*
- * _Attributes_Handler_initialization
- *
- * DESCRIPTION:
+/**
+ * @brief _Attributes_Handler_initialization
*
* This routine performs initialization for this handler.
*
* NOTE: There is no initialization required in C. Conditional compilation
* takes care of this in C.
*/
-
#define _Attributes_Handler_initialization()
#ifndef __RTEMS_APPLICATION__
@@ -95,5 +98,7 @@ typedef uint32_t rtems_attribute;
}
#endif
+/**@}*/
+
#endif
/* end of include file */